Age | Commit message (Expand) | Author |
2014-04-10 | CF_TRACE also the CFRetain to avoid confusion | Tor Lillqvist |
2014-04-10 | Kill the ImplSVGDIData::mbNoXORClipping flag | Tor Lillqvist |
2014-04-09 | -Werror=deprecated-declarations (on Debian, reportedly) (part2) | Julien Nabet |
2014-04-09 | CTRunData fix include mishap | Norbert Thiebaud |
2014-04-09 | coretext: what to include is SDK dependant | Norbert Thiebaud |
2014-04-09 | vcl quartz: cache per-run glyphs information | Norbert Thiebaud |
2014-04-10 | Minor whitespace change | Chris Sherlock |
2014-04-10 | Check if polygon is a rectangle when drawing gradient | Chris Sherlock |
2014-04-10 | Cannot draw metafile-based grayscale gradient into a polygon | Chris Sherlock |
2014-04-09 | WaE: -Werror=sign-compare | Caolán McNamara |
2014-04-10 | Remove unnecessary bound-box parameter from clipping functions | Chris Sherlock |
2014-04-09 | fdo#70666 avoid only bad Graphite ligature replacement | László Németh |
2014-04-09 | Fix gradient regressions | Chris Sherlock |
2014-04-09 | Remove a couple of now unneeded includes | Tor Lillqvist |
2014-04-09 | -Werror=deprecated-declarations (on Debian, reportedly) | Stephan Bergmann |
2014-04-09 | Remove unused function | Stephan Bergmann |
2014-04-08 | -Werror,-Wunused-parameter | Stephan Bergmann |
2014-04-08 | hidpi: Forgotten rounding. | Jan Holesovsky |
2014-04-08 | -Werror=uninitialized | Stephan Bergmann |
2014-04-08 | Make libvclopengl build for iOS | Tor Lillqvist |
2014-04-08 | fdo#77059, hidpi: Increase the threshold of what DPI we consider hi-dpi. | Jan Holesovsky |
2014-04-08 | Starting to bring DrawGradient functions into line with each other | Chris Sherlock |
2014-04-08 | coverity#738863 Uninitialized scalar field | Caolán McNamara |
2014-04-08 | coverity#705329 Missing break in switch | Caolán McNamara |
2014-04-08 | Clean up function declarations and some unused functions | Stephan Bergmann |
2014-04-08 | temporarily render to a file | Markus Mohrhard |
2014-04-08 | improve the code for temporary OpenGl context | Markus Mohrhard |
2014-04-08 | call glewInit in vcl's OpenGLContext just once | Markus Mohrhard |
2014-04-08 | fix crash when passing external Window to OpenGLContext::init | Markus Mohrhard |
2014-04-08 | prevent initializing the OpenGL context multiple times | Markus Mohrhard |
2014-04-08 | OSL_TRACE to SAL_INFO in opengl code | Markus Mohrhard |
2014-04-08 | Remove unnecessary ImplDrawMask function in OutputDevice | Chris Sherlock |
2014-04-07 | Fix thinko | Tor Lillqvist |
2014-04-07 | Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOS | Tor Lillqvist |
2014-04-07 | Log correct depth for the created CGBitmapContext | Tor Lillqvist |
2014-04-07 | Fill these buffers, too, with easily recognizable junk in dbgutil mode | Tor Lillqvist |
2014-04-07 | Don't bother logging the CGContextSetLineWidth() here either | Tor Lillqvist |
2014-04-07 | I think we should begin a new path in drawPolyLine() | Tor Lillqvist |
2014-04-07 | Add a couple of CG_TRACEs | Tor Lillqvist |
2014-04-07 | Move functions back out of OutputDevice so they aren't exported | Chris Sherlock |
2014-04-07 | Minor change to comment in print2.cxx | Chris Sherlock |
2014-04-07 | Bring static functions into OutputDevice as private functions | Chris Sherlock |
2014-04-07 | Clean up ImplSVMainHook declaration | Stephan Bergmann |
2014-04-07 | Don't special-case iOS here, either | Tor Lillqvist |
2014-04-07 | Don't special-case iOS here, either | Tor Lillqvist |
2014-04-07 | Use same code path for iOS as for OS X here, too | Tor Lillqvist |
2014-04-07 | Plug potential resource leak | Tor Lillqvist |
2014-04-07 | For consistency, set the same "GDI" and "Win" flags for iOS as for OS X | Tor Lillqvist |
2014-04-07 | Refactored OutputDevice::DrawGradient | Chris Sherlock |
2014-04-07 | DrawGradient( const PolyPolygon&... etc) gets graphics instance too early | Chris Sherlock |