- 02 Sep, 2003 3 commits
-
-
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 6 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
-
Matthias Clasen authored
2003-09-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) (gtk_ui_manager_get_action): g_return_if_fail() if path is NULL. (gtk_ui_manager_get_node): Avoid a segfault if path is empty. (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, Marco Pesenti Gritti)
-
Matthias Clasen authored
* gtk/gtktoolitem.c: Fix some typos in docs.
-
Matthias Clasen authored
2003-08-31 Matthias Clasen <maclas@gmx.de> * gtk/Makefile.am (IGNORE_HFILES): Add gtktoggleactionprivate.h * gtk/tmpl/gtkuimanager.sgml: * gtk/gtk-sections.txt: Replace gtk_ui_manager_activate by gtk_ui_manager_get_action. * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function, replaces gtk_ui_manager_activate(). (#120658) * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of gtk_ui_manager_activate().
-
Matthias Clasen authored
2003-08-31 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkuimanager.sgml: * gtk/tmpl/gtkactiongroup.sgml: * gtk/tmpl/gtkaction.sgml: * gtk/tmpl/gtktoggleaction.sgml: * gtk/tmpl/gtkradioaction.sgml: Additions. * gtk/gtk-sections.txt: Updates. * gtk/gtk.types: Add GtkAction, GtkActionGroup, GtkToggleAction, GtkRadioAction and GtkUIManager. * gtk/gtkaction.c: * gtk/gtkactiongroup.c: Some doc tweaks. * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It wasn't emitted anyway. Some doc tweaks.
-
- 30 Aug, 2003 2 commits
-
-
Matthias Clasen authored
2003-08-31 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.c: Add some docs. * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It wasn't emitted anyway.
-
Matthias Clasen authored
2003-08-30 Matthias Clasen <maclas@gmx.de> * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar, rather than to "remove" on handlebox. * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to activate an action found by following a path. (#120658) * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
-
- 29 Aug, 2003 17 commits
-
-
Matthias Clasen authored
2003-08-30 Matthias Clasen <maclas@gmx.de> * tests/testmerge.c (add_widget): Put toolbars in handleboxes. * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with setter and getter. If it is set, add tearoff menu items to regular menus, but not to popups. Add a signal "changed", which gets emitted when the merged ui has changed. * tests/testmerge.c: Add button to test the generation of tearoff menu items.
-
Matthias Clasen authored
* tests/testmerge.c (add_widget): Put toolbars in handleboxes.
-
cinamod authored
-
Matthias Clasen authored
2003-08-30 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with setter and getter. If it is set, add tearoff menu items to regular menus, but not to popups. * tests/testmerge.c: Add button to test the generation of tearoff menu items.
-
cinamod authored
-
cinamod authored
-
Matthias Clasen authored
2003-08-29 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): Actually group the actions together rather than putting each in its own group.
-
Matthias Clasen authored
2003-08-29 Matthias Clasen <maclas@gmx.de> * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on proxy menu items for radio actions.
-
Matthias Clasen authored
* gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
-
Søren Sandmann Pedersen authored
-
Soeren Sandmann authored
Fri Aug 29 21:40:01 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): Fix use of uninitialized variable. * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems): add const cast to get rid of warning
-
Matthias Clasen authored
2003-08-29 Matthias Clasen <maclas@gmx.de> * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_get_property): (gtk_check_menu_item_set_property): Also support "draw_as_radio".
-
Matthias Clasen authored
2003-08-29 Matthias Clasen <maclas@gmx.de> * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio" as a separate property, not as an alias of "inconsistent".
-
Soeren Sandmann authored
Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they are narrower than 13 time the estimated character width of the font. (#107781, David Bordoley) * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check here if the GtkToggleButton is active. This may be the case if it is a radio button. * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc vs. void (*) (GtkWidget, gpointer). (#107495, Mariano Suarez-Alvarez). * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio" property. (#111207, David Bordoley). * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_create_menu_proxy): use new "draw_as_radio" property on the menu item when the item is a radio tool button * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes to only pay attention to the "use_underline" property when the button label comes from the "label" property.
-
Laurent Dhima authored
* configure.in: Added "sq" to ALL_LINGUAS
-
Laurent Dhima authored
* sq.po: Added Albanian translation by Besnik Bleta <besnikbleta@hotmail.com>
-
Laurent Dhima authored
* sq.po: Added Albanian file
-
- 28 Aug, 2003 1 commit
-
-
cinamod authored
-
- 27 Aug, 2003 3 commits
-
-
Matthias Clasen authored
2003-08-28 Matthias Clasen <maclas@gmx.de> * gdk/tmpl/events.sgml: Improve PointerHint docs. * gdk/tmpl/event_structs.sgml: Explain is_hint field in GdkEventMotion. (#120542) * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup fix in the docs.
-
Matthias Clasen authored
2003-08-28 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c: Change the XML format: <Root> element is replaced by <ui>, <menu> element is replaced by <menubar>, <submenu> element is replaced by <menu>, <dockitem> element is replaced by <toolbar>, <popups> element is gone, verb attribute is replaced by action, name defaults to action or the element name. * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified by removing the user_data, entry_type and extra_data fields, GtkRadioActionEntry is further simplified by removing the callback. The user_data can now be specified as an argument to gtk_action_group_add_actions(). There is a new method gtk_action_group_add_radio_actions(), which is similar to gtk_action_group_add_actions(), but takes GtkRadioActionEntrys and a callback parameter in addition to the user_data. The callback is connected to the ::changed signal of the first group member. There are _full() variants taking a GDestroyNotify of gtk_action_group_add_[radio_]actions(). * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted on every member of the radio group when the active member is changed. Add an integer property "value", and a getter for the value of "value" on the currently active group member. * tests/testactions.c: * tests/testmerge.c: * tests/merge-[123].ui: * demos/gtk-demo/appwindow.c: Adjust to these changes. * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
-
Anders Carlsson authored
2003-08-27 Anders Carlsson <andersca@gnome.org> * demos/gtk-demo/appwindow.c (do_appwindow): Focus the text view, so the tool bar won't have focus.
-
- 26 Aug, 2003 2 commits
-
-
cinamod authored
-
Raymond Penners authored
-