Age | Commit message (Expand) | Author | Files | Lines |
2017-01-05 | Resolves: tdf#105096 add xdg-email as the default email route | Caolán McNamara | 1 | -2/+8 |
2016-08-23 | tdf#101661: Report XDG_{DOCUMENTS,TEMPLATES}_DIR only when it exists | Stephan Bergmann | 1 | -6/+10 |
2016-07-25 | Related: rhbz#1065807 recover using xdg templates and documents settings | Caolán McNamara | 1 | -7/+122 |
2016-07-06 | Workaround to call /app/bin/xdg-open when run under flatpak | Stephan Bergmann | 1 | -2/+6 |
2016-05-11 | clang-tidy modernize-loop-convert in scripting to svtools | Noel Grandin | 1 | -3/+3 |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann | 1 | -8/+8 |
2016-04-19 | WIP tdf#89609 Ignore subsecond precision in iso8601 | Muhammet Kara | 2 | -1/+11 |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke | 6 | -11/+0 |
2016-04-13 | tdf#94306 replace boost::noncopyable in sfx2 to sot | Jochen Nitschke | 4 | -11/+13 |
2016-04-07 | Drop pointless "internal" directory level for already internal include files | Tor Lillqvist | 49 | -108/+108 |
2016-04-02 | cleanup: remove unused Reference.h(xx) includes | Jochen Nitschke | 2 | -2/+0 |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack | 1 | -1/+1 |
2016-03-31 | use SAL_N_ELEMENTS more widely | Noel Grandin | 5 | -10/+10 |
2016-03-11 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar | 1 | -3/+3 |
2016-03-08 | tdf#97703 Removed empty setUp/tearDown methods | Chirag Manwani | 1 | -2/+0 |
2016-03-07 | tdf#96099 Reduce number of trivial typedefs | Chirag Manwani | 1 | -5/+3 |
2016-03-02 | shell, scp2: clean up empty script packages | Michael Stahl | 4 | -39/+0 |
2016-03-02 | Just use xdg-open | Bryan Quigley | 7 | -197/+2 |
2016-03-01 | loplugin:unuseddefaultparam in shell | Noel Grandin | 2 | -3/+3 |
2016-02-17 | Typo: namesapce(s)->namespace(s) | Julien Nabet | 1 | -1/+1 |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin | 2 | -8/+8 |
2016-02-16 | use consistent #define checks for the Windows platform | Noel Grandin | 1 | -4/+0 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 34 | -129/+0 |
2016-02-05 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2016-01-19 | -Werror=terminate (GCC 6) | Stephan Bergmann | 1 | -3/+5 |
2016-01-08 | cppcheck: noExplicitConstructor | Caolán McNamara | 8 | -17/+17 |
2016-01-02 | tdf#84263 KDE4: unify includes | Jan-Marek Glogowski | 2 | -6/+6 |
2015-12-17 | Remove gnome-open support | Bryan Quigley | 4 | -21/+0 |
2015-12-11 | Do not assume time_t is long. | Pedro Giffuni | 1 | -2/+2 |
2015-12-08 | Resolve Linker Warning LNK4104 | Mike Kaganski | 9 | -20/+19 |
2015-11-28 | -Werror,-Wdelete-non-virtual-dtor | Stephan Bergmann | 1 | -1/+1 |
2015-11-28 | -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI) | Stephan Bergmann | 1 | -2/+2 |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -274/+0 |
2015-11-23 | loplugin:unusedfields in shell/ | Noel Grandin | 2 | -19/+3 |
2015-11-20 | shell: rename CppunitTest to the same name as the makefile | Michael Stahl | 1 | -6/+6 |
2015-11-20 | Seems more natural to pass a homogenous list by initializer_list | Stephan Bergmann | 1 | -1/+1 |
2015-11-18 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -3/+0 |
2015-11-18 | -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI) | Stephan Bergmann | 1 | -4/+4 |
2015-11-18 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -1/+0 |
2015-11-18 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -7/+0 |
2015-11-18 | -Werror,-Wsizeof-pointer-memaccess | Stephan Bergmann | 1 | -1/+2 |
2015-11-18 | -Wmissing-braces is globally disabled in com_GCC_defs.mk anyway | Stephan Bergmann | 1 | -6/+0 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 1 | -1/+1 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 1 | -1/+2 |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin | 2 | -4/+2 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -4/+2 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 2 | -4/+2 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 4 | -8/+4 |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann | 3 | -14/+14 |