summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi
AgeCommit message (Expand)Author
2016-02-19gtk3+wayland: implement video playback under gtk3 + waylandCaolán McNamara
2016-02-16unused vcl::IsWindowSystemAvailableJuergen Funk
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara
2015-11-25XRegion has to match the "real" XRegion structure, even if we don't useCaolán McNamara
2015-11-24loplugin:unusedfields in vcl/Noel Grandin
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-23Do all svp text rendering with cairoCaolán McNamara
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-16this is pure cairo, no xlib foo hereCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-02loplugin:unusedmethods in vclNoel Grandin
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-09-29coverity#1325061 Resource leakCaolán McNamara
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-09-13boost->stdCaolán McNamara
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-02tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks
2015-08-18tdf#832525 - Wrong punctuation direction after Chinese characters inMark Hung
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-07-23inline a handful of use-once #definesNoel Grandin
2015-07-17force a specific DPI with SAL_FORCEDPI (GTK2 & GTK3 backends only)Tomaž Vajngerl
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-12in general this seems to make more senseMarkus Mohrhard
2015-06-11Fix LibreOffice running with SAL_ENABLEGL=1Jan Holesovsky
2015-06-07Remove include stdio (part8)Julien Nabet
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-24rendercontext: Initialize X11SalVirtualDevice with appropriate SalGraphics.Jan Holesovsky
2015-05-23Remove include stdio (part6)Julien Nabet
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-05-18add missing includesDavid Tardon
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann