summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2013-07-08fdo#66335: fix fdo#44582 and fdo#63254 differentlyIvan Timofeev1-2/+2
2013-05-17obtain days in month from non-normalized date, fdo#63805 relatedEike Rathke1-1/+1
2013-04-03Resolves: fdo#61241 background style dialog too smallCaolán McNamara1-1/+2
2013-02-25Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara2-0/+43
2013-01-17Personas: Fix one more potential crash.Jan Holesovsky1-6/+7
2013-01-14split out the ComboBox code that determines the positioning of subwidgetsCaolán McNamara1-45/+62
2013-01-11Resolves: fdo#58301 make sure ScrollBar OptimalSize is up to dateCaolán McNamara1-2/+9
2012-12-12Remove stray debug statementFridrich Štrba1-1/+0
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+13
2012-12-03fdo#45651: fix drop down listbox text color with dark gtk themeIvan Timofeev1-3/+13
2012-11-27vcl: Edit: add placeholder text feature, import it from .uiIvan Timofeev1-2/+35
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-13/+28
2012-11-22make left-right traverse through radiobutton groupsCaolán McNamara1-18/+40
2012-11-22AllSettings with LanguageTagEike Rathke4-26/+39
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin3-11/+11
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-1/+1
2012-11-13macosx theme has a gap between edit area and up/down areaCaolán McNamara1-1/+18
2012-11-13use SetControlForeground instead of SetTextColorCaolán McNamara1-2/+2
2012-11-13merge SetDescription into SetTextCaolán McNamara1-2/+2
2012-11-13convert extension dialog to .uiCaolán McNamara1-0/+249
2012-11-12move svtools's FixedHyper.hxx to vclCaolán McNamara1-0/+133
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-07Resolves: fdo#56198 collect scrollbar click preference settingsCaolán McNamara1-8/+16
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks19-439/+270
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2-3/+4
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-3/+3
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin1-1/+4
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara2-42/+40
2012-10-26set width in chars for url field to avoid character dialog overgrowingCaolán McNamara2-16/+30
2012-10-24convert index dialog to .uiCaolán McNamara3-3/+4
2012-10-24improve optimal height of empty comboboxesCaolán McNamara1-1/+1
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-2/+2
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin1-13/+3
2012-10-22Resolves: rhbz#868479 / fdo#56281 doubled ~ in German ok/cancel translationsCaolán McNamara1-5/+8
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky1-6/+6
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud6-20/+20
2012-10-18support width-chars property for labelsCaolán McNamara1-2/+26
2012-10-18minimize calls to queue_resizeCaolán McNamara1-2/+5
2012-10-18SetMaxWidthInChars should be SetMinWidthInCharsCaolán McNamara2-5/+5
2012-10-11import password echo char settingCaolán McNamara1-0/+8
2012-10-10map GtkTextView to VCLMultiLineEditCaolán McNamara1-1/+3
2012-10-09merge double fixCaolán McNamara1-3/+0
2012-10-09clip numeric formatter max widthCaolán McNamara1-0/+10
2012-10-09always assert on a missing widget for the typical caseCaolán McNamara1-0/+1
2012-10-09vcl: -Werror=return-typeMichael Stahl1-0/+1
2012-10-09support max-width-chars property for labelsCaolán McNamara2-19/+54
2012-10-08we're stuck with "double-decker" tab dialogs for now after allCaolán McNamara1-13/+13
2012-10-08Implement GetOptimalSize for scrollbarsCaolán McNamara1-0/+19
2012-10-04callcatcher: update unused code listCaolán McNamara1-8/+1
2012-10-04Use MenuButton for non-editable GtkComboBoxText instead of ComboBoxCaolán McNamara1-5/+72