summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* new file use itHans Breuer2001-08-042-6/+45
* build in the backend dir after auto-generating filesHans Breuer2001-07-283-9/+79
* gdk_device_get_history moved to gdk/gdkinput.c like the other backendsHans Breuer2001-07-205-57/+141
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-051-7/+7
* updated externalsHans Breuer2001-06-223-23/+114
* made fil mode GDK_STIPPLED actually work -> check boxes and radio buttonsHans Breuer2001-05-253-10/+47
* updated exportsHans Breuer2001-05-063-5/+35
* updatedHans Breuer2001-04-133-1/+81
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-313-2/+78
* gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output.Tor Lillqvist2001-03-192-6/+6
* New function. print_event_state, print_event): Use preprocessor macro toTor Lillqvist2001-03-181-151/+59
* updatedHans Breuer2001-03-104-31/+59
* Remove old XIM code.Owen Taylor2001-03-091-85/+0
* updatedHans Breuer2001-03-093-9/+225
* Doc fixesOwen Taylor2001-03-041-12/+0
* small (not only) portability fixesHans Breuer2001-02-251-1/+1
* Update. Mention the gtk-1-3-win32-production branch.Tor Lillqvist2001-02-2385-276/+822
* updated for win32 msvc build (forgot this before)Hans Breuer2001-02-193-3/+3
* updated for win32 msvc buildHans Breuer2001-02-191-1/+0
* Remove gdkcc-win32.c from here, too.Tor Lillqvist2001-02-111-1/+0
* New function, copied from X11 version.Tor Lillqvist2001-02-115-1609/+51
* gdk/gdk.def Provide dummy implementations.Tor Lillqvist2001-02-041-0/+11
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-0/+3
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-171-6/+25
* Include <stdlib.h> for getenv().Tor Lillqvist2001-01-153-5/+10
* New implementaion that more closely mimics the events that an X serverTor Lillqvist2001-01-151-8/+217
* Implement better mouse capturing. Do use SetCapture(). Thanks toTor Lillqvist2001-01-091-5/+68
* Adapt calls to g_{locale,filename}_{to,from}_utf8 to match current API.Tor Lillqvist2001-01-072-4/+6
* New function, as in the X11 backend. (gdk_window_new,Tor Lillqvist2000-12-305-41/+51
* Add gdkkeys.Tor Lillqvist2000-12-147-1376/+1637