Age | Commit message (Expand) | Author |
2016-11-21 | Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY | Stephan Bergmann |
2016-11-01 | style fixes for cppcheck noExplicitConstructor | Jochen Nitschke |
2016-10-21 | Adapt Windows-only code to deletion of the "Any-to-Any" specializatios | Stephan Bergmann |
2016-10-16 | clang-cl loplugin: fpicker | Stephan Bergmann |
2016-10-14 | ReleaseSolarMutexOnMainThreadContext is unused | Stephan Bergmann |
2016-10-14 | _OPENFILENAME_SIZE_VERISON_400 is unused | Stephan Bergmann |
2016-10-03 | Fix typos | Andrea Gelmini |
2016-09-12 | Bin some noise comments and superfluous vertical whitespace | Tor Lillqvist |
2016-07-01 | Add new open dialog type: Play and link | Samuel Mehrbrodt |
2016-06-30 | Add new open dialog type: Preview only (without link) | Samuel Mehrbrodt |
2016-06-22 | Work towards tdf#72606 EasyHack _tstring/TCHAR elimination | skswales |
2016-05-23 | in unlikely case >>= fails | Caolán McNamara |
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 |