summaryrefslogtreecommitdiff
path: root/docs/reference/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 2.6.3GTK_2_6_3Matthias Clasen2005-02-28170-24/+534
|
* Fix typos in see also lists. (# 168698, Torsten Schoenfeld)Matthias Clasen2005-02-283-3/+3
| | | | | | | | | 2005-02-27 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtktreeselection.sgml: * gtk/tmpl/gtktreeview.sgml: * gtk/tmpl/gtktreeviewcolumn.sgml: Fix typos in see also lists. (# 168698, Torsten Schoenfeld)
* Fix stack vs heap confusion. (#168690, Torsten Schoenfeld)Matthias Clasen2005-02-281-1/+1
| | | | | | | 2005-02-27 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Fix stack vs heap confusion. (#168690, Torsten Schoenfeld)
* Fix freedesktop.org links in the docs.Matthias Clasen2005-02-211-1/+1
| | | | | | | 2005-02-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c: * gtk/gtkclipboard.c: Fix freedesktop.org links in the docs.
* *** empty log message ***Matthias Clasen2005-02-161-2/+2
|
* 2.6.2GTK_2_6_2Matthias Clasen2005-02-042-27/+24
|
* Add a --quiet option.Matthias Clasen2005-02-012-8/+28
| | | | | | 2005-02-01 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c (main): Add a --quiet option.
* Add note on limited availability.Matthias Clasen2005-01-252-0/+13
| | | | | | | | 2005-01-25 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtksocket.sgml: * gtk/tmpl/gtkplug.sgml: Add note on limited availability.
* Some updates.Matthias Clasen2005-01-161-21/+22
|
* Use default title if NULL is passed.James M. Cape2005-01-061-1/+2
| | | | | | | | | | | 2005-01-06 James M. Cape <jcape@ignore-your.tv> * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new) (gtk_file_chooser_button_new_with_backend): Use default title if NULL is passed. * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Make examples match API.
* only reorder on button 1, part of #141937Jonathan Blandford2005-01-041-2/+2
| | | | | | | Tue Jan 4 16:52:14 2005 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): only reorder on button 1, part of #141937
* Typo fix. (#162219, Masao Mutoh)Matthias Clasen2004-12-261-1/+1
| | | | | | | 2004-12-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): Typo fix. (#162219, Masao Mutoh)
* Don't translate NULL messages. (#161789, Morten Welinder)Matthias Clasen2004-12-201-4/+7
| | | | | | | 2004-12-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkactiongroup.c (gtk_action_group_translate_string): Don't translate NULL messages. (#161789, Morten Welinder)
* spell missing stock icons correctly.Jonathan Blandford2004-12-172-1/+9
| | | | | | | Fri Dec 17 13:51:17 2004 Jonathan Blandford <jrb@redhat.com> * gtk/Makefile.am (HTML_IMAGES): spell missing stock icons correctly.
* Improve wording. (#161484, Christian Biere)Matthias Clasen2004-12-171-2/+2
| | | | | | | 2004-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkfeatures.sgml: Improve wording. (#161484, Christian Biere)
* Add some missing stock icons..Matthias Clasen2004-12-172-2/+3
| | | | | | | 2004-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am (HTML_IMAGES): Add some missing stock icons..
* 2.6.0Matthias Clasen2004-12-168-0/+226
|
* Remove a dangling link.Matthias Clasen2004-12-151-2/+1
| | | | * gtk/glossary.xml: Remove a dangling link.
* Add/improve long descriptions.Matthias Clasen2004-12-155-36/+25
| | | | | | | | | | | 2004-12-15 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkcelleditable.sgml: * gtk/tmpl/gtkcellview.sgml: * gtk/tmpl/gtktreeviewcolumn.sgml: * gtk/tmpl/gtktreeview.sgml: * gtk/tmpl/gtktreesortable.sgml: Add/improve long descriptions.
* Use a GtkComboBox in SELECT_FOLDER mode (#157726).James M. Cape2004-12-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-15 James M. Cape <jcape@ignore-your.tv> * gtk/gtkfilechooserbutton.c (struct _GtkFileChooserButtonPrivate) (gtk_file_chooser_button_init) (gtk_file_chooser_button_file_chooser_iface_init) (gtk_file_chooser_button_add_shortcut_folder) (gtk_file_chooser_button_remove_shortcut_folder) (gtk_file_chooser_button_constructor) (gtk_file_chooser_button_set_property) (gtk_file_chooser_button_destroy) (gtk_file_chooser_button_finalize) (get_icon_theme) (get_display_name_for_path) (model_get_type_position) (model_free_row_data) (model_add_special) (model_add_other) (model_add_volumes) (model_add_bookmarks) (model_update_current_folder) (model_remove_rows) (filter_model_visible_func) (combo_box_row_separator_func) (name_cell_data_func) (update_combo_box) (fs_volumes_changed_cb) (fs_bookmarks_changed_cb) (combo_box_changed_cb) (change_icon_size): Use a GtkComboBox in SELECT_FOLDER mode (#157726). * gtk/gtkfilechooserbutton.c: * gtk/gtkfilechooserbutton.h (gtk_file_chooser_button_new) (gtk_file_chooser_button_new_with_backend): Add @action to constructors to match other GtkFileChooser impls. API CHANGE. * docs/tools/widgets.c (create_file_button): * tests/testfilechooserbutton.c (main): Update callers. * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Reflect API change. * tests/testfilechooserbutton.c: Add LGPL license. (main): Added GOption parser for --backend and --right-to-left cmd line args. (add_pwds_parent_as_shortcut_clicked_cb) (del_pwds_parent_as_shortcut_clicked_cb) (tests_button_clicked_cb): Add shortcut_folders test. (chooser_current_folder_changed_cb) (chooser_selection_changed_cb) (chooser_file_activated_cb) (chooser_update_preview_cb): Print URIS, not filenames.
* Add new symbols.Matthias Clasen2004-12-141-0/+12
| | | | | | | | | | | 2004-12-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: Add new symbols. * gtk/gtkiconview.[hc]: Make the icon view lay out its items in a grid, allocating multiple grid cells to oversized items. Also convert hardwired spacing constants into properties. (#152483)
* Add a max-width-chars property, which can be used to specify the width ofMatthias Clasen2004-12-131-0/+2
| | | | | | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.[hc]: Add a max-width-chars property, which can be used to specify the width of the label in characters, while still allowing it to fall short of this length if the text is shorter. (#155944, Christian Persch) * gtk/gtk.symbols: Add new symbols.
* Fix #145463, reported by Michael Natterer.Matthias Clasen2004-12-091-0/+1
| | | | | | | | | | | | | | | | | | | 2004-12-09 Matthias Clasen <mclasen@redhat.com> Fix #145463, reported by Michael Natterer. * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add an editing flag to keep track of when editing is done. * gtk/gtkcellrenderer.h: * gtk/gtkcellrenderer.c (gtk_cell_renderer_stop_editing): New function to replace gtk_cell_renderer_editing_canceled(). Deprecate gtk_cell_renderer_editing_canceled(). * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done): * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_editing_done): * gtk/gtktreeview.c (gtk_tree_view_stop_editing): Use gtk_cell_renderer_stop_editing().
* Add functions which allow faster insertion of rows in sorted list stores.Matthias Clasen2004-12-091-0/+2
| | | | | | | | | 2004-12-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.h: * gtk/gtkliststore.c (gtk_list_store_insert_with_values): (gtk_list_store_insert_with_valuesv): Add functions which allow faster insertion of rows in sorted list stores. (#160063)
* Fix #111031, reported by Padraig O'Briain:Matthias Clasen2004-12-081-0/+1
| | | | | | | | | | | | | | | | | | 2004-12-08 Matthias Clasen <mclasen@redhat.com> Fix #111031, reported by Padraig O'Briain: * gtk/gtktextlayout.h: * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_position): Add a variant of gtk_text_layout_get_iter_at_pixel() which returns the character at the position, not the closest cursor position. * gtk/gtktextview.h: * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): Add a variant of gtk_text_view_get_iter_at_location() which returns the character at the position, not the closest cursor position.
* Add complex dialogs to gallery.Matthias Clasen2004-12-075-3/+15
|
* Add long descriptions.Matthias Clasen2004-12-022-2/+42
|
* removed "GtkFileChooserButton:active" property and getter/setter.James M. Cape2004-11-302-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-30 James M. Cape <jcape@ignore-your.tv> * gtk/gtkfilechooserbutton.h (gtk_file_chooser_button_get_active) (gtk_file_chooser_button_set_active): * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init) (gtk_file_chooser_button_get_active) (gtk_file_chooser_button_set_active): * docs/reference/gtk/gtk-sections.txt: * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: * gtk/gtk.symbols: removed "GtkFileChooserButton:active" property and getter/setter. * gtk/gtkfilechooserbutton.c (struct _GtkFileChooserButtonPrivate) (button_toggled_cb) (dialog_response_cb) (button_notify_active_cb) (gtk_file_chooser_button_init) (button_clicked_cb) (gtk_file_chooser_button_show): Use a GtkButton instead of a GtkToggleButton. (struct _GtkFileChooserButtonPrivate) (gtk_file_chooser_button_destroy) (gtk_file_chooser_button_style_set) (gtk_file_chooser_button_screen_changed): Don't bother with the (remove_settings_signal) (settings_notify_cb) (check_icon_theme): Don't use GtkSettings at all, just call change_icon_theme() directly. (struct _GtkFileChooserButtonPrivate) (gtk_file_chooser_button_init) (gtk_file_chooser_button_drag_data_received) (gtk_file_chooser_button_mnemonic_activate) (gtk_file_chooser_button_set_width_chars) (gtk_file_chooser_button_get_width_chars) (entry_changed_cb) (update_idler) (update_entry) (update_dialog) (dialog_selection_changed_cb) (dialog_response_cb) (entry_size_allocate_cb): Remove all references to the now-defunct entry, store the old path (to support "Cancel") in an instance member. (update_label_and_image) (update_label) (update_image) (gtk_file_chooser_button_init) (dialog_response_cb) (dialog_selection_changed_cb): Merge label/image updates, only display the filename (not the whole path, fixes #157725). (struct _GtkFileChooserButtonPrivate) (dialog_selection_changed_cb) (dialog_selection_changed_proxy_cb): Merge "selection-changed" handlers, block while dialog is visible (fixes #158482). * tests/testfilechooserbutton.c (delete_event_cb) (properties_button_clicked_cb) (print_selected_path_clicked_cb) (tests_button_clicked_cb) (main): Add per-chooser "tests" window, don't delete on WM close, update properties_button_clicked_cb() "delete-event" callback.
* Don't call gtk_cell_view_set_cell_data() from here.Matthias Clasen2004-11-291-1/+0
| | | | | | | | | | | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (cell_view_is_sensitive): Don't call gtk_cell_view_set_cell_data() from here. * gtk/gtk.symbols: Remove gtk_cell_view_set_cell_data() * gtk/gtkcellview.c (gtk_cell_view_get_cell_renderers): Call gtk_cell_view_set_cell_data() from here. (gtk_cell_view_set_cell_data): Make static. * gtk/gtkcombobox.c (gtk_combo_box_menu_popup): Make menu mode work better when resizing the combo box.
* Mention subclassing, aliasing and supertypes.Matthias Clasen2004-11-291-0/+8
| | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkfilefilter.sgml: Mention subclassing, aliasing and supertypes.
* New imageMatthias Clasen2004-11-283-0/+4
| | | | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/images/combo-box.png: New image * gtk/visual_index.xml: * gtk/Makefile.am (HTML_IMAGES): Add combo-box.png
* Update for GdkPangoRendererOwen Taylor2004-11-212-0/+25
| | | | | | | | | | | Sat Nov 20 16:01:51 2004 Owen Taylor <otaylor@redhat.com> * gdk/gdk-sections.txt gdk/gdk.types : Update for GdkPangoRenderer * gdk/Makefile.am gdk/images/rotated-text.png: * gdk/tmpl/pango_interaction.sgml: Add a long description and an extensive example (more or less the same as demos/gtk-demo/rotated_text.c)
* Provide a non-varargs variant of gtk_dialog_set_alternative_button_order()Matthias Clasen2004-11-211-0/+1
| | | | | | | | | | 2004-11-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkdialog.h: * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order_from_array): Provide a non-varargs variant of gtk_dialog_set_alternative_button_order() for language bindings. (#158798, John Finlay)
* Re-add the #includeMatthias Clasen2004-11-191-0/+2
|
* Sort alphabetically, add gtk_clipboard_get_typeMatthias Clasen2004-11-191-16/+14
| | | | | | 2004-11-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.types: Sort alphabetically, add gtk_clipboard_get_type
* Update so that toplevel windows accomodate for the titlebar when sizing.Jonathan Blandford2004-11-1628-0/+0
| | | | | | | | | Tue Nov 16 00:08:07 2004 Jonathan Blandford <jrb@redhat.com> * docs/tools/widgets.c: Update so that toplevel windows accomodate for the titlebar when sizing. Also clean up statusbar * docs/reference/gtk/images/*png: update
* Sort alphabetically.Matthias Clasen2004-11-161-31/+31
| | | | | | 2004-11-15 Matthias Clasen <mclasen@redhat.com> * gtk/visual_index.xml: Sort alphabetically.
* UpdatesMatthias Clasen2004-11-121-17/+36
|
* 2.5.5GTK_2_5_5Matthias Clasen2004-11-1210-0/+129
|
* Add gtk_action_get_accel_path.Matthias Clasen2004-11-091-0/+1
| | | | | | 2004-11-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add gtk_action_get_accel_path.
* Explain how to migrate non-stock icons.Matthias Clasen2004-11-091-6/+69
| | | | | | | 2004-11-09 Matthias Clasen <mclasen@redhat.com> * gtk/migrating-GtkAction.sgml: Explain how to migrate non-stock icons.
* Avoid resizing GtkStatusbar if the text of the label changes (#90955, HeMatthias Clasen2004-11-091-0/+2
| | | | | | | | | | | | | | | 2004-11-09 Matthias Clasen <mclasen@redhat.com> Avoid resizing GtkStatusbar if the text of the label changes (#90955, He Qiangqiang, fix proposed by Owen Taylor, patch by Christian Persch) * gtk/gtklabel.[hc]: Add a boolean single-line-mode property which causes the label height not to depend on the actual text, but only on the font. * gtk/gtkstatusbar.c (gtk_statusbar_init): Turn on single-line-mode for the label.
* New convenience function to add a filter for image files which can beMatthias Clasen2004-11-071-0/+1
| | | | | | | | | | | 2004-11-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilefilter.h: * gtk/gtkfilefilter.c (gtk_file_filter_add_pixbuf_formats): New convenience function to add a filter for image files which can be loaded by GdkPixbuf. (#145388, Anders Carlsson) * tests/testfilechooser.c: Test the image filter.
* Don't support CREATE_FOLDER and SAVE for now. UI authorities object to it.Matthias Clasen2004-11-071-25/+3
| | | | | | | | 2004-11-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property): Don't support CREATE_FOLDER and SAVE for now. UI authorities object to it. (#157384, Seth Nickell)
* Markup fixes.Matthias Clasen2004-11-054-57/+84
| | | | | | | | | 2004-11-04 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkaboutdialog.sgml: * gtk/migrating-GtkColorButton.sgml: * gtk/migrating-GtkIconView.sgml: * gtk/migrating-GtkAboutDialog.sgml: Markup fixes.
* Add some hints about GnomeColorPicker --> GtkColorButton migration.Matthias Clasen2004-11-042-0/+50
| | | | | | | | 2004-11-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-docs.sgml: * gtk/migrating-GtkColorButton.sgml: Add some hints about GnomeColorPicker --> GtkColorButton migration.
* Add new migration chapters.Matthias Clasen2004-11-041-0/+2
| | | | | | 2004-11-04 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am (content_files): Add new migration chapters.
* Markup fix.Matthias Clasen2004-11-041-3/+3
| | | | | | 2004-11-04 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkaboutdialog.sgml: Markup fix.
* UpdateMatthias Clasen2004-11-041-1/+5
|
* Typo fix.Matthias Clasen2004-11-043-1/+96
| | | | | | | | | | | | 2004-11-04 Matthias Clasen <mclasen@redhat.com> * gtk/stock-icons/Makefile.am: Typo fix. * gtk/tmpl/gtkstock.sgml: Fix markup. * gtk/gtk-docs.sgml: * gtk/migrating-GtkAboutDialog.sgml: Add a first version of a GnomeAbout --> GtkAboutDialog migration chapter.