-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make it compile and more similar to the X11 implementation [backward
2004-08-06 Hans Breuer <[email protected]> * gdk/win32/gdkwindow-win32.c : make it compile and more similar to the X11 implementation [backward compatibility for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), use the *screen* function variants, dont reparent already destroyed] (get_visible_region) : take the win32 part into account (_gdk_windowing_window_destroy) : remove from handle table * gdk/win32/gdkdisplay-win32.c : added gdk_display_(request|supports)_selection_notification () with a currently mostly pointless implementation ;-) * gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX, plugs memory leak (gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY * gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in gtk/stock-icons/makefile.msc tests/makefile.msc : updated * gdk/gdk.def gtk/gtk.def : updated externals * tests/testiconview.c : remove unneeded dirent.h inclusion
- Loading branch information
Hans Breuer
authored and
Hans Breuer
committed
Aug 6, 2004
1 parent
bec2974
commit 7405177
Showing
14 changed files
with
467 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
2004-08-06 Hans Breuer <[email protected]> | ||
|
||
* gdk/win32/gdkwindow-win32.c : make it compile and more | ||
similar to the X11 implementation [backward compatibility | ||
for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), | ||
use the *screen* function variants, dont reparent already | ||
destroyed] | ||
(get_visible_region) : take the win32 part into account | ||
(_gdk_windowing_window_destroy) : remove from handle table | ||
|
||
* gdk/win32/gdkdisplay-win32.c : added | ||
gdk_display_(request|supports)_selection_notification () | ||
with a currently mostly pointless implementation ;-) | ||
|
||
* gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX, | ||
plugs memory leak | ||
(gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY | ||
|
||
* gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in | ||
gtk/stock-icons/makefile.msc tests/makefile.msc : updated | ||
|
||
* gdk/gdk.def gtk/gtk.def : updated externals | ||
|
||
* tests/testiconview.c : remove unneeded dirent.h inclusion | ||
|
||
2004-08-06 Matthias Clasen <[email protected]> | ||
|
||
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
2004-08-06 Hans Breuer <[email protected]> | ||
|
||
* gdk/win32/gdkwindow-win32.c : make it compile and more | ||
similar to the X11 implementation [backward compatibility | ||
for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), | ||
use the *screen* function variants, dont reparent already | ||
destroyed] | ||
(get_visible_region) : take the win32 part into account | ||
(_gdk_windowing_window_destroy) : remove from handle table | ||
|
||
* gdk/win32/gdkdisplay-win32.c : added | ||
gdk_display_(request|supports)_selection_notification () | ||
with a currently mostly pointless implementation ;-) | ||
|
||
* gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX, | ||
plugs memory leak | ||
(gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY | ||
|
||
* gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in | ||
gtk/stock-icons/makefile.msc tests/makefile.msc : updated | ||
|
||
* gdk/gdk.def gtk/gtk.def : updated externals | ||
|
||
* tests/testiconview.c : remove unneeded dirent.h inclusion | ||
|
||
2004-08-06 Matthias Clasen <[email protected]> | ||
|
||
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
2004-08-06 Hans Breuer <[email protected]> | ||
|
||
* gdk/win32/gdkwindow-win32.c : make it compile and more | ||
similar to the X11 implementation [backward compatibility | ||
for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), | ||
use the *screen* function variants, dont reparent already | ||
destroyed] | ||
(get_visible_region) : take the win32 part into account | ||
(_gdk_windowing_window_destroy) : remove from handle table | ||
|
||
* gdk/win32/gdkdisplay-win32.c : added | ||
gdk_display_(request|supports)_selection_notification () | ||
with a currently mostly pointless implementation ;-) | ||
|
||
* gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX, | ||
plugs memory leak | ||
(gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY | ||
|
||
* gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in | ||
gtk/stock-icons/makefile.msc tests/makefile.msc : updated | ||
|
||
* gdk/gdk.def gtk/gtk.def : updated externals | ||
|
||
* tests/testiconview.c : remove unneeded dirent.h inclusion | ||
|
||
2004-08-06 Matthias Clasen <[email protected]> | ||
|
||
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
2004-08-06 Hans Breuer <[email protected]> | ||
|
||
* gdk/win32/gdkwindow-win32.c : make it compile and more | ||
similar to the X11 implementation [backward compatibility | ||
for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), | ||
use the *screen* function variants, dont reparent already | ||
destroyed] | ||
(get_visible_region) : take the win32 part into account | ||
(_gdk_windowing_window_destroy) : remove from handle table | ||
|
||
* gdk/win32/gdkdisplay-win32.c : added | ||
gdk_display_(request|supports)_selection_notification () | ||
with a currently mostly pointless implementation ;-) | ||
|
||
* gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX, | ||
plugs memory leak | ||
(gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY | ||
|
||
* gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in | ||
gtk/stock-icons/makefile.msc tests/makefile.msc : updated | ||
|
||
* gdk/gdk.def gtk/gtk.def : updated externals | ||
|
||
* tests/testiconview.c : remove unneeded dirent.h inclusion | ||
|
||
2004-08-06 Matthias Clasen <[email protected]> | ||
|
||
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.