Age | Commit message (Expand) | Author |
2015-03-18 | revert work in progress | Caolán McNamara |
2015-03-18 | move the cairo resize hack into vcl | Caolán McNamara |
2015-03-18 | move IsCairoWorking to vclplug level and rename | Caolán McNamara |
2015-01-27 | these are const inputs, we fill widths from pGlyphIds via pEncoding | Caolán McNamara |
2015-01-19 | fdo#39440 vcl: reduce scope of local variables | Michael Weghorn |
2014-11-30 | move the iOS SalGraphics code back into the OSX one | Markus Mohrhard |
2014-11-22 | vcl: Add support for backend-dependent blending of bitmaps (mask and alpha) | Louis-Francis Ratté-Boulianne |
2014-11-15 | vcl: The backend should decide whether fast alpha drawing is available. | Jan Holesovsky |
2014-09-30 | fdo#82577: Handle Region | Noel Grandin |
2014-05-23 | Use CG_TRACE consistently | Tor Lillqvist |
2014-04-10 | Avoid a couple of pointless constant variables | Tor Lillqvist |
2014-04-10 | Set mbPrinter anc mbVirDev for iOS, too | Tor Lillqvist |
2014-04-10 | Mention early exits in the verbose debugging log | Tor Lillqvist |
2014-04-09 | Remove a couple of now unneeded includes | Tor Lillqvist |
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 | 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 | Plug potential resource leak | Tor Lillqvist |
2014-04-07 | Typo | Tor Lillqvist |
2014-04-04 | Add more CG_TRACEs for completeness | Tor Lillqvist |
2014-04-02 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-04-01 | Add some more CG_TRACEs | Tor Lillqvist |
2014-04-01 | Avoid one iOS ifdef | Tor Lillqvist |
2014-04-01 | Add two more CG_TRACEs | Tor Lillqvist |
2014-04-01 | Stopgap fix to avoid using a null CGContext | Tor Lillqvist |
2014-03-31 | More CoreGraphics tracing | Tor Lillqvist |
2014-03-31 | Add SAL_INFOs for very detailed CoreGraphics tracing | Tor Lillqvist |
2014-03-31 | Just spell out the NULL instead of having a const variable for it | Tor Lillqvist |
2014-03-26 | Seems we don't need any basebmp stuff in AquaSalGraphics on iOS | Tor Lillqvist |
2014-03-24 | fix Mac build | Stephan Bergmann |
2014-03-24 | Fix a few problems in the iOS vcl code | Tor Lillqvist |
2014-03-10 | Hack on the iOS vcl code | Tor Lillqvist |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-21 | Adapt vcl to various loplugin warnings on Mac OS X | Stephan Bergmann |
2014-02-21 | Mac OS X vcl: sal_Bool -> bool fixup | Stephan Bergmann |
2014-01-16 | fix compile break on macos | tsahi glik |
2014-01-16 | fix rendering issues in iOS with aqua | tsahi glik |
2014-01-10 | Normalized aqua graphics line and fill colors to RGBA | tsahi glik |
2014-01-08 | Fix compilation error for 64-bit OS X by simplifying code | Tor Lillqvist |
2014-01-06 | Resolves: #i123840# add and use the sal_GlyphId type | Herbert Dürr |
2013-12-31 | Resolves: #i123840# normalize SalGraphics point count argument types... | Herbert Dürr |
2013-12-26 | WaE: unused variable 'aRefreshRect' | Tor Lillqvist |
2013-12-25 | cppcheck: Prefer prefix ++/-- operators for non-primitive types | Julien Nabet |
2013-12-19 | The "fake DPI scale" was always 1 | Tor Lillqvist |
2013-12-18 | Add a view-only iOS test app using tiled rendering | Tor Lillqvist |
2013-12-17 | Related: #i123840# normalize SalFrame resolution type to sal_Int32 | Herbert Dürr |
2013-12-14 | iOS tiled rendering work | Tor Lillqvist |
2013-12-12 | Related: #i123840# use CoreGraphic helper methods for primitives | Herbert Dürr |