forked from AuroraMiddleware/gtk
Fix typo. I had deleted a ! operator by mistake, which caused
2000-05-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I had deleted a ! operator by mistake, which caused GDK_SELECTION_CLEAR events never to be generated, which caused only the first copy to the clipboard from an gtkeditable to actually cause a copy to the Windows clipboard. 2000-05-06 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc compilation, too. Current mingw gcc distributions include the necessary headers. Also the necessary IIDs are now in mingw headers/libraries, and own definitions unnecessary. More hacking on OLE2 DND, still doesn't work though, and thus ifdeffed out. * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from here, too.
This commit is contained in:
parent
8a836c07cf
commit
acc8e78c2d
21
ChangeLog
21
ChangeLog
@ -1,3 +1,24 @@
|
||||
2000-05-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
|
||||
had deleted a ! operator by mistake, which caused
|
||||
GDK_SELECTION_CLEAR events never to be generated, which caused
|
||||
only the first copy to the clipboard from an gtkeditable to
|
||||
actually cause a copy to the Windows clipboard.
|
||||
|
||||
2000-05-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
|
||||
compilation, too. Current mingw gcc distributions include the
|
||||
necessary headers. Also the necessary IIDs are now in mingw
|
||||
headers/libraries, and own definitions unnecessary.
|
||||
|
||||
More hacking on OLE2 DND, still doesn't work though, and thus
|
||||
ifdeffed out.
|
||||
|
||||
* gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
|
||||
here, too.
|
||||
|
||||
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
|
||||
|
||||
* gdk/nanox/*: nano-X port work in progress.
|
||||
|
@ -1,3 +1,24 @@
|
||||
2000-05-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
|
||||
had deleted a ! operator by mistake, which caused
|
||||
GDK_SELECTION_CLEAR events never to be generated, which caused
|
||||
only the first copy to the clipboard from an gtkeditable to
|
||||
actually cause a copy to the Windows clipboard.
|
||||
|
||||
2000-05-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
|
||||
compilation, too. Current mingw gcc distributions include the
|
||||
necessary headers. Also the necessary IIDs are now in mingw
|
||||
headers/libraries, and own definitions unnecessary.
|
||||
|
||||
More hacking on OLE2 DND, still doesn't work though, and thus
|
||||
ifdeffed out.
|
||||
|
||||
* gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
|
||||
here, too.
|
||||
|
||||
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
|
||||
|
||||
* gdk/nanox/*: nano-X port work in progress.
|
||||
|
@ -1,3 +1,24 @@
|
||||
2000-05-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
|
||||
had deleted a ! operator by mistake, which caused
|
||||
GDK_SELECTION_CLEAR events never to be generated, which caused
|
||||
only the first copy to the clipboard from an gtkeditable to
|
||||
actually cause a copy to the Windows clipboard.
|
||||
|
||||
2000-05-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
|
||||
compilation, too. Current mingw gcc distributions include the
|
||||
necessary headers. Also the necessary IIDs are now in mingw
|
||||
headers/libraries, and own definitions unnecessary.
|
||||
|
||||
More hacking on OLE2 DND, still doesn't work though, and thus
|
||||
ifdeffed out.
|
||||
|
||||
* gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
|
||||
here, too.
|
||||
|
||||
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
|
||||
|
||||
* gdk/nanox/*: nano-X port work in progress.
|
||||
|
@ -1,3 +1,24 @@
|
||||
2000-05-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
|
||||
had deleted a ! operator by mistake, which caused
|
||||
GDK_SELECTION_CLEAR events never to be generated, which caused
|
||||
only the first copy to the clipboard from an gtkeditable to
|
||||
actually cause a copy to the Windows clipboard.
|
||||
|
||||
2000-05-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
|
||||
compilation, too. Current mingw gcc distributions include the
|
||||
necessary headers. Also the necessary IIDs are now in mingw
|
||||
headers/libraries, and own definitions unnecessary.
|
||||
|
||||
More hacking on OLE2 DND, still doesn't work though, and thus
|
||||
ifdeffed out.
|
||||
|
||||
* gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
|
||||
here, too.
|
||||
|
||||
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
|
||||
|
||||
* gdk/nanox/*: nano-X port work in progress.
|
||||
|
@ -1,3 +1,24 @@
|
||||
2000-05-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
|
||||
had deleted a ! operator by mistake, which caused
|
||||
GDK_SELECTION_CLEAR events never to be generated, which caused
|
||||
only the first copy to the clipboard from an gtkeditable to
|
||||
actually cause a copy to the Windows clipboard.
|
||||
|
||||
2000-05-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
|
||||
compilation, too. Current mingw gcc distributions include the
|
||||
necessary headers. Also the necessary IIDs are now in mingw
|
||||
headers/libraries, and own definitions unnecessary.
|
||||
|
||||
More hacking on OLE2 DND, still doesn't work though, and thus
|
||||
ifdeffed out.
|
||||
|
||||
* gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
|
||||
here, too.
|
||||
|
||||
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
|
||||
|
||||
* gdk/nanox/*: nano-X port work in progress.
|
||||
|
@ -1,3 +1,24 @@
|
||||
2000-05-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
|
||||
had deleted a ! operator by mistake, which caused
|
||||
GDK_SELECTION_CLEAR events never to be generated, which caused
|
||||
only the first copy to the clipboard from an gtkeditable to
|
||||
actually cause a copy to the Windows clipboard.
|
||||
|
||||
2000-05-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
|
||||
compilation, too. Current mingw gcc distributions include the
|
||||
necessary headers. Also the necessary IIDs are now in mingw
|
||||
headers/libraries, and own definitions unnecessary.
|
||||
|
||||
More hacking on OLE2 DND, still doesn't work though, and thus
|
||||
ifdeffed out.
|
||||
|
||||
* gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
|
||||
here, too.
|
||||
|
||||
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
|
||||
|
||||
* gdk/nanox/*: nano-X port work in progress.
|
||||
|
@ -1,3 +1,24 @@
|
||||
2000-05-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
|
||||
had deleted a ! operator by mistake, which caused
|
||||
GDK_SELECTION_CLEAR events never to be generated, which caused
|
||||
only the first copy to the clipboard from an gtkeditable to
|
||||
actually cause a copy to the Windows clipboard.
|
||||
|
||||
2000-05-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
|
||||
compilation, too. Current mingw gcc distributions include the
|
||||
necessary headers. Also the necessary IIDs are now in mingw
|
||||
headers/libraries, and own definitions unnecessary.
|
||||
|
||||
More hacking on OLE2 DND, still doesn't work though, and thus
|
||||
ifdeffed out.
|
||||
|
||||
* gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
|
||||
here, too.
|
||||
|
||||
Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
|
||||
|
||||
* gdk/nanox/*: nano-X port work in progress.
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3066,7 +3066,7 @@ gdk_event_translate (GdkEvent *event,
|
||||
event->selection.selection = xevent->wParam;
|
||||
event->selection.time = xevent->time;
|
||||
|
||||
return_val = GDK_DRAWABLE_DESTROYED (window);
|
||||
return_val = !GDK_DRAWABLE_DESTROYED (window);
|
||||
|
||||
/* Once again, we will pass through switch below without match */
|
||||
}
|
||||
|
@ -1003,17 +1003,6 @@ gdk_window_reparent (GdkWindow *window,
|
||||
parent_private->children = g_list_prepend (parent_private->children, window);
|
||||
}
|
||||
|
||||
void
|
||||
gdk_window_clear (GdkWindow *window)
|
||||
{
|
||||
g_return_if_fail (window != NULL);
|
||||
g_return_if_fail (GDK_IS_WINDOW (window));
|
||||
|
||||
if (!GDK_DRAWABLE_DESTROYED (window))
|
||||
gdk_window_clear_area (window, 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
_gdk_windowing_window_clear_area (GdkWindow *window,
|
||||
gint x,
|
||||
|
Loading…
Reference in New Issue
Block a user