summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-08support importing label wrappingCaolán McNamara1-0/+8
2012-10-08we're stuck with "double-decker" tab dialogs for now after allCaolán McNamara1-13/+13
2012-10-08mark layout as clean before setting allocationCaolán McNamara2-3/+3
2012-10-08Implement GetOptimalSize for scrollbarsCaolán McNamara2-0/+21
2012-10-08import GtkScrollbar as scrollbars and connect GtkAdjustmentsCaolán McNamara2-11/+73
2012-10-07WaE: 'driverLib' defined but not usedTor Lillqvist1-0/+2
2012-10-07Android printing is completely different anyway, surelyTor Lillqvist1-1/+1
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2-0/+20
2012-10-06callcatcher: update unused code list and drop more old-layouting unusedsCaolán McNamara4-60/+1
2012-10-06callcatcher: GetKerningPair* is now unusedCaolán McNamara3-69/+0
2012-10-05sort by grid position, then pack type, then pack positionCaolán McNamara2-25/+40
2012-10-05add stock "remove" textCaolán McNamara3-57/+69
2012-10-04callcatcher: update unused code listCaolán McNamara6-30/+1
2012-10-04Use MenuButton for non-editable GtkComboBoxText instead of ComboBoxCaolán McNamara4-12/+117
2012-10-04handle children of deferred dialog betterCaolán McNamara6-12/+27
2012-10-04be more tolerant of temporary frameless parentsCaolán McNamara1-2/+4
2012-10-04improve col/row spanningCaolán McNamara1-6/+89
2012-10-03support loading certain stock images as button symbolsCaolán McNamara3-123/+225
2012-10-02Fix fdo#55142 - use proper output offsets.Sergey Farbotka1-1/+1
2012-10-02Revert "Fix fdo#55142 - wrong character pos calculation on mac."Thorsten Behrens2-28/+2
2012-10-02XubString->OUStringCaolán McNamara3-45/+48
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+2
2012-10-01menus are way too wide, wrong checkbox/radiobutton widthCaolán McNamara1-2/+2
2012-10-01add missing deps on headers to static libsDavid Tardon2-0/+16
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-19/+3
2012-09-29No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist1-1/+1
2012-09-28vcl: fix gtk3 build breakage due to forgotten use_librariesMichael Stahl2-17/+11
2012-09-28vcl: remove gb_STDLIBS that crept in todayMichael Stahl1-1/+0
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl11-22/+0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-19/+13
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl7-28/+49
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl9-38/+45
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl1-10/+10
2012-09-28vcl: clean up that Xinerama linkage...Michael Stahl1-17/+4
2012-09-28gbuild: clean up usage of weird x11_extensions module etc.Michael Stahl2-24/+6
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl11-11/+22
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-09-28fix up mergeCaolán McNamara1-8/+0