gtk2/docs/reference/gtk
Owen Taylor dda40ca71a Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to
2005-05-11  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea
	to draw the swatch in to avoid having an extraneous window.

	* gtk/gtkcolorsel.c (color_sample_draw_sample): Actually se tthe
	color when !has_opacity.

2005-05-10  Owen Taylor  <otaylor@redhat.com>

	* gdk/gdkcairo.[ch] gdk/gdkcolor.[ch] gdk/Makefile.am: Add source
	files for Cairo convenience functionality.

	* gdk/gdkcairo.h (gdk_cairo_rectangle, gdk_cairo_region): Add a
	convenience functions to add GdkRectangle, GdkRegion to a cairo path.

	* gdk/gdkwindow.c gdk/gdkgc.c gtk/gtkcolorsel.c gtk/gtkiconview.c
	gtk/gtkstyle.c: Use gdk_cairo_rectangle/region().

	* gdk/gdkcairo.[ch] gdk/gdkdrawable.h gdk/gdkdraw.c: Rename
	gdk_drawable_create_cairo_context() to gdk_cairo_create().

	* gdk/gdkcairo.c gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c:
	Rename gdk_pixbuf_set_as_cairo_source() to
	gdk_cairo_set_source_pixbuf().

	* gdk/gdkdraw.c gdk/gdkpango.c gtk/gtkcolorsel.c gtk/gtkhruler.c
	gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkstyle.c gtk/gtkvruler.c:
	Adjust for renames.

	* gdk/gdk.symbols: Update.

	* gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): Fix
	coordinate system problem that was causing the wrong portions
	to be invalidated.

	* gtk/gtkcellrenderer.c (gtk_cell_renderer_render)
	gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render)
	gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render)
	gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render)
	gtk/gtkcellview.c (gtk_cell_view_expose)
	gtk/gtkdnd.c (gtk_drag_highlight_expose)
	gtk/gtkentry.c (gtk_entry_draw_text)
	gtk/gtktextview.c (text_window_invalidate_rect): Some cairoization.

	* gtk/gtkcalendar.[ch]: Beat into something roughly resembling
	GTK+ style ... use instance-private data and standard names for
	private structure, etc. Move function docs inline.

	* gtk/gtkcalendar.[ch]: Switch to drawing everything in
	expose. Switch drawing to Cairo.

	* gtk/gtkcalendar.c (gtk_calendar_freeze): Deprecate
	gtk_calendar_freeze/thaw
2005-05-11 19:16:19 +00:00
..
images Add complex dialogs to gallery. 2004-12-07 06:22:19 +00:00
tmpl Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to 2005-05-11 19:16:19 +00:00
.cvsignore Resurrected documentation that got lost when the window parameter was 2003-07-29 09:08:22 +00:00
building.sgml Some updates 2005-01-16 04:12:43 +00:00
changes-1.2.sgml remove gtk- prefix from TreeView and a few other entities, more consistent 2002-01-06 21:09:26 +00:00
changes-2.0.sgml Add note about gtk_notebook_reorder_child(). 2002-03-01 15:40:12 +00:00
compiling.sgml Mention xxx_DISABLE_DEPRECATED and GDK_MULTIHEAD_SAFE. 2003-02-01 01:19:30 +00:00
framebuffer.sgml Add some forgotten functions. 2004-07-31 21:21:08 +00:00
glossary.xml Remove a dangling link. 2004-12-15 17:25:25 +00:00
gtk-docs.sgml Add an index for 2.8 symbols. 2005-01-18 21:05:36 +00:00
gtk-overrides.txt Remove GtkArgSetFunc, GtkArgGetFunc. 2001-06-04 19:08:59 +00:00
gtk-query-immodules-2.0.1 Add rule to regenerate man pages from Docbook. (man_MANS): Add 2003-06-17 00:37:28 +00:00
gtk-query-immodules-2.0.xml Add rule to regenerate man pages from Docbook. (man_MANS): Add 2003-06-17 00:37:28 +00:00
gtk-sections.txt Test DND. 2005-05-06 04:14:32 +00:00
gtk-update-icon-cache.1 Add a --quiet option. 2005-02-01 13:55:08 +00:00
gtk-update-icon-cache.xml Add a --quiet option. 2005-02-01 13:55:08 +00:00
gtk.types Re-add the #include 2004-11-19 04:23:08 +00:00
Makefile.am spell missing stock icons correctly. 2004-12-17 18:52:09 +00:00
migrating-checklist.sgml Add a missing semicolon to an entity. 2004-02-18 02:54:11 +00:00
migrating-GtkAboutDialog.sgml Markup fixes. 2004-11-05 06:07:44 +00:00
migrating-GtkAction.sgml Explain how to migrate non-stock icons. 2004-11-09 13:59:31 +00:00
migrating-GtkColorButton.sgml Markup fixes. 2004-11-05 06:07:44 +00:00
migrating-GtkComboBox.sgml Remove chapterinfo. 2004-10-11 06:11:06 +00:00
migrating-GtkFileChooser.sgml Put explicit <link> elements instead of #Symbol, because the latter 2004-02-27 22:06:40 +00:00
migrating-GtkIconView.sgml Markup fixes. 2004-11-05 06:07:44 +00:00
objects_grouped.sgml remove GtkPacker. 2001-10-05 21:26:48 +00:00
other_software.sgml half-finished docs on merging GTK with existing hunks of code (event loop 2002-04-30 15:58:51 +00:00
question_index.sgml Add a hint about hiding expanders. 2005-04-07 13:36:48 +00:00
resources.sgml Mention the need to subscribe to the GTK+ mailing lists. 2002-03-06 23:36:37 +00:00
running.sgml Add a new debug flag, geometry, to debug size allocation. 2004-10-08 15:26:02 +00:00
text_widget.sgml Fix some links. 2002-12-11 19:26:58 +00:00
tree_widget.sgml Minor update. 2004-05-14 13:53:37 +00:00
version.xml.in Add package version info to API docs. 2002-11-21 20:19:01 +00:00
visual_index.xml Add complex dialogs to gallery. 2004-12-07 06:22:19 +00:00
windows.sgml s/PRETEND_WIN9X/G_WIN32_PRETEND_WIN9X/. 2004-10-31 17:44:15 +00:00
x11.sgml Add some forgotten functions. 2004-07-31 21:21:08 +00:00