gtk2/gdk
Hans Breuer d9eb9ba9d6 make it compile with msvc: !HAVE_UNISTD_H; no label without op, even if
2001-11-18  Hans Breuer  <hans@breuer.org>

	* gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
	no label without op, even if it's a no-op.

	* gtk/gtk.def :
	* gtk/makefile.msc.in : reflect marshaler split, some clean-up

	* config.h.win32.in : remove definition of HAVE_DIRENT_H
	* gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
	required anymore, replace it.
	* gtk/queryimmodules.c : DIR -> GDir replacement, also
	getcwd() -> g_get_current_dir()

	* gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
	Even 'noisy laugh' scolling appears to work, though I still can't
	claim to have fully understood what it is supposed to do ...
2001-11-18 15:37:13 +00:00
..
linux-fb Include glib-object.h instead of gobject/gsignal.h 2001-11-18 02:15:52 +00:00
nanox Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
win32 make it compile with msvc: !HAVE_UNISTD_H; no label without op, even if 2001-11-18 15:37:13 +00:00
x11 Include glib-object.h instead of gobject/gsignal.h 2001-11-18 02:15:52 +00:00
.cvsignore
COPYING
gdk.c static correct-ness, underscore prefixing of library internal functions 2001-10-28 21:28:51 +00:00
gdk.def use g_strcasecmp(), some poor platforms don't have strcasecmp() 2001-11-09 21:52:52 +00:00
gdk.h Add a function, gdk_threads_init() that must be explicitely called to 2001-10-22 12:59:21 +00:00
gdkcolor.c Implement gdk_color_parse() in terms of pango_color_parse(). 2001-11-05 00:23:45 +00:00
gdkcolor.h Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. Remove 2001-09-07 22:33:09 +00:00
gdkconfig.h.win32
gdkcursor.c Update to use the new g_boxed_type_register_static API. 2001-09-10 16:54:07 +00:00
gdkcursor.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gdkcursors.h
gdkdnd.h
gdkdraw.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkdrawable.h Include glib-object.h instead of gobject/gsignal.h 2001-11-18 02:15:52 +00:00
gdkevents.c static correct-ness, underscore prefixing of library internal functions 2001-10-28 21:28:51 +00:00
gdkevents.h !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing. 2001-06-28 22:49:20 +00:00
gdkfont.c Forget gdkfont 2001-09-10 16:57:38 +00:00
gdkfont.h
gdkgc.c gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color, 2001-08-09 07:14:56 +00:00
gdkgc.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gdkglobals.c Updates. 2001-10-29 07:06:37 +00:00
gdki18n.h
gdkimage.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkimage.h Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkinput.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinternals.h Include glib-object.h instead of gobject/gsignal.h 2001-11-18 02:15:52 +00:00
gdkkeys.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkkeys.h Add a direction-changed signal, and gdk_keymap_get_current_direction(). 2001-06-08 16:07:00 +00:00
gdkkeysyms.h
gdkkeyuni.c Handle numeric keypad keysyms; bug #50201 2001-04-18 20:33:26 +00:00
gdkpango.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkpango.h
gdkpixbuf-drawable.c remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the 2001-08-26 02:03:10 +00:00
gdkpixbuf-render.c Allow -1 for width/height to mean "width/height of pixbuf" (Patch from 2001-09-19 20:13:16 +00:00
gdkpixbuf.h Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. Remove 2001-09-07 22:33:09 +00:00
gdkpixmap.c
gdkpixmap.h Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and 2001-10-18 20:23:17 +00:00
gdkpoly-generic.h
gdkpolyreg-generic.c
gdkprivate.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkproperty.h Use $PKG_CONFIG, not pkg-config. (#51032) 2001-05-29 21:42:20 +00:00
gdkrectangle.c Update to use the new g_boxed_type_register_static API. 2001-09-10 16:54:07 +00:00
gdkregion-generic.c
gdkregion-generic.h
gdkregion.h
gdkrgb.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkrgb.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gdkselection.h these should be 31, not 3. Hooray for Xatoms (and not using the XA_* 2001-10-31 21:52:29 +00:00
gdktypes.h Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkvisual.h Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkwindow.c Include glib-object.h instead of gobject/gsignal.h 2001-11-18 02:15:52 +00:00
gdkwindow.h Include glib-object.h instead of gobject/gsignal.h 2001-11-18 02:15:52 +00:00
makeenums.pl
Makefile.am Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
makefile.mingw.in Updates. 2001-10-29 07:06:37 +00:00
makefile.msc use g_strcasecmp(), some poor platforms don't have strcasecmp() 2001-11-09 21:52:52 +00:00
testgdk.c
TODO Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00