Age | Commit message (Expand) | Author |
2016-05-11 | set parent window of windows system file picker on save(as) | Oliver Specht |
2016-05-04 | use Any constructor instead of temporaries | Noel Grandin |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
2016-04-12 | WNT: check result of PostMessage() | Michael Stahl |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke |
2016-03-31 | use SAL_N_ELEMENTS more widely | Noel Grandin |
2016-03-04 | -Werror,-Wnon-virtual-dtor | Stephan Bergmann |
2016-03-04 | -Werror,-Wnon-virtual-dtor | Stephan Bergmann |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor | Stephan Bergmann |
2016-03-04 | -Werror,-Wunused-macros | Stephan Bergmann |
2016-02-17 | Typo: namesapce(s)->namespace(s) | Julien Nabet |
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 |