summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks2-6/+6
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks2-4/+4
2012-01-15Remove unused SalDisplay::IsLocalMichael Meeks1-120/+0
2012-01-15vcl: isolate new attempt to count monitors as screens to gtk3 fdo#43458Michael Meeks1-0/+2
2012-01-11adapt findFontFileID to know about multiple font faces in a font fileCaolán McNamara1-13/+17
2012-01-11addFontFile always add all font faces in that fileCaolán McNamara1-1/+1
2012-01-11align getFontFaceNumber with FC_FACECaolán McNamara1-4/+0
2012-01-11on generic X11 unix we always use fontconfigCaolán McNamara1-3/+2
2012-01-10Avoid CUPS on AndroidTor Lillqvist1-0/+2
2012-01-09callcatcher: remove unused SalColormap methodsThomas Arnhold1-54/+0
2012-01-09callcatcher: clean up vcl i18nThomas Arnhold2-81/+0
2012-01-08catch exception by constant referenceTakeshi Abe1-1/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz3-4/+0
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Replace (Byte)String with rtl::O(U)StringChristina Rossmanith1-2/+2
2012-01-05convert SvStream::WriteLine to rtl::OStringCaolán McNamara1-1/+1
2012-01-05better to have test for isEmpty firstCaolán McNamara1-1/+1
2011-12-26fix assertion error in GtkFolderPicker during recovery dialogMarkus Mohrhard1-1/+1
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley9-38/+94
2011-12-22add a note that the Qt bugreport is mistakenLuboš Luňák1-0/+2
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon2-2/+9
2011-12-20catch rather unlikely vcl case and don't crashMichael Meeks1-0/+6
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-15Removed extra semicolonsJesse2-2/+2
2011-12-15The "generic" thing is X11-specificTor Lillqvist1-2/+2
2011-12-14If possible, make the window big enough to fit all Writer toolbars.Jan Holesovsky2-0/+4
2011-12-14ByteString->rtl::OString[Buffer]Caolán McNamara3-22/+22
2011-12-13Disable 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-13replace ByteString(String ctorCaolán McNamara2-13/+13
2011-12-12Hardcode to try just the "svp" VCL plugin on Android for nowTor Lillqvist1-1/+10
2011-12-12stop saying "15" on stdoutCaolán McNamara1-1/+0
2011-12-08childs -> childrenMichael T. Whiteley1-1/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara31-177/+208
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann1-10/+6
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens2-4/+4
2011-12-06GdkPrinter 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