summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* added gdkdisplay and gdkscreenHans Breuer2002-06-103-6/+20
* [ merge from stable ]Tor Lillqvist2002-06-103-5/+27
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-0619-210/+375
* Add a sanity g_return_if_fail() check for the depths for the window andOwen Taylor2002-05-141-0/+1
* Fixed dashed line issues (#74441) to an IMO reasonable extend. That is:Hans Breuer2002-03-284-139/+312
* Don't clear all of the pen_style, just the PS_STYLE_MASK. Seems to fixTor Lillqvist2002-03-211-2/+2
* Use gdk_window_get_toplevel(), as it is the top-level windows that areTor Lillqvist2002-03-192-2/+4
* gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION.Tor Lillqvist2002-03-061-3/+3
* Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as theyTor Lillqvist2002-03-064-62/+131
* Update version to 2.0.0Owen Taylor2002-03-051-1/+1
* gdk/gdk.def Add and (trivially) implementTor Lillqvist2002-03-021-46/+101
* Remove the event_mask, it is now in GdkWindowObject.Tor Lillqvist2002-02-284-97/+115
* Move bdfcursor.c from libgdk_win32_la_SOURCES to EXTRA_DIST.Tor Lillqvist2002-02-282-2/+2
* ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-281-0/+2
* new fileHans Breuer2002-02-271-5/+5
* Make sure Page_Up, Page_Down get those names, not Prior, Next.Owen Taylor2002-02-271-7/+17
* Implement the functions that until now just were non-functional stubs. ForTor Lillqvist2002-02-267-67/+438
* Set also group in the key press/release events, always to zero for now.Tor Lillqvist2002-02-231-2/+5
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-5/+5
* process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP'sHans Breuer2002-02-182-1/+5
* Don't set the PC_EXPLICIT flag for unused palette entries, that might haveTor Lillqvist2002-02-172-11/+24
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-1721-2591/+2392
* Depend on gtk.ico.Tor Lillqvist2002-02-152-1/+1
* don't reduce the scroll rect size by the scroll amountHans Breuer2002-02-103-7/+7
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-171-0/+11
* Fixes contributed by Archaeopteryx Software: This is a first small part ofTor Lillqvist2002-01-114-51/+94
* Apply the same fixes and improvements as to the gtk-1-3-win32-productionTor Lillqvist2002-01-1011-427/+799
* need to cast image->mem away from void* to avoid 'error C2036: 'void *' :Hans Breuer2002-01-056-22/+153
* Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource.Tor Lillqvist2002-01-014-11/+18
* Use G_N_ELEMENTS(). (unicode_classify): Don't return -1 on encountering anTor Lillqvist2001-12-281-6/+9
* reflect Pango API changeHans Breuer2001-11-231-1/+2
* make it compile with msvc: !HAVE_UNISTD_H; no label without op, even ifHans Breuer2001-11-181-201/+266
* Include glib-object.h instead of gobject/gsignal.hOwen Taylor2001-11-181-2/+3
* make sure we know what we are talking about when asked for MINMAXINFO.Hans Breuer2001-11-101-0/+14
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-095-56/+67
* Add headers. Add section about ActiveIMM.Tor Lillqvist2001-11-085-161/+100
* Implement gdk_color_parse() in terms of pango_color_parse().Owen Taylor2001-11-051-887/+0
* New file, hand-written wrapper for the Wintab library.Tor Lillqvist2001-10-2924-708/+376
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-2817-120/+126
* updated externalsHans Breuer2001-10-262-20/+11
* Always set window->parent (except or the root window itself); if theOwen Taylor2001-10-241-10/+18
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-8/+17
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-183-7/+12
* updated externalsHans Breuer2001-09-216-39/+106
* Fix propagated (flags && GDK_COLOR_WRITEABLE) typo. (#59723)Owen Taylor2001-09-191-1/+1
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-0716-141/+127
* updated externalsHans Breuer2001-08-195-131/+619
* coalescing property notifiesHans Breuer2001-08-113-10/+24
* Update to the new pango win32 api.Alexander Larsson2001-08-091-14/+4
* Add #ifdef HAVE_WINTAB around wintab.h include.Alexander Larsson2001-08-041-0/+2