summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: update unused code listCaolán McNamara2012-10-046-30/+1
* Use MenuButton for non-editable GtkComboBoxText instead of ComboBoxCaolán McNamara2012-10-044-12/+117
* handle children of deferred dialog betterCaolán McNamara2012-10-046-12/+27
* be more tolerant of temporary frameless parentsCaolán McNamara2012-10-041-2/+4
* improve col/row spanningCaolán McNamara2012-10-041-6/+89
* support loading certain stock images as button symbolsCaolán McNamara2012-10-033-123/+225
* Fix fdo#55142 - use proper output offsets.Sergey Farbotka2012-10-021-1/+1
* Revert "Fix fdo#55142 - wrong character pos calculation on mac."Thorsten Behrens2012-10-022-28/+2
* XubString->OUStringCaolán McNamara2012-10-023-45/+48
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-2/+2
* menus are way too wide, wrong checkbox/radiobutton widthCaolán McNamara2012-10-011-2/+2
* add missing deps on headers to static libsDavid Tardon2012-10-012-0/+16
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-19/+3
* No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist2012-09-291-1/+1
* vcl: fix gtk3 build breakage due to forgotten use_librariesMichael Stahl2012-09-282-17/+11
* vcl: remove gb_STDLIBS that crept in todayMichael Stahl2012-09-281-1/+0
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-2811-22/+0
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-19/+13
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-09-287-28/+49
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl2012-09-289-38/+45
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-10/+10
* vcl: clean up that Xinerama linkage...Michael Stahl2012-09-281-17/+4
* gbuild: clean up usage of weird x11_extensions module etc.Michael Stahl2012-09-282-24/+6
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-2811-11/+22
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
* fix up mergeCaolán McNamara2012-09-281-8/+0
* adapt uipreviewer for ucbhelper changeCaolán McNamara2012-09-281-10/+5
* mbHasFocus renamed to mbHasControlFocusCaolán McNamara2012-09-281-1/+1
* sort child positions within parents according to grid positionCaolán McNamara2012-09-286-132/+47
* truly skip unshown widgets in tab traversalCaolán McNamara2012-09-284-11/+43
* defer initializing dialog until sizeable/unsizeable is knownCaolán McNamara2012-09-284-6/+39
* reduce size requests if new text is same as oldCaolán McNamara2012-09-281-0/+3
* fix getNonLayout[Real]Parent helpersCaolán McNamara2012-09-281-2/+10
* we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara2012-09-285-14/+28
* set the default button on various dialogsCaolán McNamara2012-09-282-2/+3
* adapt zoom dialog code to layout widgetsCaolán McNamara2012-09-282-2/+2
* support has-default for buttonsCaolán McNamara2012-09-282-0/+17
* move layout diagnostics to vcl.layout channelCaolán McNamara2012-09-287-17/+10
* convert add/remove autoformats to new layout dialogsCaolán McNamara2012-09-281-1/+1
* adapt code to new table autoformat dialogCaolán McNamara2012-09-283-10/+44
* adjust combobox GetOptimalSizeCaolán McNamara2012-09-283-1/+9
* support "digits" for numericfieldsCaolán McNamara2012-09-282-0/+10
* convert hard-coded layout of char name tabpage to .uiCaolán McNamara2012-09-286-13/+14
* convert hard-coded layout of char hyperlink tabpage to .uiCaolán McNamara2012-09-281-0/+1
* import inconsistent-state GtkCheckButtons as TriStateBoxsCaolán McNamara2012-09-281-1/+22
* convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara2012-09-282-0/+9
* copy the button dataCaolán McNamara2012-09-282-0/+8
* calculate ideal tab size not current oneCaolán McNamara2012-09-281-1/+1
* add a new stock reset/revert buttonCaolán McNamara2012-09-284-2/+15
* map GtkComboBoxText to ComboBoxCaolán McNamara2012-09-281-0/+6