summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-11vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock
2014-11-10vcl: Use shared list for OpenGL contexts even with DBG_UTIL enabledLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add rectangle outline renderingLouis-Francis Ratté-Boulianne
2014-11-10vcl: opengl - alpha masks are unexpectedly inverted.Michael Meeks
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks
2014-11-10mpPixmap uninitialized in one ctorCaolán McNamara
2014-11-10vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24Michael Stahl
2014-11-10Fix error: use of undeclared identifier 'aFileName'Tor Lillqvist
2014-11-10vcldemo: load and render some iconsMichael Meeks
2014-11-10vcl: calm a valgrind warning.Michael Meeks
2014-11-10vcl: add BitmapEx load from icon theme constructor.Michael Meeks
2014-11-10cid#736944 Time of check time of useNoel Grandin
2014-11-10coverity#1222237 Untrusted value as argumentCaolán McNamara
2014-11-10quick build fix until I can fix that properlyMarkus Mohrhard
2014-11-10loplugin:staticcallStephan Bergmann
2014-11-10loplugin:unreffunStephan Bergmann
2014-11-10-Werror,-Wheader-guardStephan Bergmann
2014-11-10loplugin:unreffunStephan Bergmann
2014-11-10loplugin:saloverrideStephan Bergmann
2014-11-10WaE: unused variable 'aString'Tor Lillqvist
2014-11-10put these classes into an anonymous namespaceMarkus Mohrhard
2014-11-10WaE: [-Wsometimes-uninitialized]Markus Mohrhard
2014-11-10WaE implicit conversion of NULL constant to 'bool' [-Wnull-conversion]Markus Mohrhard
2014-11-10forgot to add the filesMarkus Mohrhard
2014-11-10fix buildMarkus Mohrhard
2014-11-10only use OpenGL for window devices for nowMarkus Mohrhard
2014-11-10add code for getting device width and height on window devicesMarkus Mohrhard
2014-11-10move README.deprecated from chart2 to vclMarkus Mohrhard
2014-11-10implementation for OpenGL text rendering in the unx backendMarkus Mohrhard
2014-11-10fix windows buildMarkus Mohrhard
2014-11-10remove that method also in the windows backendMarkus Mohrhard
2014-11-10fix windows compile errors in OpenGLContextMarkus Mohrhard
2014-11-10vcl: Re-enable features in vcldemoLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add support for styled lines rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Fix rendering of polypolygons and self-intersecting polygons with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add support for alpha mask rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Fix some viewport issues when rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Fix pixel drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Disable clipping in OpenGL for now because it's broken with VDevLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10one more case of these insane memory alloc/release cyclesMarkus Mohrhard
2014-11-10prevent insane memory allocationMarkus Mohrhard
2014-11-10don't delete texture before we were able to read it backMarkus Mohrhard
2014-11-10vcl: Fix getBitmap operationLouis-Francis Ratté-Boulianne
2014-11-10vcldemo: add a virtualdevice test.Michael Meeks
2014-11-10vcldemo: re-factor to allow rendering to any outputdevice.Michael Meeks
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne