e159364bd7
inlinegraphic instead of inlinegraphics. Fixes the doc build
...
2007-06-14 Johan Dahlin <jdahlin@async.com.br >
* gtk/tmpl/gtktreeview.sgml (linkend): inlinegraphic instead of
inlinegraphics. Fixes the doc build
svn path=/trunk/; revision=18137
2007-06-14 22:10:14 +00:00
ece25ff10c
add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULL
...
2007-06-13 Michael Natterer <mitch@imendio.com >
* gtk/gtkmenuitem.[ch]: add "submenu" property. Fix
gtk_menu_item_set_submenu() to accept NULL submenus and deprecate
gtk_menu_item_remove_submenu() because we have a properly working
setter now (bug #447065 ).
* gtk/gtk.symbols: deprecate gtk_menu_item_remove_submenu().
* gtk/gtkcombobox.c: use gtk_menu_item_set_submenu() instead of
gtk_menu_item_remove_submenu().
svn path=/trunk/; revision=18125
2007-06-13 15:21:10 +00:00
4e4748e890
Audit of GtkTreeView coordinate system usage. ( #142494 ).
...
2007-06-13 Kristian Rietveld <kris@imendio.com >
Audit of GtkTreeView coordinate system usage. (#142494 ).
* gtk/gtktreeview.[ch]: general documentation updates,
(gtk_tree_view_scroll_to_cell), (gtk_tree_view_get_dest_row_at_pos):
update coordinate translations,
(gtk_tree_view_tree_to_widget_coords),
(gtk_tree_view_widget_to_tree_coords): Deprecated,
(gtk_tree_view_convert_.*_coords): 6 new functions for doing
transformations between coordinate systems.
* gtk/gtk.symbols: updated.
* tests/testtooltips.c (query_tooltip_tree_view_cb): fix testcase
with new gtk_tree_view_convert_widget_to_bin_window_coords().
* docs/reference/gtk/Makefile.am
* docs/reference/gtk/images/tree-view-coordinates.png: add new image.
* docs/reference/gtk/tmpl/gtktreeview.sgml: eloborate on the
different coordinate systems.
svn path=/trunk/; revision=18119
2007-06-13 13:27:00 +00:00
780c39c358
Clean up short descriptions
...
svn path=/trunk/; revision=18098
2007-06-11 03:41:27 +00:00
08cc834061
Update docs Deprecate gtk_widget_{ref,unref}
...
2007-06-09 Matthias Clasen <mclasen@redhat.com >
* gtk/gtkwidget.c:
* gtk/gtkscrolledwindow.c: Update docs
* gtk/gtkwidget.h: Deprecate gtk_widget_{ref,unref}
* gtk/tmpl/gtkbindings.sgml:
* gtk/tmpl/gtkrc.sgml:
* gtk/tmpl/gtkwidget.sgml:
* gtk/tmpl/gtkrecentmanager.sgml:
* gtk/*.sgml:
* gtk/tmpl/gtkstock.sgml:
* gtk/gtk-sections.txt: Updates
svn path=/trunk/; revision=18090
2007-06-10 06:52:51 +00:00
19f4715cee
Some doc updates
...
svn path=/trunk/; revision=18089
2007-06-10 02:53:17 +00:00
9c9e5dab9f
2.11.2
...
svn path=/trunk/; revision=18057
2007-06-06 13:40:24 +00:00
0f4d0f8e62
2.11.1
...
svn path=/trunk/; revision=18027
2007-06-04 17:01:14 +00:00
eb7f97bb9b
Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP.
...
2007-05-28 Carlos Garcia Campos <carlosgc@gnome.org >
* gtk/gtkprinter.[ch]: Add new capability
GTK_PRINT_CAPABILITY_NUMBER_UP.
* docs/reference/gtk/tmpl/gtkprintunixdialog.sgml:
* gtk/gtkprintunixdialog.c: (update_dialog_from_capabilities):
* modules/printbackends/file/gtkprintbackendfile.c:
(file_printer_get_options), (file_printer_get_settings_from_options):
* modules/printbackends/cups/gtkprintbackendcups.c:
(cups_printer_get_capabilities): Add a new print capability to specify
whether print dialog will offer printing multiple pages per sheet. (#398414 )
svn path=/trunk/; revision=17963
2007-05-28 10:41:09 +00:00
81a44a10ff
more signal linkification
...
svn path=/trunk/; revision=17949
2007-05-27 03:02:29 +00:00
2572a17fd8
Move docs inline
...
2007-05-26 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkentry.sgml: Move docs inline
* gtk/tmpl/gtklinkbutton.sgml:
* gtk/tmpl/gtkfilechooser.sgml:
* gtk/tmpl/gtkcellrenderer.sgml:
* gtk/tmpl/gtkenums.sgml:
* gtk/tmpl/gtkcontainer.sgml: Additions
svn path=/trunk/; revision=17947
2007-05-27 02:32:21 +00:00
be4196dac7
Remove GdkBitmap
...
2007-05-26 Matthias Clasen <mclasen@redhat.com >
* gdk/gdk-overrides.txt: Remove GdkBitmap
* gtk/gtk-sections.txt:
* gtk/tmpl/gtkenums.sgml:
* gdk/tmpl/rgb.sgml:
* gdk/tmpl/gcs.sgml:
* gdk/tmpl/pango_interaction.sgml:
* gdk/tmpl/windows.sgml: Additions
svn path=/trunk/; revision=17945
2007-05-27 01:39:28 +00:00
c4dfb722dd
Bring the dogs in shape
...
svn path=/trunk/; revision=17927
2007-05-26 18:44:33 +00:00
6921206dd8
2.11.0
...
svn path=/trunk/; revision=17903
2007-05-24 05:51:56 +00:00
065d1560e6
Add GTK_TARGET_OTHER_{APP,WIDGET} to restrict drags within an
...
2007-04-28 Matthias Clasen <mclasen@redhat.com >
* gtk/gtkdnd.[hc]: Add GTK_TARGET_OTHER_{APP,WIDGET} to
restrict drags within an application/widget. (#163141 ,
Jorn Baayen)
svn path=/trunk/; revision=17676
2007-04-28 15:34:39 +00:00
790b009703
Add a simple validation demo. Make it possible to add arbitrary children
...
2007-04-26 Matthias Clasen <mclasen@redhat.com >
* demo/gtk-demo/combobox.c: Add a simple validation demo.
* gtk/gtkcomboboxentry.c: Make it possible to add arbitrary
children to a GtkComboBoxEntry. (#426401 , Paul Pogonyshev)
svn path=/trunk/; revision=17657
2007-04-26 15:55:48 +00:00
f614fed858
Fix a wrong cross reference. ( #431289 , Bastian Nocera)
...
2007-04-25 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkdialog.sgml: Fix a wrong cross reference.
(#431289 , Bastian Nocera)
svn path=/trunk/; revision=17633
2007-04-25 14:00:10 +00:00
4f9094dc53
Add some hints about titles on about dialogs
...
svn path=/trunk/; revision=17545
2007-03-19 05:35:51 +00:00
98e2295efc
Add deprecation guards for gtk_rc_style_ref/unref and the old file
...
2007-01-27 Matthias Clasen <mclasen@redhat.com >
* gtk/gtkfilesel.h:
* gtk/gtkrc.h:
* gtk/gtk.symbols: Add deprecation guards for gtk_rc_style_ref/unref
and the old file selector. (#348256 )
svn path=/trunk/; revision=17223
2007-01-27 05:34:05 +00:00
3d94a353eb
updates
...
svn path=/trunk/; revision=17118
2007-01-08 15:29:02 +00:00
d0f4ffaf38
Move docs inline and expand them a bit.
...
2007-01-07 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkstatusbar.sgml: Move docs inline and
expand them a bit.
svn path=/trunk/; revision=17100
2007-01-07 05:34:40 +00:00
2af1bc2b35
Documentation additions
...
svn path=/trunk/; revision=17018
2007-01-02 14:53:07 +00:00
b9d63db0bb
Improve the docs of the "label" property. ( #341730 , Kristof Vansant)
...
2006-12-30 Matthias Clasen <mclasen@redhat.com >
* gtk/gtkaction.c: Improve the docs of the "label"
property. (#341730 , Kristof Vansant)
svn path=/trunk/; revision=16988
2006-12-31 04:14:28 +00:00
cbd7e2aab9
added new docs.
...
Thu Dec 14 15:48:14 2006 Tim Janik <timj@imendio.com >
* gtk/gtk-sections.txt: added new docs.
2006-12-14 14:48:41 +00:00
f58c280d21
document gtk_binding_entry_skip().
...
Wed Oct 11 14:31:30 2006 Tim Janik <timj@imendio.com >
* docs/reference/gtk/gtk-sections.txt:
* gtk/gtkbindings.c: document gtk_binding_entry_skip().
2006-10-11 12:32:26 +00:00
ac1c7a0680
applied patch from Michael Natterer to move to inline docs. applied
...
Tue Oct 10 16:38:23 2006 Tim Janik <timj@imendio.com >
* gtk/tmpl/gtkbindings.sgml:
* gtk/gtkbindings.c: applied patch from Michael Natterer to move to
inline docs. applied wording fixes suggested by Martyn Russell.
2006-10-10 14:40:50 +00:00
f02fda90b7
documented GtkBinding*, #358329 .
...
Tue Oct 10 15:29:15 2006 Tim Janik <timj@imendio.com >
* gtk/tmpl/gtkbindings.sgml: documented GtkBinding*, #358329 .
2006-10-10 13:30:55 +00:00
c79a9d1a71
forgotten file
2006-09-22 16:36:51 +00:00
cf7360c7a9
fix a typo
2006-09-22 16:32:49 +00:00
c48dffdc98
fix some typos
2006-09-01 03:22:13 +00:00
895e9b3584
Some more printing docs
2006-08-15 19:49:27 +00:00
dd0aab11cc
Fix docs for gtk_table_set_row/col_spacing. ( #348728 )
...
2006-08-15 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing.
(#348728 )
2006-08-15 15:49:41 +00:00
f060a9866f
Add a warning about the semantics of gtk_recent_chooser_add_filter() and
...
2006-08-14 Emmanuele Bassi <ebassi@gnome.org >
* gtk/tmpl/gtkrecentchoosermenu.sgml: Add a warning about
the semantics of gtk_recent_chooser_add_filter() and of
gtk_recent_chooser_remove_filter() when applied to a
GtkRecentChooserMenu.
2006-08-14 20:56:46 +00:00
4a482aa672
Fix a swapped argument description. ( #351241 , Étienne Bersac)
...
2006-08-14 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkruler.sgml: Fix a swapped argument
description. (#351241 , Étienne Bersac)
2006-08-14 19:52:19 +00:00
39ed8a9a9f
Add an explanation of attributes. ( #349367 , Don Anderson)
...
2006-08-06 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkcelllayout.sgml: Add an explanation
of attributes. (#349367 , Don Anderson)
2006-08-06 05:01:17 +00:00
6e7bbb2c9d
Fix a typo. ( #349120 , Vincent Untz)
...
2006-08-06 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkrecentmanager.sgml: Fix a typo. (#349120 , Vincent Untz)
2006-08-06 04:46:00 +00:00
fe03813226
2.10.1
2006-07-24 02:02:14 +00:00
0cc3bce553
Fix a FIXME
2006-07-07 03:09:20 +00:00
d36cff3258
2.10.0
2006-07-03 06:07:00 +00:00
40be3ef94f
Document settings
2006-06-30 10:07:45 +00:00
2eea43ee36
Document GtkPrintJobCompleteFunc
...
2006-06-28 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc
* gtk/tmpl/gtkrange.sgml: Document GtkSensitivityType
* gtk/gtk-sections.txt: Remove gtk_print_operation_set_show_dialog
* gtk/tmpl/gtkcontainer.sgml: Updates.
* gtk/tmpl/gtkenums.sgml: Document GTK_ARROW_NONE.
* gtk/tmpl/gtkarrow.sgml: Cleanups
* gtk/gtk-sections.txt: Add some private things
2006-06-29 09:22:26 +00:00
3644487680
2.9.4
2006-06-22 02:09:31 +00:00
c38e62917a
Document some of the print capabilities
...
2006-06-21 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkprintunixdialog.sgml: Document some of the
print capabilities
2006-06-21 19:56:12 +00:00
c8747d974d
Document GtkPrinterFunc
...
2006-06-19 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkprinter.sgml: Document GtkPrinterFunc
* gtk/gtk-sections.txt: Add gtk_enumerate_printers
2006-06-19 17:32:46 +00:00
f57bc65191
2.9.3
2006-06-13 05:15:01 +00:00
b8eaa0877a
Document response codes
2006-06-12 02:17:59 +00:00
f404dd5784
Updates
2006-06-08 16:40:31 +00:00
1298b93bf7
Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
...
2006-06-08 Matthias Clasen <mclasen@redhat.com >
* gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
2006-06-08 16:32:22 +00:00
8dbad5b4cd
Fix a file name
2006-06-08 12:49:34 +00:00
cc9fcdbce5
Additions
2006-06-08 03:47:29 +00:00