Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Revert idle whitespace changes | Thorsten Behrens | 18 | -37/+37 | |
Reverting all hunks that solely change whitespace, prior to performing the m101 merge from OOo. | |||||
2011-03-08 | install high-resolution icons | David Tardon | 1 | -2/+2 | |
Notes: split repo tag: libs-core_LO-BASE-INTEGRATION-DEV300_M101 | |||||
2011-03-08 | fix shebang | David Tardon | 1 | -1/+1 | |
2011-03-08 | Added shadow configuration to prefs schema. | Sébastien Le Ray | 2 | -0/+24 | |
2011-03-07 | fdo#34699 some pythonsamples not visible on Mac OS X | Christian Lohmaier | 1 | -1/+1 | |
node.expr is a Node of type "Tuple", not a builtin tuple datatype, thus python 2.3 did fail with TypeError: iteration over non-sequence | |||||
2011-03-07 | fdo#30917: make the code easier to understand by using constants | Sébastien Le Ray | 1 | -3/+10 | |
2011-03-07 | fdo#30917: Storing the hierarchical view of style browser | Gert Faller | 1 | -1/+13 | |
2011-03-07 | Remove use of SvLongs in txtparae.hxx | Nigel Hawkins | 1 | -1/+0 | |
2011-03-07 | Remove use of Svlongs from fmshimp.[ch]xx | Nigel Hawkins | 2 | -7/+5 | |
2011-03-07 | findbar: Change '~Find' to '~Find...', it is not an action. | Jan Holesovsky | 1 | -1/+1 | |
2011-03-05 | Replace OpenOffice.org to %PRODUCTNAME | Andras Timar | 7 | -4/+28 | |
2011-03-05 | Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from libs-core | Christina Rossmanith | 8 | -96/+0 | |
2011-03-04 | fix style | Caolán McNamara | 1 | -35/+35 | |
2011-03-04 | Remove bogus and useless comments in libs-core. | Guillaume Poussel | 26 | -46/+14 | |
Signed-off-by: Luboš Luňák <l.lunak@suse.cz> | |||||
2011-03-04 | fix custom-tool-panel build dependencies | Petr Mladek | 1 | -1/+1 | |
2011-03-04 | fix Count() -> size() in DBG_UTIL mode | Caolán McNamara | 1 | -1/+1 | |
2011-03-04 | Remove of DECLARE_LIST. | Rafael Dominguez | 1 | -2/+0 | |
2011-03-04 | survive broken config | Caolán McNamara | 1 | -4/+12 | |
2011-03-04 | Be more fault tolerant here. | Caolán McNamara | 1 | -2/+2 | |
If we're already going to catch any uno::Exception, then we might as well accept failure of existance as well | |||||
2011-03-04 | German comments translation. | Michael Muench | 4 | -99/+92 | |
2011-03-04 | Remode deprecated List container. | npcdoom | 2 | -38/+23 | |
Signed-off-by: Luboš Luňák <l.lunak@suse.cz> | |||||
2011-03-04 | Remove deprecated List container. | npcdoom | 4 | -25/+31 | |
Signed-off-by: Luboš Luňák <l.lunak@suse.cz> | |||||
2011-03-04 | Changed some Insert calls for Append and added some asserts. | npcdoom | 2 | -6/+15 | |
Signed-off-by: Luboš Luňák <l.lunak@suse.cz> | |||||
2011-03-04 | Remove deprecated List container in gallery1. | npcdoom | 2 | -16/+18 | |
Signed-off-by: Luboš Luňák <l.lunak@suse.cz> | |||||
2011-03-04 | Remove deprecated List container. | npcdoom | 3 | -54/+101 | |
- Converted List to std::vector<Paragraph*>. - Added Append member function to ParagraphList. - Updated needed functions from Insert to Append in outliner/outliner.cxx. Signed-off-by: Luboš Luňák <l.lunak@suse.cz> | |||||
2011-03-04 | findbar: Name the menu entry properly (Find). | Jan Holesovsky | 1 | -3/+3 | |
2011-03-03 | findbar: Findbar should be hidden by default. | Jan Holesovsky | 5 | -5/+5 | |
2011-03-03 | findbar: Localized access to the Search dialog. | Jan Holesovsky | 1 | -35/+60 | |
2011-03-03 | findbar: Show the find bar on Ctrl-f, hide on Escape. | Jan Holesovsky | 1 | -2/+24 | |
2011-03-03 | findbar: Make Escape the only key to return back to the document. | Jan Holesovsky | 1 | -3/+1 | |
2011-03-03 | findbar: Swap the keybindings of the search dialog and findbar. | Jan Holesovsky | 1 | -19/+19 | |
2011-03-03 | findbar: Move findbar to the bottom docking area. | Jan Holesovsky | 7 | -7/+7 | |
2011-03-03 | findbar: Make the combobox wider. | Jan Holesovsky | 1 | -1/+1 | |
2011-03-02 | Somehow we forgot to add these default key bindings. | Kohei Yoshida | 1 | -0/+10 | |
Ctrl+[ and Ctrl+] for mark precedents and dependents, respectively. | |||||
2011-03-02 | Move DBG_ERROR to OSL_FAIL | Thomas Arnhold | 279 | -850/+850 | |
2011-03-01 | Remove DBG_UTILx | Thomas Arnhold | 1 | -41/+0 | |
2011-03-01 | resolve ambiguities | Caolán McNamara | 1 | -3/+3 | |
2011-03-01 | remove this now its usage is gone | Caolán McNamara | 1 | -3/+0 | |
2011-03-01 | avoid implicit cast | Caolán McNamara | 1 | -4/+3 | |
2011-03-01 | avoid implicit cast | Caolán McNamara | 1 | -9/+18 | |
2011-03-01 | avoid implicit cast | Caolán McNamara | 1 | -1/+1 | |
2011-03-01 | pointless to go from char* to OString to char* | Caolán McNamara | 2 | -10/+5 | |
2011-03-01 | avoid implicit cast | Caolán McNamara | 6 | -8/+8 | |
2011-03-01 | avoid implicit casting | Caolán McNamara | 1 | -4/+4 | |
2011-03-01 | found an implicit casting bug | Caolán McNamara | 1 | -1/+1 | |
2011-03-01 | avoid implicit casting | Caolán McNamara | 1 | -1/+1 | |
2011-03-01 | Pointless to convert char* to OString and back | Caolán McNamara | 4 | -11/+4 | |
2011-03-01 | avoid implicit casting | Caolán McNamara | 1 | -6/+5 | |
2011-03-01 | found an implicit casting bug | Caolán McNamara | 1 | -1/+1 | |
2011-03-01 | overload match and avoid implicit cast | Caolán McNamara | 1 | -0/+4 | |