summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-18scaling the width gives huge spaces at the end of long buttonsCaolán McNamara1-3/+3
2013-11-14Use rollover color in the native case.Jan Holesovsky1-0/+2
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-0/+1
2013-09-14callcatcher: update unused code listCaolán McNamara1-16/+0
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara1-14/+0
2013-08-10Button::GetStandardHelpText returns empty string, its all a noopCaolán McNamara1-12/+0
2013-07-19Only do the WB_TOP hack for radiobuttonsCaolán McNamara1-21/+30
2013-07-17fix old indentCaolán McNamara1-68/+68
2013-07-17fix radiobutton GetOptimalSize for imagesCaolán McNamara1-14/+28
2013-07-17dump the name of the radiobuttons without groups setCaolán McNamara1-1/+1
2013-07-17allow radiobuttons and checkbox images to be aligned from .uiCaolán McNamara1-16/+44
2013-07-12Related: fdo#66817 pressing space on a DisclosureButton should toggle itCaolán McNamara1-1/+1
2013-07-08map gtk image-position to vcl imagealignCaolán McNamara1-0/+13
2013-07-02remove post .ui conversion unused ResId loadersCaolán McNamara1-5/+0
2013-06-29make IsNativeControlSupported constIvan Timofeev1-6/+2
2013-06-29GetNativeControlRegion is constIvan Timofeev1-2/+2
2013-05-24sync the menubutton size request and draw calculationsCaolán McNamara1-2/+5
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