summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-01-13tdf#96385 - opengl: dynamically adjust priority of swap buffers.Michael Meeks1-1/+3
2016-01-12tdf#96655 - clear non-offscreen status bar controls before render.Michael Meeks1-3/+4
2016-01-12tdf#94831: Check for null mpReadAccess before first useMatúš Kukan1-21/+18
2016-01-11tdf#96657 - vcl opengl: implement invert: Track Frame.Michael Meeks1-1/+12
2016-01-11tdf#96550 - vcl opengl - fix BGR/RGB swap for some 8-bit icons.Michael Meeks1-6/+18
2016-01-11tdf#96919 - vcl opengl: implement missing XOR mode.Michael Meeks3-16/+40
2016-01-08The OpenGL Windows driver blacklist file should be in share, not user configTor Lillqvist2-3/+3
2016-01-08Don't use the "marketing" version number for the Intel driverTor Lillqvist1-1/+1
2016-01-08tdf#96420: Avoid drawing ugly black boxes on top of replacement glyphsTor Lillqvist1-1/+7
2016-01-07Fix build with gtk2 older than 2.20 by using the old definitionTomáš Chvátal1-2/+2
2016-01-07tdf#96894 - get ordering right for TextureAtlas cleanup on shutdown.Michael Meeks6-29/+52
2016-01-07Fix dbgutil build in case GL_DEBUG_SEVERITY_NOTIFICATION_ARB is undefinedTor Lillqvist1-0/+2
2016-01-07OpenGL transitions: squashed 5 commits into this oneEmmanuel Gil Peyrot1-0/+6
2016-01-07We should compare an Intel version to 15.40.4.64, not 15.40.4.64.4256Tor Lillqvist1-1/+1
2016-01-07Avoid indexing out of array boundsTor Lillqvist1-1/+1
2016-01-07vcl: opengl - Kill the last glErrors on common paths.Michael Meeks9-147/+116
2016-01-06tdf#96687 - force validation after External InputJustin Luth1-0/+1
2016-01-05tdf#96690 - don't copy tiny non-rendered-to virtual devices.Michael Meeks1-0/+7
2016-01-04tdf#39944: Fix mapping additional a11y roles to ATKpasqual milvaques1-11/+7
2016-01-04vcl: opengl - ensure we have the right GL context for rendering.Michael Meeks1-34/+14
2016-01-04tdf#96858 - opengl - fix off-by-1 in glScissor clipping.Michael Meeks1-1/+1
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks5-36/+62
2015-12-23tdf#90319: make image flipping work in writer for pngpasqualm1-7/+40
2015-12-23vcl: opengl - lean on the default window's context much more.Michael Meeks4-27/+39
2015-12-18tdf#95054: Make sure glyphs alpha blend properly in the Graphite+OpenGL caseTor Lillqvist2-33/+52
2015-12-18Update hardware/OS info in About dialogYousuf Philips1-3/+3
2015-12-17tdf#95648: Erase the OpenGLCompatibleDC to white before drawing text into itTor Lillqvist2-7/+13
2015-12-17tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.Michael Meeks1-0/+16
2015-12-16tdf#96119 Cannot select item with mouse in any combobox / drop down menuJuergen Funk3-1/+40
2015-12-16gtk3: stop the ever shrinking size of toplevel on every restoreCaolán McNamara1-13/+28
2015-12-15Resolves: rhbz#1285364 urls cannot be opened under waylandCaolán McNamara1-0/+2
2015-12-15Add 'Linux' string to about dialog OS version infoYousuf Philips1-2/+2
2015-12-15gtk3+wayland: enable manual movement of toolbarsCaolán McNamara6-3/+27
2015-12-15Resolves: rhbz#1287581 explicitly state we don't want decorated toolbarsCaolán McNamara1-0/+1
2015-12-15opengl: remove device id from opengl blacklistTomaž Vajngerl1-121/+0
2015-12-14Related: rhbz#1290014 gtk3: use gtk_window_set_modal on modal dialogsCaolán McNamara4-1/+17
2015-12-14vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks5-11/+4
2015-12-12tdf#94851 check SalBitmap & convert in all drawBitmap methodsTomaž Vajngerl1-12/+38
2015-12-12opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-3/+59
2015-12-12tdf#94851 can't use OpenGLSalBitmap with WinSalGraphicsTomaž Vajngerl1-1/+31
2015-12-12tdf#94851 use BGR color order in WindowsTomaž Vajngerl1-37/+79
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks11-73/+357
2015-12-11Get Double-buffered context creation working on linux.Michael Meeks1-6/+7
2015-12-11vcl: gtk frames should DeInitialize properly, to handle GL cleanup.Michael Meeks1-4/+3
2015-12-11vcldemo: avoid svg load/render for icon test.Michael Meeks1-0/+2
2015-12-11Calm unit test down for GL row-strides.Michael Meeks1-1/+2
2015-12-11tdf#93991: One pixel here or there, who is counting?Tor Lillqvist1-1/+1
2015-12-11tdf#85767 Enable rotated/flipped icons in the SidebarSamuel Mehrbrodt6-78/+80
2015-12-10tdf#96357 Switching icon theme doesn't update toolbar or statusbarMaxim Monastirsky1-6/+5
2015-12-09Related: rhbz#1289398 UP and LEFT are positiveCaolán McNamara1-1/+1