summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2018-06-11tdf#117175 wayland: Make popup windows not show off-screenMaxim Monastirsky1-0/+83
2018-06-11Add overloaded read/send funcs for uint64_t (conditionally)Katarina Behrens1-0/+12
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-3/+3
2018-06-11drop PhysicalFontFace::CloneNoel Grandin1-1/+0
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin1-1/+0
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin1-10/+3
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin1-10/+3
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin2-9/+4
2018-06-09return SalSession with std::unique_ptrNoel Grandin1-3/+3
2018-06-09hold and return SalI18NImeStatus using std::unique_ptrNoel Grandin2-3/+4
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-5/+4
2018-06-07vcl: refresh font cache only on real changeAshod Nakashian3-6/+7
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin1-3/+3
2018-06-07Revert "Revert "Blind attempt to fix UBSAN error in FreetypeFont""Stephan Bergmann1-7/+0
2018-06-06Revert "Blind attempt to fix UBSAN error in FreetypeFont"Caolán McNamara1-0/+7
2018-06-05tdf#117981 translate embedded video window mouse events to parent coordinatesCaolán McNamara1-6/+38
2018-06-05tdf#117991 let focus change get processed before selection changeCaolán McNamara1-2/+13
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke3-3/+0
2018-06-03Try harder to find a matching file extensionMatteo Casalin1-12/+21
2018-06-02coverity#708674 Uninitialized scalar fieldCaolán McNamara1-0/+1
2018-06-02share the cairo clipping codeCaolán McNamara1-14/+1
2018-06-02share the cairo polyline drawing codeCaolán McNamara1-122/+5
2018-06-02Resolves: tdf#101798 ResetClipRegion needs to affect cairo drawing tooCaolán McNamara1-0/+3
2018-06-01Fix various Clang and loplugin warnings in --enable-kde5Stephan Bergmann6-13/+14
2018-06-01Make clang-format happy, remove vcl/unx/kde5 from blacklistKatarina Behrens15-553/+574
2018-06-01Get rid of annoying focus rectangles in start centreKatarina Behrens1-0/+1
2018-06-01Render list headers nativelyKatarina Behrens1-0/+9
2018-06-01Use QImage format with premultiplied alphaKatarina Behrens1-1/+1
2018-06-01Native focus rectangles for push buttonsKatarina Behrens1-2/+5
2018-06-01Native focus rectangles for radiobuttonsKatarina Behrens1-4/+13
2018-06-01Native focus rectangles for checkboxesKatarina Behrens1-4/+14
2018-06-01KDE5SalData derives from Qt5DataKatarina Behrens3-2/+96
2018-06-01Remove IMAGE_BASED_PAINTING dead codeKatarina Behrens1-33/+0
2018-06-01Render tooltips nativelyKatarina Behrens1-3/+3
2018-06-01Render scrollbars nativelyKatarina Behrens1-11/+11
2018-06-01Render frames and window background nativelyKatarina Behrens1-7/+7
2018-06-01Render toolbars nativelyKatarina Behrens1-6/+6
2018-06-01Render list items nativelyKatarina Behrens1-3/+3
2018-06-01Render menu bar and popups nativelyKatarina Behrens1-10/+10
2018-06-01Render progress bar nativelyKatarina Behrens1-4/+4
2018-06-01Drop duplicate implementation of conversion to QRectKatarina Behrens1-14/+4
2018-06-01Render sliders and spinboxes nativelyKatarina Behrens1-10/+10
2018-06-01Render text edits (single and multiline) nativelyKatarina Behrens1-21/+8
2018-06-01Render listboxes and comboboxes nativelyKatarina Behrens1-9/+9
2018-06-01Render pushbuttons nativelyKatarina Behrens1-6/+6
2018-06-01Render radiobuttons nativelyKatarina Behrens1-6/+6
2018-06-01Remove now unused KDE5XLib and KDE5DataKatarina Behrens8-645/+1
2018-06-01Render checkboxes nativelyKatarina Behrens1-22/+41
2018-06-01Kill GraphicsHolder with fireKatarina Behrens2-40/+0
2018-06-01Restore Acquire/ReleaseGraphics, use KDE5SalGraphicsKatarina Behrens4-22/+42