summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)Author
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
2015-04-30gtk3: use different colors for the different states of a tabCaolán McNamara
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29Protect against event emission during dispose.Michael Meeks
2015-04-29delegate RenderContext, invalidate - prgsbar, scrbarTomaž Vajngerl
2015-04-29delegate RenderContext, invalidate - ilstboxTomaž Vajngerl
2015-04-29delegate RenderContext - fixed, group, imgctrlTomaž Vajngerl
2015-04-29vcl edit: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl
2015-04-29vcl button: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28better tab header areaCaolán McNamara
2015-04-28gtk3: implement notebook header supportCaolán McNamara
2015-04-28odd unnecessary castCaolán McNamara
2015-04-28bNativeOK variable is not necessaryCaolán McNamara
2015-04-28trivial clarificationCaolán McNamara
2015-04-28loplugin:simplifyboolStephan Bergmann