summaryrefslogtreecommitdiff
path: root/docs/reference/gtk
Commit message (Collapse)AuthorAgeFilesLines
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-20113-5584/+5597
| | | | | | | | | | Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === Released 2.5.0 === * NEWS: updates * tests/testcombo.c: Fix compilation
* Updates.Matthias Clasen2004-07-193-2/+182
|
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-18116-5420/+5565
| | | | | | | | | | Sun Jul 18 15:28:24 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an empty target list if targets is NULL. * configure.in: Add check for X11/extensions/sync.h. (#147416, Morten Welinder)
* Updates.Matthias Clasen2004-07-181-0/+2
|
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sat Jul 17 00:48:27 2004 Matthias Clasen <maclas@gmx.de> Support text/plain selection target (#55117, Owen Taylor) * gtk/gtkselection.h: * gtk/gtkdnd.h: * gtk/gtkselection.c (gtk_target_list_add_text_targets): * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): New functions to facilitate handling of text targets. * gtk/gtkentry.c: * gtk/gtktextview.c: Use the new text target handling functions instead of hardwiring the list of supported text targets everywhere. * gtk/gtkselection.c (gtk_selection_data_get_text): (gtk_selection_data_set_text): Support the targets text/plain, text/plain?charset=utf-8 and text/plain?charset=<LOCALE-CHARSET> as outlined in #55117: For text/plain send only ASCII, but accept 8-bit text and treat it as ISO-8859-1 as specified by the Xdnd spec. Always send CRLF terminators. Accept either and convert into the native terminator for the platform.
* Support named themed window icons.Matthias Clasen2004-07-171-0/+4
|
* Add GtkCellRendererComboMatthias Clasen2004-07-162-0/+18
|
* Add gtk_parse_args()Matthias Clasen2004-07-131-0/+1
|
* Updates.Matthias Clasen2004-07-131-7/+20
|
* UpdatesMatthias Clasen2004-07-132-7/+14
|
* Start of the GTK+ glossary.Federico Mena Quintero2004-07-126-13/+323
| | | | | | | | | | 2004-07-12 Federico Mena Quintero <federico@ximian.com> * gtk/glossary.xml: Start of the GTK+ glossary. * gtk/Makefile.am (content_files): Added glossary.xml. * gtk/gtk-docs.sgml: Likewise.
* Docs for GtkAboutDialog.Matthias Clasen2004-07-123-0/+312
|
* Add new stock items.Matthias Clasen2004-07-123-5/+151
| | | | | | | | Mon Jul 12 00:57:32 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkstock.sgml: * gtk/Makefile.am (HTML_IMAGES): * gtk/gtk-sections.txt: Add new stock items.
* Misc additions.Matthias Clasen2004-07-0712-12/+199
| | | | | | | | | | | | | | 2004-07-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/*: Misc additions. * gtk/gtk-sections.txt: Updates. * gtk/tmpl/gtkcellrendererprogress.sgml: New file. * gtk/gtk-docs.sgml: Add GtkCellRendererProgress. * gtk/Makefile.am (HTML_IMAGES): Add file and directory icons.
* Actually integrate iconview docs.Matthias Clasen2004-07-042-0/+336
|
* Add GtkIconView to the documentation.Anders Carlsson2004-07-043-0/+32
| | | | | | | | | 2004-07-04 Anders Carlsson <andersca@gnome.org> * gtk/gtk-docs.sgml: * gtk/gtk-sections.txt: * gtk/gtk.types: Add GtkIconView to the documentation.
* Fix links to www.freedesktop.org. (#145210, Billy Biggs)Matthias Clasen2004-07-043-4/+4
| | | | | | | | Sat Jul 3 23:43:23 2004 Matthias Clasen <maclas@gmx.de> * docs/faq/gtk-faq.sgml: * gtk/gtkwindow.c: Fix links to www.freedesktop.org. (#145210, Billy Biggs)
* Document the push_in parameter of GtkMenuPositionFunc.Matthias Clasen2004-06-221-1/+2
| | | | | | | 2004-06-22 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkmenu.sgml: Document the push_in parameter of GtkMenuPositionFunc.
* Make example UTF-8 safe. (#143264, Tommi Komulainen)Matthias Clasen2004-06-221-4/+1
| | | | | | | 2004-06-22 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkeditable.sgml: Make example UTF-8 safe. (#143264, Tommi Komulainen)
* FixesMatthias Clasen2004-06-191-2/+3
|
* Document the default attach options for gtk_table_attach_defaults().Matthias Clasen2004-05-311-1/+1
| | | | | | | | Mon May 31 00:16:36 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtktable.sgml: Document the default attach options for gtk_table_attach_defaults(). (#143391, Steve Chaplin)
* Fix some docs.Matthias Clasen2004-05-281-2/+2
|
* Make GtkEntryCompletion::text_column a property.Matthias Clasen2004-05-272-2/+6
|
* Move docs inline, fixing them on the way. (#143029, Steve Chaplin)Matthias Clasen2004-05-261-17/+5
| | | | | | | Tue May 25 21:54:00 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkframe.c: Move docs inline, fixing them on the way. (#143029, Steve Chaplin)
* Check for XFIXES extension.Matthias Clasen2004-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-05-18 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for XFIXES extension. * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a gboolean have_xfixes member. * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Register XFIXES events and set have_xfixes. * gdk/gdkevents.h (GdkEventType): Add GDK_OWNER_CHANGE. (GdkEventOwnerChange): New event struct for owner change events. (GdkOwnerChange): New enum for the reason field of GdkEventOwnerChange. * gdk/x11/gdkevents-x11.c (gdk_event_translate): Translate XFixesSelectionNotify events into GdkEventOwnerChange events. * gdk/gdkdisplay.h: * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_selection_notification): (gdk_display_request_selection_notification): New api to support selection ownership notification. * gtk/gtkclipboard.h: * gtk/gtkclipboard.c (_gtk_clipboard_handle_event): New private api to handle owner change events. (clipboard_peek): Refactored out the body of gtk_clipboard_get_for_display() for use in _gtk_clipboard_handle_event(). * gtk/gtkmain.c (gtk_main_do_event): Handle GDK_OWNER_CHANGE events by calling _gtk_clipboard_handle_event().
* Minor update.Matthias Clasen2004-05-141-2/+2
|
* Add a progress cell renderer, based on the one found in Epiphany.Matthias Clasen2004-05-122-0/+17
|
* Document the selection modes here, rather than in the docs of deprecatedMatthias Clasen2004-05-111-5/+11
| | | | | | | 2004-05-11 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkenums.sgml: Document the selection modes here, rather than in the docs of deprecated list widgets.
* Add deprecation notes.Matthias Clasen2004-05-1112-5/+146
| | | | | | | | | | | | Tue May 11 00:29:53 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkpixmap.sgml: * gtk/tmpl/gtkoldeditable.sgml: * gtk/tmpl/gtklistitem.sgml: * gtk/tmpl/gtklist.sgml: * gtk/tmpl/gtkitemfactory.sgml: * gtk/tmpl/gtkctree.sgml: * gtk/tmpl/gtkclist.sgml: Add deprecation notes.
* Add gtk_menu_get_for_attach_widet, gtk_tree_view_get_fixed_height_mode,Matthias Clasen2004-05-102-0/+8
| | | | | | | | | | | | | | | | 2004-05-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add gtk_menu_get_for_attach_widet, gtk_tree_view_get_fixed_height_mode, gtk_tree_view_set_fixed_height_mode, gtk_tree_view_get_hover_selection, gtk_tree_view_set_hover_selection * gdk/gdk-sections.txt: Add gdk_window_set_user_time(). * gdk-pixbuf/gdk-pixbuf.sgml: * gtk/gtk-docs.sgml: * gdk/gdk-docs.sgml: Add an index for 2.6 additions.
* Fix example. (Steffen Röcker)Matthias Clasen2004-05-071-1/+2
| | | | | | Fri May 7 01:21:14 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkicontheme.sgml: Fix example. (Steffen Röcker)
* New function to translate a string with translate_func. (#135740)Matthias Clasen2004-05-061-0/+1
| | | | | | | | | Thu May 6 00:24:11 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.h: * gtk/gtkactiongroup.c (gtk_action_group_translate_string): New function to translate a string with translate_func. (#135740)
* Add missing getters for readwrite properies. (#135649)Matthias Clasen2004-05-061-0/+3
| | | | | | | | | Thu May 6 00:02:21 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_get_wrap_width): (gtk_combo_box_get_row_span_column): (gtk_combo_box_get_column_span_column): Add missing getters for readwrite properies. (#135649)
* Add gtk_combo_box_get_active_text() convenience function. (#136372,Matthias Clasen2004-05-061-0/+1
| | | | | | | | | Wed May 5 23:42:42 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.h: * gtk/gtkcombobox.c (gtk_combo_box_get_active_text): Add gtk_combo_box_get_active_text() convenience function. (#136372, Christian Neumeir, patch by Olivier Andrieu)
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-062-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-05-05 Elijah Newren <newren@math.utah.edu> Changes to support do-not-focus-on-map hint in conjunction with _NET_WM_USER_TIME (#115650): * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean field focus_on_map * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to set it. * gtk/gtkwindow.[hc]: Add a boolean property "focus_on_map" and gtk_window_get_focus_on_map() and gtk_window_set_focus_on_map(). * gdk/win32/gdkwindow-win32.c (gdk_window_new): * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): * gdk/x11/gdkwindow-x11.c (gdk_window_new): Initialize the focus_on_map field to TRUE. * gdk/win32/gdkwindow-win32.c (gdk_window_set_focus_on_map): * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_focus_on_map): * gdk/x11/gdkwindow-x11.c (gdk_window_set_focus_on_map): * gdk/x11/gdkwindow-x11.c (setup_toplevel_window): Implementations for the various backends. The Win32 and linux-fb implementations set the focus_on_map field, but don't use it yet to actually implement noinput windows. The X implementation sets _NET_WM_USER_TIME to 0 if focus_on_map is FALSE (see the EWMH). * gdk/x11/gdkwindow-x11.h: * gdk/x11/gdkevents-x11.c (set_user_time): * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): s/_gdk_x11_window_set_user_time/gdk_x11_window_set_user_time/, since we want that function to be part of the public API.
* Add multiple indices.Matthias Clasen2004-05-051-1/+12
| | | | | | | | 2004-05-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-docs.sgml: * gdk-pixbuf/gdk-pixbuf.sgml: * gdk/gdk-docs.sgml: Add multiple indices.
* Fix the dtd.Matthias Clasen2004-05-041-5/+10
|
* Added an .gtkrc-2.0 example of how to actually change the key bindings.Federico Mena Quintero2004-04-292-1/+64
| | | | | | | 2004-04-29 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Added an .gtkrc-2.0 example of how to actually change the key bindings.
* Remove excessive casts from examples. (#139387, Olexiy Avramchenko)Matthias Clasen2004-04-237-24/+24
| | | | | | | | | | | | | 2004-04-23 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkdialog.sgml: * gtk/tmpl/gtkeditable.sgml: * gtk/tmpl/gtkfilesel.sgml: * gtk/tmpl/gtkmain.sgml: * gtk/tmpl/gtkmenu.sgml: * gtk/tmpl/gtkmessagedialog.sgml: * gtk/tmpl/gtktogglebutton.sgml: Remove excessive casts from examples. (#139387, Olexiy Avramchenko)
* Fix an example. (#138966, Tim-Philipp Müller)Matthias Clasen2004-04-231-1/+1
| | | | | | | 2004-04-23 Matthias Clasen <mclasen@redhat.com> * gtk/migrating-GtkAction.sgml: Fix an example. (#138966, Tim-Philipp Müller)
* Add GtkFileChooserEmbed to a Private section, so gtk-doc can strip it outMatthias Clasen2004-04-211-0/+1
| | | | | | | 2004-04-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add GtkFileChooserEmbed to a Private section, so gtk-doc can strip it out of the hierarchy.
* Added a section explaining character encoding for filenames.Federico Mena Quintero2004-04-161-0/+29
| | | | | | | 2004-04-15 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Added a section explaining character encoding for filenames.
* Don't crash if a node has no name. (start_element_handler): AcceptMatthias Clasen2004-04-131-1/+2
| | | | | | | | | | | | 2004-04-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (get_child_node): Don't crash if a node has no name. (start_element_handler): Accept separators without unique names. (#133302, Anders Carlsson) * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak list nodes. (#138862, Morten Welinder)
* Typo fix.Federico Mena Quintero2004-04-131-1/+1
| | | | | | 2004-04-13 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Typo fix.
* Added documentation to all the signals.Federico Mena Quintero2004-04-131-0/+156
| | | | | | | 2004-04-12 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added documentation to all the signals.
* Added a section about using known response codes for "accept"-typeFederico Mena Quintero2004-03-271-8/+62
| | | | | | | | 2004-03-26 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooserdialog.sgml: Added a section about using known response codes for "accept"-type buttons, rather than custom responses. This is related to bugs #136237 and #138263.
* Remove conflict markers.Matthias Clasen2004-03-161-7/+0
|
* Fix typoOwen Taylor2004-03-151-1/+1
|
* Document #GtkTreeViewSearchEqualFunc and its backwards return value.Owen Taylor2004-03-151-9/+13
| | | | | | | | Sun Mar 14 22:27:59 2004 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtktreeview.sgml (linkend): Document #GtkTreeViewSearchEqualFunc and its backwards return value.
* Add some docs.Matthias Clasen2004-03-151-0/+16
|