-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
111 lines (69 loc) · 3.44 KB
/
ChangeLog
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
2013-1-21 Allan wirth <[email protected]>
* hot-babe.c: Upgrade to GDK3
Switch to using system data/config dirs
* loader.c: Upgrade to GDK3
* loader.h: Upgrade to GDK3
2012-9-01 Allan Wirth <[email protected]>
* hot-babe.c: Added short options -D for --dir and -g for --geomtry
Improved option parsing to use getopt_long
Moved constants to def.h
Removed constant size string buffers
Removed deprecated calls to gdk_exit
Removed global variables
Replaced fgets with getline
Updated to use cairo for drawing
Added compositing support
* loader.c: Removed constant size string buffers
Handle error condition for unparsable GdkPixbuf
Moved constants to def.h
Replaced fgets with getline
* def.h: Added
* hot-babe.1: Updated
* Incremented version number to 0.3
2004-12-05 Cypou <[email protected]>
* hot-babe.c: Added option --version, -v
Bugfix when the number of pictures was not 5,
resulting on awful colors.
Inform the wm that hot-babe is a dock
(I really didn't check it)
Added option --geometry to position the hot-babe
* Added hot-babe pixmap
* hot-babe.1: Updated
2004-12-04 Cypou <[email protected]>
* Added configuration example file
* hot-babe.c: Fixed segfault when the number of pictures was smaller than 5
Added support of a user configuration and pictures directory
Fixed some include missing for FreeBSD
* hot-babe.1: Updated
* Makefile: Fixed to follow right DESTDIR/PREFIX usage ;-)
2004-11-14 Cypou <[email protected]>
* Added copyright file
* LICENSE is now the 'Artistic License'.
2004-11-13 Temsa <[email protected]>
* loader.c: porting to gdk2, just some tricky modification for the new API
* Makefile: porting to gdk2/gdk-pixbuf2, using pkg-config
2004-10-20 Roman Bogorodskiy <[email protected]>
* Makefile: FreeBSD port
* hot-babe.c: FreeBSD port: use of sysctl "kern.cp_time"
2004-09-13 Cypou <[email protected]>
* added new options in man page
* updated Makefile
2004-08-25 Cypou <[email protected]>
* loader.c: Used to load a set of images from a directory
* hot-babe.c: Use of loader.c, added small optimisations, added a -n
(--nice) option to automatically nice the hot-babe.i
Added --dir option to specify another images directory.
2004-08-22 DindinX <[email protected]>
* hot-babe.c: Don't divide by zero (reported by different people),
some small optimisations, too.
2002-09-21 DindinX <[email protected]>
* hot-babe.c: applied a patch by Pascal Terjan <[email protected]>
which add the -N (--noNice) command line option. With this
option, the reniced processes aren't counted. This is usefull
if you use seti@home or distributed.net, which always eat
almost all the CPU.
* hot-babe.1: added from the debian package, and somewhat improved it.
Added the -N option description.
2002-09-20 DindinX <[email protected]>
* hot-babe.c: added a missing #include <string.h>
reported by Gilles Cuesta <[email protected]>