summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation-win32.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Remove toplevel flagBenjamin Otte2019-02-151-2/+0
* printoperation-win32: Stop using an invisibleMatthias Clasen2019-02-051-2/+2
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-2/+2
* Use const for media type in devmode_to_settings()Руслан Ижбулатов2018-06-161-3/+3
* Add foward declarations to gtk_print_operation_run_without_dialogРуслан Ижбулатов2018-06-161-0/+18
* Remove unused variables (mostly in W32 code)Руслан Ижбулатов2018-06-101-4/+0
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-3/+3
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-3/+3
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-2/+2
* gtk/gtkprintoperation-win32.c: Don't call gtk_widget_set_allocation()Chun-wei Fan2017-07-211-1/+0
* gtk/gtkprintoperation-win32.c: Fix for GTK+-4.0 APIChun-wei Fan2016-11-221-8/+21
* 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