Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | adapt to the new assertion/logging mechanism | David Tardon | |
2011-12-05 | set up CFLAGS/LIBS for gtk print dialog in configure | David 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-05 | build the print dialog for gtk3 too | David Tardon | |
2011-12-05 | check for printing support dynamically | David Tardon | |
2011-12-05 | set parent window | David Tardon | |
2011-12-05 | avoid use of destroyed widget | David Tardon | |
2011-12-05 | process HelpId option entry | David Tardon | |
2011-12-05 | deactivate print job after error | David Tardon | |
2011-12-05 | add support for printing n copies | David Tardon | |
2011-12-05 | avoid memory leak when print has been cancelled | David Tardon | |
2011-12-05 | add support for Gtk+ print dialog (#i106780#) | David Tardon | |
2011-12-05 | move the check function to vcl | David Tardon | |
Other plugins may want to use it too. | |||
2011-12-05 | gtk: fix RTL list box rendering | Khaled Hosny | |
2011-12-05 | gtk: fix RTL spin button rendering | Khaled Hosny | |
2011-12-05 | DecoView - a more descriptive comment about mirroring issues with checkmarks | Matteo Casalin | |
2011-12-05 | DecoView cleanup - remove unused button styles | Matteo Casalin | |
2011-12-05 | DecoView cleanup - ImplDraw2ColorFrame also resizes its rectangle | Matteo Casalin | |
2011-12-05 | DecoView cleanup - Embed OutputDevice::ImplDraw2ColorFrame | Matteo Casalin | |
2011-12-05 | Decoview cleanup - DrawButton | Matteo Casalin | |
2011-12-05 | Removed unused header | Matteo Casalin | |
2011-12-05 | Revert "remove StarDesktop icon" | Jan Holesovsky | |
This breaks unit tests in svtools. This reverts commit 915fe51391bdeee79f31173aeedab9746fc88000. | |||
2011-12-04 | remove StarDesktop icon from the makefile, too | Andras Timar | |
2011-12-04 | remove StarDesktop icon | Andras Timar | |
2011-12-02 | gtk: remove un-necessary fprintfs on fpickers | Michael Meeks | |
2011-12-01 | Fix build in macosx | August Sodora | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-30 | fix previous commit, really move initial focus to printer selection | Ivan Timofeev | |
2011-11-30 | fdo#34641: move initial focus to printer selection | Ivan Timofeev | |
2011-11-30 | gtk: fix RTL combobox rendering | Khaled Hosny | |
GTK themes expect the button and the editing area to be swapped in RTL. | |||
2011-11-30 | convert over hidden windows-only ByteStrings | Caolán McNamara | |
2011-11-30 | no need to check for Gregorian cut-off date here | Eike Rathke | |
2011-11-30 | renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions | Eike Rathke | |
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date. | |||
2011-11-29 | getenv based debugging code doesn't make complete sense, remove | Caolá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-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | gtk: fix sub-menu arrows RTL issue | Michael Meeks | |
2011-11-29 | Install a Cancel callback, don't rely on vcl searching for a parent to close | Caolá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-28 | Headless got moved, fix gtk3 build. | Thorsten Behrens | |
2011-11-28 | Fix Kashida justification when there is no Kashida glyph | Khaled Hosny | |
2011-11-28 | callcatcher: remove unused methods | Caolán McNamara | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-28 | ByteString::GetToken->comphelper::string::getToken | Caolán McNamara | |
2011-11-28 | Added upstream bug link. | Stephan Bergmann | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from vcl | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-11-27 | translated comments from German to English | Luc Castermans | |