min/max for GtkCellRenderer
min/max for GtkCellRendererToggle
min/max for GtkComboBox
min/max for GtkIconView
min/max for GtkTreeView
min/max for GtkTreeViewColumn
fixed gtkcellrenderer.c
fixed gtkcellrenderertoggle.c
fixed gtkcombobox.c
fixed gtkiconview.c
fixed gtktreeview.c
fixed gtktreeviewcolumn.c
gtksize.[ch]:
- core resolution independence code
gtkwidget.[ch]:
- use monitor number to get the Pango context
- new ::unit-changed signal
- port some style properties to GtkSize
- make style getters automatically convert to units
- provide unit preserving getters (object + style properties)
gtkwindow.[ch]:
- port some object properties to GtkSize
- propagate ::unit-changed from GtkSettings to all widgets
- try and guess the monitor and use it's units in gtk_window_show()
gtksettings.c:
- provide a new signal ::unit-changed. The code in gtksize.c will
emit this signal; GtkSettings is just a convenient placeholder
for the signal.
add minimum and maximum to param spec constructors
use min/max for GtkWidget
use min/max for GtkWindow
fixed gtkwidget.c
fixed gtkwindow.c
fixed gtksize.c
Adds default URL and Email hooks which use gtk_show_uri(). It is still
possible to provide one's own hooks, and one can disable the default
hooks by setting NULL hooks. Bug #577793.
Let descriptions of accessible actions be translated, by specifying
the description as content of the <action> element, and allowing
"translatable", "context" and "comment" as attributes. (#518642)
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Rename gtk_style_get_property to
gtk_style_get_style_property to avoid problems for language
bindings. Pointed out by Torsten Schoenfeld.
svn path=/trunk/; revision=22502
* demos/gtk-demo/appwindow.c: Set the program-name property
of the about dialog.
* docs/tools/widgets.c: Add GtkAboutDialog
svn path=/trunk/; revision=22427
* gtk/gtk.symbols:
* gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to
gtk_activatable_sync_action_properties, since the previous name
was deemed too generic. Update all implementations.
svn path=/trunk/; revision=22389
2009-02-09 Richard Hughes <richard@hughsie.com>
* docs/reference/gtk/migrating-GtkEntry-icons.sgml:
Fix the enumerated name in the migration document.
svn path=/trunk/; revision=22298
* gdk-pixbuf/gdk-pixbuf.sgml:
* gdk/gdk-docs.sgml:
* gtk/gtk-docs.sgml:
* libgail-util/gail-libgail-util-docs.sgml:
Add online urls for library.gnome.org. This allows other docs to do
gtkdoc-rebase --online --html-dir=html
before publishing docs and have working xrefs.
Whitespece cleanup for gdk/gdk-docs.sgml.
svn path=/trunk/; revision=22287