summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl1551-429165/+20
2011-08-05Emacs modeline compatible with vim's oneFINAL_MASTERmaster-backupTakeshi Abe3-0/+3
2011-08-04Use rtl::OUStringHash.Kohei Yoshida8-11/+11
2011-08-02missing icon in Styles and Formatting dialog in Impress fdo#38382Andras Timar1-2/+2
2011-08-02Styles import: Improve speed as well as fix/avoid n#708518Muthu Subramanian1-1/+5
2011-08-01Clean-up of bugfix fdo#32895 for the master branchPeter Rabi2-33/+0
Contributed under license LGPLv3+/MPL.
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist21-20/+41
2011-07-29Clean-up of bugfix fdo#32895 for the -3-4 branchPeter Rabi1-2/+4
Contributed under license LGPLv3+/MPL. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-29findbar: Add seporator between the Prev/Next and Serch & ReplaceJan Holesovsky2-4/+6
2011-07-28Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/impressJan Holesovsky14-24/+46
2011-07-28add prefixes for component_getFactoryMatúš Kukan14-24/+46
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2-1/+7
2011-07-27Convert animations to gbuildMatúš Kukan9-85/+236
2011-07-27findbar: Show the "Search and Replace" button in the FindBar by default.Jan Holesovsky2-2/+2
2011-07-26change from SID_PASSWORD to SID_ENCRYPTIONDATAMarkus Mohrhard6-25/+30
2011-07-26fix typo: DeletePassords to DeletePasswordsMarkus Mohrhard1-3/+3
2011-07-26change maPasswordList to ptr_vectorMarkus Mohrhard1-6/+5
2011-07-25Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)libreoffice-3.4.2.3libreoffice-3.4.2-finallibreoffice-3-4-2Petr Mladek0-0/+0
2011-07-25callcatcher: remove unused methodThomas Arnhold2-23/+0
2011-07-25Remove unused Debugging stuffThomas Arnhold7-416/+0
If this is still needed, please revert it.
2011-07-24remove half baked test without the appropriate include to make it worksNorbert Thiebaud1-4/+0
2011-07-24cString is deprecated use cStringUsingEncoding insteadNorbert Thiebaud1-2/+2
2011-07-24Oops Bjoern's link to .gitattributes got committed by mistakeNorbert Thiebaud1-1/+0
2011-07-24Merge branch 'master' into feature/gnumake4feature/gnumake4Bjoern Michaelsen2-1/+36
2011-07-22take strings from sfx<lang>.res, don't duplicate them in sd<lang>.resAndras Timar2-4/+3
2011-07-22Bugfix fdo#32895 : un-translated template names (part 1/2)Peter Rabi3-1/+37
Contributed under license LGPLv3+/MPL.
2011-07-21Merge branch 'master' into feature/gnumake4Bjoern Michaelsen61-244/+290
2011-07-21sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShellBjoern Michaelsen1-1/+1
* fix attribute location
2011-07-21sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShellBjoern Michaelsen0-0/+0
* fix attribute location
2011-07-21sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShellBjoern Michaelsen1-1/+1
2011-07-21sort linked objectsBjoern Michaelsen2-71/+71
2011-07-19Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)libreoffice-3.4.2.2Petr Mladek0-0/+0
2011-07-12We can again use unloadablecomponent.mapfeature/layoutMatúš Kukan1-1/+1
2011-07-12Branch libreoffice-3-4-2Petr Mladek0-0/+0
This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.4.x release, please use the 'libreoffice-3-4' branch. If you want to build something cool, unstable, and risky, use master.
2011-07-12Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1Petr Mladek0-0/+0
2011-07-12use oox filter for *all* control importNoel Power2-1/+19
2011-07-12fix OSX linking problem with inaccurate component mapMichael Meeks2-3/+3
2011-07-11Remove component_getImplementationEnvironmentMatus Kukan8-34/+2
2011-07-07fdo#37482 selecting text box after editing gives rotation handlesLuke Symes2-1/+7
Signed-off-by: Andras Timar <atimar@suse.com>
2011-07-04Remove extraneous separators from Impress context menuAaron Strontsman1-11/+7
The Draw and Impress main context menus have too many separators. This makes mouse travels longer than necessary, looks cluttered and separates things that could go together. To reproduce open a new document and right-click on an empty space in the Impress/Draw document.
2011-07-012 cppcheck cleaningJulien Nabet2-3/+1
2011-07-01useless pWindow != NULLJulien Nabet1-1/+1
2011-07-01gb_Library_PLAINEXT->gb_Library_DLLEXTCaolán McNamara1-1/+1
2011-07-01add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara2-1/+2
2011-07-01Do not include filedlg.hxx when not necessaryFrancois Tigeot2-2/+0
2011-06-27Scroll to newly added animations in the list.Luke Symes1-0/+1
2011-06-24quick fix to avoid crash on impress's startRadek Doulik1-1/+1
2011-06-23Replace List with std::vector<String>.Rafael Dominguez6-24/+18
2011-06-22Don't update CustomAnimationList when we are already updating it.Luke Symes1-0/+2
When we update the CustomAnimationList, we restore the selection state, and we don't want this to cause more updates (since that makes the scrollbar flash annoyingly). Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-22Restore the scroll position of the CustomAnimationList when it is updated.Luke Symes1-6/+80
We save the position of the listview, and also the selection boundary. We move with the selection if it goes out of view, otherwise we restore the original scroll position. If the selection was out of view to start with, we scroll up/down to the first few entries. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>