summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-12-17make use of the new ForceOpenGL config variableMarkus Mohrhard1-1/+1
2014-12-17vcl: fix linkage issue for Executable_icontest.mkChris Sherlock1-4/+4
2014-12-16fix windows buildMarkus Mohrhard1-1/+1
2014-12-16-Werror=unused-but-set-variableCaolán McNamara1-2/+0
2014-12-15vcl: Don't keep a reference to the texture in the FBO objectLouis-Francis Ratté-Boulianne2-9/+17
2014-12-15vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne4-19/+89
2014-12-15vcl: Keep the same context for VirtualDevice to avoid FBO switchesLouis-Francis Ratté-Boulianne1-10/+9
2014-12-15vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne3-62/+135
2014-12-15vcl: prefix global variable g_vShareListMichael Stahl1-14/+14
2014-12-15vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne8-2/+57
2014-12-15vcl: Reset data buffer after resizing bitmap on GPULouis-Francis Ratté-Boulianne1-1/+1
2014-12-15vcl: Use right size to draw native GTK window backgroundLouis-Francis Ratté-Boulianne1-4/+7
2014-12-15vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne19-128/+174
2014-12-15use AA for lines only when AA is activeLuboš Luňák4-25/+65
2014-12-15draw lines anti-aliased (opengl vcl)Luboš Luňák1-19/+136
2014-12-15allow using more than one opengl program during one draw "operation"Luboš Luňák1-0/+2
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák3-3/+5
2014-12-15vcl: Fix crash when requesting coordonnates for empty textureLouis-Francis Ratté-Boulianne1-0/+8
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara1-2/+4
2014-12-11fdo#87030: Make PDF signing using Windows API workTor Lillqvist2-12/+146
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2-2/+0
2014-12-09Resolves: fdo#81421 listen to child window to see if it gets deletedCaolán McNamara2-9/+27
2014-12-09Resolves: fdo#87132 a11y crash on clicking outside of inline playback windowCaolán McNamara1-0/+2
2014-12-07simple check to prevent crash with old driversMarkus Mohrhard1-0/+3
2014-12-05loplugin:saloverrideNoel Grandin1-1/+1
2014-12-04Use the "vcl.pdfwriter" logging tag instead of "vcl.gdi"Tor Lillqvist1-21/+21
2014-12-04Fix Windows buildLászló Németh1-0/+1
2014-12-04implement virtual methods for OSX vcl backendMarkus Mohrhard2-0/+15
2014-12-04prevent crash when creating the platform context failedMarkus Mohrhard1-4/+6
2014-12-04more asserts to detect double deletesMarkus Mohrhard1-0/+2
2014-12-04add assert to detect double deleteMarkus Mohrhard1-1/+3
2014-12-04add more debugging outputMarkus Mohrhard1-0/+2
2014-12-04Fix Windows build.Kohei Yoshida1-0/+1
2014-12-04Missing includeStephan Bergmann1-0/+4
2014-12-03windows opengl: Call PreDraw() earlier in the text rendering too.Jan Holesovsky1-4/+4
2014-12-03windows opengl: Call PreDraw() earlier.Jan Holesovsky1-9/+8
2014-12-03fdo#83939: Set error code if signing failedTor Lillqvist1-2/+14
2014-12-03fdo#85806: Hebrew and Arabic is not working on MACgalbarnissan1-7/+7
2014-12-03vcl: Fix Linux build.Jan Holesovsky1-14/+0
2014-12-03vcl: Fix color-replacement fragment shaderLouis-Francis Ratté-Boulianne1-2/+0
2014-12-03vcl: Acquire framebuffer from current context when reading back textureLouis-Francis Ratté-Boulianne1-12/+10
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne5-2/+74
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne14-1/+57
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan13-0/+38
2014-12-03vcl: Add reference on default window's context so it doesn't get destroyedLouis-Francis Ratté-Boulianne2-0/+14
2014-12-03vcl: Release the OpenGL context for offscreen rendering after each operationLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne7-45/+11
2014-12-03Make the default (non-native) workspace lighter, especially on Windows.Jan Holesovsky2-3/+3
2014-12-03vcl: disable color checking.Stephan Bergmann1-0/+2
2014-12-03Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard3-10/+27