gtk2/gdk/win32
Tor Lillqvist 72d622fcf5 Add missing entries, thanks to J. Ali Harlow.
2004-03-05  Tor Lillqvist  <tml@iki.fi>

	* gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.

	* gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.

	(gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
	implementation.

	(gdk_display_supports_cursor_alpha,
	gdk_display_supports_cursor_color): Dummy implementations.

	(gdk_display_get_default_cursor_size,
	gdk_display_get_maximal_cursor_size): Implement.

	* gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
	Dummy implementation.

	* gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
	implementation.

	* gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.

	* gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
	not in API.

	* gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
	implementation.
2004-03-05 23:26:07 +00:00
..
rc Use correct DLL and import library names, with GTK_API_VERSION in name, 2003-01-05 02:24:15 +00:00
.cvsignore Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 14:07:55 +00:00
bdfcursor.c Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00
gdkcolor-win32.c Fixes from #98358, Havoc Pennington. 2002-11-25 22:52:36 +00:00
gdkcursor-win32.c Add missing entries, thanks to J. Ali Harlow. 2004-03-05 23:26:07 +00:00
gdkdisplay-win32.c Add missing entries, thanks to J. Ali Harlow. 2004-03-05 23:26:07 +00:00
gdkdnd-win32.c set current_dest_drag to NULL when destroying, fixes bug #120007. Also 2004-02-28 13:21:25 +00:00
gdkdrawable-win32.c set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435 2003-08-05 22:24:35 +00:00
gdkdrawable-win32.h Massive changes. Too many to list here, but I'll try a summary: 2002-02-17 00:25:05 +00:00
gdkevents-win32.c Add missing entries, thanks to J. Ali Harlow. 2004-03-05 23:26:07 +00:00
gdkfont-win32.c Add missing entries, thanks to J. Ali Harlow. 2004-03-05 23:26:07 +00:00
gdkgc-win32.c New function, callback proc for EnumWindows(). 2003-06-30 21:58:24 +00:00
gdkgeometry-win32.c Fix for #108007, #112402, #117042: There was confusion in gdk/win32 at 2003-07-29 23:35:40 +00:00
gdkglobals-win32.c If the WM_TRANSIENT_FOR property is being deleted, set the owner of the 2004-01-25 22:19:40 +00:00
gdkim-win32.c Massive changes. Too many to list here, but I'll try a summary: 2002-02-17 00:25:05 +00:00
gdkimage-win32.c Fix for #111028, thanks to J. Ali Harlow, who writes: I found that the 2003-06-28 01:12:51 +00:00
gdkinput-win32.c Add missing entries, thanks to J. Ali Harlow. 2004-03-05 23:26:07 +00:00
gdkinput-win32.h gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. 2003-08-07 22:17:18 +00:00
gdkinput.c Add missing entries, needed by gtk. 2002-11-16 21:51:47 +00:00
gdkkeys-win32.c Merge from stable: 2003-12-14 01:57:54 +00:00
gdkmain-win32.c If the WM_TRANSIENT_FOR property is being deleted, set the owner of the 2004-01-25 22:19:40 +00:00
gdkpango-win32.c Renames: 2002-06-20 23:59:27 +00:00
gdkpixmap-win32.c Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gdkpixmap-win32.h Fix for #111028, thanks to J. Ali Harlow, who writes: I found that the 2003-06-28 01:12:51 +00:00
gdkprivate-win32.h If the WM_TRANSIENT_FOR property is being deleted, set the owner of the 2004-01-25 22:19:40 +00:00
gdkproperty-win32.c If the WM_TRANSIENT_FOR property is being deleted, set the owner of the 2004-01-25 22:19:40 +00:00
gdkscreen-win32.c gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. 2003-08-07 22:17:18 +00:00
gdkselection-win32.c Calls to OpenClipboard() must be followed by calls to CloseClipboard(). 2003-12-14 02:20:14 +00:00
gdkspawn-win32.c s/gdk_spawn/gdk_spawn_on_screen/. 2003-12-10 14:17:07 +00:00
gdkvisual-win32.c Add missing entries, needed by gtk. 2002-11-16 21:51:47 +00:00
gdkwin32.h Use gdk_window_get_toplevel(), as it is the top-level windows that are 2002-03-19 23:16:08 +00:00
gdkwin32id.c GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gdkwindow-win32.c Add missing entries, thanks to J. Ali Harlow. 2004-03-05 23:26:07 +00:00
gdkwindow-win32.h Implement gdk_window_set_icon_list() for Win32, with support for big and 2003-12-14 01:06:56 +00:00
libie55uuid.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
libwntab32x.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
Makefile.am Utility functions for multi-screen applications which need to ensure 2003-12-10 13:49:58 +00:00
makefile.msc Changes multihead reorganizing code for win32 support, mostly from a patch 2002-06-06 00:26:42 +00:00
xcursors.h Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00