summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-11tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-2/+3
2015-08-06gtk3: native focus rects are fine for flat buttonsCaolán McNamara1-2/+5
2015-08-06tdf#92443 PushButton::ImplDrawPushButtonFrame: fix Invalidate() loopMiklos Vajna1-2/+6
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-3/+3
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-7/+7
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-6/+9
2015-05-26VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-7/+7
2015-05-20cleanup codeTomaž Vajngerl1-127/+134
2015-05-20fixes for changes in "edit"Tomaž Vajngerl1-1/+1
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-6/+6
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-29/+29
2015-05-15Fix Button when using double-buffered renderingTomaž Vajngerl1-6/+6
2015-05-14gtk3: shiny native focus rectangles for radiobuttonsCaolán McNamara1-0/+21
2015-05-14gtk3: shiny native focus rectangles for checkboxesCaolán McNamara1-6/+25
2015-05-14gtk3: provide a scheme where NWF can render the focus rects itselfCaolán McNamara1-0/+14
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-122/+122
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-5/+5
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin1-3/+3
2015-05-07convert PUSHBUTTON_DROPDOWN constants to scoped enumNoel Grandin1-5/+5
2015-05-07Refactor Buttons to use RenderContext when paintingTomaž Vajngerl1-258/+267
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-44/+44
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29vcl button: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl1-23/+23
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-34/+30
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+3
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna1-1/+1
2015-04-10loplugin:vclwidgets workaroundNoel Grandin1-3/+2
2015-04-10no need to free mpButtonData in dispose.Michael Meeks1-3/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-14/+14
2015-04-09prophylactic double dispose audit.Michael Meeks1-5/+4
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks1-17/+16
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29This SAL_WARN is hit every time Writer is opened it can't be that importantTor Lillqvist1-1/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-4/+4
2015-03-27convert SymbolAlign to enum classNoel Grandin1-2/+2
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-5/+5
2015-03-19loplugin:constantfunction: vclNoel Grandin1-7/+0
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky1-31/+2
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-3/+3
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-9/+9
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-38/+38
2014-12-22callcatcher: update unused codeCaolán McNamara1-12/+0
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-3/+3
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1