| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk: Remove GdkPixmap | Benjamin Otte | 2010-09-26 | 1 | -417/+0 |
* | Fix Win32 build | Tor Lillqvist | 2010-08-23 | 1 | -1/+32 |
* | gdk: Remove data consructors for GdkPixmap | Benjamin Otte | 2010-08-10 | 1 | -125/+0 |
* | Do not use static GTypeInfo and GInterfaceInfo | Nicola Fontana | 2009-11-06 | 1 | -1/+1 |
* | Use g_object_ref/unref instead of deprecated specializations | Shixin Zeng | 2009-08-20 | 1 | -1/+1 |
* | Updates | Cody Russell | 2009-04-02 | 1 | -2/+0 |
* | Misc stuff | Cody Russell | 2009-04-02 | 1 | -0/+2 |
* | CSW Win32 work in progress - builds but does not work yet. | Cody Russell | 2009-04-02 | 1 | -3/+3 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Include gdksreen.h (#337032, Kazuki IWAMOTO) | Matthias Clasen | 2006-04-03 | 1 | -0/+1 |
* | New function to allow wrapping a native pixmap without a server roundtrip. | Matthias Clasen | 2006-03-30 | 1 | -0/+12 |
* | Set visual depth to 24 for 32 bits-per-pixel devices on Win32. This allows | Tor Lillqvist | 2005-10-13 | 1 | -1/+1 |
* | Use cairo_set_device_offset(). | Owen Taylor | 2005-03-18 | 1 | -0/+2 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 1 | -5/+4 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -6/+4 |
* | remove the disputable memset at the end of gdk_pixmap_new() - on X11 the | Hans Breuer | 2004-11-30 | 1 | -2/+0 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 1 | -7/+7 |
* | initialize bits to 0 (probably default on NT) | Hans Breuer | 2003-08-06 | 1 | -1/+1 |
* | initialize bits to 0 (probably default on NT) | Hans Breuer | 2003-08-06 | 1 | -0/+2 |
* | New function, callback proc for EnumWindows(). | Tor Lillqvist | 2003-06-30 | 1 | -1/+1 |
* | Fix for #111028, thanks to J. Ali Harlow, who writes: I found that the | Tor Lillqvist | 2003-06-28 | 1 | -16/+6 |
* | Merge from stable: | Tor Lillqvist | 2003-02-01 | 1 | -0/+27 |
* | gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, | Tor Lillqvist | 2002-12-11 | 1 | -26/+33 |
* | Reflect recent renamings and removals of functions. | Tor Lillqvist | 2002-11-16 | 1 | -44/+30 |
* | Set image->windowing_data to NULL, unref the image. (Late merge from | Tor Lillqvist | 2002-09-30 | 1 | -0/+4 |
* | Massive changes. Too many to list here, but I'll try a summary: | Tor Lillqvist | 2002-02-17 | 1 | -112/+148 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 1 | -7/+13 |
* | New file, hand-written wrapper for the Wintab library. | Tor Lillqvist | 2001-10-29 | 1 | -3/+0 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -2/+2 |
* | updated externals | Hans Breuer | 2001-10-26 | 1 | -6/+0 |
* | Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and | Matthias Clasen | 2001-10-18 | 1 | -0/+6 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -2/+2 |
* | New function, as in the X11 backend. (gdk_window_new, | Tor Lillqvist | 2000-12-30 | 1 | -0/+2 |
* | corrected object casts, make it work again on win32 | Hans Breuer | 2000-11-12 | 1 | -3/+11 |
* | gdk/gdk.def Update. | Tor Lillqvist | 2000-11-11 | 1 | -1/+1 |
* | gdk/win32/gdkgc-win32.c Remove gcc -Wall warnings. | Tor Lillqvist | 2000-10-22 | 1 | -1/+1 |
* | Update. | Tor Lillqvist | 2000-10-09 | 1 | -10/+12 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Generate gtk/makefile.mingw. | Tor Lillqvist | 2000-07-25 | 1 | -3/+0 |
* | Include the build directory. | Tor Lillqvist | 2000-07-25 | 1 | -702/+145 |
* | Large changes to the Win32 backend, partially made necessary by the | Tor Lillqvist | 2000-05-01 | 1 | -11/+26 |
* | Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function | Tor Lillqvist | 2000-03-08 | 1 | -3/+3 |
* | Add an extra parameter so that we don't have to do unnecessary settings to | Tor Lillqvist | 2000-02-13 | 1 | -3/+4 |
* | New function. Guesstimate what Unicode subranges a font covers based on | Tor Lillqvist | 1999-12-05 | 1 | -6/+6 |
* | Further hacking. Now actually compiles. Haven't tried yet whether | Tor Lillqvist | 1999-11-20 | 1 | -104/+79 |
* | re-adding for manual rename of repository files. | Tor Lillqvist | 1999-11-11 | 1 | -0/+1002 |
* | Just renamed the Win32 backend files to *-win32. | Tor Lillqvist | 1999-11-10 | 1 | -1002/+0 |
* | Add new keysyms from X11R6.4 (including EuroSign). | Tor Lillqvist | 1999-10-31 | 1 | -4/+4 |
* | Corresponding changes as in X11 backend. | Tor Lillqvist | 1999-10-05 | 1 | -97/+40 |