Age | Commit message (Expand) | Author |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-08 | Remove redundant strlen call | Stephan Bergmann |
2020-02-03 | tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types | Eda Nur Var |
2020-01-14 | Silence -Werror,-Wdeprecated-declarations for now | Stephan Bergmann |
2019-10-25 | tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/ | Gabor Kelemen |
2019-10-03 | Fix --enable-gtk3-kde5 | Stephan Bergmann |
2019-09-30 | drop gtk2 support | Caolán McNamara |
2019-09-28 | "KWINDOWSYSTEM_DEPRECATED static void setMainWindow" (take 2) | Julien Nabet |
2019-09-28 | Revert "KWINDOWSYSTEM_DEPRECATED static void setMainWindow" | Julien Nabet |
2019-09-27 | KWINDOWSYSTEM_DEPRECATED static void setMainWindow | Julien Nabet |
2019-08-18 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Julien Nabet |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): vcl | Stephan Bergmann |
2019-07-22 | kf5/gtk3_kde5 fpickers: Drop unused 'allowRemoteUrls' | Michael Weghorn |
2019-07-21 | tdf#125922 rename kde5 to kf5 + plasma5 | Jan-Marek Glogowski |
2019-06-20 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Stephan Bergmann |
2019-04-27 | tdf#123750 gtk3_kde5: Show removable devices in file dialog | Michael Weghorn |
2019-04-26 | tdf#124598 gtk3_kde5: Link gtk3 side against kf5 libs | Michael Weghorn |
2019-04-25 | gtk3_kde5: Make folder selection more intuitive | Michael Weghorn |
2019-04-18 | tdf#43157 Clean up OSL_TRACE (replace with SAL_INFO) | Jens Carl |
2019-04-17 | gtk3_kde5: No longer kill fpicker process on timeout | Michael Weghorn |
2019-04-15 | Fix --enable-gtk3-kde5 build | Stephan Bergmann |
2019-04-13 | use more std::make_unique | Noel Grandin |
2019-04-10 | tdf#124652 Guard Gtk3KDE5FolderPicker::execute with SolarMutexGuard | Michael Weghorn |
2019-03-15 | Fix build with older versions of Boost | Tomáš Chvátal |
2019-01-31 | tdf#123077 gtk3_kde5: Set KFileWidget's custom widget only once | Michael Weghorn |
2019-01-30 | tdf#122752 gtk3_kde5: Use non-native fpicker for non-Plasma desktops | Michael Weghorn |
2018-12-05 | tdf#121399 Join cmd reading thread in gtk3_kde5 | Michael Weghorn |
2018-12-05 | tdf#121892 Guard Gtk3KDE5FilePicker::execute with SolarMutexGuard | Michael Weghorn |
2018-11-09 | tdf#121276 gtk3_kde5: Don't prevent creating new files | Michael Weghorn |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-08 | loplugin:external (--enable-gtk3-kde5) | Stephan Bergmann |
2018-10-08 | tdf#120261 gtk3_kde5: Leave event handling on gtk3 side to gtk | Michael Weghorn |
2018-10-08 | tdf#120261 gtk3_kde5: Read IPC cmds in own thread on kde5 side | Michael Weghorn |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-12 | tdf#119814 Fix UI freeze with gtk3_kde5 filepicker | Michael Weghorn |
2018-09-06 | tdf#119685 Fix infinite loop in gtk3_kde5 filepicker | Michael Weghorn |
2018-08-12 | tdf#119133: Fix initial file and folder selection | Katarina Behrens |
2018-06-11 | Add overloaded read/send funcs for uint64_t (conditionally) | Katarina Behrens |
2018-05-05 | Fix typos | Andrea Gelmini |
2018-02-16 | gtk3_kde5: Checkboxes on the left, texts on the right | Katarina Behrens |
2018-02-15 | gtk3_kde5: advertise vcl plugin correctly in about dialog | Thorsten Behrens |
2018-02-08 | tdf#86739 Option to set image anchor type in image insert dialog | Samuel Mehrbrodt |
2018-01-30 | Fix compilation with GCC 4.8 | Milian Wolff |
2018-01-25 | lo_kde5filepicker: cleanup main and add version and help options | Milian Wolff |
2018-01-25 | Properly restore size of KDE5 file picker dialog | Milian Wolff |
2018-01-25 | Properly quit the lo_kde5filepicker on Quit command | Milian Wolff |
2018-01-25 | gtk3_kde5: port away from boost::process | Milian Wolff |
2018-01-23 | Various loplugin in --enable-gtk3-kde5 code | Stephan Bergmann |
2018-01-23 | Various loplugin in --enable-gtk3-kde5 code | Stephan Bergmann |
2018-01-23 | Support opening of (some) remote URLs through the KDE file dialog | Milian Wolff |