summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-05-27tdf#91544: fix freezing of Data source windowLászló Németh
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert
2015-05-27EndExtTextInput::Complete->EndExtTextInputFlags::CompleteCaolán McNamara
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin
2015-05-27simplify GetWindowClipRegionPixelNoel Grandin
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin
2015-05-27tdf#91450 fix infinite invalidation loopTomaž Vajngerl
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
2015-05-26if foo delete foo -> delete fooCaolán McNamara
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara
2015-05-26Revert "rendercontext: Fix borderwindow rendering when called from class Edit."Jan Holesovsky
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-26convert VALIDATE constants to scoped enumNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-25tdf#90127: Read icon theme from the config when called too early.Jan Holesovsky
2015-05-25Resolves: tdf#90155 don't hide+show window before initial show completesCaolán McNamara
2015-05-25gtk3: why close popups when losing focusCaolán McNamara
2015-05-25loplugin:vclwidgetsNoel Grandin
2015-05-25convert TOTOP constants to scoped enumNoel Grandin
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-25use VclPtr for linked numeric field in sliderTomaž Vajngerl
2015-05-25forward RenderCOntext to UserDraw, remove obsolete draw callTomaž Vajngerl
2015-05-25use RenderContext in user draw, use ApplySettingsTomaž Vajngerl
2015-05-25convert splitter to use RenderContextTomaž Vajngerl
2015-05-24tdf#87373: Bad text spacing on OS XThorsten Wagner
2015-05-24IsInModalNonRefMode just forwards to IsInModalMode nowCaolán McNamara
2015-05-24drop now unused WB_REFMODE bitCaolán McNamara
2015-05-24rendercontext: Improve comboboxes in the double-buffered toolbar.Jan Holesovsky
2015-05-24rendercontext: Fix border window's painting to work well with rendercontext.Jan Holesovsky
2015-05-24rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky
2015-05-24rendercontext: Fix borderwindow rendering when called from class Edit.Jan Holesovsky
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky
2015-05-24rendercontext: PushPaintHelper needs the buffer as param too.Jan Holesovsky
2015-05-24rendercontext: Initialize X11SalVirtualDevice with appropriate SalGraphics.Jan Holesovsky
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-23Remove include stdio (part6)Julien Nabet
2015-05-23fix for the failed JUnit testTomaž Vajngerl
2015-05-23Set 'pseudo headlesness' also when being used from LibreOfficeKitTor Lillqvist
2015-05-23Don't do any magic LO OS X application stuff in a LOKit clientTor Lillqvist
2015-05-23support linking a Slider with a NumericFieldTomaž Vajngerl
2015-05-23call ApplySettings sooner when paintingTomaž Vajngerl
2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl
2015-05-23loplugin:staticmethodsStephan Bergmann
2015-05-22gtk3: call gtk_window_set_accept_focusCaolán McNamara