summaryrefslogtreecommitdiff
path: root/vcl/inc/win/salgdi.h
AgeCommit message (Expand)Author
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-08-20Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist
2015-08-19Initial hack for OpenGL glyph caching on WindowsTor Lillqvist
2015-08-10SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-11Cleanup crossplatform cairoMox Soini
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky
2015-06-04Cleanup crossplatform cairoMox Soini
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
2015-03-19opengl dr.memory: DC that contains selected object being deleted.Jan Holesovsky
2015-03-19reorganize resizing surfaces logicCaolán McNamara
2015-03-19move the cairo resize hack into vclCaolán McNamara
2015-03-18revert work in progressCaolán McNamara
2015-03-18more thinkingCaolán McNamara
2015-03-18thinkingCaolán McNamara
2015-03-18move the cairo resize hack into vclCaolán McNamara
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-02vcl: add SAL_OVERRIDE attributes to Windows-specific classesNoel Grandin
2015-01-27fix windows buildCaolán McNamara
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-20windows opengl: Implement the native theming with OpenGL.libreoffice-4-4-branch-pointJan Holesovsky
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-14vcl: mpFontCharSets is never set.Jan Holesovsky
2014-11-14vcl: mpLogFont is never set.Jan Holesovsky
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen...Jan Holesovsky
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-10windows opengl: Make SwapBuffers() actually do something.Jan Holesovsky
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne
2014-11-10at least some sanity for WinSalGraphicsMarkus Mohrhard
2014-11-10a little bit more sanityMarkus Mohrhard
2014-11-10remove unused code and const-ify some methodsMarkus Mohrhard
2014-11-10start to bring some sanity to windows backendMarkus Mohrhard
2014-11-10use Impl for windows backendMarkus Mohrhard
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-09-30fdo#82577: Handle RegionNoel Grandin