| Commit message (Expand) | Author | Age | Files | Lines |
* | printoperation-win32: Silence gcc | Benjamin Otte | 2016-02-11 | 1 | -1/+1 |
* | W32: bump _WIN32_WINNT and WINVER to 0x600 (Vista) | Руслан Ижбулатов | 2015-04-29 | 1 | -1/+2 |
* | Fix various warnings | Руслан Ижбулатов | 2014-08-13 | 1 | -3/+7 |
* | gtk/gtkprintoperation-win32.c: Fix Missed Include | Chun-wei Fan | 2014-08-06 | 1 | -0/+1 |
* | Make sure native W32 print dialog uses visual styles | Руслан Ижбулатов | 2014-08-05 | 1 | -0/+19 |
* | all: Add names to timeouts | Bastien Nocera | 2013-10-23 | 1 | -1/+4 |
* | gtkprintoperation-win32.c: Drop unneeded include | Chun-wei Fan | 2013-07-29 | 1 | -1/+0 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | win32: Actually check for IPrintDialogCallback in configure | Morten Welinder | 2011-11-10 | 1 | -1/+1 |
* | win32: Make GtkWin32EmbedWidget use HWND instead of GdkNativeWindow | Benjamin Otte | 2011-01-28 | 1 | -1/+1 |
* | win32: ported backend specific code to now backend specific API | Hans Breuer | 2011-01-02 | 1 | -1/+1 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -2/+2 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -2/+3 |
* | Use accessor functions in Win32-only code | Tor Lillqvist | 2010-09-09 | 1 | -3/+3 |
* | Fix 32-bit Windows build using mingw-w64 toolchain | Fridrich Štrba | 2010-08-03 | 1 | -1/+1 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Check for __MINGW64__ and not __MINGW64 | Tor Lillqvist | 2010-03-12 | 1 | -1/+1 |
* | Set win32 printer hard margins on print context | Adrian Johnson | 2009-12-05 | 1 | -1/+22 |
* | Revert "Set win32 printer hard margins on print context" | Christian Persch | 2009-12-01 | 1 | -22/+1 |
* | Set win32 printer hard margins on print context | Adrian Johnson | 2009-12-01 | 1 | -1/+22 |
* | Take printer margins into account on Windows | Adrian Johnson | 2009-10-27 | 1 | -0/+5 |
* | Add ability to print in number-up mode for file backend and lpr backend | Marek Kasik | 2009-05-13 | 1 | -0/+4 |
* | Newer mingw-w64 uses an underscore-prefixed identification macro. | Tor Lillqvist | 2009-03-17 | 1 | -1/+1 |
* | Don't need to declare IPrintDialogCallback with mingw64 either. It seems | Tor Lillqvist | 2008-08-04 | 1 | -1/+1 |
* | Bug 538686 - gtkprintoperation-win32.c: devmode_from_settings | Tor Lillqvist | 2008-08-02 | 1 | -1/+1 |
* | gtk/gtkprint-win32.c gtk/gtkprint-win32.h Cosmetic fixups after patch | Tor Lillqvist | 2008-08-02 | 1 | -119/+128 |
* | Bug 339699 - implement gtk_print_operation_set_show_dialog for Windows | Tor Lillqvist | 2008-08-02 | 1 | -6/+175 |
* | Fix problems in handling custom paper sizes. The DEVMODE::dmPaperWidth and | Tor Lillqvist | 2008-07-30 | 1 | -10/+14 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | fix 'function' : incompatible types - from 'struct _cairo *' to 'struct | Hans Breuer | 2008-06-21 | 1 | -2/+2 |
* | Fix life cycle to avoid crash. [#536966] | Jody Goldberg | 2008-06-21 | 1 | -3/+3 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -32/+32 |
* | Fix variable declared in the middle of the block. (#526021, reported by | Cody Russell | 2008-04-03 | 1 | -1/+3 |
* | Bump required Cairo to 1.5.2. | Cody Russell | 2008-04-01 | 1 | -6/+12 |
* | Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358. | Tor Lillqvist | 2007-09-24 | 1 | -0/+1 |
* | take the custom tab label from gtk_print_operation_set_custom_tab_label() | Hans Breuer | 2007-01-13 | 1 | -5/+8 |
* | Include windows.h (#391229, Kazuki Iwamoto) | Matthias Clasen | 2006-12-31 | 1 | -0/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -2/+2 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -1/+4 |
* | store scale in percent | Matthias Clasen | 2006-06-12 | 1 | -3/+2 |
* | Fix MSVC build problem. (#339739, Kazuki Iwamoto) | Tor Lillqvist | 2006-06-11 | 1 | -1/+5 |
* | Update windows to build with new APIs and first cut at preview work. | Alexander Larsson | 2006-06-08 | 1 | -31/+169 |
* | Add gtkprintoperationpreview.[ch] Set default preview command. Hardcoded | Alexander Larsson | 2006-06-02 | 1 | -0/+1 |
* | Add a boolean show-progress property, and show a progress dialog if it is | Matthias Clasen | 2006-05-23 | 1 | -2/+3 |
* | Add gtk_print_unix_dialog_add_custom_tab | Alexander Larsson | 2006-05-23 | 1 | -1/+1 |
* | Make sure grab-notify is emitted on toplevels as well as child widgets. | Alexander Larsson | 2006-05-22 | 1 | -7/+144 |
* | Fix printing build on win32 | Alexander Larsson | 2006-05-17 | 1 | -7/+8 |
* | Added gtk_print_job_set/get_track_print_status | Alexander Larsson | 2006-05-15 | 1 | -5/+9 |
* | Fix build errors. | Alexander Larsson | 2006-05-12 | 1 | -4/+4 |