summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann13-37/+37
2014-12-18Resolves: rhbz#1175142 nStarts ends up as an invalid -1Caolán McNamara1-2/+5
2014-12-18Use the same names for these flag bits as the callers doTor Lillqvist2-4/+1
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann11-26/+26
2014-12-18Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist2-7/+5
2014-12-18draw also opengl polygon with AA edges if AA is wantedLuboš Luňák2-9/+79
2014-12-18Small tweaks to printing UIAdolfo Jayme Barrientos4-6/+8
2014-12-18ifix the OpenGL UI config partMarkus Mohrhard1-2/+17
2014-12-17make use of the new ForceOpenGL config variableMarkus Mohrhard1-1/+1
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara1-3/+17
2014-12-17silence parent-less warning for temp images from builderCaolán McNamara1-1/+2
2014-12-17map gtk-media-stop to SymbolType::STOPCaolán McNamara1-0/+2
2014-12-17implement loading docking windows from .ui formatCaolán McNamara7-18/+154
2014-12-17Fix 32bit build.Jan Holesovsky1-2/+2
2014-12-17vcl: Sidebar corner case.Jan Holesovsky1-2/+2
2014-12-16Remove useless overrides in vcl strhelperArnaud Versini1-13/+0
2014-12-16ImplDockFloatWin2::setPosSizePixel just forwards to parent classCaolán McNamara1-10/+0
2014-12-15use AA for lines only when AA is activeLuboš Luňák4-25/+65
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák3-3/+5
2014-12-15don't screw around with the system font selectionCaolán McNamara1-80/+0
2014-12-15drop newly unused Application::ValidateSystemFontCaolán McNamara1-15/+0
2014-12-15-Werror=unused-but-set-variableCaolán McNamara1-2/+0
2014-12-15vcl: Fix crash when requesting coordonnates for empty textureLouis-Francis Ratté-Boulianne1-0/+8
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-12Add plc4 for PL_strdupTor Lillqvist1-1/+2
2014-12-12Tentative fix for fdo#83937Tor Lillqvist1-13/+26
2014-12-12vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-5/+5
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann1-3/+3
2014-12-11why pointersCaolán McNamara1-4/+3
2014-12-11coverity#1257738 Uncaught exceptionCaolán McNamara1-5/+17
2014-12-11coverity#1257742 Uninitialized pointer fieldCaolán McNamara1-7/+5
2014-12-11coverity#1257743 Uninitialized pointer fieldCaolán McNamara1-0/+7
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara1-2/+4
2014-12-11vcldemo: disable broken gradient stencil use.Michael Meeks2-0/+6
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2-2/+0
2014-12-11fix windows buildMarkus Mohrhard1-1/+1
2014-12-11vcl: Don't keep a reference to the texture in the FBO objectLouis-Francis Ratté-Boulianne2-9/+17
2014-12-11vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne4-19/+89
2014-12-11vcl: Keep the same context for VirtualDevice to avoid FBO switchesLouis-Francis Ratté-Boulianne1-10/+9
2014-12-11vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne3-61/+135
2014-12-11vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne8-2/+57
2014-12-11vcl: Reset data buffer after resizing bitmap on GPULouis-Francis Ratté-Boulianne1-1/+1
2014-12-11vcl: Use right size to draw native GTK window backgroundLouis-Francis Ratté-Boulianne1-4/+7
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne19-128/+174
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-1/+1
2014-12-11fdo#87030: Generate a proper PKCS#7 signatureTor Lillqvist1-248/+35
2014-12-11fdo#87030: Prevent PDF signing using Windows API from failingTor Lillqvist1-46/+193
2014-12-10Make IsHeadlessModeRequested hack work for LOKStephan Bergmann1-0/+3
2014-12-10Instantiate ImplSVData on demandStephan Bergmann5-28/+10