summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
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
2014-11-10vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphicsLouis-Francis Ratté-Boulianne
2014-11-10fix line positionMarkus Mohrhard
2014-11-10fix ellipse rendering completelyMarkus Mohrhard
2014-11-10improvement for ellipse renderingMarkus Mohrhard
2014-11-10use different line and fill colorsMarkus Mohrhard
2014-11-10fix commentMarkus Mohrhard
2014-11-10get size correct for virtual devicesMarkus Mohrhard
2014-11-10make these explicitMarkus Mohrhard
2014-11-10use some flags found at some examplesMarkus Mohrhard
2014-11-10I screwed up before, fix itMarkus Mohrhard
2014-11-10use GLXPixmap for VirtualDeviceMarkus Mohrhard
2014-11-10fix bug around wrong number of verticesMarkus Mohrhard
2014-11-10improve log messagesMarkus Mohrhard
2014-11-10split the OpenGLContext::ImplInit method into its platform partsMarkus Mohrhard