summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2012-06-18GTK: don't crash on X errorsRuslan Kabatsayev1-0/+1
2012-06-18Fix arguments of Rectangle constructorRuslan Kabatsayev1-1/+1
2012-06-11Remove bogus headerThomas Arnhold1-2/+0
2012-06-06fdo#50415 and fdo#34638 Fix Shortcut names are not localized on LinuxThomas Arnhold2-243/+33
2012-06-04fdo#50676: silence SolarMutex not locked spewCaolán McNamara1-0/+3
2012-06-04fdo#50676: Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara1-1/+7
2012-05-21fdo#50173: fix Styles and Formatting gtk crasherBjoern Michaelsen1-0/+1
2012-05-19Revert fix for "#i86306# prepare against really broken CUPS installations..."Stephan Bergmann1-61/+15
2012-05-18WaE: narrowing conversionDavid Tardon1-1/+1
2012-05-18Clang -Wsign-compare.Stephan Bergmann1-1/+1
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon3-20/+71
2012-05-02fdo#49365 correctly map monitor index back to screenDavid Tardon1-1/+1
2012-05-02incrementing index twice in one run seems wrongDavid Tardon1-1/+1
2012-04-26lp#818761: Remove SalDisplay::GetKeyboardNameThomas Arnhold3-114/+17
2012-04-24Resolves: fdo#48011 writer idle-callbacks are halting when events pendingCaolán McNamara2-14/+43
2012-04-19fdo#46687 - fix find toolbar X error handlingMichael Meeks1-0/+4
2012-04-04bypass GtkSalPrinter when it is not enabledDavid Tardon1-1/+1
2012-03-20Missing sub-menu arrows with 3.5.x and GTK < 2.15David Bolen1-2/+10
2012-02-28Fix crash on exit using KDE interfaceTomas Chvatal1-1/+3
2012-01-24fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar1-1/+1
2012-01-23Resolves: fdo#44856 skew artificial fonts before glyph or layout rotationCaolán McNamara1-3/+8
2012-01-16vcl: more back-port cleanupMichael Meeks1-2/+2
2012-01-16WaE: getXScreen is an unsigned int nowCaolán McNamara1-1/+1
2012-01-16vcl: second part of fix for fdo#43458 - get xrandr / y positioning rightMichael Meeks1-1/+1
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks21-626/+689
2012-01-16vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks2-6/+6
2012-01-16vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks2-4/+4
2012-01-16vcl: isolate new attempt to count monitors as screens to gtk3 fdo#43458Michael Meeks1-0/+2
2011-12-27fix assertion error in GtkFolderPicker during recovery dialogMarkus Mohrhard1-1/+1
2011-12-17Fail fast if cups is non-operational.Thorsten Behrens1-26/+67
2011-12-16teach old-style method about the new form of screen numbering fdo#43458Michael Meeks1-6/+2
2011-12-14If possible, make the window big enough to fit all Writer toolbars.Jan Holesovsky2-0/+4
2011-12-14Disable gtk3 at run-time, unless in experimental mode.Michael Meeks3-67/+8
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna2-2/+3
2011-12-12stop saying "15" on stdoutCaolán McNamara1-1/+0
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara31-177/+208
2011-12-07Make dialogs fail with an exception in headless tests.Stephan Bergmann1-10/+6
2011-12-07Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens2-4/+4
2011-12-07GdkPrinter seems optional on Gtk3, tooThorsten Behrens2-4/+4
2011-12-05WaE: cleanup ambiguous types in appendMichael Meeks1-4/+4
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 Tardon2-0/+16
2011-12-05build the print dialog for gtk3 tooDavid Tardon6-5/+230
2011-12-05check for printing support dynamicallyDavid Tardon4-23/+460
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