summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2015-10-29tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-117/+0
2015-10-17create "disabled" image (icon) only if the original changesTomaž Vajngerl1-0/+2
2015-10-17Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung1-0/+1
2015-10-15Bin unused codeTor Lillqvist1-3/+0
2015-09-18tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks1-0/+3
2015-09-18Fix a merge problem.Jan Holesovsky1-2/+9
2015-09-18opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl1-2/+0
2015-09-18tdf#93814: Added support for caching shader program binaries.Marco Cecchetti3-10/+75
2015-09-18GL paint-flushing guard re-work.Michael Meeks8-19/+6
2015-09-18tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks1-0/+1
2015-09-18tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks5-14/+13
2015-09-18WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist1-2/+2
2015-09-18WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist1-1/+1
2015-09-18tdf#93532 - Switching to 64-bit checksumMarco Cecchetti5-7/+59
2015-09-18tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks2-0/+4
2015-09-18tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks3-3/+5
2015-09-18tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks1-0/+1
2015-09-18vcl: Improve management of mnRef0Count.Jan Holesovsky1-1/+6
2015-08-31vcl: fix resource management issue in WinSalLayoutMichael Stahl1-0/+2
2015-08-31No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist1-21/+0
2015-08-31Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist1-10/+1
2015-08-31(disabled) Initial work for OpenGL glyph caching on WindowsTor Lillqvist1-0/+1
2015-08-31SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist1-2/+0
2015-08-31opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl1-0/+2
2015-08-31Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl3-3/+82
2015-08-31vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki1-0/+5
2015-08-31tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks2-10/+52
2015-08-31tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks1-0/+34
2015-08-20tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna1-0/+1
2015-08-20Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna1-0/+20
2015-08-20opengl: cache native widget textures also for WindowsTomaž Vajngerl2-0/+15
2015-08-20opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl1-0/+2
2015-08-20tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl3-1/+22
2015-08-20GTK3 HiDPI: disable window scaling and get display DPI via GTK3Tomaž Vajngerl1-0/+1
2015-08-06tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna1-0/+1
2015-08-06tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna1-0/+1
2015-08-06Revert "gtk3: draw/paint to the fixed container"Caolán McNamara1-1/+1
2015-08-06gtk3: draw/paint to the fixed containerCaolán McNamara1-1/+1
2015-08-06gtk3: native focus rects are fine for flat buttonsCaolán McNamara1-1/+2
2015-08-06opengl: use MVP matrix in vertex shaders, pixel offsetsTomaž Vajngerl2-0/+4
2015-08-06tdf#92244 Gaps at end of menu separator lines read from GTK theme.Simon Long1-0/+1
2015-08-06Related tdf#91362: disable paper size & orientation selectionKatarina Behrens1-0/+1
2015-08-06gtk3: listen to state-flags-changed and disable toplevels when in backdropCaolán McNamara1-1/+2
2015-08-06Resolves: tdf#92293 gtk3: get a11y workingCaolán McNamara1-0/+1
2015-08-06gtk3: move cairo region clipping to svpCaolán McNamara2-2/+1
2015-08-06gtk3: move createCairoContext down to svpgdiCaolán McNamara1-0/+8
2015-08-06implement GtkSalFrame::GetKeyName with some code lying around handyCaolán McNamara1-0/+3
2015-08-06gtk3: native render the comically oversized gtk3 spinbuttonsCaolán McNamara1-2/+2
2015-08-06gtk3: drop manually constructed mpMenuItemStyleCaolán McNamara1-1/+0
2015-08-06gtk3: use correct check menu item styleCaolán McNamara1-1/+2