summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1235-48/+48
* loplugin:unreffunStephan Bergmann2014-11-121-11/+0
* add quick way to enable OpenGL backend through env varMarkus Mohrhard2014-11-121-1/+3
* vcl: Use offscreen rendering for native GTK widgets with OpenGL backendLouis-Francis Ratté-Boulianne2014-11-122-0/+7
* vcl: Add support for radial gradients in OpenGL backendLouis-Francis Ratté-Boulianne2014-11-124-19/+132
* vcl: Read back OpenGL FBO to create offscreen X11 pixmapLouis-Francis Ratté-Boulianne2014-11-123-9/+47
* vcl: Add initial support for linear gradient with OpenGLLouis-Francis Ratté-Boulianne2014-11-124-2/+142
* WaE: calm clang tinderbox.Michael Meeks2014-11-121-1/+1
* vcldemo: add some clipping tests under the checkerboard tile.Michael Meeks2014-11-121-2/+53
* vcldemo: render a selection of odd gradients.Michael Meeks2014-11-111-46/+107
* vcldemo: render an enlarged view on mouse click.Michael Meeks2014-11-111-9/+44
* vcldemo: re-factor rendering panes, to enable zooming.Michael Meeks2014-11-111-178/+257
* vcldemo: click to invalidate bits and bounce a floatwin around.Michael Meeks2014-11-111-0/+61
* vcl: Use the fast path for rendering.Jan Holesovsky2014-11-111-5/+3
* windows opengl: Make sure we don't reach the slow parts of the code.Jan Holesovsky2014-11-111-5/+8
* windows opengl: Instantiate OpenGLSalBitmap even on Windows.Jan Holesovsky2014-11-113-5/+18
* There are three positive return codes from inflateCaolán McNamara2014-11-111-0/+0
* WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist2014-11-111-1/+1
* Revert "Fix apparently broken commit"Jan Holesovsky2014-11-111-0/+3
* coverity#1209861 untaint image dataCaolán McNamara2014-11-111-6/+16
* readLE32 should return a 32bit number, yikes!Caolán McNamara2014-11-111-1/+1
* vcl: avoid opengl kernel creation writing over its buffers.Michael Meeks2014-11-111-0/+4
* Adapt vcldemo code to layer NONEStephan Bergmann2014-11-111-16/+1
* vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne2014-11-119-9/+96
* vcl: Fix the VirtualDevice rectangle rendering in vcldemoLouis-Francis Ratté-Boulianne2014-11-111-1/+1
* vcl: Fix alpha value when drawing bitmap with maskLouis-Francis Ratté-Boulianne2014-11-112-2/+2
* vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne2014-11-117-7/+75
* vcl: Remove unused shaders listLouis-Francis Ratté-Boulianne2014-11-111-2/+0
* vcl: Add methods to call before and after OpenGL renderingLouis-Francis Ratté-Boulianne2014-11-113-34/+61
* vcl: Fix pixel drawing with OpenGLLouis-Francis Ratté-Boulianne2014-11-111-1/+1
* Fix apparently broken commitStephan Bergmann2014-11-111-3/+0
* windows opengl: We need a constructor for OpenGLSalGraphicsImpl.Jan Holesovsky2014-11-112-0/+22
* vcl: fdo#39468 - remove useless German commentChris Sherlock2014-11-111-1/+0
* vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock2014-11-113-54/+53
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-1112-30/+30
* vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock2014-11-111-4/+4
* vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock2014-11-113-14/+12
* vcl: Use shared list for OpenGL contexts even with DBG_UTIL enabledLouis-Francis Ratté-Boulianne2014-11-101-10/+13
* vcl: Add rectangle outline renderingLouis-Francis Ratté-Boulianne2014-11-101-2/+2
* vcl: opengl - alpha masks are unexpectedly inverted.Michael Meeks2014-11-102-6/+1
* only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara2014-11-103-2/+7
* vcl: cleanup the opengl selection API.Michael Meeks2014-11-104-14/+18
* mpPixmap uninitialized in one ctorCaolán McNamara2014-11-101-0/+1
* vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24Michael Stahl2014-11-101-1/+1
* Fix error: use of undeclared identifier 'aFileName'Tor Lillqvist2014-11-101-1/+1
* vcldemo: load and render some iconsMichael Meeks2014-11-101-26/+58
* vcl: calm a valgrind warning.Michael Meeks2014-11-101-1/+1
* vcl: add BitmapEx load from icon theme constructor.Michael Meeks2014-11-101-3/+14
* cid#736944 Time of check time of useNoel Grandin2014-11-101-3/+6
* coverity#1222237 Untrusted value as argumentCaolán McNamara2014-11-101-10/+45