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
|
-- AUTHORS for Fluxbox
Author/Project leader:
Henrik Kinnunen <fluxgen(at)fluxbox.org>
Main developers:
Henrik Kinnunen <fluxgen(at)fluxbox.org>
Simon Bowden <rathnor(at)fluxbox.org>
Contributors:
Joel Carlbark <skypher(at)linuxmail.org>
- suggestions, bug reports, beta testing, styles
and some code.
Cleas Nästén <pekdon(at)gmx.net>
- suggestions, bug reports, beta testing and
Tab placement/alignment and Xinerama code.
Johan Andersson <xfs(at)linux.se>
- suggestions, bug reports and beta testing
Oliwier Ptak <aleczapka(at)gmx.net>
- suggestions, styles and webpage
Paul W Brannan <pbrannan(at)atdesk.com>
- consulting, code clean up
Rando Christensen <rando(at)babblica.net>
- Documentation
Takashi KATAYAMA <valcyrie(at)hi-ho.ne.jp>
- Japanese translation
Miroslav Iordanov <m_iordo(at)yahoo.com>
- Bulgarian translation
Luis Medinas <metalgodin(at)excite.com>
- Portuguese translation
Stanislav Karchebny <berk(at)madfire.net>
- minor additions, fixes, cleanups...
Steve Cooper <stevencooper(at)isomedia.com>
- Workspace warping, window cycling with optional parameters,
slit order
Han Boetes <han(at)mijncomputer.nl>
- RPM Packaging, debugging and scripts.
Jeramy B. Smith
- Packaging assistance, gnome and kde menu system.
Artis Trops <hornet at navigator.lv >
- Latvian Localisation
Xavier Brouckaert <xbr(at)info.ucl.ac.be>
- infamous "remember patch", now integrated into main
-- AUTHORS for Blackbox 0.61.1 - an X11 Window manager
Author:
Brad Hughes <bhughes(at)trolltech.com>
Co-author:
Jeff Raven <jraven(at)psu.edu>
Contributors:
Jeffrey Sean Connell <ankh(at)canuck.gen.nz>
- debugger class code (ommited from sources)
Frank Belew <frb(at)umr.edu>
- dgradient code
Scott Garner <mrfab(at)arn.net>
- suggestions, bug reports and beta testing (*the* beta moron)
David Doan <ddoan(at)usa.net>
- testing of 8bpp code
Mark Seward <illuzion(at)paradise.net.nz>
- beta testing, bug reports and 32bpp testing
Keith Bolland <prime(at)strip.net.nz>
- beta testing, bug reports and suggestions
James Spooner <spoons(at)xtra.co.nz>
- beta testing, bug reports
Fred Knieper <derf(at)tamu.edu>
- beta testing, bug reports
Steve Udell <hettar(at)teleport.com>
- beta testing, bug reports, questions (very good ones)
Gregory Barlow <barlowg(at)ncssm-server.ncssm.edu>
- bug reports and patches/suggestions (original middle click advocate)
Dyon Balding <dyon.balding(at)eng.monash.edu.au>
- patch for Smart(er)Placement window placement
Mike Cole <mike(at)mydot.com>
- co-author/hacker of Image.cc (local LUG buddy)
John Kennis <jkennis(at)chello.nl>
- author of bbtools/beta testing/bug reports
Wilbert Berendsen <wbsoft(at)xs4all.nl>
- author of blackbox/bsetroot manpages
I would also like to thank the creators of WindowMaker. Reading the existing
code has helped me immensely, and the BImage class follows the RImage data type
very closely (the 8bpp code and dithering code was based off of WindowMaker's
wrlib).
I recently stumbled upon a library called ccmalloc (which is included in the
source tarball with blackbox) that has helped me immensely. Many thanks to
Armin Biere <armin(at)ira.uka.de> for this debugging aid.
|