summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)AuthorFilesLines
2012-02-28Fix crash on exit using KDE interfaceTomas Chvatal1-1/+3
This is slightly modified version of patch from Lubos Lunak <llunak@suse.cz>. This fixes downstream bugs: https://bugs.gentoo.org/show_bug.cgi?id=394533 https://bugs.launchpad.net/bugs/925049 Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2012-02-28Resoves fdo#42901 duplicated .pfb without duplicated .afm drops fontCaolán McNamara1-1/+20
If we have a duplicate font entry the duplicate is dropped, but if the first font was invalid, e.g. .pfb without .afm this results in dropping *both* fonts, the valid and invalid one (cherry picked from commit 65a3ec97b5032d1748c8f84eeb0b8656e1c25918) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-01-24fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar3-15/+11
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-23Resolves: fdo#44856 skew artificial fonts before glyph or layout rotationCaolán McNamara1-3/+8
(cherry picked from commit 8f23e9813daae808aa2a81250b5e414dc57a3394) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-01-17Properly join spawned GrammarCheckingIterator thread.Stephan Bergmann1-0/+4
It was still running during shutdown of sw_complex's checkFlies test, causing problems. For this to work, Desktop::DeInit needs to be called with SolarMutex unlocked, which looks like the right way, anyway. Hopefully it does not unearth another round of bugs... (cherry picked from commit c5cf78e1529970c04e1999e1f96f3e374ecd211e) Signed-off-by: Michael Stahl <mstahl@redhat.com> Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-01-16vcl: more back-port cleanupMichael Meeks1-2/+2
2012-01-16WaE: getXScreen is an unsigned int nowCaolán McNamara2-2/+3
2012-01-16vcl: second part of fix for fdo#43458 - get xrandr / y positioning rightMichael Meeks3-20/+23
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks37-754/+868
A DisplayScreen is a screen index as used by the upper level abstractions, an X11Screen is a wrapper around an integer X screen index. Conflicts: vcl/inc/unx/saldisp.hxx
2012-01-16vcl: fix MinGW buildMatúš Kukan1-5/+0
2012-01-16vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks18-58/+56
2012-01-16vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks19-90/+50
2012-01-16vcl: hide / make internal misc. vcl display handling methods.Michael Meeks1-6/+9
2012-01-16vcl: isolate new attempt to count monitors as screens to gtk3 fdo#43458Michael Meeks2-0/+4
It turns out this new idea of mapping xinerama screens, and xrandr monitors into a flat integer space is nice, but when we confuse xrandr monitor 2 (idx 1) with X screen 1 (there is only one screen) we bit the dust. Many thanks to Cor Nouws for remote debugging assistance
2012-01-12fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar1-1/+1
2012-01-11Resolves:fdo#44078 fix unfortunate name alias mixups with DejaVu fontsCaolán McNamara1-4/+15
2012-01-06Fix fdo#33816 - don't loop infinitely when using Apple RemoteThorsten Behrens1-2/+2
Removed erratic loop condition - we simply want to check if any frame has fullscreen flag set.
2011-12-29Fix init orderJulien Nabet1-1/+1
2011-12-29option to export hidden slides to pdf filesPierre-André Jacquod2-0/+13
This add the checkbox hidden pages to the PDF export general tab and if checked, export also to PDF the hidden slides
2011-12-27Fix drawing of the either horizontally, or vertically mirrored bitmaps.Jan Holesovsky1-1/+1
2011-12-27Thanks to Ivan Timofeev, fix the 'Preview' checkbox in 'Indexes and Tables...'Jan Holesovsky1-4/+3
2011-12-27fix assertion error in GtkFolderPicker during recovery dialogMarkus Mohrhard1-1/+1
2011-12-23don't hide images in menus (fdo#31471, fdo#41264)Ivan Timofeev1-1/+1
2011-12-22Improve usability of the Page Break control.Jan Holesovsky1-1/+2
- use the same fade in/out values that we use for headers/footers - clicking on the line opens the menu too - clicking outside the menu hides the button - leaving the line or the button hides the button immediately
2011-12-17fdo#34641: set initial focus to "Number of copies"Ivan Timofeev1-0/+3
2011-12-17Fail fast if cups is non-operational.Thorsten Behrens1-26/+67
Following advice from Johannes Meixner, fail fast, like "lpstat -r" does first - then query detailed destinations list from cups in init. This fixes n#722902.
2011-12-16fdo#43790: RTL PopupMenu position fixesCédric Bosdonnat2-6/+4
Fixed the Writer PageBreak and Header/Footer indicator position. It also fixed the popup menu position in RTL UI for all PopupButton instances.
2011-12-16teach old-style method about the new form of screen numbering fdo#43458Michael Meeks1-6/+2
We number now with a flat set of indicees across Xinerama and more standard multi-screen setups.
2011-12-14If possible, make the window big enough to fit all Writer toolbars.Jan Holesovsky2-0/+4
[with large icons]
2011-12-14stop formulabar controls being repositioned vertically in multiline modeNoel Power2-8/+9
2011-12-14Disable gtk3 at run-time, unless in experimental mode.Michael Meeks5-67/+79
2011-12-13Resolves: rhbz#761009 IFSD_Equal is asymmetricalCaolán McNamara1-2/+4
(cherry picked from commit 39cbce553da1834f78b77f48b2f1be9578d6cc05) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna2-2/+3
Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.' Signed-off-by: Andras Timar <atimar@suse.com>
2011-12-12stop saying "15" on stdoutCaolán McNamara1-1/+0
(cherry picked from commit 6765b2b71544a1ca0957fbd5e04062c274a24f45) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
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-07reduce CurrencyBox somewhatCaolán McNamara2-33/+0
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara34-193/+229
2011-12-07Fix non --enable-dbgutil builds.Stephan Bergmann1-4/+0
2011-12-07Make dialogs fail with an exception in headless tests.Stephan Bergmann5-30/+77
2011-12-07Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens3-12/+6
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
2011-12-07GdkPrinter seems optional on Gtk3, tooThorsten Behrens3-6/+12
Added necessary configure magic & conditional compiles for that.
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke1-4/+16
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.
2011-12-06Revert "Install a Cancel callback, don't rely on vcl searching for a parent ↵Caolán McNamara1-3/+0
to close" This reverts commit 5d846ebeb55b1e295fb53f473f0fb2b88712e001, fixed the offending writer field dialog in master, but don't need this infrastucture for 3-5, so take safer option and use tranditional behaviour
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