- 03 Sep, 2003 4 commits
-
-
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 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
-