Age | Commit message (Expand) | Author |
2015-02-21 | Typo: "window" not "widow" here | Julien Nabet |
2015-02-21 | -Typo: (dis)apear(s)->(dis)appear(s) | Julien Nabet |
2015-02-20 | tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap) | gamebusterz |
2015-02-20 | tdf#12345 Removed redundant newlines in the code | gamebusterz |
2015-02-18 | boost->std | Caolán McNamara |
2015-02-18 | Better way to avoid ambiguities among ResId ctors | Stephan Bergmann |
2015-02-17 | boost->std | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-16 | add GetSelectEntryData to ListBox and ComboBox | Noel Grandin |
2015-02-14 | coverity#1267643 Logically dead code | Caolán McNamara |
2015-02-14 | related tdf#89004 move to std:set instead of std::vector | Ursache Vladimir |
2015-02-11 | Fold INetRFC822Message into INetMIMEMessage | Stephan Bergmann |
2015-02-08 | Typo: we has->we have | Julien Nabet |
2015-02-07 | coverity#440978 Dereference before null check | Caolán McNamara |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-06 | fdo#87675: Disable 'edit' when next style is same as current one. | Heena Gupta |
2015-02-06 | fdo#87675-"Edit" Button for next style in edit paragraph style | Heena Gupta |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-02-06 | shared_ptr<T>(new T(args)) -> make_shared<T>(args) | Caolán McNamara |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-02-05 | callcatcher: update unused code | Caolán McNamara |
2015-02-04 | rename MenuConfiguration::Attributes->MenuAttributes | Caolán McNamara |
2015-02-03 | valgrind: fix leak | Caolán McNamara |
2015-02-03 | callcatcher: shave off some more | Caolán McNamara |
2015-02-02 | seeing as it assumed it was non-null since day 0, so can we | Caolán McNamara |
2015-02-02 | callcatcher: remove some unused methods | Caolán McNamara |
2015-02-01 | coverity#440978 Dereference before null check | Caolán McNamara |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-28 | tdf#60739 code factorisation | Michaël Lefèvre |
2015-01-28 | remove unused typedefs | Noel Grandin |
2015-01-26 | coverity#1266518 Use after free | Caolán McNamara |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-25 | coverity#1266505 Useless call | Caolán McNamara |
2015-01-25 | coverity#1266510 Useless call | Caolán McNamara |
2015-01-24 | Typo: syncro->synchro | Julien Nabet |
2015-01-21 | add has-focus .ui support | Caolán McNamara |
2015-01-21 | slot:5500 -> .uno:NewDoc(FromTemplate) | Caolán McNamara |
2015-01-21 | Resolves: fdo#88562 convert filename widget from ro-edit to selectable-label | Caolán McNamara |
2015-01-21 | Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLE | Caolán McNamara |
2015-01-21 | Resolves: fdo#88594 crash on F1 with local help | Caolán McNamara |
2015-01-20 | Some more loplugin:cstylecast: sfx2 | Stephan Bergmann |
2015-01-19 | Remove unused STR_SAVECOPYDOC | Stephan Bergmann |
2015-01-19 | fdo#86147: Do not reset r/o mode for SID_SAVETO | Stephan Bergmann |
2015-01-19 | Re fdo#80538: Remove read-only infobar after "Save As..." | Stephan Bergmann |
2015-01-19 | fdo#88241 Floating sidebar second call to same item should dismiss it | Trent MacAlpine |
2015-01-19 | fdo#87217 Inconsistent floating sidebar close behavior | Trent MacAlpine |
2015-01-16 | Provide thumbnail size via constructor for RecentDocsViewItem | Tomaž Vajngerl |
2015-01-14 | do TODO: replace ImplCallEventListeners() by CallEventListeners() in vcl | Caolán McNamara |