summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev3-0/+7
2012-10-22Resolves: rhbz#868479 / fdo#56281 doubled ~ in German ok/cancel translationsCaolán McNamara1-5/+8
2012-10-22explictly require Bitmap to get imageCaolán McNamara1-1/+1
2012-10-22-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+2
2012-10-22implement secondary button groups in buttonboxesCaolán McNamara3-29/+74
2012-10-22add infrastructure for secondary button groupsCaolán McNamara6-61/+38
2012-10-22add a stock index image to vcl, ala gtk-indexCaolán McNamara3-1/+23
2012-10-21Fix Variable 'eState' is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-10-21Some cppcheck cleaningJulien Nabet2-4/+2
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet2-6/+3
2012-10-20use correct deferred parent windowCaolán McNamara1-2/+2
2012-10-20deliberately no parent for dialogCaolán McNamara1-1/+1
2012-10-19In the 10.7 SDK CoreText is in the ApplicationServices frameworkTor Lillqvist1-0/+6
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky2-8/+9
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud22-67/+67
2012-10-18support width-chars property for labelsCaolán McNamara2-2/+29
2012-10-18minimize calls to queue_resizeCaolán McNamara1-2/+5
2012-10-18SetMaxWidthInChars should be SetMinWidthInCharsCaolán McNamara3-6/+6
2012-10-18add stock new and edit button textsCaolán McNamara3-31/+40
2012-10-17XubString->OUStringCaolán McNamara2-11/+14
2012-10-17annoying border/child window confusionCaolán McNamara1-1/+8
2012-10-17make use of ability to use bold in labelsCaolán McNamara1-7/+7
2012-10-17super simple bold/italic label supportCaolán McNamara1-0/+65
2012-10-15fdo#43714: for a checkmark use the same rect as for its backgroundIvan Timofeev1-0/+1
2012-10-15cid 703925 : strncpy can lead to non-null terminated stringNorbert Thiebaud1-1/+2
2012-10-13brain fog: logic errorIvan Timofeev1-1/+1
2012-10-13gtk: attempt to fix visual glitches around edit fieldsIvan Timofeev1-5/+15
2012-10-12don't process empty grid cellsCaolán McNamara2-2/+10
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-12Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svxCaolán McNamara1-1/+1
2012-10-12Resolves: fdo#55807 crash in tools->outline numberingCaolán McNamara1-0/+5
2012-10-12handle ui-previewer on .ui in cwdCaolán McNamara1-1/+8
2012-10-12fdo#45651: gtk: fix text color with dark themesIvan Timofeev1-2/+3
2012-10-11Correct misnomer in vclmedit.hxx/.cxxZolnai Tamás2-129/+129
2012-10-11add a get_label_widget to VclFrameCaolán McNamara2-3/+16
2012-10-11import password echo char settingCaolán McNamara1-0/+8
2012-10-11VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara6-67/+77
2012-10-11add a stub ScrolledWindow to store scroll propertiesCaolán McNamara5-7/+100
2012-10-10map GtkTextView to VCLMultiLineEditCaolán McNamara2-1/+6
2012-10-10don't do things differently on higher debug levelsCaolán McNamara1-22/+3
2012-10-09merge double fixCaolán McNamara1-3/+0
2012-10-09kill off the layout competitionCaolán McNamara9-1362/+1
2012-10-09fix some mangled indentsCaolán McNamara1-196/+195
2012-10-09remove some unnecessary headersCaolán McNamara2-14/+0
2012-10-09default internal-children to visible, default containers to not-shownCaolán McNamara3-3/+11
2012-10-09clip numeric formatter max widthCaolán McNamara1-0/+10
2012-10-09always assert on a missing widget for the typical caseCaolán McNamara2-0/+4
2012-10-09fix incorrect formattingLuboš Luňák1-2/+2
2012-10-09vcl: -Werror=return-typeMichael Stahl1-0/+1
2012-10-09support max-width-chars property for labelsCaolán McNamara3-21/+62