summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add some forgotten functions.Matthias Clasen2004-07-316-84/+243
| | | | | | | | | | | | | | | Sat Jul 31 17:20:22 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk-sections.txt: Add some forgotten functions. Sat Jul 31 17:18:57 2004 Matthias Clasen <maclas@gmx.de> * gtk/framebuffer.sgml: * gtk/windows.sgml: * gtk/x11.sgml: * gtk/running.sgml: Reorganize backend-specific cmdline arguments and environment variables, fill the Windows sections, add XDG_DATA_HOME, XDG_DATA_DIRS.
* Change the api for separators to use a separator function instead of aMatthias Clasen2004-07-302-2/+6
| | | | | | | | | | 2004-07-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.h: * gtk/gtkcombobox.c: Change the api for separators to use a separator function instead of a boolean column. * tests/testcombo.c: Update to match the api change.
* Add gtk_combo_box_get_popup_accessible.Matthias Clasen2004-07-272-0/+5
| | | | | | 2004-07-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add gtk_combo_box_get_popup_accessible.
* Require Pango 1.5.1 (for ellipsisation).Matthias Clasen2004-07-222-0/+6
| | | | | | | | | | | | | Thu Jul 22 01:05:16 2004 Matthias Clasen <maclas@gmx.de> * configure.in: Require Pango 1.5.1 (for ellipsisation). * gtk/gtklabel.h: * gtk/gtklabel.c (gtk_label_class_init): Add a new :ellipsise property which controls ellipsisation of the label. (#125250, Tim Van Wassenhove, patch by James M. Cape) * tests/testellipsise.c: Simple test for ellipsisation.
* Fix the documentation comment for the editing-started signal.Federico Mena Quintero2004-07-201-0/+9
| | | | | | | | | | 2004-07-20 Federico Mena Quintero <federico@ximian.com> * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the documentation comment for the editing-started signal. * gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for GtkCellRenderer::editing-started.
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-20122-5704/+5713
| | | | | | | | | | 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-194-2/+194
|
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-18124-5532/+5685
| | | | | | | | | | 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-182-0/+6
|
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-172-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-172-0/+9
|
* Add GtkCellRendererComboMatthias Clasen2004-07-163-0/+23
|
* Add gtk_parse_args()Matthias Clasen2004-07-132-0/+5
|
* Updates.Matthias Clasen2004-07-132-7/+24
|
* UpdatesMatthias Clasen2004-07-133-7/+22
|
* Start of the GTK+ glossary.Federico Mena Quintero2004-07-1211-32/+431
| | | | | | | | | | 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-124-0/+320
|
* Add new stock items.Matthias Clasen2004-07-124-5/+157
| | | | | | | | 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.
* Updates.Matthias Clasen2004-07-101-0/+4
|
* UpdatesMatthias Clasen2004-07-083-1/+15
|
* Misc additions.Matthias Clasen2004-07-0713-12/+211
| | | | | | | | | | | | | | 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-043-0/+342
|
* Add GtkIconView to the documentation.Anders Carlsson2004-07-044-0/+39
| | | | | | | | | 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-046-6/+14
| | | | | | | | 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)
* Flip the y axes in the diagrams.Matthias Clasen2004-06-233-0/+5
| | | | | | | Tue Jun 22 21:54:24 2004 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf/composite.dia: * gdk-pixbuf/composite.png: Flip the y axes in the diagrams.
* Document the push_in parameter of GtkMenuPositionFunc.Matthias Clasen2004-06-222-1/+5
| | | | | | | 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-222-4/+4
| | | | | | | 2004-06-22 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkeditable.sgml: Make example UTF-8 safe. (#143264, Tommi Komulainen)
* Doc updates.Matthias Clasen2004-06-222-113/+76
|
* Additions.Matthias Clasen2004-06-212-0/+8
|
* Add a nice figure to the docs.Matthias Clasen2004-06-197-2/+19
|
* FixesMatthias Clasen2004-06-192-2/+8
|
* Add a note about the !CAN_FOCUS quirk in the button size allocation code.Matthias Clasen2004-06-051-0/+5
| | | | | | | | | | | | 2004-06-04 Matthias Clasen <mclasen@redhat.com> * docs/widget_geometry.txt: Add a note about the !CAN_FOCUS quirk in the button size allocation code. * gtk/gtkbutton.c (gtk_button_size_allocate): Give the space requested for drawing the focus indicator to the child in the !CAN_FOCUS case. This should fix issues which the Gimp has with the button allocation changes in 2.4.2.
* Document the default attach options for gtk_table_attach_defaults().Matthias Clasen2004-05-312-1/+7
| | | | | | | | 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-282-2/+7
|
* Make GtkEntryCompletion::text_column a property.Matthias Clasen2004-05-273-2/+15
|
* Move docs inline, fixing them on the way. (#143029, Steve Chaplin)Matthias Clasen2004-05-262-17/+9
| | | | | | | 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)
* Add the right include for the "X interaction" section.Matthias Clasen2004-05-202-0/+6
| | | | | | | Wed May 19 23:42:40 2004 Matthias Clasen <maclas@gmx.de> * gdk/gdk-sections.txt: Add the right include for the "X interaction" section.
* Add a few more symbols.Matthias Clasen2004-05-182-1/+6
|
* Check for XFIXES extension.Matthias Clasen2004-05-186-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-142-2/+6
|
* Add a progress cell renderer, based on the one found in Epiphany.Matthias Clasen2004-05-123-0/+23
|
* Additions.Matthias Clasen2004-05-122-2/+10
| | | | | | Wed May 12 00:30:57 2004 Matthias Clasen <maclas@gmx.de> * gdk/tmpl/gcs.sgml: Additions.
* Document the selection modes here, rather than in the docs of deprecatedMatthias Clasen2004-05-112-5/+16
| | | | | | | 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-1113-5/+156
| | | | | | | | | | | | 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-106-0/+29
| | | | | | | | | | | | | | | | 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-072-1/+6
| | | | | | Fri May 7 01:21:14 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkicontheme.sgml: Fix example. (Steffen Röcker)
* Document the new policy of bumping version numbers after release.Matthias Clasen2004-05-061-2/+4
| | | | | | | | | 2004-05-06 Matthias Clasen <mclasen@redhat.com> * docs/RELEASE-HOWTO: Document the new policy of bumping version numbers after release. * configure.in: Bump version number to 2.5.0.
* New function to translate a string with translate_func. (#135740)Matthias Clasen2004-05-062-0/+5
| | | | | | | | | 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-062-0/+7
| | | | | | | | | 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-062-0/+5
| | | | | | | | | 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)