summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist2014-12-182-7/+5
* draw also opengl polygon with AA edges if AA is wantedLuboš Luňák2014-12-182-9/+79
* Small tweaks to printing UIAdolfo Jayme Barrientos2014-12-184-6/+8
* ifix the OpenGL UI config partMarkus Mohrhard2014-12-181-2/+17
* make use of the new ForceOpenGL config variableMarkus Mohrhard2014-12-171-1/+1
* try to get reasonable sizes for docking windowsCaolán McNamara2014-12-171-3/+17
* silence parent-less warning for temp images from builderCaolán McNamara2014-12-171-1/+2
* map gtk-media-stop to SymbolType::STOPCaolán McNamara2014-12-171-0/+2
* implement loading docking windows from .ui formatCaolán McNamara2014-12-177-18/+154
* Fix 32bit build.Jan Holesovsky2014-12-171-2/+2
* vcl: Sidebar corner case.Jan Holesovsky2014-12-171-2/+2
* Remove useless overrides in vcl strhelperArnaud Versini2014-12-161-13/+0
* ImplDockFloatWin2::setPosSizePixel just forwards to parent classCaolán McNamara2014-12-161-10/+0
* use AA for lines only when AA is activeLuboš Luňák2014-12-154-25/+65
* do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák2014-12-153-3/+5
* don't screw around with the system font selectionCaolán McNamara2014-12-151-80/+0
* drop newly unused Application::ValidateSystemFontCaolán McNamara2014-12-151-15/+0
* -Werror=unused-but-set-variableCaolán McNamara2014-12-151-2/+0
* vcl: Fix crash when requesting coordonnates for empty textureLouis-Francis Ratté-Boulianne2014-12-151-0/+8
* draw lines anti-aliased (opengl vcl)Luboš Luňák2014-12-151-19/+136
* allow using more than one opengl program during one draw "operation"Luboš Luňák2014-12-151-0/+2
* Add plc4 for PL_strdupTor Lillqvist2014-12-121-1/+2
* Tentative fix for fdo#83937Tor Lillqvist2014-12-121-13/+26
* vcl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-5/+5
* osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann2014-12-121-3/+3
* why pointersCaolán McNamara2014-12-111-4/+3
* coverity#1257738 Uncaught exceptionCaolán McNamara2014-12-111-5/+17
* coverity#1257742 Uninitialized pointer fieldCaolán McNamara2014-12-111-7/+5
* coverity#1257743 Uninitialized pointer fieldCaolán McNamara2014-12-111-0/+7
* Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara2014-12-111-2/+4
* vcldemo: disable broken gradient stencil use.Michael Meeks2014-12-112-0/+6
* Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2014-12-112-2/+0
* fix windows buildMarkus Mohrhard2014-12-111-1/+1
* vcl: Don't keep a reference to the texture in the FBO objectLouis-Francis Ratté-Boulianne2014-12-112-9/+17
* vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne2014-12-114-19/+89
* vcl: Keep the same context for VirtualDevice to avoid FBO switchesLouis-Francis Ratté-Boulianne2014-12-111-10/+9
* vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne2014-12-113-61/+135
* vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne2014-12-118-2/+57
* vcl: Reset data buffer after resizing bitmap on GPULouis-Francis Ratté-Boulianne2014-12-111-1/+1
* vcl: Use right size to draw native GTK window backgroundLouis-Francis Ratté-Boulianne2014-12-111-4/+7
* vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne2014-12-1119-128/+174
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-1/+1
* fdo#87030: Generate a proper PKCS#7 signatureTor Lillqvist2014-12-111-248/+35
* fdo#87030: Prevent PDF signing using Windows API from failingTor Lillqvist2014-12-111-46/+193
* Make IsHeadlessModeRequested hack work for LOKStephan Bergmann2014-12-101-0/+3
* Instantiate ImplSVData on demandStephan Bergmann2014-12-105-28/+10
* Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann2014-12-102-15/+21
* No need to re-check IsHeadlessModeRequested in get_desktop_environmentStephan Bergmann2014-12-101-2/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-102-5/+3
* java: remove some comment noiseNoel Grandin2014-12-101-2/+1