summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)Author
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
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28gtk3: use native tab item sizeCaolán McNamara
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-04-27gtk3: semi-sane height for spinboxesCaolán McNamara
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-26gtk3: sane height for list boxes tooCaolán McNamara
2015-04-25gtk3: get the right height for Combo boxesCaolán McNamara
2015-04-25Make combobox tolerate post-dispose usage better.Michael Meeks
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-16Make ListBox handier post dispose.Michael Meeks
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-10loplugin:vclwidgets workaroundNoel Grandin
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10no need to free mpButtonData in dispose.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10nail more lifecycle oddness.Michael Meeks
2015-04-10fix ilistbox dispose.Michael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks