- 20 Jul, 2004 1 commit
-
-
Soeren Sandmann authored
Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === Released 2.5.0 === * NEWS: updates * tests/testcombo.c: Fix compilation
-
- 19 Jul, 2004 1 commit
-
-
Matthias Clasen authored
-
- 18 Jul, 2004 1 commit
-
-
Matthias Clasen authored
-
- 17 Jul, 2004 2 commits
-
-
Matthias Clasen authored
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.
-
Matthias Clasen authored
-
- 16 Jul, 2004 1 commit
-
-
Matthias Clasen authored
-
- 13 Jul, 2004 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 12 Jul, 2004 3 commits
-
-
Federico Mena Quintero authored
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.
-
Matthias Clasen authored
-
Matthias Clasen authored
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.
-
- 08 Jul, 2004 1 commit
-
-
Matthias Clasen authored
-
- 07 Jul, 2004 1 commit
-
-
Matthias Clasen authored
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.
-
- 04 Jul, 2004 3 commits
-
-
Matthias Clasen authored
-
Anders Carlsson authored
2004-07-04 Anders Carlsson <andersca@gnome.org> * gtk/gtk-docs.sgml: * gtk/gtk-sections.txt: * gtk/gtk.types: Add GtkIconView to the documentation.
-
Matthias Clasen authored
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)
-
- 23 Jun, 2004 1 commit
-
-
Matthias Clasen authored
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.
-
- 22 Jun, 2004 3 commits
-
-
Matthias Clasen authored
2004-06-22 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkmenu.sgml: Document the push_in parameter of GtkMenuPositionFunc.
-
Matthias Clasen authored
2004-06-22 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkeditable.sgml: Make example UTF-8 safe. (#143264, Tommi Komulainen)
-
Matthias Clasen authored
-
- 21 Jun, 2004 1 commit
-
-
Matthias Clasen authored
-
- 19 Jun, 2004 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 31 May, 2004 1 commit
-
-
Matthias Clasen authored
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)
-
- 28 May, 2004 1 commit
-
-
Matthias Clasen authored
-
- 27 May, 2004 1 commit
-
-
Matthias Clasen authored
-
- 26 May, 2004 1 commit
-
-
Matthias Clasen authored
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)
-
- 20 May, 2004 1 commit
-
-
Matthias Clasen authored
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.
-
- 18 May, 2004 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
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().
-
- 14 May, 2004 1 commit
-
-
Matthias Clasen authored
-
- 12 May, 2004 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Wed May 12 00:30:57 2004 Matthias Clasen <maclas@gmx.de> * gdk/tmpl/gcs.sgml: Additions.
-
- 11 May, 2004 2 commits
-
-
Matthias Clasen authored
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.
-
Matthias Clasen authored
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.
-
- 10 May, 2004 1 commit
-
-
Matthias Clasen authored
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.
-
- 07 May, 2004 1 commit
-
-
Matthias Clasen authored
Fri May 7 01:21:14 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkicontheme.sgml: Fix example. (Steffen Röcker)
-
- 06 May, 2004 2 commits
-
-
Matthias Clasen authored
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)
-
Matthias Clasen authored
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)
-