gtk/gdk
Hans Breuer f34e996b5f updated externals
2001-08-18  Hans Breuer  <hans@breuer.org>

	* gdk/gdk.def : updated externals

	* gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
	is required to get (at least) visible in entry fields. Some selections
	are really handled now - even on win32 - but copying via middle
	mouse button into a different app needs to wait ...

	* gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
	mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!

	* gdk/win32/gdkevents-win32.c : some tweaking to get better expose
	handling. I'm not sure if it is better now, but at least not worse

	* gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
	with SetWindowPos () which allows more fine-tuning backing-store wise

	* gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
	Also changed move/resize to be more like the X version.

	* gtk/gtk.def : updated externals
2001-08-19 18:34:59 +00:00
..
linux-fb Initialize image->bits_per_pixel from the drawable, not from the root 2001-07-26 20:07:08 +00:00
nanox Add dependency on Atk for accessibility support. 2001-05-03 20:11:14 +00:00
win32 updated externals 2001-08-19 18:34:59 +00:00
x11 gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 2001-08-15 06:52:19 +00:00
.cvsignore shut up CVS 2001-04-03 23:11:15 +00:00
COPYING [ Merges from gtk-1-2 ] 1999-09-28 20:19:13 +00:00
gdk.c gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 2001-08-15 06:52:19 +00:00
gdk.def updated externals 2001-08-19 18:34:59 +00:00
gdk.h Add missing gdk_rectangle_get_type() prototype. 2001-06-14 20:41:44 +00:00
gdkcolor.c Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkcolor.h Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
gdkcompat.h Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality 2000-07-02 17:03:21 +00:00
gdkconfig.h.win32 Fix typo. 1999-11-21 21:21:58 +00:00
gdkcursor.c The following changes correspond to bug #56812 2001-06-28 16:35:38 +00:00
gdkcursor.h The following changes correspond to bug #56812 2001-06-28 16:35:38 +00:00
gdkcursors.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gdkdnd.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gdkdraw.c Added a check on the colormap depth to gdk_drawable_set_colormap() 2001-07-23 21:28:38 +00:00
gdkdrawable.h add --deprecated-guards 2001-02-20 05:21:44 +00:00
gdkevents.c Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkevents.h !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing. 2001-06-28 22:49:20 +00:00
gdkfont.c Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
gdkfont.h added all exports required to link PyGtk 0.7.1 2001-04-16 12:46:02 +00:00
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 Add a function gdk_window_get_internal_paint_info(), so that using X 2001-07-18 20:09:28 +00:00
gdkglobals.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdki18n.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdkimage.c Clip the retrieved image data to the screen, using a server grab to avoid 2001-06-29 01:59:02 +00:00
gdkimage.h Clip the retrieved image data to the screen, using a server grab to avoid 2001-06-29 01:59:02 +00:00
gdkinput.h Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkinternals.h gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 2001-08-15 06:52:19 +00:00
gdkkeys.c Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable 2001-07-18 04:31:11 +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 Remove all references to offscreen flag which was no longer used. 2000-06-02 03:14:07 +00:00
gdkkeyuni.c Handle numeric keypad keysyms; bug #50201 2001-04-18 20:33:26 +00:00
gdkpango.c check if info->colormap != NULL before unref'ing it. It might have been 2001-08-06 15:52:46 +00:00
gdkpango.h Doc fixes 2001-03-04 00:12:55 +00:00
gdkpixbuf-drawable.c Clip the retrieved image data to the screen, using a server grab to avoid 2001-06-29 01:59:02 +00:00
gdkpixbuf-render.c Clip the retrieved image data to the screen, using a server grab to avoid 2001-06-29 01:59:02 +00:00
gdkpixbuf.h Clip the retrieved image data to the screen, using a server grab to avoid 2001-06-29 01:59:02 +00:00
gdkpixmap.c return solid masks for xpms that have no transparent color. This makes the 2001-02-23 13:35:16 +00:00
gdkpixmap.h s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks) 2001-06-05 15:05:21 +00:00
gdkpoly-generic.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkpolyreg-generic.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkprivate.h Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED. 2001-07-31 20:12:01 +00:00
gdkproperty.h Use $PKG_CONFIG, not pkg-config. (#51032) 2001-05-29 21:42:20 +00:00
gdkrectangle.c Add GDK_TYPE_RECTANGLE. 2001-06-01 15:44:13 +00:00
gdkregion-generic.c use _gdk_region_get_xrectangles() 2001-03-02 20:02:17 +00:00
gdkregion-generic.h (Part 2) Remove gdk_*_lookup() defines, since they are defined by the 2000-07-24 16:19:00 +00:00
gdkregion.h use _gdk_region_get_xrectangles() 2001-03-02 20:02:17 +00:00
gdkrgb.c Patch from ChiDeok Hwang to move call to sync_selection() up a few lines 2001-03-02 17:06:14 +00:00
gdkrgb.h GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those two 2001-02-19 20:38:15 +00:00
gdkselection.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdktypes.h fix this to be sane 2000-12-04 23:04:17 +00:00
gdkvisual.h Convert GdkVisual to a GObject. 2001-06-30 02:56:50 +00:00
gdkwindow.c Add a function gdk_window_get_internal_paint_info(), so that using X 2001-07-18 20:09:28 +00:00
gdkwindow.h fix a typo. 2001-08-10 03:46:08 +00:00
makeenums.pl Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
Makefile.am Start checks for X from pangox/pangoxft CFLAGS to avoid duplicate 2001-05-20 18:25:34 +00:00
makefile.mingw.in Add gdkkeys. 2000-12-14 23:14:18 +00:00
makefile.msc build in the backend dir after auto-generating files 2001-07-28 23:02:02 +00:00
testgdk.c Update. 2000-10-09 19:49:42 +00:00
TODO Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00