Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/art/cursor/cursorthemegen/ChangeLog
blob: 40bcc7ed4fa2d86e4f0b49b71622a7175430c6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
2003-08-06  Alexander Larsson  <alexl@redhat.com>

	* main.c (cursor_get_image):
	Define variables at top of function.

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