gtk3/gdk-pixbuf
Havoc Pennington 1b3c921437 Handle case where we need to parse the xsetting as if it were an RC file
2001-05-10  Havoc Pennington  <hp@redhat.com>

	* gtk/gtksettings.c (gtk_settings_get_property): Handle case where
	we need to parse the xsetting as if it were an RC file string.

	* gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
	value of palette from settings, not from static variable

	* gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
	xsettings translation table

	* gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because
	hardcoding the toolbar style conflicts with new customizable
	toolbar style philosophy
	(gtk_toolbar_class_init): add settings for default toolbar style;
	these are used unless the app specifically forces a toolbar style

	* gtk/gtksettings.c (settings_install_property_parser): only
	return at the start if we warn and parser == NULL

	* gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
	palette changed handler so we don't notify dead color selections

	* gtk/gtkstyle.c (gtk_default_draw_shadow): handle
	xthickness/ythickness of 0 or 1 properly
	(gtk_default_draw_resize_grip): clear the background behind the
	resize grips, and align to bottom right if we square the
	area to be drawn.

	* gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on
	statusbar label to 1, so it doesn't make toplevels resize oddly
	(gtk_statusbar_size_request): add grip size to request
	(gtk_statusbar_size_allocate): hack so the hbox still works with
	the grip size in the request

	* gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix
	bug where showing all on a toplevel makes the toolbar
	button text appear despite the toolbar mode

	* gtk/gtkmenubar.c: add internal padding style property

	* gtk/gtktoolbar.c: Add internal padding style property; add
	shadow type style property

	* gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
	state; and put Container::border_width outside the frame

	* gtk/gtktextview.c: don't draw focus rectangle if we're in
	interior focus mode, we just use blinking cursor
2001-06-04 23:15:51 +00:00
..
pixops fix some shell typos 2001-05-07 15:58:47 +00:00
.cvsignore
ChangeLog Handle case where we need to parse the xsetting as if it were an RC file 2001-06-04 23:15:51 +00:00
gdk_pixbuf.def reflect Havoc's recent api change 2001-05-25 15:40:09 +00:00
gdk-pixbuf-animation.c fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-data.c
gdk-pixbuf-features.h.in
gdk-pixbuf-i18n.h
gdk-pixbuf-io.c
gdk-pixbuf-io.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-loader.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
gdk-pixbuf-loader.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-marshal.list
gdk-pixbuf-private.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-scale.c
gdk-pixbuf-util.c Handle case where we need to parse the xsetting as if it were an RC file 2001-06-04 23:15:51 +00:00
gdk-pixbuf-xform.c
gdk-pixbuf.c fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf.h Fix prototype to use "(void)" instead of "()". 2001-05-29 23:28:28 +00:00
io-bmp.c Patch from Helmethead <hoshem@mel.comcen.com.au> to fix up bmp decoder to: 2001-05-28 18:28:16 +00:00
io-gif-animation.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-gif-animation.h fix some shell typos 2001-05-07 15:58:47 +00:00
io-gif.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
io-ico.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-jpeg.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-png.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
io-pnm.c patch from Szekeres Istvan, bug #52560 2001-06-04 20:31:51 +00:00
io-ras.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-tiff.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
io-wbmp.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-xbm.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-xpm.c fix some shell typos 2001-05-07 15:58:47 +00:00
make-inline-pixbuf.c
Makefile.am Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
makefile.mingw.in
makefile.msc
pixbufloader_bmp.def
pixbufloader_gif.def
pixbufloader_ico.def
pixbufloader_jpeg.def
pixbufloader_png.def
pixbufloader_pnm.def
pixbufloader_ras.def
pixbufloader_tiff.def
pixbufloader_wbmp.def
pixbufloader_xbm.def
pixbufloader_xpm.def
test-gdk-pixbuf.c
test-images.h Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
test-loaders.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00