]> Pileus Git - ~andy/gtk/history - gtk/gtkprintoperation-win32.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkprintoperation-win32.c
2012-02-27 Javier JardónChange FSF Address
2011-11-10 Morten Welinderwin32: Actually check for IPrintDialogCallback in configure
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-28 Benjamin Ottewin32: Make GtkWin32EmbedWidget use HWND instead of...
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-02 Hans Breuerwin32: ported backend specific code to now backend...
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-09 Tor LillqvistUse accessor functions in Win32-only code
2010-08-03 Fridrich ŠtrbaFix 32-bit Windows build using mingw-w64 toolchain
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-04-04 Tor LillqvistCheck for __MINGW64__ and not __MINGW64
2010-03-12 Tor LillqvistCheck for __MINGW64__ and not __MINGW64
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-05 Adrian JohnsonSet win32 printer hard margins on print context
2009-12-01 Christian PerschRevert "Set win32 printer hard margins on print context"
2009-12-01 Adrian JohnsonSet win32 printer hard margins on print context
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-27 Adrian JohnsonTake printer margins into account on Windows
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Marek KasikAdd ability to print in number-up mode for file backend...
2009-03-17 Tor LillqvistNewer mingw-w64 uses an underscore-prefixed identificat...
2008-08-04 Tor LillqvistDon't need to declare IPrintDialogCallback with mingw64...
2008-08-02 Tor LillqvistBug 538686 - gtkprintoperation-win32.c: devmode_from_se...
2008-08-02 Tor Lillqvistgtk/gtkprint-win32.c gtk/gtkprint-win32.h Cosmetic...
2008-08-02 Tor LillqvistBug 339699 - implement gtk_print_operation_set_show_dia...
2008-07-30 Tor LillqvistFix problems in handling custom paper sizes. The DEVMOD...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-21 Hans Breuerfix 'function' : incompatible types - from 'struct...
2008-06-21 Jody GoldbergFix life cycle to avoid crash. [#536966]
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-04-03 Cody RussellFix variable declared in the middle of the block. ...
2008-04-01 Cody RussellBump required Cairo to 1.5.2.
2007-09-24 Tor LillqvistSet the GtkWin32EmbedWidget we create here as modal...
2007-01-13 Hans Breuertake the custom tab label from gtk_print_operation_set_...
2006-12-31 Matthias ClasenInclude windows.h (#391229, Kazuki Iwamoto)
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-06-12 Matthias Clasenstore scale in percent
2006-06-11 Tor LillqvistFix MSVC build problem. (#339739, Kazuki Iwamoto)
2006-06-08 Alexander LarssonUpdate windows to build with new APIs and first cut...
2006-06-02 Alexander LarssonAdd gtkprintoperationpreview.[ch] Set default preview...
2006-05-23 Matthias ClasenAdd a boolean show-progress property, and show a progre...
2006-05-23 Alexander LarssonAdd gtk_print_unix_dialog_add_custom_tab
2006-05-22 Alexander LarssonMake sure grab-notify is emitted on toplevels as well...
2006-05-17 Alexander LarssonFix printing build on win32
2006-05-15 Alexander LarssonAdded gtk_print_job_set/get_track_print_status
2006-05-12 Alexander LarssonFix build errors.
2006-04-24 Matthias ClasenRefactor the gtk_print_operation_run() code and add...
2006-04-21 Alexander LarssonMerge the gtk-printing branch. For more detailed Change...