summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-25loplugin: improve indentationThomas Arnhold
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-23sal: update log areasThomas Arnhold
2013-02-06replace (Xub)String with OUString in vclChr. Rossmanith
2013-01-25Resolves: rhbz#902694 impossible short-cuts for OK/Cancel translationsCaolán McNamara
2013-01-24remove XubString in Button::GetStandardTextCaolán McNamara
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-19implement custom images for radiobuttons via VclBuilderCaolán McNamara
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara
2012-12-20implement small-size variant stock image buttonsCaolán McNamara
2012-12-05be a little more generous with spacing around images in buttonsCaolán McNamara
2012-12-04remove ability to auto-replace .res widgets with .ui versionsCaolán McNamara
2012-11-22make left-right traverse through radiobutton groupsCaolán McNamara
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-22Resolves: rhbz#868479 / fdo#56281 doubled ~ in German ok/cancel translationsCaolán McNamara
2012-10-09support max-width-chars property for labelsCaolán McNamara
2012-10-03support loading certain stock images as button symbolsCaolán McNamara
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara
2012-09-28support has-default for buttonsCaolán McNamara
2012-09-28copy the button dataCaolán McNamara
2012-09-28add a new stock reset/revert buttonCaolán McNamara
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
2012-09-28Implement a VclExpander equivalent of GtkExpanderCaolán McNamara
2012-09-28Keep binary resource help id on retro-fitCaolán McNamara
2012-09-28allow TabPages to load .ui files for retrofittingCaolán McNamara
2012-09-28extend property snaffling to listboxes etc.Caolán McNamara
2012-09-28steal radiobutton gutsCaolán McNamara
2012-09-28fix button groupsCaolán McNamara
2012-09-28Implement conversion scheme for dialogs without changing their codeCaolán McNamara
2012-09-28just return a vector rather than pass one in by ref to be clearedCaolán McNamara
2012-09-28implement RadioButton groupsCaolán McNamara
2012-09-28use GetRadioButtonGroup to get other members of the radiobutton groupCaolán McNamara
2012-09-28implement active property for checkboxes and radiobuttonsCaolán McNamara
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara
2012-09-28skip over layout parentsCaolán McNamara
2012-08-05Declare all the members in ImplCommonButtonData ctorJulien Nabet
2012-08-01simpler fix fo fdo#51336 - change vcl checkbox no-label behaviourNoel Power
2012-08-01Revert "additional fix for fdo#51336 for radiobuttons"Noel Power
2012-08-01Revert "fdo#51336 - change vcl checkbox no-label behaviour"Noel Power
2012-07-25refactor the symbol hit testIvan Timofeev
2012-07-25changes to previous commitIvan Timofeev
2012-07-25fdo#47164: Increased size of hotspot box for recent documents on Start CenterJoel Madero
2012-07-16Replaced all calls to deprecated function ImplDelData::IsDelete()Jesso Clarence Murugan
2012-07-06additional fix for fdo#51336 for radiobuttonsNoel Power
2012-07-06fdo#51336 - change vcl checkbox no-label behaviourNoel Power
2012-07-03ditch String::CreateFromAsciiCaolán McNamara