summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
AgeCommit message (Expand)Author
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin
2015-05-28GetFocusFlags::Cursor->GetFocusFlags::CURSORNoel Grandin
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
2015-05-28convert INVERT flags to scoped enumNoel Grandin
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
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-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-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-24IsInModalNonRefMode just forwards to IsInModalMode nowCaolán McNamara
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-20convert COPYAREA constant to bool flagNoel Grandin
2015-05-19rendercontext: Double-buffer an entire hierarchy.Jan Holesovsky
2015-05-18rendercontext: Per-widget double-buffering for the cases we know that work.Jan Holesovsky
2015-05-18add RenderContext to Window::PushPaintHelper, use Erase correctlyTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-14gtk3: provide a scheme where NWF can render the focus rects itselfCaolán McNamara
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl
2015-05-13Add DrawSelectionBackground that is outside of vcl::WindowTomaž Vajngerl
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks
2015-05-07revert part of "new clang plugin: rendercontext"Noel Grandin
2015-05-07new clang plugin: rendercontextNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.hMichael Stahl
2015-05-05Avoid redefine of TRANSPARENT on solaris after including stream.hRichard PALO
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29remove old Paint(Rect&) method in vcl::WindowTomaž Vajngerl
2015-04-29remove "y"Tomaž Vajngerl
2015-04-29change Paint input parameter to refTomaž Vajngerl
2015-04-29Add paint with render context to window -> impl. calls old paintTomaž Vajngerl
2015-04-29typedef OutputDevice as RenderContext to pass to Paint methodsTomaž Vajngerl
2015-04-23Windows compile fix for VclPtr intersection with events.Michael Meeks
2015-04-10vcl: remove curious self referential OutputDevice ptr.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin