summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation-win32.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* printoperation-win32: Silence gccBenjamin Otte2016-02-111-1/+1
* W32: bump _WIN32_WINNT and WINVER to 0x600 (Vista)Руслан Ижбулатов2015-04-291-1/+2
* Fix various warningsРуслан Ижбулатов2014-08-131-3/+7
* gtk/gtkprintoperation-win32.c: Fix Missed IncludeChun-wei Fan2014-08-061-0/+1
* Make sure native W32 print dialog uses visual stylesРуслан Ижбулатов2014-08-051-0/+19
* all: Add names to timeoutsBastien Nocera2013-10-231-1/+4
* gtkprintoperation-win32.c: Drop unneeded includeChun-wei Fan2013-07-291-1/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* win32: Actually check for IPrintDialogCallback in configureMorten Welinder2011-11-101-1/+1
* win32: Make GtkWin32EmbedWidget use HWND instead of GdkNativeWindowBenjamin Otte2011-01-281-1/+1
* win32: ported backend specific code to now backend specific APIHans Breuer2011-01-021-1/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+3
* Use accessor functions in Win32-only codeTor Lillqvist2010-09-091-3/+3
* Fix 32-bit Windows build using mingw-w64 toolchainFridrich Štrba2010-08-031-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Check for __MINGW64__ and not __MINGW64Tor Lillqvist2010-03-121-1/+1
* Set win32 printer hard margins on print contextAdrian Johnson2009-12-051-1/+22
* Revert "Set win32 printer hard margins on print context"Christian Persch2009-12-011-22/+1
* Set win32 printer hard margins on print contextAdrian Johnson2009-12-011-1/+22
* Take printer margins into account on WindowsAdrian Johnson2009-10-271-0/+5
* Add ability to print in number-up mode for file backend and lpr backendMarek Kasik2009-05-131-0/+4
* Newer mingw-w64 uses an underscore-prefixed identification macro.Tor Lillqvist2009-03-171-1/+1
* Don't need to declare IPrintDialogCallback with mingw64 either. It seemsTor Lillqvist2008-08-041-1/+1
* Bug 538686 - gtkprintoperation-win32.c: devmode_from_settingsTor Lillqvist2008-08-021-1/+1
* gtk/gtkprint-win32.c gtk/gtkprint-win32.h Cosmetic fixups after patchTor Lillqvist2008-08-021-119/+128
* Bug 339699 - implement gtk_print_operation_set_show_dialog for WindowsTor Lillqvist2008-08-021-6/+175
* Fix problems in handling custom paper sizes. The DEVMODE::dmPaperWidth andTor Lillqvist2008-07-301-10/+14
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* fix 'function' : incompatible types - from 'struct _cairo *' to 'structHans Breuer2008-06-211-2/+2
* Fix life cycle to avoid crash. [#536966]Jody Goldberg2008-06-211-3/+3
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-32/+32
* Fix variable declared in the middle of the block. (#526021, reported byCody Russell2008-04-031-1/+3
* Bump required Cairo to 1.5.2.Cody Russell2008-04-011-6/+12
* Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358.Tor Lillqvist2007-09-241-0/+1
* take the custom tab label from gtk_print_operation_set_custom_tab_label()Hans Breuer2007-01-131-5/+8
* Include windows.h (#391229, Kazuki Iwamoto)Matthias Clasen2006-12-311-0/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-2/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+4
* store scale in percentMatthias Clasen2006-06-121-3/+2
* Fix MSVC build problem. (#339739, Kazuki Iwamoto)Tor Lillqvist2006-06-111-1/+5
* Update windows to build with new APIs and first cut at preview work.Alexander Larsson2006-06-081-31/+169
* Add gtkprintoperationpreview.[ch] Set default preview command. HardcodedAlexander Larsson2006-06-021-0/+1
* Add a boolean show-progress property, and show a progress dialog if it isMatthias Clasen2006-05-231-2/+3
* Add gtk_print_unix_dialog_add_custom_tabAlexander Larsson2006-05-231-1/+1
* Make sure grab-notify is emitted on toplevels as well as child widgets.Alexander Larsson2006-05-221-7/+144
* Fix printing build on win32Alexander Larsson2006-05-171-7/+8
* Added gtk_print_job_set/get_track_print_statusAlexander Larsson2006-05-151-5/+9