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
|
Uzbl would never be what it is today without the help of these people.
Special roles:
- global/C code management/QA: Dieter, Rob
- python code management/QA: Mason, Tom
- website/mailinglist/bugtracker/...: Dieter, Michael W.
In alphabetical order:
(bobpaul) - session script patches
(dequis) - Uzbl.run, birectional socket, javascript commands
(evocallaghan) - tiny patches
(israellevin) - toggle_zoom_type
(kmeaw) - fix for multibyte utf8 characters segfault
(mxf) - uzblcat
(neutralinsomniac) - load_progress = 0 fix
(salinasv) - move some variables to heap
(sentientswitch) - Cleaned up code. Added some commands.
(tczy) - patches
Aaron Griffin (phrakture) - Makefile patches to build on OSX
Abel Camarillo (00z) - various portability fixes, such as BSD fixes for Makefile and posix shell scripts
Aldrik Dunbar (n30n) - scroll % script
Andraž 'ruskie' Levstik - font_family patch
Andy Spencer - security fixes
Barak A. Pearlmutter - typo fix
Brendan Taylor (bct) - various bugfixes, making misc variables much better using expand(), refactoring some internal var stuff
Ciprian Dorin, Craciun - patches
Chris Mason - code snippets such as basic cookie handler
Chris van Dijk (quigybo) - work on uzbl_tabbed.py
Damien Leon - misc
Daniel M. Hackney - documentation cleanups
David Keijser - various C and python patches.
Devon Jones <devon.jones@gmail.com> - uzbl_tabbed: bring_to_front
Dieter Plaetinck (Dieter@be) <dieter AT plaetinck.be> - several contributions
Dusan Popovic (dusanx) - many contributions to early uzbl
Evgeny Grablyk - libsoup settings
Helmut Grohne (helmut) - move void **ptr to union, various fixes
Henri Kemppainen (DuClare) <email is akarinotengoku AT THE DOMAIN OF gmail.com> - many contributions, mostly old handler code
Igor Bogomazov - mouse ptr events
Jake Probst <jake.probst@gmail.com> - uzbl_tabbed: multiline tablist
James S Wheaton (uranther) - zoom level, test framework
Jan Kolkmeier (jouz) - scrolling, link following
Jason Woofenden (JasonWoof) - geometry=maximized, link following
Laurence Withers (lwithers) - talk_to_socket
Mark Nevill - misc patches
Mason Larobina - uzbl-tabbed.py, cookie-daemon, event-manager&plugins, ...
Maximilian Gaß (mxey) - several small patches
Michael Fiano (axionix) - added cookie_daemon.py whitelist
Michael Walker (Barrucadu) <mike AT barrucadu.co.uk> - contributions to early uzbl
Moritz Lenz - small doc fix
Nicolas Pouillard - refactored scroll command
Olivier Schwander - auto file:// prepend
Paweł Zuzelski (pawelz) - http auth handler, misc patches
Peter Suschlik - backwards searching
Přemysl Hrubý (anydot) <email is dfenze AT gmail.com> - several C contributions and cleanups
Robert Manea (robm) <email is rob DOT manea AT gmail DOT com> - C code all over the place
Sergey Shepelev (temoto) - doc patch
Simon Lipp (sloonz) - various patches, EM contributions
Sylvester Johansson (scj) - form filler script & different take on link follower
Tassilo Horn (tsdh) - $VISUAL patch
Thorsten Wilms - logo design
Tom Adams (holizz) - few patches, cookies.py, gtkplug/socket & proof of concept uzbl_tabbed.py, scheme_handler
Uli Schlachter (psychon) - basic mime_policy_cb & Makefile patch
Zane Ashby (HashBox) - Rewrote FIFO interface. Fixed various bugs.
Also, thanks to all people who've posted useful things to the mailing list and/or wiki.
Originaly based on http://trac.webkit.org/browser/trunk/WebKitTools/GtkLauncher/main.c
Which is copyrighted:
2006, 2007 Apple Inc
2007 Alp Toker <alp@atoker.com>
|