summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-12-19a GtkComboBoxText and GtkComboBox are effectively the same thingCaolán McNamara1-8/+1
2012-12-19fix KDE file dialog setting checkboxes to trueLuboš Luňák1-1/+1
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák12-4/+13
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist2-6/+6
2012-12-18Related: fdo#50284 apple's modern symbol font is unicode encodedCaolán McNamara1-0/+13
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks1-10/+27
2012-12-17cppcheck: I wanted to check for 'e' and 'E' here for 'end'Caolán McNamara1-1/+1
2012-12-17split out document info page and convert to .uiCaolán McNamara3-2/+68
2012-12-17Move forcing existence of tabpages to TabControl::GetOptimalSizeCaolán McNamara1-0/+11
2012-12-17allow tabpageids to have names which can be queriedCaolán McNamara3-16/+52
2012-12-17mnTabPageResId is not used anywhere, continue to skip the resource thoughCaolán McNamara1-5/+3
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara1-6/+4
2012-12-15Some cppcheck cleaning in vclJulien Nabet4-13/+6
2012-12-14add support for loading comboboxtext item strings from .uiCaolán McNamara3-8/+91
2012-12-14callcatcher: update unused code listCaolán McNamara1-0/+2
2012-12-13add get_content_area and get_action_area to DialogCaolán McNamara2-0/+14
2012-12-13second attempt to fix my UNO changes under WindowsNoel Grandin1-4/+4
2012-12-13fdo#56402: SVG in About Dialog.Muthu Subramanian4-37/+40
2012-12-13fix my UNO changes for MS-Windows buildNoel Grandin1-13/+7
2012-12-13fdo#46808, remove awt::DisplayAccess service.Noel Grandin12-422/+42
2012-12-12Consistently acquire solar mutex in all CreateSalInstance variantsStephan Bergmann2-0/+2
2012-12-12loplugin: some unused variables, etc.Caolán McNamara2-4/+6
2012-12-12Remove stray debug statementFridrich Štrba1-1/+0
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara4-2/+37
2012-12-12callcatcher: update unused code listCaolán McNamara4-217/+1
2012-12-11warn if a .ui has buttons but none of them is set as the default buttonCaolán McNamara1-0/+39
2012-12-11support 'active' property in ListBoxCaolán McNamara4-7/+46
2012-12-11add popup menu support to .ui loaderCaolán McNamara3-45/+386
2012-12-11use a ListBox instead of a MenuButton in the thesaurus dialogCaolán McNamara1-5/+3
2012-12-11fdo#42553 - fix square gradient rendering by vcl.Michael Meeks2-12/+16
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis5-6/+6
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2-8/+0
2012-12-10Fix error: no matching function for call to 'sal_n_array_size'Tor Lillqvist1-1/+1
2012-12-10WaE: narrowing from int/long to float in initializer list (-Wc++11-narrowing)Tor Lillqvist14-49/+50
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák10-0/+20
2012-12-06Resolves: fdo#57939 use different layout instances for differing kerning flagsCaolán McNamara1-2/+5
2012-12-05be a little more generous with spacing around images in buttonsCaolán McNamara1-2/+2
2012-12-05allow arbitrary icons from our icon-themes as button imagesCaolán McNamara1-7/+12
2012-12-05allow arbitrary icons from our icon-themes to be loaded via .uiCaolán McNamara2-1/+22
2012-12-05the builder now always owns all its widgetsCaolán McNamara2-5/+5
2012-12-05Bye bye ODMATor Lillqvist1-1/+1
2012-12-04sort printersCaolán McNamara1-0/+1
2012-12-04remove ability to auto-replace .res widgets with .ui versionsCaolán McNamara25-745/+8
2012-12-04make sure ScrollBar OptimalSize is up to dateCaolán McNamara2-3/+11
2012-12-04export VclScrolledWindow for external-to-builder useCaolán McNamara7-33/+141
2012-12-04Who wants RET_OK / RET_CANCEL to be sal_Bool?Jan Holesovsky1-2/+2
2012-12-04clarify ui warnings in builderJack Leigh1-3/+3
2012-12-03hide the manage cond format dialog when opening the cond format dlgMarkus Mohrhard1-1/+3
2012-12-03fdo#43901 & fdo#42577 RTL tollbars mirroring & fdo#56412Abdulmajeed Al-Abaulrazzaq1-1/+1
2012-12-03fdo#45651: fix drop down listbox text color with dark gtk themeIvan Timofeev3-3/+18