summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2017-04-23Revert "tdf#92630 Enable auto-accelerator behaviour for gtk"Andras Timar
2016-04-20Don't share the wakeup pipe with child processesTor Lillqvist
2016-04-08gtk3: some changes towards enabling native gtk3 popup menusCaolán McNamara
2016-04-04vcl: tdf#98812: acquire reference count of WinFontInstancesMichael Stahl
2016-02-22update graphite to 1.3.5Caolán McNamara
2015-12-11tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long
2015-11-28Resolves: rhbz#1278885 gtk3 allocated size doesn't match configure-event sizeCaolán McNamara
2015-11-18tdf#39080 Interactive hide-whitespace modeAshod Nakashian
2015-11-10tdf#81144 Chinese full-width punctuation does not align properlyMark Hung
2015-10-29tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann
2015-10-17create "disabled" image (icon) only if the original changesTomaž Vajngerl
2015-10-17Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung
2015-10-15Bin unused codeTor Lillqvist
2015-09-18tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks
2015-09-18Fix a merge problem.Jan Holesovsky
2015-09-18opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl
2015-09-18tdf#93814: Added support for caching shader program binaries.Marco Cecchetti
2015-09-18GL paint-flushing guard re-work.Michael Meeks
2015-09-18tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks
2015-09-18tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks
2015-09-18WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-18WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist
2015-09-18tdf#93532 - Switching to 64-bit checksumMarco Cecchetti
2015-09-18tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
2015-09-18tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-09-18tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks
2015-09-18vcl: Improve management of mnRef0Count.Jan Holesovsky
2015-08-31vcl: fix resource management issue in WinSalLayoutMichael Stahl
2015-08-31No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist
2015-08-31Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist
2015-08-31(disabled) Initial work for OpenGL glyph caching on WindowsTor Lillqvist
2015-08-31SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist
2015-08-31opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl
2015-08-31Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl
2015-08-31vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki
2015-08-31tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks
2015-08-31tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks
2015-08-20tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna
2015-08-20Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna
2015-08-20opengl: cache native widget textures also for WindowsTomaž Vajngerl
2015-08-20opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl
2015-08-20tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-08-20GTK3 HiDPI: disable window scaling and get display DPI via GTK3Tomaž Vajngerl
2015-08-06tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna
2015-08-06tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna
2015-08-06Revert "gtk3: draw/paint to the fixed container"Caolán McNamara
2015-08-06gtk3: draw/paint to the fixed containerCaolán McNamara
2015-08-06gtk3: native focus rects are fine for flat buttonsCaolán McNamara
2015-08-06opengl: use MVP matrix in vertex shaders, pixel offsetsTomaž Vajngerl
2015-08-06tdf#92244 Gaps at end of menu separator lines read from GTK theme.Simon Long