summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Return the index of the newly inserted page. (#130986, Olexiy Avramchenko)Matthias Clasen2004-01-157-39/+114
| | | | | | | | | | | | | Fri Jan 16 00:04:43 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtknotebook.h: * gtk/gtknotebook.c (gtk_notebook_append_page): * gtk/gtknotebook.c (gtk_notebook_append_page_menu): * gtk/gtknotebook.c (gtk_notebook_prepend_page): * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): * gtk/gtknotebook.c (gtk_notebook_insert_page): * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the index of the newly inserted page. (#130986, Olexiy Avramchenko)
* Move the old chapters about 1.2 and 2.0 changes to Federicos newMatthias Clasen2004-01-152-4/+7
| | | | | | | Thu Jan 15 23:54:46 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk-docs.sgml: Move the old chapters about 1.2 and 2.0 changes to Federicos new 'migrating' part.
* Inserting a 'newly-allocated' to hint that the list should be freed afterMatthias Clasen2004-01-156-1/+32
| | | | | | | | Thu Jan 15 23:17:14 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting a 'newly-allocated' to hint that the list should be freed after use.
* Translation updated by Tino Meinen.Vincent van Adrighem2004-01-152-10/+11
| | | | | | 2004-01-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Update Czech translationMiloslav Trmac2004-01-152-7/+18
|
* move grab_focus to after handling the button presses in the TreeView toJonathan Blandford2004-01-156-11/+50
| | | | | | | | Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus to after handling the button presses in the TreeView to avoid getting multiple selection_changes()
* Updated Serbian translation.Danilo Šegan2004-01-143-12/+28
|
* /tmp/cvs2BtS1VChristian Neumair2004-01-142-258/+375
|
* Update Irish translationsAlastair McKinstry2004-01-142-699/+818
|
* Documentation fix. (#131335, Theppitak Karoonboonyanan)Matthias Clasen2004-01-146-3/+28
| | | | | | | Wed Jan 14 21:16:20 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkimcontext.c: Documentation fix. (#131335, Theppitak Karoonboonyanan)
* Don't leak name and stock_id. (#131358, Morten Welinder)Matthias Clasen2004-01-146-4/+31
| | | | | | | Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): Don't leak name and stock_id. (#131358, Morten Welinder)
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-142-391/+444
| | | | | | 2004-01-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updates to Section 5GMT 2004 Tony Gale2004-01-146-25/+50
| | | | | | Wed Jan 14 13:07:30 GMT 2004 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Updates to Section 5
* Add a writable group property to align with the GtkRadioButton API.Matthias Clasen2004-01-146-1/+56
| | | | | | | Wed Jan 14 02:34:57 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkradioaction.c: Add a writable group property to align with the GtkRadioButton API. (#129166, Olivier Andrieu)
* Updated Norwegian translation.Kjartan Maraas2004-01-132-78/+82
| | | | | | 2004-01-13 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Translation updated by Kees van den Broek.Vincent van Adrighem2004-01-132-66/+93
| | | | | | 2004-01-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Kees van den Broek.
* Update info on using autoconfGMT 2004 Tony Gale2004-01-136-9/+29
| | | | | | Tue Jan 13 14:48:27 GMT 2004 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Update info on using autoconf
* Update Czech translationMiloslav Trmac2004-01-132-55/+76
|
* Updated Serbian translation.Danilo Šegan2004-01-133-68/+108
|
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-1212-128/+1073
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Jan 12 23:40:34 2004 Matthias Clasen <maclas@gmx.de> * tests/testmerge.c: Adjust to the new connect_proxy signals. * gtk/gtkuimanager.c * gtk/gtkactiongroup.c * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This removes the confusion between the disconnect_/connect_proxy signals and the (unrelated) virtual functions of the same name and aligns the setup with the pre_/post_activate signals. 2004-01-12 Jody Goldberg <jody@gnome.org> * gtk/gtkaction.c (connect_proxy) : only connect activate for menus with no submenus otherwise it looks like we activate every time a submenu opens. 2004-01-10 Jody Goldberg <jody@gnome.org> * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew. s/merge_signals/ui_manager_signals/ for readability. (gtk_ui_manager_class_init) : add pre_activate and post_activate signals. (cb_proxy_pre_activate) : new. (cb_proxy_post_activate) : new. (gtk_ui_manager_insert_action_group) : connect the proxies for GtkActionGroup::pre/post_activate (gtk_ui_manager_remove_action_group) : disconnect them. * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add 'sensitive', and 'visible' properties. Also add pre_activate and post_activate signals to help deal with activations at a higher level (eg GtkUIManager) (gtk_action_group_init) : init sensitive and visible (gtk_action_group_set_property) : add sensitive and visible (gtk_action_group_get_property) : add sensitive and visible (gtk_action_group_get_sensitive) : new. (gtk_action_group_get_visible) : new. (cb_set_action_sensitivity) : new with minor optimization that only signals sensitivity changes if the action could possibly change. (cb_set_action_visiblility) : ditto. (gtk_action_group_set_sensitive) : new. walk the actions directly rather than using notify::sensitive because that is simpler, easier to read, and more efficient. (gtk_action_group_set_visible) : ditto. (gtk_action_group_add_action) : Each action can only be in 1 group, set GtkAction::action_group. (gtk_action_group_remove_action) : clear it. (gtk_action_group_add_toggle_actions_full) : warning suppression. (gtk_action_group_add_radio_actions_full) : warning suppression. (_gtk_action_group_emit_pre_activate) : new protected routine for use by GtkAction. (_gtk_action_group_emit_post_activate) : ditto. * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property. (gtk_action_init) : initialize it. (gtk_action_get_property) : get. (gtk_action_set_property) : set it via (gtk_action_set_action_group) : new function. (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity with the logical sensitivity (action & group) rather than the simple action::sensitivity. (gtk_action_sync_visible) : use gtk_action_is_visible to handle logical visibility (action & group) rather than the simple action::visible. Use widget show/hide directly. (connect_proxy) : handle the custom sensitivity handler. Make the TOOL_BUTTON signals more general and support TOOL_ITEM directly, with special cases for TOOL_BUTTON. Still not especially good it might be useful to handle label/use_underline by parmspec lookup. Those are likely to be implemented by custom types, and are assumed to exist in GtkToolItem. (disconnect_proxy) : disconnect the new sensitivity handler. (_gtk_action_emit_activate) : add pre/post signals. (gtk_action_activate) : use logical sensitivity. (gtk_action_is_sensitive) : logical sensitivity. (gtk_action_get_sensitive) : actual sensitivity. (closure_accel_activate) : use logical sensitivity.
* Remove accidentially committed debug spew.Matthias Clasen2004-01-116-17/+22
| | | | | | Mon Jan 12 00:10:20 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
* Updated Portuguese translation.Duarte Loreto2004-01-112-196/+298
| | | | | | 2004-01-11 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Remove accidentally committed notification stuff.Matthias Clasen2004-01-116-101/+64
| | | | | | | | | | Sun Jan 11 01:55:07 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. (gtk_accel_map_lock_path): (gtk_accel_map_unlock_path): Path locking can now be nested, a missing entry is silently created during lock_path(), and treated as an error during unlock_path(). These changes have been requested by Tim Janik.
* Updated Norwegian translation.Kjartan Maraas2004-01-102-557/+698
| | | | | | | | 2004-01-10 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. 2004-01-10 Danilo Šegan <dsegan@gmx.net>
* Updated Serbian translation.Danilo Šegan2004-01-093-286/+360
|
* 2004.01.09 Arafat Medini <lumina@silverpen.de>Arafat Medini2004-01-092-1225/+1009
| | | | | | 2004.01.09 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation
* Introduce a new parser state for accelerator elements to avoid misparsingMatthias Clasen2004-01-096-8/+64
| | | | | | | | Fri Jan 9 22:23:45 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c: Introduce a new parser state for accelerator elements to avoid misparsing files containing such elements. (#131035, Morten Welinder)
* Translation updated by Tino Meinen.Vincent van Adrighem2004-01-092-57/+94
| | | | | | 2004-01-09 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* #include <unistd.h> for unlink()Manish Singh2004-01-096-1/+26
| | | | | | Fri Jan 9 11:58:47 2004 Manish Singh <yosh@gimp.org> * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
* Update Czech translationMiloslav Trmac2004-01-092-125/+151
|
* update GtkEntry filter code exampleGMT 2004 Tony Gale2004-01-096-15/+36
| | | | | | Fri Jan 9 15:28:21 GMT 2004 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
* Updated Mongolian translation.Sanlig Badral2004-01-092-952/+1008
|
* New function to obtain a list of toplevel widgets constructed by the uiMatthias Clasen2004-01-0810-11/+168
| | | | | | | | | | | | | | Fri Jan 9 00:34:57 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.h: * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to obtain a list of toplevel widgets constructed by the ui manager. * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that the values can be combined for gtk_ui_manager_get_toplevels(). * tests/testmerge.c: Add a "Dump toplevels" button to test gtk_ui_manager_get_toplevels().
* Don't use bitwise operators on booleans. (#130923, reported by TelsaMatthias Clasen2004-01-082-1/+6
| | | | | | | Thu Jan 8 22:01:14 2004 Matthias Clasen <maclas@gmx.de> * queryloaders.c (loader_sanity_check): Don't use bitwise operators on booleans. (#130923, reported by Telsa Gwynne, fix by Dave Jones)
* Updated Korean translation.Changwoo Ryu2004-01-082-1043/+1033
| | | | * ko.po: Updated Korean translation.
* Fix a couple of small mistakes in previous commit.Dafydd Harries2004-01-082-3/+7
|
* Welsh translation update by Rhys Jones <rhys@sucs.org> and myself.Dafydd Harries2004-01-082-596/+755
|
* Fix link in deprecation note.Matthias Clasen2004-01-072-1/+6
| | | | | | | Thu Jan 8 00:14:02 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkmain.sgml (gtk_input_add_full): Fix link in deprecation note.
* Add entry_completion.cMatthias Clasen2004-01-077-0/+133
| | | | | | | | | Wed Jan 7 23:20:06 2004 Matthias Clasen <maclas@gmx.de> * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion by Anders Carlsson (#130464).
* Change the return value from gint to gboolean. (#130718, reported byMatthias Clasen2004-01-077-2/+32
| | | | | | | | Wed Jan 7 23:07:28 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkmain.h: * gtk/gtkmain.c (gtk_events_pending): Change the return value from gint to gboolean. (#130718, reported by Johannes Weißl)
* Remove the redundant name and stock_id parameters, adjust all callers.Matthias Clasen2004-01-077-24/+48
| | | | | | | | Wed Jan 7 23:03:32 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.h: * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): Remove the redundant name and stock_id parameters, adjust all callers.
* Add creation functions for actions.Matthias Clasen2004-01-0714-50/+246
| | | | | | | | | | | | | | | | | Wed Jan 7 22:20:20 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkaction.h: * gtk/gtkaction.c (gtk_action_new): * gtk/gtktoggleaction.h: * gtk/gtktoggleaction.c (gtk_toggle_action_new): * gtk/gtkradioaction.h: * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation functions for actions. * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): (gtk_action_group_add_toggle_actions_full): (gtk_action_group_add_radio_actions_full): and use the new functions here. (#125322, Patch by Jeff Frank)
* Translation updated by Tino Meinen.Vincent van Adrighem2004-01-072-174/+245
| | | | | | 2004-01-07 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Fix a bug reference.Matthias Clasen2004-01-075-5/+5
|
* Fix grammar of docs.Matthias Clasen2004-01-076-4/+121
| | | | | | | Wed Jan 7 21:42:49 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of docs.
* add REMOVABLE column to the shortcuts_model.Jan Arne Petersen2004-01-076-57/+103
| | | | | | | | | | | | | | | 2004-01-07 Jan Arne Petersen <jpetersen@uni-bonn.de> * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path), (shortcuts_append_home), (shortcuts_append_desktop), (shortcuts_append_paths), (shortcuts_add_volumes), (shortcuts_append_bookmarks), (create_shortcuts_model), (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column to the shortcuts_model. (remove_bookmark_button_clicked_cb), (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if bookmarks can be removed. Fixes #129873
* Markup fixes - FedericoFederico Mena Quintero2004-01-071-8/+10
|
* Escape an ampersand in the documentation comment, and hack around an emptyFederico Mena Quintero2004-01-072-2/+6
| | | | | | | | 2004-01-06 Federico Mena Quintero <federico@ximian.com> * gdk-pixbuf-io.c (gdk_pixbuf_save): Escape an ampersand in the documentation comment, and hack around an empty line in the code example so that gtk-doc won't put a <para> due to it.
* Link to the documentation section on image data.Federico Mena Quintero2004-01-072-1/+8
| | | | | | | 2004-01-06 Federico Mena Quintero <federico@ximian.com> * gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation section on image data.
* Added a section on how to compute pixel offsets forFederico Mena Quintero2004-01-072-0/+126
| | | | | | | 2004-01-06 Federico Mena Quintero <federico@ximian.com> * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Added a section on how to compute pixel offsets for gdk_pixbuf_get_pixels().