summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-06-07Resolves: tdf#89104 Missing actions from toolbarCaolán McNamara1-5/+14
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-05Use status offscreen rendering when not in "RecordLayout" modeTomaž Vajngerl1-1/+6
2015-06-04fix rendercontext rendering of standard toolbar iconsLászló Németh1-1/+1
2015-06-04disable off-screen drawing of statusbar items (for now)Tomaž Vajngerl1-1/+1
2015-06-04Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara1-1/+2
2015-06-04fix cherry-pick from masterTomaž Vajngerl1-1/+1
2015-06-04fix status bar flickering (zoom slider fo example)Tomaž Vajngerl1-66/+30
2015-06-03OS X: Default to the 'breeze' icon theme.Jan Holesovsky1-1/+1
2015-06-03fix rendercontext rendering of toolboxLászló Németh1-2/+2
2015-06-01tdf#91652 - store PDF FilterConfigItem options in dispose.Michael Meeks1-0/+6
2015-05-31rendercontext: Initialize X11SalVirtualDevice with appropriate SalGraphics.Jan Holesovsky6-17/+33
2015-05-31rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky2-7/+8
2015-05-29tdf#91720 - after MailMerge print, plain std print is not possibleJuergen Funk1-0/+1
2015-05-29forward RenderCOntext to UserDraw, remove obsolete draw callTomaž Vajngerl1-4/+2
2015-05-29convert splitter to use RenderContextTomaž Vajngerl1-8/+8
2015-05-29rendercontext: Improve comboboxes in the double-buffered toolbar.Jan Holesovsky1-1/+5
2015-05-29rendercontext: Fix border window's painting to work well with rendercontext.Jan Holesovsky1-10/+5
2015-05-29loplugin:staticmethodsStephan Bergmann2-556/+545
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin13-66/+66
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin35-159/+159
2015-05-29convert TITLE_BUTTON constants to scoped enumNoel Grandin6-32/+32
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin29-116/+119
2015-05-29convert POINTER constants to scoped enumNoel Grandin20-412/+405
2015-05-29menu: call ApplySettings on places that InitSettings was calledTomaž Vajngerl2-0/+10
2015-05-29tdf#91649 call ApplySettings at a more correct placeTomaž Vajngerl1-5/+2
2015-05-29fix calls to RenderContextTomaž Vajngerl2-2/+2
2015-05-29use RenderContext in user draw, use ApplySettingsTomaž Vajngerl4-104/+47
2015-05-29call ApplySettings sooner when paintingTomaž Vajngerl1-6/+5
2015-05-29fix for the failed JUnit testTomaž Vajngerl1-1/+2
2015-05-29use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl4-190/+174
2015-05-29rendercontext: Make borderwindow painting via rendercontext.Jan Holesovsky2-79/+74
2015-05-29rendercontext: Position the double-buffered subwidgets correctly.Jan Holesovsky1-6/+40
2015-05-29rendercontext: Draw toolbox separators via the rendercontext.Jan Holesovsky1-2/+1
2015-05-29rendercontext: Correct output of the type that is not double-buffered.Jan Holesovsky1-2/+2
2015-05-29fix base wizard sizeCaolán McNamara1-6/+6
2015-05-28vcl: Do nothing when we don't have mpWindowImpl.Jan Holesovsky1-0/+4
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert4-8/+47
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks4-6/+6
2015-05-27tdf#91450 fix infinite invalidation loopTomaž Vajngerl1-1/+2
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara2-1/+10
2015-05-26Resolves: tdf#90155 don't hide+show window before initial show completesCaolán McNamara1-4/+0
2015-05-26want to grab with owner_events trueCaolán McNamara1-1/+1
2015-05-26gtk3: call gtk_window_set_accept_focusCaolán McNamara1-2/+2
2015-05-26gtk3: implement keyboard and mouse grabCaolán McNamara1-65/+73
2015-05-26gtk3: fix bordersCaolán McNamara1-4/+4
2015-05-26gtk3: focus rects for combobox entriesCaolán McNamara2-5/+8
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-26VclPtr - add compat methods for old-style focus / notification.Michael Meeks19-76/+120