summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard3-6/+12
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard3-3/+11
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl2-2/+0
2012-11-30warn if an explicit requested top level widget name wasn't foundCaolán McNamara1-0/+4
2012-11-30fix build for meCaolán McNamara1-1/+2
2012-11-30ditched rtl::OLocaleEike Rathke2-12/+10
2012-11-30More wrappers needed for my glade :-)Jan Holesovsky1-0/+4
2012-11-30Introduce GtkHBox and GtkVBox aliases.Jan Holesovsky1-0/+4
2012-11-30avoid circular dep between vcl and frameworkDavid Tardon1-4/+6
2012-11-30Related: fdo#44664 spadmin support for forcing "postscript of driver level"Caolán McNamara1-2/+2
2012-11-30SetTopEntryStr declared but never definedCaolán McNamara1-1/+0
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens8-40/+0
2012-11-29Fix missing place after a11y API change.Thorsten Behrens1-1/+1
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens3-5/+5
2012-11-29Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara5-6/+23
2012-11-29make the options dialog layout incrementally convertable to .uiCaolán McNamara1-2/+2
2012-11-28get vcl building on RHEL-5Caolán McNamara1-0/+6
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist3-4/+4
2012-11-28Windows: Draw line between the bottom toolbar(s) and viewshell too.Jan Holesovsky1-0/+20
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza15-129/+0
2012-11-27try and make error message a little more usefulCaolán McNamara1-0/+6
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann2-10/+10
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann7-18/+12
2012-11-27vcl: Edit: add placeholder text feature, import it from .uiIvan Timofeev2-2/+39
2012-11-26make presentation spanning all screens work (bnc#758138)Luboš Luňák2-17/+23
2012-11-26Make ~Window more robustStephan Bergmann1-29/+37
2012-11-25fdo#57499: VclContainer: enable child transparent modeIvan Timofeev1-0/+1
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc361-1/+0
2012-11-24PrintDialog: add some space between preview and tab controlIvan Timofeev1-0/+1
2012-11-24fdo#57472: VclContainer: make it paint-transparentIvan Timofeev1-0/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke7-25/+43