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