summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna
Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.'
2011-12-13SbTextPortions, etc can completely goCaolán McNamara
2011-12-13callcatcher: remove newly unused codeCaolán McNamara
2011-12-13replace ByteString(String ctorCaolán McNamara
2011-12-12Hardcode to try just the "svp" VCL plugin on Android for nowTor Lillqvist
2011-12-12pair::second is false if element with same key already existedCaolán McNamara
The pair::second element in the pair is set to true if a new element was inserted or false if an element with the same value existed
2011-12-12Related: fdo#38832 Replace ImplAccesTable with std::mapMarcel Metz
2011-12-12stop saying "15" on stdoutCaolán McNamara
2011-12-11Remove unused codeAugust Sodora
2011-12-11Remove unused codeAugust Sodora
2011-12-11Remove unused codeAugust Sodora
2011-12-11Build Library_vclplug_svp for Android, tooTor Lillqvist
2011-12-11Download and build FreeType and fontconfig for AndroidTor Lillqvist
It will probably be simplest to just use FreeType on Android, too. (Android uses it itself, but doesn't provide its API publicly.) Probably fontconfig, too, although there shouldn't be much configuration per se that a LibreOffice-baed app would have to do at run-time; it will have to bundle all fonts it is going to use anyway, I think, so all font information is known a priori. But maybe in the future there will be user-installable system fonts on Android, or something.
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara
2011-12-08Remove unused codeAugust Sodora
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke
Some places in the code assumed that if the stack is empty a null pointer is returned by top() (or old Pop()), this doesn't work anymore with ::std::stack that instead has undefined behavior in that case, so check !stack.empty() first before accessing top. (cherry picked from commit ac40f7d6503533954127e818f2bf009200c1e3f2)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07avoid casting from void*David Tardon
2011-12-07Change "menues" to "menus"Michael T. Whiteley
2011-12-06reduce CurrencyBox somewhatCaolán McNamara
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-06Fix non --enable-dbgutil builds.Stephan Bergmann
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
2011-12-06GdkPrinter seems optional on Gtk3, tooThorsten Behrens
Added necessary configure magic & conditional compiles for that.
2011-12-05possible fix for build breakerMarkus Mohrhard
2011-12-05WaE: cleanup ambiguous types in appendMichael Meeks
2011-12-05Replace Stack with std::stack< LineInfo* >Marcel Metz
2011-12-05Replace Stack with std::stack< Color* >Marcel Metz
2011-12-05bah, wrong file extension...David Tardon
2011-12-05fix build on macosxDavid Tardon
2011-12-05add support for printing selectionsDavid Tardon
2011-12-05attach signals after activation of the control to avoid warningsDavid Tardon
2011-12-05make the gtk print dialog an experimental featureDavid Tardon
2011-12-05adapt to the new assertion/logging mechanismDavid Tardon
2011-12-05set up CFLAGS/LIBS for gtk print dialog in configureDavid Tardon
The dialog is built for gtk 2.0 if the version present at the system is at least 2.10.0 and always for gtk 3.0.
2011-12-05build the print dialog for gtk3 tooDavid Tardon
2011-12-05check for printing support dynamicallyDavid Tardon
2011-12-05set parent windowDavid Tardon
2011-12-05avoid use of destroyed widgetDavid Tardon
2011-12-05process HelpId option entryDavid Tardon
2011-12-05deactivate print job after errorDavid Tardon
2011-12-05add support for printing n copiesDavid Tardon
2011-12-05avoid memory leak when print has been cancelledDavid Tardon
2011-12-05add support for Gtk+ print dialog (#i106780#)David Tardon
2011-12-05move the check function to vclDavid Tardon
Other plugins may want to use it too.
2011-12-05gtk: fix RTL list box renderingKhaled Hosny
2011-12-05gtk: fix RTL spin button renderingKhaled Hosny
2011-12-05DecoView - a more descriptive comment about mirroring issues with checkmarksMatteo Casalin