summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Fix fdo#33816 - don't loop infinitely when using Apple RemoteThorsten Behrens1-2/+2
2011-12-29Fix init orderJulien Nabet1-1/+1
2011-12-29option to export hidden slides to pdf filesPierre-André Jacquod2-0/+13
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
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
2011-12-16fdo#43790: RTL PopupMenu position fixesCédric Bosdonnat2-6/+4
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-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
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-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
2011-12-07GdkPrinter seems optional on Gtk3, tooThorsten Behrens3-6/+12
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke1-4/+16
2011-12-06Revert "Install a Cancel callback, don't rely on vcl searching for a parent t...Caolán McNamara1-3/+0
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
2011-12-05fix build on macosxDavid Tardon1-2/+5
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 Tardon5-9/+29
2011-12-05build the print dialog for gtk3 tooDavid Tardon7-5/+234
2011-12-05check for printing support dynamicallyDavid Tardon6-23/+475
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
2011-12-05deactivate print job after errorDavid Tardon1-0/+5
2011-12-05add support for printing n copiesDavid Tardon2-16/+81
2011-12-05avoid memory leak when print has been cancelledDavid Tardon1-10/+33
2011-12-05add support for Gtk+ print dialog (#i106780#)David Tardon8-8/+1093
2011-12-05move the check function to vclDavid Tardon3-69/+72