summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-07-07vcl rendercontext: avoid CopyArea() in Window::ImplScroll()Miklos Vajna1-2/+8
2015-07-07gtk3: handle 32bit icons, silences ugly warnings as bonusCaolán McNamara1-10/+11
2015-07-07Fix some misspellingsTor Lillqvist1-1/+1
2015-07-07Fix some misspellingsTor Lillqvist2-3/+3
2015-07-07Add vcl lifecycle test for Toolkit / XWindow peers.Michael Meeks2-0/+27
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens2-4/+14
2015-07-06Fix Funky Capitalisation Of CommentsTor Lillqvist1-25/+25
2015-07-06Revert "vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FOR...Miklos Vajna1-2/+1
2015-07-06ImplRestore() can be privateTor Lillqvist1-5/+4
2015-07-06improve the returnbyref lopluginNoel Grandin3-70/+68
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-3/+3
2015-07-04coverity#1213369 Untrusted value as argumentCaolán McNamara1-1/+1
2015-07-04a high surrogate can result in an empty output string from a non-empty inputCaolán McNamara1-1/+1
2015-07-04Fix typosAndrea Gelmini22-24/+24
2015-07-04tdf#88941 Revert "vcl quartz: Add support back for DXArray tweaking"Norbert Thiebaud3-213/+61
2015-07-03tdf#92392 - tolerate Window::SetText post dispose.Michael Meeks1-1/+1
2015-07-03tdf#92241 fix crashes and rendering of symbol set previewsLászló Németh1-6/+15
2015-07-03Revert "Don't belive the 'draw direct' parameter when double-buffering"Tor Lillqvist1-3/+0
2015-07-03Don't belive the 'draw direct' parameter when double-bufferingTor Lillqvist1-0/+3
2015-07-03tdf#88831 fix inverted textures when OpenGL is enabledTomaž Vajngerl1-1/+5
2015-07-03opengl: draw rectangle lines with only one glDrawArrays callTomaž Vajngerl1-7/+18
2015-07-03opengl: use common macro for conversion of coordinatesTomaž Vajngerl1-31/+32
2015-07-03opengl: fix fat hairlines - draw hairlines using DrawLineAATomaž Vajngerl1-10/+9
2015-07-02Translation from LatinAndrea Gelmini1-1/+1
2015-07-02Resolves: tdf#92467 crashes with empty history list on pressing downCaolán McNamara1-4/+6
2015-07-02coverity#1213369 Untrusted value as argumentCaolán McNamara1-0/+3
2015-07-02No need for these declarations to be publicTor Lillqvist1-0/+6
2015-07-02Bin unused declarationsTor Lillqvist2-12/+0
2015-07-02tdf#92443 PushButton::ImplDrawPushButtonFrame: fix Invalidate() loopMiklos Vajna1-2/+6
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-15/+0
2015-07-01gtk3: disable using notification that we are in the backdropCaolán McNamara1-1/+4
2015-07-01Resolves: tdf#92461 fix font fallback in headless text rendererCaolán McNamara1-7/+2
2015-07-01vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FORCE_ENABLEMiklos Vajna1-1/+2
2015-06-30gtk3: bizarro macosx default text area height calc infected gtk3Caolán McNamara1-0/+2
2015-06-30Fix typosAndrea Gelmini4-5/+5
2015-06-30only try gtk3 vclplug on >= 3.14Caolán McNamara1-0/+6
2015-06-30tdf#91641 adjust cursor when deleting preceding charactersJustin Luth1-1/+9
2015-06-30gtk3: re-enable when in backdrop and receive delete signalCaolán McNamara1-0/+8
2015-06-30gtk3: detect if a new frame is just a tooltipCaolán McNamara1-6/+17
2015-06-30CreateAccessible just forwards to the parent impl alreadyCaolán McNamara2-7/+0
2015-06-30these can be privateCaolán McNamara1-4/+3
2015-06-30gtk3: draw disabled menubars entries with disabled text colorCaolán McNamara2-4/+9
2015-06-30gtk3: listen to state-flags-changed and disable toplevels when in backdropCaolán McNamara2-3/+23
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin6-32/+25
2015-06-29can't make the gtk3 dialogs modal for some reason, workaround the auto-popdownCaolán McNamara1-0/+4
2015-06-29tdf#92353 FileSave: Not confirmed for overwrite a file (unix)Juergen Funk1-1/+1
2015-06-29-fsanitize=vptr: avoid needless, wrong downcastStephan Bergmann1-2/+1
2015-06-29coverity#1308569 Uncaught exceptionCaolán McNamara1-0/+5
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
2015-06-29tdf#91055 Pass by Address - lcl_createWindowInfodanlrobertson1-26/+36