- 10 Aug, 2004 6 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-08-10 Matthias Clasen <mclasen@redhat.com> * gdk/Makefile.am: * gtk/Makefile.am: Define TESTS, not TEST, so that make check actually triggers abicheck.sh.
-
Matthias Clasen authored
2004-08-10 Matthias Clasen <mclasen@redhat.com> * gdk/makegdkalias.pl: * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh.
-
Matthias Clasen authored
2004-08-10 Matthias Clasen <mclasen@redhat.com> * gdk/makegdkalias.pl: * gtk/makegtkalias.pl: Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.
-
Matthias Clasen authored
2004-08-10 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am: Include gtkalias.h in the generated sources gtkmarhalers.c and gtkmarshal.c. * gtk/makegtkalias.pl: Cosmetic fix. * gdk/Makefile.am: Remove the . which was accidentally added to SUBDIRS. Include gdkalias.h in the generated sources gdkenumtypes.c and gdkmarshalers.c. * gdk/makegdkalias.pl: Cosmetic fix. * gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
-
Matthias Clasen authored
2004-08-10 Matthias Clasen <mclasen@redhat.com> * gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
-
- 09 Aug, 2004 18 commits
-
-
Hans Breuer authored
2004-08-09 Hans Breuer <hans@breuer.org> * gtk/makefile.msc.in : autogenerate gtk.def, cleanup * gdk/win32/gdkwindow-win32.c gdk/win32/gdkevents-win32.c : removed long time unused ifdef/ed code (WITHOUT_WM_CREATE), removed duplicated call to gdk_window_set_cursor()
-
David Lodge authored
2004-08-09 David Lodge <dave@cirt.net> * ang.po: Updated Old English translation
-
Matthias Clasen authored
Mon Aug 9 15:41:17 2004 Matthias Clasen <maclas@gmx.de> Add hidden aliases for exported symbols which are used internally in order to get rid of many PLT entries. (#145519, Arjan van de Ven) * gdk/Makefile.am: Add rules to generate gdk.def and gdkalias.h from gdk.symbols, and make make check check the abi with abicheck.sh. * gdk/gdk.symbols: New file. Definition of the GDK ABI. The file can be processed by cpp to filter out certain subsets of symbols. * gdk/abicheck.sh: New file. Script to check the actually symbols exported from libgdk-x11.2.0.so against the symbols found in gdk.symbols. * gdk/makegdkalias.pl: New file. Perl script to generate the header containing the alias definitions for internally used exported symbols from a list of symbols. * gdk/*.c, gdk/x11/*.c: Include gdkalias.h
-
Morten Welinder authored
2004-08-09 Morten Welinder <terra@gnome.org> * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): Fix C99ism.
-
Matthias Clasen authored
Mon Aug 9 15:27:01 2004 Matthias Clasen <maclas@gmx.de> * gtk/makegtkalias.pl: Also revert GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
-
Matthias Clasen authored
Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de> * gdk/gdk.h: * gdk/gdkrgb.h: Add the exported functions gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(), gdk_keyboard_grab_info_libgtk_only() to the appropriate headers.
-
Matthias Clasen authored
-
Matthias Clasen authored
Mon Aug 9 14:24:46 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): Make static.
-
Matthias Clasen authored
Mon Aug 9 12:48:04 2004 Matthias Clasen <maclas@gmx.de> Add hidden aliases for exported symbols which are used internally in order to get rid of many PLT entries. (#145519, Arjan van de Ven) * gtk/Makefile.am: Add rules to generate gtk.def and from gtk.symbols, and make make check check the abi with abicheck.sh. (gtk_private_h_sources): Add gtkinternals.h (gtk_built_private_headers): Add gtkalias.h (gtk_extra_sources): Add gtk.symbols (EXTRA_DIST): Add makegtkalias.pl and abicheck.sh * gtk/gtk.symbols: New file. Definition of the GTK+ ABI. The file can be processed by cpp to filter out certain subsets of symbols. * gtk/abicheck.sh: New file. Script to check the actually symbols exported from libgtk-x11.2.0.so against the symbols found in gtk.symbols. * gtk/makegtkalias.pl: New file. Perl script to generate the header containing the alias definitions for internally used exported symbols from a list of symbols. * gtk/gtkinternals.h: New file. An uninstalled header listing symbols which must be exported for some reason and do not appear in any other header. * gtk/*.c: Include gtkalias.h
-
Matthias Clasen authored
Mon Aug 9 11:49:46 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
-
Matthias Clasen authored
Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index() and its inverse. The have always been exported and are meant to be public.
-
Matthias Clasen authored
Mon Aug 9 00:28:34 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c (load_svg_at_size): Don't leak the file contents.
-
Matthias Clasen authored
Mon Aug 9 00:13:03 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't leak the icon source.
-
Matthias Clasen authored
Sun Aug 8 23:46:20 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't leak a reference to the pixbufs.
-
Matthias Clasen authored
Sun Aug 8 23:36:55 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column. Sun Aug 8 23:35:00 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): (gtk_drag_dest_add_text_targets): Don't leak a reference to the target list.
-
Matthias Clasen authored
Sun Aug 8 22:52:26 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (find_menu_by_path): Don't stumble over separators which are not backed by model rows.
-
Matthias Clasen authored
-
Matthias Clasen authored
Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak the path.
-
- 08 Aug, 2004 5 commits
-
-
Hans Breuer authored
2004-08-07 Hans Breuer <hans@breuer.org> * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into account again to allow dnd of other things than text * gdk/win32/gdkselection-win32.c : offer windows bitmap to be pasted from clipboard (makes The GIMP 2.1's "File/Acquire/Paste as New" work, only using gtk+ API)
-
Matthias Clasen authored
Sun Aug 8 01:32:36 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.def: Add gtk_cell_renderer_progress_get_type.
-
Matthias Clasen authored
Sun Aug 8 01:29:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.def: Replace duplicate gtk_tree_view_get_hover_expand by gtk_tree_view_set_hover_expand.
-
Matthias Clasen authored
Sun Aug 8 01:28:06 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.def: Remove duplicate gtk_tree_view_get_hover_expand.
-
Matthias Clasen authored
Sun Aug 8 01:23:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.def: Remove the static function gtk_menu_get_private.
-
- 07 Aug, 2004 5 commits
-
-
Tor Lillqvist authored
2004-08-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx() map it to what's printed on the keypad decimal key for the current input locale (keyboard layout). (#149404)
-
Matthias Clasen authored
Sat Aug 7 18:19:03 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooserdefault.c (save_folder_combo_create): (shortcuts_list_create): Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText. (#147864) * gtk/gtkcellrendererseptext.[hc]: Removed. * gtk/Makefile.am: Remove gtkcellrendererseptext.[hc] Sat Aug 7 18:15:15 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_menu_row_deleted): (gtk_combo_box_menu_row_inserted): (gtk_combo_box_menu_row_changed): Correctly handle insertion and deletion of separators in menu mode.
-
Tor Lillqvist authored
2004-08-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (handle_configure_event, gdk_event_translate:WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level window coordinates, not just in generated events. (#148526, Robert Ögren)
-
Matthias Clasen authored
-
Matthias Clasen authored
Sat Aug 7 01:26:08 2004 Matthias Clasen <maclas@gmx.de> Make the column drag code a bit more robust (still scary, though). (#106992, Christian Biere) * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Assert that cur_reorder is NULL here. * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column): Reset cur_reorder to NULL, and only hide drag_highlight_window if it exists.
-
- 06 Aug, 2004 6 commits
-
-
Federico Mena Quintero authored
2004-08-06 Federico Mena Quintero <federico@ximian.com> Fix #144232: * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a GtkFileChooserEntry for the file name, rather than a GtkEntry. (update_chooser_entry): Set the contents of the file chooser entry rather than the plain entry's. (gtk_file_chooser_default_set_current_folder): Set the new folder on the save entry. (gtk_file_chooser_default_set_current_name): Set the name on the file chooser entry. (check_save_entry): Use the file chooser entry rather than the plain entry. * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_base_folder): Call gtk_file_chooser_entry_changed() so that we recompute the current folder based on the new base folder.
-
Hans Breuer authored
2004-08-06 Hans Breuer <hans@breuer.org> * 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
-
Hans Breuer authored
2004-08-06 Hans Breuer <hans@breuer.org> * gdk_pixbuf.def makefile.msc : updated
-
Matthias Clasen authored
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix an off-by-one error. (#141809, Markku Vire)
-
Matthias Clasen authored
2004-08-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_dest_set, gtk_drag_source_set): Really fix the initialization of the target list. Support XDND v5. (#10220, Owen Taylor) * gdk/x11/gdkdnd-x11.c: Record the XDND version and whether the drop was successful in the GdkDragContextPrivateX11 struct. (xdnd_finished_filter): Store the success status of the drop for an XDND version 5 interaction. For other versions, always assume the drop was successful. (xdnd_check_dest): Return the protocol version. (_gdk_drag_get_protocol_for_display): Return the protocol version. (gdk_drag_find_window_for_screen): Store the used protocol version in the GdkDragContext. (xdnd_send_enter): Send the used protocol version from the context, instead of hardwiring 3. (xdnd_enter_filter): Accept protocol versions >= 3 and store the used protocol version in the context. * gdk/gdkdnd.h: * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): New function to find out whether a drop was successful.
-
Robert Ögren authored
2004-07-28 Robert Ögren <gtk@roboros.com> * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Set x_root and y_root in button and motion events from the tablet. (#148715)
-