summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)Author
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
2015-05-14gtk3: provide a scheme where NWF can render the focus rects itselfCaolán McNamara
2015-05-14honour NoFocusRects in ListBoxes like Buttons, etcCaolán McNamara
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara
2015-05-13gtk3: stop painting the active listboxes blueCaolán McNamara
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
2015-05-12fix buildCaolán McNamara
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin
2015-05-11tdf#90990 - listbox focus issue post dispose.Michael Meeks
2015-05-11gtk3: get the native tab item padding and borders sizeCaolán McNamara
2015-05-11tdf#91227 vcl: fix crash in ImplListBox during paste special in WriterMiklos Vajna
2015-05-11gtk3: put magic 4 behind ImplGetExtraYOffsetCaolán McNamara
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-08vcl: Control - hold a VclPtr instead of a dogtag over emission.Michael Meeks
2015-05-07convert PUSHBUTTON_DROPDOWN constants to scoped enumNoel Grandin
2015-05-07tdf#90956 - ComboBox: handle re-size calculation during dispose.Michael Meeks
2015-05-07refactor ListBox/ComboBox to use RenderContextTomaž Vajngerl
2015-05-07refactor ImageControl to use RenderContextTomaž Vajngerl
2015-05-07refactor ScrollBar to use RenderContextTomaž Vajngerl
2015-05-07refactor ProgressBar to use RenderContextTomaž Vajngerl
2015-05-07refactor "TabControl" to use RenderContextTomaž Vajngerl
2015-05-07Refactor "SpinField" & "SpinButton" - use RenderContextTomaž Vajngerl
2015-05-07Refactor "Slider" - use RenderContext & InvalidateTomaž Vajngerl
2015-05-07Refactor "Edit" to use RenderContext when paintingTomaž Vajngerl
2015-05-07Refactor Buttons to use RenderContext when paintingTomaž Vajngerl
2015-05-07convert FixedText to use RenderContext when paintingTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05tdf#91081 Fix LO crash after dialog closing by ESCPhilippe Jung
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann