Age | Commit message (Expand) | Author |
2015-02-16 | add GetSelectEntryData to ListBox and ComboBox | Noel Grandin |
2015-02-07 | loplugin:deletedspecial (Mac OS X) | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-02-06 | fix windows build | Caolán McNamara |
2015-02-06 | shared_ptr<T>(new T(args)) -> make_shared<T>(args) | 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-23 | Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitly | Michael Stahl |
2015-01-20 | Some more loplugin:cstylecast: fpicker | Stephan Bergmann |
2015-01-19 | try to fix GetVersionEx deprecation warnings from Windows SDK 8.1 | Michael Stahl |
2015-01-12 | fdo#84938: replace DATACHANGED_ constants with 'enum class' | Noel Grandin |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-05 | fdo#83371 : cannot navigate to list Files in LibreOffice dialogs | Szymon Kłos |
2014-12-29 | fdo#85182 : default focus on folder rather than filename | Szymon Kłos |
2014-12-26 | single \n should be non-translatable in UI | Andras Timar |
2014-12-18 | fpicker: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-17 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-15 | fpicker: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-12 | fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLs | Stephan Bergmann |
2014-12-09 | loplugin:cstylecast | Stephan Bergmann |
2014-12-04 | Older Mac apparently need a reinterpret_cast here | Stephan Bergmann |
2014-12-04 | fpicker (Mac): loplugin:cstylecast | Stephan Bergmann |
2014-12-01 | fdo#84938: replace EVENT_ constants with enum | Tobias Madl |
2014-11-26 | Silence Mac OS X 10.9/10.10 deprecations for now | Stephan Bergmann |
2014-11-25 | fdo#85347 Make file picker modal again | Adolfo Jayme Barrientos |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-16 | MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 now | Tor Lillqvist |
2014-10-16 | MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 now | Tor Lillqvist |
2014-10-08 | back out more wrong and confusing tools::Time comment changes | Eike Rathke |
2014-10-02 | fpicker (Windows): std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-22 | fdo#84086 Fix assorted use-after-free bugs | Matthew J. Francis |
2014-09-15 | loplugin:salbool | Stephan Bergmann |
2014-09-12 | fpicker: sal_Bool -> bool | Stephan Bergmann |
2014-09-10 | Typo: (N|n)ormaly->(N|n)ormally | Julien Nabet |
2014-08-25 | oops, forgot to include osl/thread.h | Michael Stahl |
2014-08-25 | set names on the Win32-only threads | Michael Stahl |
2014-08-23 | fdo#82577: Handle KeyCode | Tor Lillqvist |
2014-08-18 | ErrorBox->MessageDialog | Caolán McNamara |