summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkpixmap-win32.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove GdkPixmapBenjamin Otte2010-09-261-417/+0
* Fix Win32 buildTor Lillqvist2010-08-231-1/+32
* gdk: Remove data consructors for GdkPixmapBenjamin Otte2010-08-101-125/+0
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* Use g_object_ref/unref instead of deprecated specializationsShixin Zeng2009-08-201-1/+1
* UpdatesCody Russell2009-04-021-2/+0
* Misc stuffCody Russell2009-04-021-0/+2
* CSW Win32 work in progress - builds but does not work yet.Cody Russell2009-04-021-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Include gdksreen.h (#337032, Kazuki IWAMOTO)Matthias Clasen2006-04-031-0/+1
* New function to allow wrapping a native pixmap without a server roundtrip.Matthias Clasen2006-03-301-0/+12
* Set visual depth to 24 for 32 bits-per-pixel devices on Win32. This allowsTor Lillqvist2005-10-131-1/+1
* Use cairo_set_device_offset().Owen Taylor2005-03-181-0/+2
* gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, justTor Lillqvist2005-03-161-5/+4
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-161-6/+4
* remove the disputable memset at the end of gdk_pixmap_new() - on X11 theHans Breuer2004-11-301-2/+0
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-7/+7
* initialize bits to 0 (probably default on NT)Hans Breuer2003-08-061-1/+1
* initialize bits to 0 (probably default on NT)Hans Breuer2003-08-061-0/+2
* New function, callback proc for EnumWindows().Tor Lillqvist2003-06-301-1/+1
* Fix for #111028, thanks to J. Ali Harlow, who writes: I found that theTor Lillqvist2003-06-281-16/+6
* Merge from stable:Tor Lillqvist2003-02-011-0/+27
* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data,Tor Lillqvist2002-12-111-26/+33
* Reflect recent renamings and removals of functions.Tor Lillqvist2002-11-161-44/+30
* Set image->windowing_data to NULL, unref the image. (Late merge fromTor Lillqvist2002-09-301-0/+4
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-171-112/+148
* need to cast image->mem away from void* to avoid 'error C2036: 'void *' :Hans Breuer2002-01-051-7/+13
* New file, hand-written wrapper for the Wintab library.Tor Lillqvist2001-10-291-3/+0
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-281-2/+2
* updated externalsHans Breuer2001-10-261-6/+0
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-181-0/+6
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-2/+2
* New function, as in the X11 backend. (gdk_window_new,Tor Lillqvist2000-12-301-0/+2
* corrected object casts, make it work again on win32Hans Breuer2000-11-121-3/+11
* gdk/gdk.def Update.Tor Lillqvist2000-11-111-1/+1
* gdk/win32/gdkgc-win32.c Remove gcc -Wall warnings.Tor Lillqvist2000-10-221-1/+1
* Update.Tor Lillqvist2000-10-091-10/+12
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-3/+0
* Include the build directory.Tor Lillqvist2000-07-251-702/+145
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-011-11/+26
* Internal GDK error reporting changes: (gdk_win32_gdi_failed) New functionTor Lillqvist2000-03-081-3/+3
* Add an extra parameter so that we don't have to do unnecessary settings toTor Lillqvist2000-02-131-3/+4
* New function. Guesstimate what Unicode subranges a font covers based onTor Lillqvist1999-12-051-6/+6
* Further hacking. Now actually compiles. Haven't tried yet whetherTor Lillqvist1999-11-201-104/+79
* re-adding for manual rename of repository files.Tor Lillqvist1999-11-111-0/+1002
* Just renamed the Win32 backend files to *-win32.Tor Lillqvist1999-11-101-1002/+0
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-311-4/+4
* Corresponding changes as in X11 backend.Tor Lillqvist1999-10-051-97/+40