Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > c4f74b0fc5957ba593fc7ed5f3ee97e4 > files > 4

icon-slicer-0.3-8.mga5.x86_64.rpm

Wed Jun 25 16:19:50 2003  Owen Taylor  <otaylor@redhat.com>

	* === Released 0.3 ===

	* configure.ac: Version 0.3.

	* README: Add some simple installation instructions,
	various edits, add working install/uninstall rules.

	* src/themefile.[ch] src/main.c examples/sample.icontheme README:
	Split outputdir into 'sizedir' and 'typedir' to allow
	inter-directory symlinks.

Wed Jun 25 11:53:47 2003  Owen Taylor  <otaylor@redhat.com>

	* README src/themefile.[ch] src/main.c: Add 'spacing'
	'margin' attributes to <source> to allow more flexible
	grids.

	* src/main.c (main): Slice icons to gridsize rather than
	to pixel boundary.

2003-06-12  Owen Taylor  <otaylor@redhat.com>

	**** Massive rewrite from cursorthemegen into icon-slicer ****

2003-02-22  Matt Wilson  <msw@redhat.com>

	* main.c (cursor_source_find_image): use tmp_list =
	tmp_list->next;, not tmp_list = tmp_list++;
	(cursor_add_source): convert missing frames into warnings
	(cursor_theme_write_cursor): skip frames of size -1 (they're
	missing cursor files)

Tue Feb  4 14:52:27 2003  Owen Taylor  <otaylor@redhat.com>

	* main.c (cursor_theme_check_alias): Add a warning if
	the alias is defined but missing in the image. (#83252)

2003-01-17  Havoc Pennington  <hp@redhat.com>

	* Makefile.am (cursorthemegen_SOURCES): fix distcheck

Thu Jan 16 15:25:47 2003  Owen Taylor  <otaylor@redhat.com>

	* README: Add, add some docs.

	* main.c themefile.c cursortheme.h: Put under MIT-style
	license.

	* Makefile.am generic.cursortheme sample.cursortheme:
	Rename generic.cursortheme => sample.cursortheme

Wed Jan 15 23:48:39 2003  Owen Taylor  <otaylor@redhat.com>

	* main.c themefile.c: Use a hash table instead of a 
	list of cursors.

	* themefile.c generic.cursortheme: Remove <sources> element, 
	put <source> elements directly under <theme> node.

	* themefile.c generic.cursortheme: Rename <rows> element to
	<layout>.

Wed Jan 15 18:25:24 2003  Owen Taylor  <otaylor@redhat.com>

	* Import sources into CVS, start ChangeLog