-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
120 lines (109 loc) · 4.3 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
111
112
113
114
115
116
117
118
119
120
0.1.10
Minor ui fix.
Added -ontop option to put decorations above other windows.
Fixed deprecated calls to sscanf.
Settled objects now keep current anim when settled.
Better window settling.
Speed tweaks.
Added extra halloween falling images.
Clear window/bottom snow on config change.
Code clean.
Bad window bug fix.
Removed refs to usewindow/usebuffer.
Speed improvements.
Options -usewindow/-usebuffer now ignored from config file/command line.
Now requires double buffering ( needs X11/extensions/Xdbe.h ).
Added falling pumpkins to Halloween theme.
Added gpl txt to $(pkgdatadir)/docs.
Added example config file to $(pkgdatadir)/docs.
Fixed some info errors in manpage.
Updated manpage.
0.1.9
Added manpage.
Added path to pixmaps folder to config and options.
moved to autotools project.
Re-arranged layers so that flyers trees and figures don't appear in front of settled snow.
0.1.8
Lamps now in front of falling.
Fixed lampflash number not being updated when using watchconfig.
Code clean.
Added strip command to Makefile.
Added CFLAGS/PREFIX to Makefile, commandline can override.
Snow on windows now in front of figures and flyers.
0.1.7
Installed INSTALL file to /usr/share/doc/XDecorations/.
This is the last release that will write to the root window as most distros seem to block this one way or another.
Settling snow etc does NOT work on ubuntu unity but is fine for xfce,kde,mint gnome,lxde.
Added y offsets for snow etc settling on windows.
Added y offsets for snow etc settling on bottom.
Added packaging script thanks to Mario for that.
Added different max settling height to windows.
Changed some option names.
Added falling settling on windows.
Split source code into seperate files.
Added falling settling at bottom of screen.
0.1.7
Added 'retro' xsnow snow, for us old timer's.
Installed example config to /usr/share/doc/XDecorations/xdecorations.rc.
Added doc folder to /usr/share/doc.
Falling snow etc now settles at bottom of window.
0.1.6
Added new snowmen.
Added 2 different size santas.
Added new Xmas tree lights.
Added 2 new Xmas trees.
0.1.5
Can now change figure/tree/lamps variables from watched configfile.
Can now change falling/flying variables from watched configfile.
falling objects speed etc re randomized after reaching bottom.
Started to add watch config.
Can now set flyer image chosen from random loaded flyers ( default ) or sequentially ( use negative number ).
Can now set the number of flying objects.
Added clouds to Autumn.
Can now write config file to stdout ( use - as the argument to writeconfig ).
Added 'Weather' theme.
Added -minfallspeed to options.
Added rain to Autumn ( You can tell I live in England! ).
Falling animations now go either backward or fowards randomly.
Gusts now affect flyers.
Added two extra lamp sets to xmas theme.
Added different flash types to lamps.
Added animations to flying objects.
Randomized anim start position of falling objects.
0.1.4
Split Themes into seperate folders.
Added animations for falling objects.
added -noconfig to options to not load the default config file ~/.config/xdecorations.rc
Changed -holiday to -theme.
Added gusting wind.
Added double buffering.
Added theme "Autumn"
Added falling objects.
0.1.3
Default is now to use a transparent window instead of writing to the root window.
Fixed tinsel bug.
Added -no-usewindow option to overide config file/default setting.
Added true transparency, needs to be run in window with composite manager.
Changed image format from XPM to PNG.
Added -usewindow option, to use big transparent window instead of writing to root window.
Added imlib2 dependency.
0.1.2
Fixed not reloading config file properly before using -writeconfig.
Now no limits on number of lamps.
Now no limits on number of figures.
Now no limits on number of tree lamps.
Now no limits on number of trees.
Updated -help.
Added -writeconfig to command line to write out a new config file including currently loaded config file,defaults and commandline options.
Removed unneeded sanity check.
Now only loads the needed xpm files.
0.1.1
Added INSTALL file.
Added out of bounds check for figure number/tree number/lamp number.
Added -configfile option to command line to use a different config file.
Added -figurenumber to command line and config file.
Added multiple figures.
Added -lampset option to command line and config file.
Added multiple lamps.
0.1.0
First release.