summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-10Revert "Force --std=gnu89 for clang."Luboš Luňák1-4/+0
2014-11-10fdo#85584: Adapt the unit test to the new default.Jan Holesovsky3-3/+25
2014-11-10602 regression testCaolán McNamara6-0/+647
2014-11-10coverity#1242423 Dereference after null checkCaolán McNamara1-2/+2
2014-11-10callcatcher: unused codeCaolán McNamara8-20/+1
2014-11-10coverity#1222237 Untrusted value as argumentCaolán McNamara1-10/+45
2014-11-10coverity#1242522 silence Arguments in wrong orderCaolán McNamara1-1/+3
2014-11-10coverity#1251167 Logically dead codeCaolán McNamara1-5/+8
2014-11-10coverity#1000853 Uncaught exceptionCaolán McNamara1-1/+12
2014-11-10update creditsChristian Lohmaier1-1253/+1353
2014-11-10avoid exceeding commandline limitsChristian Lohmaier6-12/+6
2014-11-10Fix build.Jan Holesovsky2-8/+6
2014-11-10quick build fix until I can fix that properlyMarkus Mohrhard1-1/+2
2014-11-10loplugin:staticcallStephan Bergmann1-2/+2
2014-11-10loplugin:unreffunStephan Bergmann1-2/+0
2014-11-10-Werror,-Wheader-guardStephan Bergmann1-1/+1
2014-11-10loplugin:unreffunStephan Bergmann1-1/+0
2014-11-10loplugin:saloverrideStephan Bergmann1-3/+3
2014-11-10fdo#85584: Don't update references on sort by default.Jan Holesovsky1-1/+1
2014-11-10Adapt FractionPrinterStephan Bergmann1-3/+3
2014-11-10WaE: unused variable 'aString'Tor Lillqvist1-1/+2
2014-11-10put these classes into an anonymous namespaceMarkus Mohrhard2-0/+8
2014-11-10WaE: [-Wsometimes-uninitialized]Markus Mohrhard1-1/+2
2014-11-10WaE implicit conversion of NULL constant to 'bool' [-Wnull-conversion]Markus Mohrhard1-1/+1
2014-11-10merge initial work on OpenGL vcl backendMarkus Mohrhard121-5258/+10808
2014-11-10never wonder if sun is not sunTakeshi Abe1-5/+0
2014-11-10forgot to add the filesMarkus Mohrhard2-0/+76
2014-11-10fix buildMarkus Mohrhard1-1/+1
2014-11-10fix bad merge conflict resolutionMarkus Mohrhard1-5/+2
2014-11-10disable OpenGL VCL backend for now in masterMarkus Mohrhard1-1/+1
2014-11-10only use OpenGL for window devices for nowMarkus Mohrhard1-1/+1
2014-11-10add code for getting device width and height on window devicesMarkus Mohrhard3-3/+42
2014-11-10move README.deprecated from chart2 to vclMarkus Mohrhard1-0/+0
2014-11-10implementation for OpenGL text rendering in the unx backendMarkus Mohrhard6-2/+55
2014-11-10fix windows buildMarkus Mohrhard4-2/+65
2014-11-10remove that method also in the windows backendMarkus Mohrhard2-6/+0
2014-11-10fix windows compile errors in OpenGLContextMarkus Mohrhard1-2/+6
2014-11-10vcl: Re-enable features in vcldemoLouis-Francis Ratté-Boulianne1-1/+1
2014-11-10vcl: Add support for styled lines rendering with OpenGLLouis-Francis Ratté-Boulianne1-7/+81
2014-11-10vcl: Fix rendering of polypolygons and self-intersecting polygons with OpenGLLouis-Francis Ratté-Boulianne1-28/+14
2014-11-10vcl: Add support for alpha mask rendering with OpenGLLouis-Francis Ratté-Boulianne3-10/+17
2014-11-10vcl: Fix some viewport issues when rendering with OpenGLLouis-Francis Ratté-Boulianne1-0/+10
2014-11-10vcl: Fix pixel drawing with OpenGLLouis-Francis Ratté-Boulianne1-3/+3
2014-11-10vcl: Disable clipping in OpenGL for now because it's broken with VDevLouis-Francis Ratté-Boulianne1-11/+18
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne4-5/+55
2014-11-10one more case of these insane memory alloc/release cyclesMarkus Mohrhard1-2/+1
2014-11-10prevent insane memory allocationMarkus Mohrhard3-2/+15
2014-11-10don't delete texture before we were able to read it backMarkus Mohrhard1-1/+0
2014-11-10vcl: Fix getBitmap operationLouis-Francis Ratté-Boulianne1-0/+3
2014-11-10basegfx: Solve crossovers even if there is only one polygon in the polypolygonLouis-Francis Ratté-Boulianne1-1/+1