summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-07-08gtk3: rework to remove gtk_style_context_set_path warningCaolán McNamara
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-07-07replace some IsDead with isDisposedCaolán McNamara
2015-07-07VclPtr: no dialog loaded from a .ui ever actually destructedCaolán McNamara
2015-07-07Resolves: tdf#92539 reversed logic on enable/disableCaolán McNamara
2015-07-07vcl rendercontext: avoid CopyArea() in Window::ImplScroll()Miklos Vajna
2015-07-07gtk3: handle 32bit icons, silences ugly warnings as bonusCaolán McNamara
2015-07-07Fix some misspellingsTor Lillqvist
2015-07-07Fix some misspellingsTor Lillqvist
2015-07-07Add vcl lifecycle test for Toolkit / XWindow peers.Michael Meeks
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens
2015-07-06Fix Funky Capitalisation Of CommentsTor Lillqvist
2015-07-06Revert "vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FOR...Miklos Vajna
2015-07-06ImplRestore() can be privateTor Lillqvist
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-07-04coverity#1213369 Untrusted value as argumentCaolán McNamara
2015-07-04a high surrogate can result in an empty output string from a non-empty inputCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-07-04tdf#88941 Revert "vcl quartz: Add support back for DXArray tweaking"Norbert Thiebaud
2015-07-03tdf#92392 - tolerate Window::SetText post dispose.Michael Meeks
2015-07-03tdf#92241 fix crashes and rendering of symbol set previewsLászló Németh
2015-07-03Revert "Don't belive the 'draw direct' parameter when double-buffering"Tor Lillqvist
2015-07-03Don't belive the 'draw direct' parameter when double-bufferingTor Lillqvist
2015-07-03tdf#88831 fix inverted textures when OpenGL is enabledTomaž Vajngerl
2015-07-03opengl: draw rectangle lines with only one glDrawArrays callTomaž Vajngerl
2015-07-03opengl: use common macro for conversion of coordinatesTomaž Vajngerl
2015-07-03opengl: fix fat hairlines - draw hairlines using DrawLineAATomaž Vajngerl
2015-07-02Translation from LatinAndrea Gelmini
2015-07-02Resolves: tdf#92467 crashes with empty history list on pressing downCaolán McNamara
2015-07-02coverity#1213369 Untrusted value as argumentCaolán McNamara
2015-07-02No need for these declarations to be publicTor Lillqvist
2015-07-02Bin unused declarationsTor Lillqvist
2015-07-02tdf#92443 PushButton::ImplDrawPushButtonFrame: fix Invalidate() loopMiklos Vajna
2015-07-02loplugin:unusedmethods toolsNoel Grandin
2015-07-01gtk3: disable using notification that we are in the backdropCaolán McNamara
2015-07-01Resolves: tdf#92461 fix font fallback in headless text rendererCaolán McNamara
2015-07-01vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FORCE_ENABLEMiklos Vajna
2015-06-30gtk3: bizarro macosx default text area height calc infected gtk3Caolán McNamara
2015-06-30Fix typosAndrea Gelmini
2015-06-30only try gtk3 vclplug on >= 3.14Caolán McNamara
2015-06-30tdf#91641 adjust cursor when deleting preceding charactersJustin Luth
2015-06-30gtk3: re-enable when in backdrop and receive delete signalCaolán McNamara
2015-06-30gtk3: detect if a new frame is just a tooltipCaolán McNamara
2015-06-30CreateAccessible just forwards to the parent impl alreadyCaolán McNamara
2015-06-30these can be privateCaolán McNamara
2015-06-30gtk3: draw disabled menubars entries with disabled text colorCaolán McNamara
2015-06-30gtk3: listen to state-flags-changed and disable toplevels when in backdropCaolán McNamara
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-29can't make the gtk3 dialogs modal for some reason, workaround the auto-popdownCaolán McNamara