summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-11-12loplugin:unreffunStephan Bergmann1-11/+0
2014-11-12add quick way to enable OpenGL backend through env varMarkus Mohrhard1-1/+3
2014-11-12vcl: Use offscreen rendering for native GTK widgets with OpenGL backendLouis-Francis Ratté-Boulianne2-0/+7
2014-11-12vcl: Add support for radial gradients in OpenGL backendLouis-Francis Ratté-Boulianne4-19/+132
2014-11-12vcl: Read back OpenGL FBO to create offscreen X11 pixmapLouis-Francis Ratté-Boulianne3-9/+47
2014-11-12vcl: Add initial support for linear gradient with OpenGLLouis-Francis Ratté-Boulianne4-2/+142
2014-11-12WaE: calm clang tinderbox.Michael Meeks1-1/+1
2014-11-12vcldemo: add some clipping tests under the checkerboard tile.Michael Meeks1-2/+53
2014-11-11vcldemo: render a selection of odd gradients.Michael Meeks1-46/+107
2014-11-11vcldemo: render an enlarged view on mouse click.Michael Meeks1-9/+44
2014-11-11vcldemo: re-factor rendering panes, to enable zooming.Michael Meeks1-178/+257
2014-11-11vcldemo: click to invalidate bits and bounce a floatwin around.Michael Meeks1-0/+61
2014-11-11vcl: Use the fast path for rendering.Jan Holesovsky1-5/+3
2014-11-11windows opengl: Make sure we don't reach the slow parts of the code.Jan Holesovsky1-5/+8
2014-11-11windows opengl: Instantiate OpenGLSalBitmap even on Windows.Jan Holesovsky3-5/+18
2014-11-11There are three positive return codes from inflateCaolán McNamara1-0/+0
2014-11-11WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist1-1/+1
2014-11-11Revert "Fix apparently broken commit"Jan Holesovsky1-0/+3
2014-11-11coverity#1209861 untaint image dataCaolán McNamara1-6/+16
2014-11-11readLE32 should return a 32bit number, yikes!Caolán McNamara1-1/+1
2014-11-11vcl: avoid opengl kernel creation writing over its buffers.Michael Meeks1-0/+4
2014-11-11Adapt vcldemo code to layer NONEStephan Bergmann1-16/+1
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne9-9/+96
2014-11-11vcl: Fix the VirtualDevice rectangle rendering in vcldemoLouis-Francis Ratté-Boulianne1-1/+1
2014-11-11vcl: Fix alpha value when drawing bitmap with maskLouis-Francis Ratté-Boulianne2-2/+2
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne7-7/+75
2014-11-11vcl: Remove unused shaders listLouis-Francis Ratté-Boulianne1-2/+0
2014-11-11vcl: Add methods to call before and after OpenGL renderingLouis-Francis Ratté-Boulianne3-34/+61
2014-11-11vcl: Fix pixel drawing with OpenGLLouis-Francis Ratté-Boulianne1-1/+1
2014-11-11Fix apparently broken commitStephan Bergmann1-3/+0
2014-11-11windows opengl: We need a constructor for OpenGLSalGraphicsImpl.Jan Holesovsky2-0/+22
2014-11-11vcl: fdo#39468 - remove useless German commentChris Sherlock1-1/+0
2014-11-11vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock3-54/+53
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin12-30/+30
2014-11-11vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock1-4/+4
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock3-14/+12
2014-11-10vcl: Use shared list for OpenGL contexts even with DBG_UTIL enabledLouis-Francis Ratté-Boulianne1-10/+13
2014-11-10vcl: Add rectangle outline renderingLouis-Francis Ratté-Boulianne1-2/+2
2014-11-10vcl: opengl - alpha masks are unexpectedly inverted.Michael Meeks2-6/+1
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara3-2/+7
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks4-14/+18
2014-11-10mpPixmap uninitialized in one ctorCaolán McNamara1-0/+1
2014-11-10vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24Michael Stahl1-1/+1
2014-11-10Fix error: use of undeclared identifier 'aFileName'Tor Lillqvist1-1/+1
2014-11-10vcldemo: load and render some iconsMichael Meeks1-26/+58
2014-11-10vcl: calm a valgrind warning.Michael Meeks1-1/+1
2014-11-10vcl: add BitmapEx load from icon theme constructor.Michael Meeks1-3/+14
2014-11-10cid#736944 Time of check time of useNoel Grandin1-3/+6
2014-11-10coverity#1222237 Untrusted value as argumentCaolán McNamara1-10/+45
2014-11-10quick build fix until I can fix that properlyMarkus Mohrhard1-1/+2