- 08 Sep, 2003 3 commits
-
-
cinamod authored
-
Laurent Dhima authored
* sq.po: Updated Albanian translation
-
Laurent Dhima authored
-
- 06 Sep, 2003 6 commits
-
-
Matthias Clasen authored
2003-09-07 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (update_node): Fix a C99ism. (#121640, Josh Beam) Fixes for accelerator handling during (un)merging: * gtk/gtkuimanager.c (update_node): Move setting info-action after the switch, since the old action is needed in some cases. In cases of proxy type mismatch, disconnect the old proxy from the old action. * gtk/gtkaction.c (remove_proxy): Renamed from gtk_action_remove_proxy(). Move unsetting of the accelerator here from disconnect_proxy() in order to catch all cases of removing a proxy. (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail() to fail if proxy isn't a proxy of action.
-
Pablo Saratxaga authored
-
Matthias Clasen authored
2003-09-07 Matthias Clasen <maclas@gmx.de> * gtk/gtkaction.c (disconnect_proxy): Make disconnect work for toolitems.
-
Matthias Clasen authored
2003-09-06 Matthias Clasen <maclas@gmx.de> * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from prev_action, not from action. (Fix by David Hampton)
-
Mugurel Tudor authored
-
Federico Mena Quintero authored
2003-09-05 Federico Mena Quintero <federico@ximian.com> * gtkfilechooserimpldefault.c (create_filter): New function. (create_directory_tree): New function. (create_file_list): New function. (create_filename_entry): New function. (gtk_file_chooser_impl_default_constructor): Use the functions above rather than creating the whole file chooser megawidget here, for readability. This will also let us rearrange the user interface more easily.
-
- 05 Sep, 2003 1 commit
-
-
Owen Taylor authored
Fri Sep 5 14:15:10 2003 Owen Taylor <otaylor@redhat.com> * Back out locale-dependent interpretation of KP_Decimal, the official XFree86 interpretation is that KP_Decimal => . KP_Separator => , always, independent of locale. (#105161, Frederic Crozat, http://bugs.xfree86.org/show_bug.cgi?id=534)
-
- 04 Sep, 2003 7 commits
-
-
Matthias Clasen authored
2003-09-04 Matthias Clasen <maclas@gmx.de> * tests/testmerge.c: Test buttons and toggle buttons as proxies. * gtk/gtktoggleaction.c (connect_proxy): (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note that a "draw_as_radio" property is needed for check buttons similar to check menu items, in order to fully support button proxies for radio actions. * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
-
Matthias Clasen authored
2003-09-04 Matthias Clasen <maclas@gmx.de> * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the 'type' argument of gtk_ui_manager_add_ui(). * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments to make this function as powerful as the XML methods of adding UI. (#120647) * gtk/gtk-sections.txt: Add GtkUIManagerItemType.
-
Kristian Rietveld authored
Thu Sep 4 19:11:23 2003 Kristian Rietveld <kris@gtk.org> Merge from stable. * docs/RELEASE-HOWTO: updates.
-
Matthias Clasen authored
* tests/merge-2.ui: Use "position" instead of "pos". * gtk/gtkuimanager.c (start_element_handler): No need to be terse: Change the name of the "pos" attribute to "position". * gtk/tmpl/gtkuimanager.sgml: Change the name of the "pos" attribute to "position".
-
Matthias Clasen authored
-
Matthias Clasen authored
* gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and GtkUIManagerNode to shorten the names and to make the GTK_UI_MANAGER_<TYPE> names available for a public enum.
-
Matthias Clasen authored
2003-09-04 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c: Various doc tweaks. * gtk/gtkuimanager.c (start_element_handler): (end_element_handler): Improve error reporting.
-
- 03 Sep, 2003 10 commits
-
-
Kristian Rietveld authored
Wed Sep 3 23:18:17 2003 Kristian Rietveld <kris@gtk.org> Merge from stable. * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case, use end_position - page_size instead of G_MAXINT, since gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237, reported by Havoc Pennington).
-
Owen Taylor authored
Wed Sep 3 16:38:59 2003 Owen Taylor <otaylor@redhat.com> * glib-interface-propreties-0.5.patch: Remove excess check that was breaking with current GObject. * gtkfilechooser.c (gtk_file_chooser_class_init): use the new ability to have a class_init function for interfaces to avoid the ugly static gboolean initialized hack.
-
Kristian Rietveld authored
Wed Sep 3 21:58:03 2003 Kristian Rietveld <kris@gtk.org> Merge from stable. * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL, unref it. (Fixes memleak, patch from Kjartan Maraas).
-
Kristian Rietveld authored
-
Kristian Rietveld authored
Wed Sep 3 21:38:26 2003 Kristian Rietveld <kris@gtk.org> * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c, gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c, gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c, gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c, gtk/gtktypeutils.h: big patch from Kjartan Maraas to fix numerous typos.
-
Owen Taylor authored
Wed Sep 3 15:32:26 2003 Owen Taylor <otaylor@redhat.com> * glib-interface-propreties-{0.4,0.5}.patch: Update. * gtkfilechooserutils.c prop-editor.c: Update for newer interface-properties API.
-
cinamod authored
-
BST 2003 Tony Gale authored
Wed Sep 3 17:50:00 BST 2003 Tony Gale <gale@gtk.org> Forgot to update the FAQ date from previous commit
-
BST 2003 Tony Gale authored
Wed Sep 3 17:38:01 BST 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
-
Federico Mena Quintero authored
2003-09-03 Federico Mena Quintero <federico@ximian.com> * TODO: Removed the "extra widget" bit, implemented with the following: * gtkfilechooser.h: Added gtk_file_chooser_{set,get}_extra_widget(). * gtkfilechooser.c (gtk_file_chooser_base_init): Install an "extra-widget" interface property. (gtk_file_chooser_set_extra_widget): Implemented. (gtk_file_chooser_get_extra_widget): Implemented. * gtkfilechooserutils.h (GtkFileChooserProp): Added GTK_FILE_CHOOSER_PROP_EXTRA_WIDGET. * gtkfilechooserutils.c (_gtk_file_chooser_install_properties): Added the "extra-widget" property. * gtkfilechooserimpldefault.c (struct _GtkFileChooserImplDefault): Added an extra_widget field. (gtk_file_chooser_impl_default_set_property): Handle the "extra-widget" property. (gtk_file_chooser_impl_default_get_property): Likewise. (set_preview_widget): Fix the call gtk_container_remove(). Also, we don't need to ref/sink/unref the preview widget, as that gets already done by container_add/remove. (set_extra_widget): New utility function. * testfilechooser.c (main): Add an extra widget.
-
- 02 Sep, 2003 5 commits
-
-
Tor Lillqvist authored
2003-09-02 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call CloseHandle() on the HMODULE returned from GetModuleHandle(). Didn't cause any harm, but didn't do anything useful either. When running a GTK+ program under MS's debugger, the CloseHandle() call would cause a "first-chance exception" in ntdll.dll to show up. (The exception is caught appropriately if you let it proceed, but it confuses the person using the debugger). Thanks to Bruce Hochstetler for noticing.
-
cinamod authored
-
Federico Mena Quintero authored
2003-09-02 Federico Mena Quintero <federico@ximian.com> * gtkfilesystem.h: s/nonexistant/nonexistent * gtkfilesystem.c: Likewise. * gtkfilesystemgnomevfs.c: Likewise. * gtkfilesystemunix.c: Likewise. 2003-08-27 Federico Mena Quintero <federico@ximian.com> * README: The required GtkTreeView patches are already on CVS. Removed the part that mentions them.
-
cinamod authored
-
Kristian Rietveld authored
Tue Sep 2 21:01:19 2003 Kristian Rietveld <kris@gtk.org> Merge from stable. * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change to only select when button 1 is pressed introduced in the fix of bug #120187.
-
- 01 Sep, 2003 6 commits
-
-
Matthias Clasen authored
* gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
-
Matthias Clasen authored
-
Matthias Clasen authored
2003-09-02 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c: Shorten the names of some static functions. Support adding and removing merge nodes dynamically (#120647, Anders Carlsson): * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id and made it public. (gtk_ui_manager_add_ui): New function to add UI elements without juggling XML fragments, currently restricted to menuitems, toolitems and separators. Actions still come from registered action groups.
-
Soeren Sandmann authored
Mon Sep 1 19:39:14 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the background pixmap was being offset twice, once by the ts_origin in gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
-
KAMAGASAKO Masatoshi authored
2003-09-02 KAMAGASAKO Masatoshi <emerald@gnome.gr.jp> * ja.po: merged Japanese translation by Takeshi AIHANA <aihana@gnome.gr.jp>.
-
Matthias Clasen authored
* gtk/tmpl/gtkuimanager.sgml: Add an example UI description.
-
- 31 Aug, 2003 2 commits
-
-
Matthias Clasen authored
2003-09-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make this public again, since it's occasionally useful. (#121128, Marco Pesenti Gritti) * gtk/gtkaction.c: Add an "is_important" property and propagate it to toolitem proxies. (#121058, Marco Pesenti Gritti)
-
Soeren Sandmann authored
Mon Sep 1 00:32:30 2003 Soeren Sandmann <sandmann@daimi.au.dk> * tests/testtoolbar.c (main): connect to "delete_event" so the application will actually quit when you close the window
-