summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2011-12-14stop formulabar controls being repositioned vertically in multiline modeNoel Power2-8/+9
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara2-2/+0
2011-12-14ByteString->rtl::OString[Buffer]Caolán McNamara3-22/+22
2011-12-13Resolves: rhbz#761009 IFSD_Equal is asymmetricalCaolán McNamara1-2/+4
2011-12-13Disable gtk3 at run-time, unless in experimental mode.Michael Meeks5-67/+79
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna2-2/+3
2011-12-13SbTextPortions, etc can completely goCaolán McNamara2-33/+0
2011-12-13callcatcher: remove newly unused codeCaolán McNamara4-62/+0
2011-12-13replace ByteString(String ctorCaolán McNamara3-29/+27
2011-12-12Hardcode to try just the "svp" VCL plugin on Android for nowTor Lillqvist1-1/+10
2011-12-12pair::second is false if element with same key already existedCaolán McNamara1-1/+1
2011-12-12Related: fdo#38832 Replace ImplAccesTable with std::mapMarcel Metz1-8/+12
2011-12-12stop saying "15" on stdoutCaolán McNamara1-1/+0
2011-12-11Remove unused codeAugust Sodora2-24/+0
2011-12-11Remove unused codeAugust Sodora2-167/+0
2011-12-11Remove unused codeAugust Sodora5-359/+0
2011-12-11Build Library_vclplug_svp for Android, tooTor Lillqvist1-0/+6
2011-12-11Download and build FreeType and fontconfig for AndroidTor Lillqvist1-1/+1
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara13-178/+0
2011-12-08Remove unused codeAugust Sodora2-88/+0
2011-12-08childs -> childrenMichael T. Whiteley7-81/+80
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke1-4/+16
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07avoid casting from void*David Tardon2-81/+83
2011-12-07Change "menues" to "menus"Michael T. Whiteley9-20/+20
2011-12-06reduce CurrencyBox somewhatCaolán McNamara2-33/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara34-193/+229
2011-12-06Fix non --enable-dbgutil builds.Stephan Bergmann1-4/+0
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann5-30/+77
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens3-12/+6
2011-12-06GdkPrinter seems optional on Gtk3, tooThorsten Behrens3-6/+12
2011-12-05possible fix for build breakerMarkus Mohrhard1-2/+0
2011-12-05WaE: cleanup ambiguous types in appendMichael Meeks1-4/+4
2011-12-05Replace Stack with std::stack< LineInfo* >Marcel Metz1-8/+11
2011-12-05Replace Stack with std::stack< Color* >Marcel Metz2-9/+12
2011-12-05bah, wrong file extension...David Tardon1-1/+1
2011-12-05fix build on macosxDavid Tardon1-2/+5
2011-12-05add support for printing selectionsDavid Tardon1-13/+52
2011-12-05attach signals after activation of the control to avoid warningsDavid Tardon1-8/+11
2011-12-05make the gtk print dialog an experimental featureDavid Tardon1-7/+77
2011-12-05adapt to the new assertion/logging mechanismDavid Tardon1-11/+13
2011-12-05set up CFLAGS/LIBS for gtk print dialog in configureDavid Tardon5-9/+29
2011-12-05build the print dialog for gtk3 tooDavid Tardon7-5/+234
2011-12-05check for printing support dynamicallyDavid Tardon6-23/+475
2011-12-05set parent windowDavid Tardon1-3/+13
2011-12-05avoid use of destroyed widgetDavid Tardon1-0/+3
2011-12-05process HelpId option entryDavid Tardon1-8/+31
2011-12-05deactivate print job after errorDavid Tardon1-0/+5
2011-12-05add support for printing n copiesDavid Tardon2-16/+81
2011-12-05avoid memory leak when print has been cancelledDavid Tardon1-10/+33