summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2018-02-19weld: hook up help responseCaolán McNamara
2018-02-16gtk3_kde5: Checkboxes on the left, texts on the rightKatarina Behrens
2018-02-16native dialog initial basisCaolán McNamara
2018-02-15gtk3_kde5: advertise vcl plugin correctly in about dialogThorsten Behrens
2018-02-12Fix typosAndrea Gelmini
2018-02-09Fix conditionSamuel Mehrbrodt
2018-02-09Sync the fix with Muffin upstream changesMaxim Monastirsky
2018-02-08Disable NET_WM_PING for all debug buildsSamuel Mehrbrodt
2018-02-08tdf#86739 Option to set image anchor type in image insert dialogSamuel Mehrbrodt
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2018-02-02loplugin:useuniqueptr in X11SalFrameNoel Grandin
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet
2018-02-02loplugin:useuniqueptr in GtkSalFrameNoel Grandin
2018-02-02loplugin:useuniqueptr in SalGtkFilePickerNoel Grandin
2018-02-02loplugin:useuniqueptr in NWPixmapCacheNoel Grandin
2018-02-01Convert 2 lists in vectors in X11_selection (vcl)Julien Nabet
2018-01-31Modernize a bit vcl (part5)Julien Nabet
2018-01-30Fix compilation with GCC 4.8Milian Wolff
2018-01-27Fix typosAndrea Gelmini
2018-01-26Remove redundant(?) initialization of frame geometryStephan Bergmann
2018-01-26Fix typosAndrea Gelmini
2018-01-25lo_kde5filepicker: cleanup main and add version and help optionsMilian Wolff
2018-01-25Properly restore size of KDE5 file picker dialogMilian Wolff
2018-01-25Properly quit the lo_kde5filepicker on Quit commandMilian Wolff
2018-01-25gtk3_kde5: port away from boost::processMilian Wolff
2018-01-25Fix typosAndrea Gelmini
2018-01-24Use a more conventional way of zero-initializing class membersStephan Bergmann
2018-01-24fix kde4 vclplug buildNoel Grandin
2018-01-24Fix --enable-kde4 codeStephan Bergmann
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-23Fix typosAndrea Gelmini
2018-01-23Removed duplicated includeAndrea Gelmini
2018-01-23Various loplugin in --enable-gtk3-kde5 codeStephan Bergmann
2018-01-23Various loplugin in --enable-gtk3-kde5 codeStephan Bergmann
2018-01-23Support opening of (some) remote URLs through the KDE file dialogMilian Wolff
2018-01-23Introduce gtk3_kde5 vcl pluginMilian Wolff
2018-01-23Band aid fix build --with-kde5Katarina Behrens
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-20Resolves: tdf#115106 don't assume fullscreen is impressCaolán McNamara
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-17Fix --enable-kde4Stephan Bergmann
2018-01-17loplugin:useuniqueptr in SalXLibNoel Grandin
2018-01-17loplugin:useuniqueptr in X11SalVirtualDeviceNoel Grandin
2018-01-17loplugin:useuniqueptr in PspSalInfoPrinterNoel Grandin
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin
2018-01-17loplugin:useuniqueptr in PrinterJobNoel Grandin
2018-01-17loplugin:useuniqueptr in GlyphCacheNoel Grandin
2018-01-17tdf#114935 Move the focus back to the documentMaxim Monastirsky
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin