summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2014-11-18windows opengl: Use the updated DrawMask to get nice text with OpenGL.Jan Holesovsky1-6/+4
2014-11-18windows: Improve logging.Jan Holesovsky1-55/+18
2014-11-17warning C4189: local variable is initialized but not referencedStephan Bergmann1-2/+2
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky1-11/+0
2014-11-15windows opengl: Finally got the text working.Jan Holesovsky1-11/+22
2014-11-15windows opengl: Explain the concept of the text drawing + minor fixes.Jan Holesovsky1-4/+39
2014-11-15request single buffered context on windowsMarkus Mohrhard1-0/+1
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne1-3/+3
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne1-1/+1
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-14vcl: Fix leak.Jan Holesovsky1-1/+1
2014-11-14vcl: mpFontCharSets is never set.Jan Holesovsky2-10/+0
2014-11-14vcl: mpLogFont is never set.Jan Holesovsky2-5/+0
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky2-15/+64
2014-11-14windows opengl: Prepare WinLayout (and derived classes) for OpenGL.Jan Holesovsky2-47/+65
2014-11-14vcl: Split winlayout.cxx to .cxx and .hxx.Jan Holesovsky2-186/+233
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen...Jan Holesovsky4-183/+50
2014-11-13Remove unused #includeStephan Bergmann1-2/+0
2014-11-13WaEStephan Bergmann1-1/+1
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky4-50/+183
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne2-3/+9
2014-11-12windows: Default to large icons, as we do on all other operating systems.Jan Holesovsky1-5/+1
2014-11-12windows opengl: Printer still needs WinSalGraphicsImpl.Jan Holesovsky1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini4-5/+5
2014-11-11windows opengl: Instantiate OpenGLSalBitmap even on Windows.Jan Holesovsky1-2/+7
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne1-0/+5
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks1-3/+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 Mohrhard1-1/+1
2014-11-10fix windows buildMarkus Mohrhard1-2/+2
2014-11-10remove that method also in the windows backendMarkus Mohrhard2-6/+0
2014-11-10windows opengl: Make SwapBuffers() actually do something.Jan Holesovsky1-0/+5
2014-11-10windows opengl: Don't construct WinSalGraphicsImpl just to destroy it again.Jan Holesovsky1-1/+0
2014-11-10implement abstract virtual methods in windows classesMarkus Mohrhard2-0/+8
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+5
2014-11-10use the new virtual device support in OpenGL for win backendMarkus Mohrhard1-0/+2
2014-11-10forgot to remove the env variable based OpenGL settingMarkus Mohrhard1-6/+0
2014-11-10init the OpenGL context in the windows backendMarkus Mohrhard1-0/+6
2014-11-10don't try to use OpenGL for printingMarkus Mohrhard1-1/+1
2014-11-10improve OpenGL rendering engine selection for Windows backendMarkus Mohrhard1-0/+11
2014-11-10at least some sanity for WinSalGraphicsMarkus Mohrhard4-58/+73
2014-11-10a little bit more sanityMarkus Mohrhard4-11/+13
2014-11-10remove unused code and const-ify some methodsMarkus Mohrhard1-42/+4
2014-11-10start to bring some sanity to windows backendMarkus Mohrhard5-39/+85
2014-11-10no check before delete and move to intializer listMarkus Mohrhard1-20/+18
2014-11-10make it possible to select the OpenGL rendering on windowsMarkus Mohrhard1-0/+6
2014-11-10don't include the win version of svsys directlyMarkus Mohrhard1-1/+2
2014-11-10fix indentationMarkus Mohrhard1-1/+1
2014-11-10implement gradient rendering method for windows backendMarkus Mohrhard2-1/+9