summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)Author
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-28GetFocusFlags::Cursor->GetFocusFlags::CURSORNoel Grandin
2015-05-28new clang plugin: loopvartoosmallNoel 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 GETFOCUS constants to scoped enumNoel Grandin
2015-05-28fix calls to RenderContextTomaž Vajngerl
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin
2015-05-26Revert "rendercontext: Fix borderwindow rendering when called from class Edit."Jan Holesovsky
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-25loplugin:vclwidgetsNoel Grandin
2015-05-25use VclPtr for linked numeric field in sliderTomaž Vajngerl
2015-05-25use RenderContext in user draw, use ApplySettingsTomaž Vajngerl
2015-05-24rendercontext: Improve comboboxes in the double-buffered toolbar.Jan Holesovsky
2015-05-24rendercontext: Fix borderwindow rendering when called from class Edit.Jan Holesovsky
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-23fix for the failed JUnit testTomaž Vajngerl
2015-05-23support linking a Slider with a NumericFieldTomaž Vajngerl
2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-21convert TABITEM constants to scoped enumNoel Grandin
2015-05-20cleanup codeTomaž Vajngerl
2015-05-20fixes for changes in "edit"Tomaž Vajngerl
2015-05-20scrollbar - setup painting settings in ApplySettingsTomaž Vajngerl
2015-05-20edit - setup painting settings in ApplySettingsTomaž Vajngerl
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-19VclPtr: crash on exit if cursor is in fontsize widget in sidebarCaolán McNamara
2015-05-19vcl: handle NULL pCursor in Edit::ImplShowCursor()Miklos Vajna
2015-05-18callcatcher: update unused codeCaolán McNamara
2015-05-18Don't check for pWin when drawing the ScrollbarTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-16refactor Tab item drawing to RenderContextTomaž Vajngerl
2015-05-15cleanup Control::ImplInitSettingsTomaž Vajngerl
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin
2015-05-15Fix Button when using double-buffered renderingTomaž Vajngerl
2015-05-14gtk3: shiny native focus rectangles for radiobuttonsCaolán McNamara
2015-05-14gtk3: shiny native focus rectangles for checkboxesCaolán McNamara
2015-05-14gtk3: shiny native focus rectangles for listboxesCaolán McNamara