Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-19 | Resolves: fdo#39026 SfxPickList singleton wasn't instantiated | Caolán McNamara | |
2011-08-19 | callcatcher: regenerate list | Caolán McNamara | |
2011-08-19 | remove extra arg and method | Caolán McNamara | |
2011-08-19 | branch is unconditional, remove dead alternative | Caolán McNamara | |
2011-08-19 | regenerate list | Caolán McNamara | |
2011-08-18 | callcatcher: unused code | Caolán McNamara | |
2011-08-17 | Do not silently ignore exceptions when saving Libraries | Lionel Elie Mamane | |
It may lead to data loss | |||
2011-08-17 | remove freshly unused code | Caolán McNamara | |
2011-08-17 | regenerate list | Caolán McNamara | |
2011-08-17 | callcatcher: remove some methods | Caolán McNamara | |
2011-08-16 | callcatcher: unused code | Caolán McNamara | |
2011-08-16 | catch by const reference | Caolán McNamara | |
2011-08-16 | const char*->const char[] | Caolán McNamara | |
2011-08-15 | Remove WordArr and DECL_2BYTEARRAY, used only once. | Jan Holesovsky | |
Instead that, use std::basic_string. | |||
2011-08-15 | callcatcher: Remove unused ByteArr class, and DECL_1BYTEARRAY define. | Jan Holesovsky | |
2011-08-15 | callcatcher: remove ResetObjectBars_Impl | Caolán McNamara | |
2011-08-12 | This one changes the button text and dialog header. | Josh Heidenreich | |
2011-08-11 | Add missing #endif | Jan Holesovsky | |
2011-08-11 | Changed the "alien" save dialog to contain the format name on the button | Josh Heidenreich | |
This is stage one of a number of changes to improve this dialog. | |||
2011-08-10 | Enable paragraph border settings in HTML editor for all HTML variants | Harri Pitkänen | |
Previously border settings were not available in paragraph format dialog when HTML export format was "HTML 3.2". This was confusing since documents with borders could still be imported and you could even access the border dialog with suitably configured shortcut key. | |||
2011-08-10 | callcatcher: remove unused code | Caolán McNamara | |
2011-08-10 | callcatcher: remove some unused methods | Caolán McNamara | |
2011-08-09 | Resolves: fdo#32177 add a modification listener on new XDocumentProperties | Caolán McNamara | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-09 | annoyingly MSWord2010 will apparently deem a doc using VT_DATE as invalid | Caolán McNamara | |
2011-08-09 | Resolves: fdo#38981 implement saving/loading PROPVARIANT::DATE ole2 property | Caolán McNamara | |
2011-08-09 | fix for fdo#34768 - no update preview | Peter Rabi | |
Fixes dialogue "Load Slide Design" in Impress. The preview now updates when selecting another template in the listbox. Contributed under license LGPLv3+/MPL. | |||
2011-08-08 | Add 2 lacking va_end. | Julien Nabet | |
2011-08-05 | callcatcher: unused methods | Caolán McNamara | |
2011-08-05 | reflect gmake flavor | Takeshi Abe | |
2011-08-05 | Emacs mode line compatible with vi's one | Takeshi Abe | |
2011-08-04 | bad merge, setup_native depends on sfx2 now | Caolán McNamara | |
2011-08-03 | callcatcher: remove unused methods | Caolán McNamara | |
2011-08-03 | make assert useful, tell me the invalid size | Caolán McNamara | |
2011-08-03 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-08-02 | callcatcher: remove unused code | Caolán McNamara | |
2011-08-01 | Clean-up of bugfix fdo#32895 for the master branch | Peter Rabi | |
Contributed under license LGPLv3+/MPL. | |||
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-29 | Clean-up of bugfix fdo#32895 for the -3-4 branch | Peter Rabi | |
Contributed under license LGPLv3+/MPL. | |||
2011-07-29 | callcatcher: ditch newly unused code | Caolán McNamara | |
2011-07-29 | callcatcher: ditch various unused methods | Caolán McNamara | |
2011-07-29 | fix for fdo37628: change password button is always disabled | Markus Mohrhard | |
Note: changing the password to modify doc is not working, and we'll leave that as a known bug for now. | |||
2011-07-28 | callcatcher: remove unused constructor | Markus Mohrhard | |
2011-07-28 | fix merge problem | Markus Mohrhard | |
2011-07-28 | Merge commit 'libreoffice-3.4.2.3' | Jan Holesovsky | |
Conflicts: desktop/source/app/app.cxx desktop/source/app/dispatchwatcher.cxx desktop/unx/source/splashx.c sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/source/bastyp/fltfnc.cxx | |||
2011-07-27 | callcatcher: remove various unused methods | Caolán McNamara | |
2011-07-26 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-26 | use gtk external in qstart | Bjoern Michaelsen | |
2011-07-25 | Fix wrong RTTI baseclass for SfxViewEventHint | Thorsten Behrens | |
Fixes fdo#38768 and likely a bunch of other nasty side effects. SfxBaseModel::Notify was simply ignoring all kinds of messages without this fix. Signed-off-by: David Tardon <dtardon@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@novell.com> |