summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
AgeCommit message (Expand)Author
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-24vcl button: Allow automatic handling of UNO commands (like .uno:Something).Jan Holesovsky
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-27callcatcher: update unused codeCaolán McNamara
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-16RSC_TRISTATEBOX is no longer usedCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-13Typo: shoud -> shouldJulien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-21Resolves: fdo#76457 image buttons too narrowCaolán McNamara
2014-03-07arrow buttons seem too bigCaolán McNamara
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27badCaolán McNamara
2014-02-27coverity#1187660 Dereference after null checkCaolán McNamara
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-28bool improvementsStephan Bergmann
2014-01-25coverity#440998 Logically dead codeCaolán McNamara
2014-01-25coverity#440996 Logically dead codeCaolán McNamara
2014-01-21bool improvementsStephan Bergmann
2014-01-18Window::PreNotify should return boolStephan Bergmann
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-11-18scaling the width gives huge spaces at the end of long buttonsCaolán McNamara
2013-11-14Use rollover color in the native case.Jan Holesovsky
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
2013-09-14callcatcher: update unused code listCaolán McNamara
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
2013-08-10Button::GetStandardHelpText returns empty string, its all a noopCaolán McNamara
2013-07-19Only do the WB_TOP hack for radiobuttonsCaolán McNamara
2013-07-17fix old indentCaolán McNamara
2013-07-17fix radiobutton GetOptimalSize for imagesCaolán McNamara
2013-07-17dump the name of the radiobuttons without groups setCaolán McNamara
2013-07-17allow radiobuttons and checkbox images to be aligned from .uiCaolán McNamara
2013-07-12Related: fdo#66817 pressing space on a DisclosureButton should toggle itCaolán McNamara
2013-07-08map gtk image-position to vcl imagealignCaolán McNamara
2013-07-02remove post .ui conversion unused ResId loadersCaolán McNamara
2013-06-29make IsNativeControlSupported constIvan Timofeev
2013-06-29GetNativeControlRegion is constIvan Timofeev
2013-05-24sync the menubutton size request and draw calculationsCaolán McNamara
2013-05-11sal_Bool to boolTakeshi Abe