summaryrefslogtreecommitdiff
path: root/vcl/inc/win
AgeCommit message (Expand)AuthorFilesLines
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks1-1/+3
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks1-0/+6
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-1/+0
2014-12-02vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-0/+1
2014-12-02vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+8
2014-11-20windows opengl: Implement the native theming with OpenGL.libreoffice-4-4-branch-pointJan Holesovsky1-4/+13
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky1-1/+34
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+1
2014-11-18windows: Improve logging.Jan Holesovsky1-1/+1
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+1
2014-11-14vcl: mpFontCharSets is never set.Jan Holesovsky1-5/+0
2014-11-14vcl: mpLogFont is never set.Jan Holesovsky1-1/+0
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky2-0/+4
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen...Jan Holesovsky1-3/+20
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky1-20/+3
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-1/+2
2014-11-10windows opengl: Make SwapBuffers() actually do something.Jan Holesovsky1-1/+1
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne1-0/+2
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+2
2014-11-10at least some sanity for WinSalGraphicsMarkus Mohrhard1-17/+26
2014-11-10a little bit more sanityMarkus Mohrhard1-2/+4
2014-11-10remove unused code and const-ify some methodsMarkus Mohrhard1-5/+4
2014-11-10start to bring some sanity to windows backendMarkus Mohrhard1-6/+18
2014-11-10make it possible to select the OpenGL rendering on windowsMarkus Mohrhard1-0/+3
2014-11-10use Impl for windows backendMarkus Mohrhard1-14/+5
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock1-0/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-3/+3
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-3/+3
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-25fdo#84000: Sort out problems with short timeouts & long callbacks.Jan Holesovsky1-1/+1
2014-09-25use SAL_OVERRIDE for WinSalTimerMichael Stahl1-3/+2
2014-09-25mhPrevInst was pointlessTor Lillqvist1-1/+0
2014-09-25Bin pointless single-line wrappers of Win32 APITor Lillqvist1-7/+0
2014-09-23fdo#84000: Reimplement the Windows WinSalTimer using Timer Queues.Jan Holesovsky1-5/+7
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-2/+2
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock1-1/+0
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-2/+2
2014-06-04Avoid accessing freed memory and freeing already freed resourcesTor Lillqvist1-0/+2
2014-05-25cppcheck: unusedFunctionThomas Arnhold1-1/+0
2014-05-24try harder to fix windows buildCaolán McNamara1-0/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist8-28/+0
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-2/+0
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud1-5/+6
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-2/+2
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock3-3/+3
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock9-64/+64
2014-02-26Remove visual noise from vclAlexander Wilms6-25/+25
2014-02-24warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann1-1/+1