Matthias Clasen
d882420be6
Markup fixes.
...
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.
2004-11-05 06:07:44 +00:00
Matthias Clasen
a895440069
Markup fix.
...
2004-11-04 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkaboutdialog.sgml: Markup fix.
2004-11-04 15:32:14 +00:00
Matthias Clasen
0419800465
Update
2004-11-04 15:23:48 +00:00
Matthias Clasen
9b039be2d4
Typo fix.
...
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.
2004-11-04 15:23:33 +00:00
Bastien Nocera
29008566b6
Make sure the RTL variants are used for media icons update following the
...
2004-11-04 Bastien Nocera <hadess@hadess.net>
* gtk/gtkiconfactory.c: (get_default_icons): Make sure the RTL
variants are used for media icons
* gtk/stock-icons/Makefile.am: update following the addition of
the 2 Play icon RTL variants
* gtk/stock-icons/stock_media_play_rtl_16.png: added
* gtk/stock-icons/stock_media_play_rtl_24.png: added
2004-11-04 Bastien Nocera <hadess@hadess.net>
* gtk/tmpl/gtkstock.sgml: add RTL variants for all the media icons
needing it
2004-11-04 14:49:44 +00:00
Matthias Clasen
be5ee811e6
Doc additions.
...
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init):
Doc additions.
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkcellrenderercombo.sgml:
* gtk/tmpl/gtkcellrenderertoggle.sgml:
* gtk/tmpl/gtkcellrenderertext.sgml: Add introductions.
* gtk/tmpl/gtkcellrenderer.sgml: Additions.
2004-11-02 07:06:02 +00:00
Matthias Clasen
1665ba69de
Add an intro.
...
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkcellrendererpixbuf.sgml: Add an intro.
2004-11-01 20:59:56 +00:00
Matthias Clasen
0b77c1ae76
*** empty log message ***
2004-11-01 20:25:34 +00:00
Matthias Clasen
e9348e53fa
Doc update.
...
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
2004-11-01 20:14:15 +00:00
Matthias Clasen
69b1611e59
Add a "ref and sink" question. ( #156865 , Philip Langdale, text based on a
...
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/question_index.sgml: Add a "ref and sink" question.
(#156865 , Philip Langdale, text based on a comment by Owen
Taylor)
* gtk/tmpl/gtkrc.sgml: Document im_module_file and settings
assignments as toplevel statements.
2004-11-01 19:19:06 +00:00
Matthias Clasen
f543bef062
Document im_module_file and settings assignments as toplevel statements.
...
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkrc.sgml: Document im_module_file and settings
assignments as toplevel statements.
2004-11-01 18:22:33 +00:00
Matthias Clasen
5179863474
Small correction for gtk_tree_path_new_root(). ( #156956 , Vincent Untz)
...
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreemodel.sgml: Small correction for
gtk_tree_path_new_root(). (#156956 , Vincent Untz)
2004-10-31 16:40:03 +00:00
Carlos Garnacho Parro
d5ab45944d
Fix for #118764 , David Bordoley:
...
2004-10-25 Carlos Garnacho Parro <carlosg@gnome.org>
Fix for #118764 , David Bordoley:
* gtk/gtkmessagedialog.[ch]
(gtk_message_dialog_format_secondary_text),
(gtk_message_dialog_format_secondary_format): API additions to
create HIG-like dialogs
* demos/gtk-demo/dialog.c: Use the new API in the example
* docs/reference/gtk/gtk-sections.txt:
* docs/reference/gtk/tmpl/gtkmessagedialog.sgml: documented API
additions
2004-10-26 05:06:32 +00:00
James M. Cape
ede3c39918
Rework of GtkFileChooserButton, some cleanups. Fixes #154388 , #154390 ,
...
2004-10-25 James M. Cape <jcape@ignore-your.tv>
Rework of GtkFileChooserButton, some cleanups. Fixes #154388 ,
#154390 , #154390 , #156272 .
* docs/reference/gtk/gtk-docs.sgml: Moved GtkFileChooserButton
below GtkFileChooser.
* docs/reference/gtk/gtk-sections.txt: Added
gtk_file_chooser_button_get_width_chars(),
gtk_file_chooser_button_set_width_chars(),
gtk_label_set_width_chars(), gtk_label_get_width_chars().
* docs/reference/gtk/gtk.types: Added
gtk_cell_renderer_combo_get_type,
gtk_cell_view_get_type,
gtk_text_iter_get_type.
* docs/reference/gtk/tmpl/gtkaboutdialog.sgml: Add
"logo-icon-name" property.
* docs/reference/gtk/tmpl/gtkcellview.sgml: Updates for
properties
(b/c of get_type() inclusion above).
* docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml:
* docs/reference/gtk/tmpl/gtklabel.sgml: Add "width-chars"
property,
getters/setters.
* docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml: Added.
* gtk/gtkentrycompletion.c:
(_gtk_entry_completion_popdown): Don't show if the entry isn't
mapped.
* gtk/gtkfilechooserbutton.[c,h]: (*): About 45%
rewritten, adds "width-chars" property, icons, working save
modes, volume/Home/Desktop friendly-naming support.
* gtk/gtklabel.[c,h]:
(gtk_label_class_init), (gtk_label_init),
(gtk_label_get_property), (gtk_label_set_property),
(gtk_label_get_width_chars), (gtk_label_set_width_chars),
(gtk_label_size_request): Add "width-chars" property.
* tests/testfilechooserbutton.c: Update, use 4 different buttons
for the different ACTIONs.
* gtk/.cvsignore: Ignore gtk-update-icon-cache.
* tests/.cvsignore: Ignore testimage.
2004-10-26 04:29:56 +00:00
Anders Carlsson
64facb3c4b
Add new clipboard persistence api.
...
2004-10-25 Anders Carlsson <andersca@gnome.org>
* gdk/gdk-sections.txt:
* gtk/gtk-sections.txt:
Add new clipboard persistence api.
2004-10-25 19:23:22 +00:00
Jonathan Blandford
4614cffc73
Add GtkAboutDialog and GtkFileChooserButton
...
Sun Oct 24 02:54:36 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtk.types: Add GtkAboutDialog and GtkFileChooserButton
* gtk/tmpl/GtkFileChooserButton.sgml: Write docs
* gtk/tmpl/GtkListStore.sgml: Update performance comment now that
we use GSequence.
* gtk/visual_index.xml: Fix up a couple of errors.
* gtk/images/*png: update
Sun Oct 24 02:56:43 2004 Jonathan Blandford <jrb@redhat.com>
* docs/tools/widgets.c: Update GtkFileChooserButton doc shot.
2004-10-24 07:05:00 +00:00
Matthias Clasen
b73124d45f
More short description unification.
...
2004-10-15 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkaboutdialog.sgml: More short description
unification.
2004-10-16 02:55:23 +00:00
Matthias Clasen
b6df51bc27
Note that GTK_RESIZE_IMMEDIATE is deprecated.
...
2004-10-15 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkenums.sgml: Note that GTK_RESIZE_IMMEDIATE
is deprecated.
2004-10-15 05:30:29 +00:00
Owen Taylor
6e2f9d6bfb
Fix SGML errors.
...
Tue Oct 12 11:04:47 2004 Owen Taylor <otaylor@redhat.com>
* gtk/glossary.xml: Fix SGML errors.
2004-10-12 15:11:19 +00:00
Matthias Clasen
342f4b505e
Add missing short descriptions
2004-10-11 20:15:30 +00:00
Matthias Clasen
cd28d2d7a1
More short description unification.
2004-10-11 20:10:52 +00:00
Matthias Clasen
aad21bceee
Make short descriptions a bit more consistent.
2004-10-11 18:08:35 +00:00
Matthias Clasen
0df1d9c705
Document GtkDialogFlags and GtkResponseType.
...
2004-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkdialog.sgml: Document GtkDialogFlags and GtkResponseType.
2004-10-11 05:56:28 +00:00
Matthias Clasen
17c26dbbc1
Document GtkTreeIterCompareFunc ( #154943 )
...
2004-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreesortable.sgml: Document GtkTreeIterCompareFunc
(#154943 )
2004-10-11 05:38:47 +00:00
Matthias Clasen
73e7b0838c
Clarify documentation for selection modes. ( #154188 , Jonathan Blandford,
...
2004-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkenums.sgml: Clarify documentation for selection
modes. (#154188 , Jonathan Blandford, new wording proposed by
Owen Taylor)
2004-10-06 04:28:42 +00:00
Paolo Borelli
1ea4933f3f
rename the activate-menu signal to show-menu as discussed in bug #153873 .
...
2004-10-05 Paolo Borelli <pborelli@katamail.com>
* gtk/gtkmenutoolbutton.c: rename the activate-menu signal to
show-menu as discussed in bug #153873 .
2004-10-05 14:19:54 +00:00
Paolo Borelli
c7777d8acc
add the GtkMenuToolButton widget discussed in bug #151441 .
...
2004-09-27 Paolo Borelli <pborelli@katamail.com>
* gtk/Makefile.am:
* gtk/gtk.h:
* gtk/gtkmenutoolbutton.[ch]: add the GtkMenuToolButton widget
discussed in bug #151441 .
* docs/reference/gtk/gtk-docs.sgml:
* docs/reference/gtk/gtk-sections.txt:
* docs/reference/gtk/gtk.types:
* docs/reference/gtk/tmpl/gtkmenutoolbutton.sgml: docs for the
new widget.
2004-09-27 18:37:33 +00:00
Jonathan Blandford
3be528f2db
add missing structures.
...
Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
2004-09-26 06:14:55 +00:00
Jonathan Blandford
4e7e404938
Add an example to the docs.
...
Fri Sep 17 11:20:03 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtklabel.c (gtk_label_set_markup): Add an example to the
docs.
2004-09-17 15:20:31 +00:00
Matthias Clasen
17cf070553
2.5.2
2004-08-25 16:21:15 +00:00
Matthias Clasen
3a76d4848b
ADd GtkFileChooserButton docs.
2004-08-17 16:21:46 +00:00
Matthias Clasen
001e629969
Link to information about allowed action names. ( #149620 , David Malcolm)
...
Thu Aug 12 00:02:29 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaction.c (gtk_action_new): Link to information about
allowed action names. (#149620 , David Malcolm)
2004-08-12 04:03:54 +00:00
Matthias Clasen
6c021548e4
Fix a typo
2004-08-07 13:16:55 +00:00
Matthias Clasen
fc3d7dec8f
2.5.1
2004-08-01 05:55:01 +00:00
Federico Mena Quintero
a05ba63d74
Fix the documentation comment for the editing-started signal.
...
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.
2004-07-20 18:50:29 +00:00
Soeren Sandmann
9d2a946813
=== Released 2.5.0 ===
...
Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
* NEWS: updates
* tests/testcombo.c: Fix compilation
2004-07-20 02:26:06 +00:00
Matthias Clasen
04ec6a9d23
Updates.
2004-07-19 19:57:29 +00:00
Soeren Sandmann
1952300896
Create an empty target list if targets is NULL.
...
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)
2004-07-18 15:14:05 +00:00
Matthias Clasen
73a38cc12d
Updates.
2004-07-13 06:02:24 +00:00
Matthias Clasen
3eac5fbbb7
Updates
2004-07-13 05:16:59 +00:00
Federico Mena Quintero
8b69a33d70
Start of the GTK+ glossary.
...
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.
2004-07-12 20:25:34 +00:00
Matthias Clasen
24162d33a0
Docs for GtkAboutDialog.
2004-07-12 17:03:06 +00:00
Matthias Clasen
c276d35fda
Add new stock items.
...
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.
2004-07-12 04:58:10 +00:00
Matthias Clasen
ee31ef4e38
Misc additions.
...
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.
2004-07-07 16:22:57 +00:00
Matthias Clasen
89570b5a31
Actually integrate iconview docs.
2004-07-04 19:34:49 +00:00
Matthias Clasen
e3fbe3c14f
Fix links to www.freedesktop.org. ( #145210 , Billy Biggs)
...
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)
2004-07-04 03:46:24 +00:00
Matthias Clasen
3d19013bb4
Document the push_in parameter of GtkMenuPositionFunc.
...
2004-06-22 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkmenu.sgml: Document the push_in parameter
of GtkMenuPositionFunc.
2004-06-22 16:35:52 +00:00
Matthias Clasen
9b6154c274
Make example UTF-8 safe. ( #143264 , Tommi Komulainen)
...
2004-06-22 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkeditable.sgml: Make example UTF-8
safe. (#143264 , Tommi Komulainen)
2004-06-22 16:06:44 +00:00
Matthias Clasen
92bed8d6d7
Fixes
2004-06-19 01:21:59 +00:00
Matthias Clasen
540ca682cf
Document the default attach options for gtk_table_attach_defaults().
...
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)
2004-05-31 04:17:42 +00:00