Age | Commit message (Expand) | Author |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-05 | Fix typos | Andrea Gelmini |
2016-01-31 | unnecessary use of OUString constructor | Noel Grandin |
2016-01-26 | -Werror,-Wsign-compare (clang-cl) | Stephan Bergmann |
2016-01-25 | more Windows build fixes | Noel Grandin |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-12-07 | Undef RGB where it was defined, not where it gets used | Stephan Bergmann |
2015-12-02 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2015-11-28 | Avoid ambiguity which OUStringBuffer ctor to select | Stephan Bergmann |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-09 | Replace a few for_each and one-liner locals by range-based loops in fpicker. | Mario J. Rugiero |
2015-11-02 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-11-01 | no need to be so verbose in constructing uno::Reference | Noel Grandin |
2015-11-01 | no need to use OUString constructor in call to createInstance | Noel Grandin |
2015-10-14 | com::sun::star->css in fpicker/ | Noel Grandin |
2015-10-01 | Fix typos | Andrea Gelmini |
2015-09-18 | boost->std | Caolán McNamara |
2015-09-15 | [API CHANGE] XFilePicker2/3 changes for multiselection | Julien Nabet |
2015-09-03 | tdf#93634 repair getDisplayDirectory for Windows filepicker | Regina Henschel |
2015-08-27 | Clean up aEmpty | Stephan Bergmann |
2015-08-13 | fpicker: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-04 | idl,framework,forms: inline some use-once typedefs | Noel Grandin |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-13 | getFiles: truncate to 1 file only | Julien Nabet |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-07-02 | tdf#92460: fpicker: fix VistaFilePicker using SolarMutexReleaser | Michael Stahl |
2015-06-18 | Fix typos | Andrea Gelmini |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-25 | Typos | Julien Nabet |
2015-03-24 | tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapper | Pranav Kant |
2015-03-20 | tdf#88230: cleanup solar mutex yielding | Pranav Kant |
2015-03-05 | fpicker: remove checks for obsolete _WIN32_WINNT versions | Michael Stahl |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-02-06 | fix windows build | Caolán McNamara |
2015-01-23 | Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitly | Michael Stahl |
2015-01-19 | try to fix GetVersionEx deprecation warnings from Windows SDK 8.1 | Michael Stahl |
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 |
2014-12-17 | fdo#39440 reduce scope of local variables | Michael Weghorn |