File: ChangeLog

package info (click to toggle)
fbdesk 1.4.1-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,496 kB
  • sloc: cpp: 11,046; sh: 8,775; makefile: 188
file content (53 lines) | stat: -rw-r--r-- 1,875 bytes parent folder | download | duplicates (3)
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
Changes for 1.4.1:
   * Fixed a shape bug which caused it to flicker.
   * Fixed an icon file parsing bug.
Changes for 1.4.0:
   * Imlib2 support:
     FbDesk can now load the following formats:
        xpm, png, jpg, jfi, jfif, pnm, ppm, pgm, pbm, pam,
        tga, gif and bmp.
   * Added new resource:
     fbdesk.textBackground: <color>
   * Added new resource:
     fbdesk.lockPositions: <bool>
     This will lock the position of the icons (also available in the menu)	
   * Fixed gcc-4.1 compile problems 
     (Thanks Andreas Bierfer andreas.bierfert at lowlatency.de )
Changes for 1.2.2:
   * Fixed --enable/disable-xpm configure option (Thanks Mathias Gumz)
   configure.in
Changes for 1.2.1:
   * Fixed startup bug
Changes for 1.2.0:
   * resource file changed to ~/.fluxbox/fbdesk
   * icons file change name to: ~/.fluxbox/fbdesk.icons
   * requires a window manager that supports NET WM spec
     (fluxbox development version > 0.9.* or cvs)
   * Fixed layering issues
     FbDesk should now be on bottom always
   * Added new resources: 
     fbdesk.textAlpha: <number between 0 and 255 (opaque)>
     fbdesk.iconAlpha: <number between 0 and 255 (opaque)>
   * Fixed bit depth issue in ImagePNG
   * Updated FbTk (Henrik)
Changes for 1.1.5:
   * GCC 3.3 fixes
Changes for 1.1.4:
   * Fixed text redrawing bug
   * some other minor stuff
Changes for 1.1.3:
   * Fixed expand ~ in icon image filename
   * Fixed bug in antialias toggle with rotated font
   * Added XError handler
   * Fixed whitespace removal before option in icon file
   * Fixed antialias toggle in menu with -na option
Changes for 1.1.2:
   * Fixed antialias in menu
   * Fixed faster moving
   * Fixed text placement of icon
     fbdesk.textPlacement resource
   * Fixed 32 to 16 bpp conv
Changes for 1.1.1:
   * Fixed a configure parser bug
   * Fixed png checking in the configure script