Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > fd66a887d1be690bcbc8e6be97b46ce7 > files > 24

divider-applet-1.99.1-1mdv2008.1.i586.rpm

Tue Feb 25 10:36:51 2003  John Ellis  <johne@bellatlantic.net>

	* README: Updates.
	* main.c: Increase the applet widget size by 2 in each direction so that
	the focus outline is drawn outside the image.
	* configure.in: Release 1.99.1

Tue Feb 25 10:35:31 2003  John Ellis  <johne@bellatlantic.net>

	* line_in.png, line_out.png, oval_bumped.png ,oval_dimpled.png,
	oval_divet.png, oval_ridge.png: Added a few new styles.


Mon Feb 24 16:19:47 2003  John Ellis  <johne@bellatlantic.net>

	* divider-applet.schemas: Changed shift_enabled to shift_enable to be
	consistent with properties.c.
	* divider.h, main.c, properties.c: Fixes and changes for compiling
	with -DG_DISABLE_DEPRECATED. Fixed use of freed mem that occurs on
	theme selection in style_set. Changed image clist to a treeview.

Mon Feb 24 11:47:45 2003  John Ellis  <johne@bellatlantic.net>

	* main.c: Change from using a drawing area to a gtk_image for the
	display. Also fixes to better handle the focus outline in 2.2 panel.
	* properties.c: Fixed the color shift value retrieval from the
	gnome color picker (down shift value 8 bits).

Fri Feb 21 11:02:02 2003  John Ellis  <johne@bellatlantic.net>

	* main.c: Disconnect and close the preferences window when an applet
	instance is destroyed.

Sun Feb 16 09:01:49 2003  John Ellis  <johne@bellatlantic.net>

	* README, TODO: Updated.
	* divider_applet.spec.in: Fixes.
	* configure.in: Release 1.99.0

Sun Feb 16 08:34:19 2003  John Ellis  <johne@bellatlantic.net>

	* Makefile.am, autogen.sh, configure.in: Changes for GNOME 2 build.
	* divider_applet.spec.in, POTFILES.in: GNOME 2 changes.
	* divider.h, main.c, properties.c: Ported to GNOME 2.
	* GNOME_DividerApplet.server.in.in, GNOME_DividerApplet.xml,
	divider-applet.schemas: New files.
	* acconfig.h, divider_applet.desktop: Removed files.

Sun Feb 24 17:16:55 2002  John Ellis  <johne@bellatlantic.net>

	* README: Updated.
	* configure.in, Makefile.am: Fixes.
	* divider_applet.spec.in: Update to new rpm stuff.
	* main.c: Updated about dialog.
	* configure.in: Release 1.0.2

Sun Nov 11 23:43:47 2001  John Ellis  <johne@bellatlantic.net>

	* autogen.sh: Added gettextize and fixups.
	* po/POTFILES.in: Updated (added files).
	* Makefile.am, src/Makefile.am: Make distcheck now works.
	* divider_applet.spec.in: Install the icon.
	* divider_applet.desktop: Use newer icon.
	* configure.in: Release 1.0.1

Sun Nov 11 23:20:47 2001  John Ellis  <johne@bellatlantic.net>

	* Makefile.am, acconfig.h, configure.in: Fixes for applet install
	dir != gnome install dir. Make compile work on gnome 1.4
	* README, TODO: Updated.
	* divider_appley.spec.in: Updates for dir structure.
	* divider.h, main.c, pixbuf_ops.[ch], properties.c: Copyright updates,
	connect to style_set signal.
	* macros: Removed this directory - the new checks are less accurate,
	but at least they work on a normal install of gnome 1.4.

Mon Oct 23 16:44:09 2000  John Ellis  <johne@bellatlantic.net>

	* divider.h, properties.c: Some const * stuff, fix apply_cb to check
	page number.

Mon Jun  5 19:49:06 2000  John Ellis  <johne@bellatlantic.net>

	* configure.in: Release 1.0.0
	* README, divider_applet.spec.in: Updated.
	* pixbuf_ops.c: Fix a few division off by one's. ??

Fri Apr 14 15:47:30 2000  John Ellis  <johne@bellatlantic.net>

	* release 0.9.1

Fri Apr 14 15:21:48 2000  John Ellis  <johne@bellatlantic.net>

	* Makefile.am, divider_applet.spec.in: Include spec file for rpm -tb.
	* README: Updated.

Thu Apr 13 18:00:11 2000  John Ellis  <johne@bellatlantic.net>

	* main.c: Fixes for gdk-pixbuf 0.7.0 API.
	* configure.in, Makefile.am: Do proper gdk-pixbuf test, bump version
	to 0.9.1

Fri Mar 31 20:00:49 2000  John Ellis  <johne@bellatlantic.net>

	* divider.h, main.c, properties.c: Added color shift option.
	* pixbuf_ops.[ch]: Added option to pixbuf_copy_area to allow copying
	of the alpha channel too.

Fri Mar 31 16:58:22 2000  John Ellis  <johne@bellatlantic.net>

	* main.c (style_backing_sync_idle): Add idle signal to fix 'new style
	does not sync background bug'. We seem to be missing a do_draw signal
	under some resize situations.

Fri Mar 31 16:57:39 2000  John Ellis  <johne@bellatlantic.net>

	* First ChangeLog entry, we are at a state to start makeing them :)