gtk/modules/other/gail
Benjamin Otte e66129015d cellrenderer: Merge GtkCellSizeRequest into GtkCellRenderer
This mostly goes to keep consistency with the changes to GtkSizeRequest
in the last patch, as GtkCellSizeRequest requires GtkCellRenderer and
GtkCellRenderer implements GtkCellSizeRequest there's no use in keeping
them separate.

This patch renames the functions:
gtk_cell_size_request_get_request_mode()
  => gtk_cell_renderer_get_request_mode()
gtk_cell_size_request_get_width()
  => gtk_cell_renderer_get_preferred_width()
gtk_cell_size_request_get_height()
  => gtk_cell_renderer_get_preferred_height()
gtk_cell_size_request_get_size()
  => gtk_cell_renderer_get_preferred_size()
gtk_cell_size_request_get_width_for_height()
  => gtk_cell_renderer_get_preferred_width_for_height()
gtk_cell_size_request_get_height_for_width()
  => gtk_cell_renderer_get_preferred_height_for_width()
... and moves the corresponding vfuncs to GtkCellRenderer.

The patch also renames the implementations of these functions in cell
renderers to include the word "preferrred".
2010-09-26 15:11:45 +02:00
..
libgail-util Gail: use accessor functions to access GtkWidget 2010-08-22 18:32:43 +02:00
tests gail: Use accessor functions to access GtkWindow 2010-08-23 20:17:49 +02:00
ChangeLog Update README files to refer to git 2009-03-31 18:49:48 -04:00
gail-private-macros.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gail.c Fix gail build 2010-09-09 15:01:36 +03:00
gail.h Fix gail build 2010-09-09 15:01:36 +03:00
gailadjustment.c Implement GailAdjustment::get_minimium_increment 2010-08-09 21:12:46 -04:00
gailadjustment.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailarrow.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailarrow.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailbooleancell.c Implement action interface for gailcell. 2010-04-26 16:12:59 +08:00
gailbooleancell.h Add/Remove ATK_STATE_SENSITIVE according to cells' state. 2010-03-05 14:48:23 +08:00
gailbox.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailbox.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailbutton.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gailbutton.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailcalendar.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailcalendar.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailcell.c Gail: Remove gail_cell_type_add_action_interface, as it no longer does anything 2010-09-10 09:46:34 -04:00
gailcell.h Gail: Remove gail_cell_type_add_action_interface, as it no longer does anything 2010-09-10 09:46:34 -04:00
gailcellparent.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailcellparent.h gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.c 2008-05-30 11:25:56 +00:00
gailcheckmenuitem.c Use accessor functions to access GtkCheckMenuItem 2010-07-13 19:40:46 +02:00
gailcheckmenuitem.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailchecksubmenuitem.c Use accessor functions to access GtkCheckMenuItem 2010-07-13 19:40:46 +02:00
gailchecksubmenuitem.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailcombobox.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gailcombobox.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailcontainer.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailcontainer.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailcontainercell.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailcontainercell.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailentry.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gailentry.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailexpander.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gailexpander.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailfactory.h gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.c 2008-05-30 11:25:56 +00:00
gailframe.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailframe.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailhtmlbox.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailhtmlbox.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailhtmlboxblock.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailhtmlboxembedded.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailhtmlboxtext.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailimage.c API: image: Remove ability to set image from a pixmap 2010-09-26 15:11:11 +02:00
gailimage.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailimagecell.c gtkcellrendererpixbuf: Move public members to private structure 2010-07-13 19:40:46 +02:00
gailimagecell.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gaillabel.c Use GtkBin accessors 2010-07-13 19:40:47 +02:00
gaillabel.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailmenu.c Gail: use accessor functions to access GtkWidget 2010-08-22 18:32:43 +02:00
gailmenu.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailmenuitem.c gail: Add missing include 2010-09-09 15:46:55 +02:00
gailmenuitem.h Fix build of gail after GtkItem removal 2010-09-09 00:51:08 -04:00
gailmenushell.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailmenushell.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailnotebook.c Fix gail_notebook_get_selection_count() 2010-08-09 22:24:24 -04:00
gailnotebook.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailnotebookpage.c Use accessor functions to access GtkNotebook 2010-07-13 17:50:48 +02:00
gailnotebookpage.h Deprecate GtkNotebookPage as used in switch-page 2010-07-13 16:49:53 +02:00
gailobject.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailobject.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailpaned.c Use accessor functions to access GtkPaned 2010-07-13 19:40:49 +02:00
gailpaned.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailprogressbar.c Do not disable deprecation guards 2010-09-22 04:21:13 +02:00
gailprogressbar.h Get rid of GtkProgress 2010-06-09 00:35:09 -04:00
gailradiobutton.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailradiobutton.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailradiomenuitem.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailradiomenuitem.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailradiosubmenuitem.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailradiosubmenuitem.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailrange.c Gail: Take fill/page size into account when returning a range's maximum value 2010-09-10 06:09:41 -04:00
gailrange.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailrenderercell.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailrenderercell.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailscale.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailscale.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailscalebutton.c Fixed minimum increment calculation of GailScaleButton. 2010-08-30 22:39:11 +02:00
gailscalebutton.h Fixed minimum increment calculation of GailScaleButton. 2010-08-30 22:39:11 +02:00
gailscrollbar.c Gail: use accessor functions to access GtkScrolledWindow 2010-08-31 01:34:02 +02:00
gailscrollbar.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailscrolledwindow.c Gail: use accessor functions to access GtkScrolledWindow 2010-08-31 01:34:02 +02:00
gailscrolledwindow.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailseparator.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailseparator.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailspinbutton.c Implement GailAdjustment::get_minimium_increment 2010-08-09 21:12:46 -04:00
gailspinbutton.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailstatusbar.c Use accessor functions to access GtkStatusbar 2010-07-13 19:40:50 +02:00
gailstatusbar.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailsubmenuitem.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailsubmenuitem.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailtextcell.c cellrenderer: Merge GtkCellSizeRequest into GtkCellRenderer 2010-09-26 15:11:45 +02:00
gailtextcell.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailtextview.c Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
gailtextview.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailtogglebutton.c modules/other/gail/gailtogglebutton.c: Add/remove indeterminate state 2010-08-29 19:21:05 +02:00
gailtogglebutton.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailtoplevel.c Gail: use accessor functions to access GtkWidget 2010-08-22 18:32:43 +02:00
gailtoplevel.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailtreeview.c Gail: use accessor functions to access GtkWidget 2010-08-22 18:32:43 +02:00
gailtreeview.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailutil.c gail: Use accessor functions to access GtkWindow 2010-08-23 20:17:49 +02:00
gailutil.h Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268. 2007-12-25 10:01:14 +00:00
gailwidget.c Gail: use accessor functions to access GtkWidget 2010-08-22 18:32:43 +02:00
gailwidget.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
gailwindow.c gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visual 2010-09-26 15:11:33 +02:00
gailwindow.h include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> 2008-05-28 12:59:48 +00:00
Makefile.am Fix build of gail after GtkItem removal 2010-09-09 00:51:08 -04:00