summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
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
2011-12-05DecoView cleanup - remove unused button stylesMatteo Casalin
2011-12-05DecoView cleanup - ImplDraw2ColorFrame also resizes its rectangleMatteo Casalin
2011-12-05DecoView cleanup - Embed OutputDevice::ImplDraw2ColorFrameMatteo Casalin
2011-12-05Decoview cleanup - DrawButtonMatteo Casalin
2011-12-05Removed unused headerMatteo Casalin
2011-12-05Revert "remove StarDesktop icon"Jan Holesovsky
This breaks unit tests in svtools. This reverts commit 915fe51391bdeee79f31173aeedab9746fc88000.
2011-12-04remove StarDesktop icon from the makefile, tooAndras Timar
2011-12-04remove StarDesktop iconAndras Timar
2011-12-02gtk: remove un-necessary fprintfs on fpickersMichael Meeks
2011-12-01Fix build in macosxAugust Sodora
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-12-01Remove uses of charAtAugust Sodora
2011-11-30fix previous commit, really move initial focus to printer selectionIvan Timofeev
2011-11-30fdo#34641: move initial focus to printer selectionIvan Timofeev
2011-11-30gtk: fix RTL combobox renderingKhaled Hosny
GTK themes expect the button and the editing area to be swapped in RTL.
2011-11-30convert over hidden windows-only ByteStringsCaolán McNamara
2011-11-30no need to check for Gregorian cut-off date hereEike Rathke
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-29getenv based debugging code doesn't make complete sense, removeCaolán McNamara
i.e. mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X(); mnOutWidth = maPaperSize.Width() - 2*maPageOffset.Y(); might possibly be intended to be mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X(); mnOutHeight = maPaperSize.Height() - 2*maPageOffset.Y(); either way, its behind a special getenv, so ditch the lot
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29gtk: fix sub-menu arrows RTL issueMichael Meeks
2011-11-29Install a Cancel callback, don't rely on vcl searching for a parent to closeCaolán McNamara
If there is no cancel callback for a Cancel button, it's monstrous to dig around the hierarchy looking for a parent to call EndDialog/Close on. Really messes up attempts to refactor dialogs.
2011-11-28Headless got moved, fix gtk3 build.Thorsten Behrens
2011-11-28Fix Kashida justification when there is no Kashida glyphKhaled Hosny
2011-11-28callcatcher: remove unused methodsCaolán McNamara
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara
2011-11-28Added upstream bug link.Stephan Bergmann
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-27typos fixingKorrawit Pruegsanusak
2011-11-27translated comments from German to EnglishLuc Castermans