-
Notifications
You must be signed in to change notification settings - Fork 79
/
AUTHORS
165 lines (103 loc) · 3.85 KB
/
AUTHORS
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
Authors
*******
IMPORTANT: THIS DOCUMENT IS AUTOGENERATED. To update it, modify
docs/authors/index.rst in the QuickTile source distribution and run
docs/update_authors.sh
NOTE: Due to limitations in Sphinx's generation of text output,
attribution URLs are missing from this version and the textual
rendering of inline images is less than ideal. The HTML version
included in the QuickTile manual should be preferred where possible.
The Program
===========
QuickTile is primarily the work of Stephan Sokolow, however, it has
received various contributions over the years.
Thanks go out to the following people:
David Stygstra
Generalized the "move-to-center" command into the "move-to-*"
family of commands.
Fábio C. Barrionuevo da Luz
Fixed some permissioning warts in the install procedure.
Fritz Reichwald
Added "Gtk.init_check" in "quicktile.__main__" to work around a bug
in some builds of GTK as well as a "gi.require_version" that is
only necessary on some systems.
Gui Ambros
Identified the solution for a misalignment that occurs on HiDPI
screens.
Gustavo J A M Carneiro and Filip Van Raemdonck
Created the "gtkexcepthook" module in the form I started from.
Justin
Added the "horizontal-maximize", "vertical-maximize", and "move-to-
center" commands.
Matthias Putz
Fixed use of an uninitialized variable in a difficult-to-trigger
failure case.
Max Weiß
* Added the "KEYLOOKUP" dict to compensate for un-intuitive
omissions for the symbol names of common keys.
* Reworked the shebang to address the period when some Linux
distros lacked a **python2** binary while others linked
**python** to Python 3.
Oliver Gerlich
Corrected an omission on the list of dependencies for CentOS 7 and
possibly other Red Hat-family distros.
Stéphane Gourichon
* Researched how to create ".deb" packages
* Wrote "recompile_local_debian_package.sh"
* Set up the necessary package metadata for building a ".deb".
Stuart Axelbrooke
Corrected a flaw in the window-tiling heuristics which prevented
them from functioning correctly on especially large monitors.
Thomas Vander Stichele
Helped to clean up the API documentation during the ePyDoc era.
Valdis Vitolins
Added an omitted dependency on "python-setuptools" to "README.rst"
Valentin Agachi
Corrected window-layout calculations to use "round()" for pixel
values.
Yuting/Tim Xiao
Made the window-tiling heuristics more robust.
The Manual
==========
With the following exceptions, all text and illustrations in the
manual are copyright Stephan Sokolow.
It should be assumed that, as the contents of the API documentation
section are extracted from the source code, the copyright of a given
entry will be the same as the code it describes.
The text of the Alabaster theme for Sphinx, and any generated text
inserted by Sphinx are copyright their respective rightsholders.
Imagery
-------
The following illustrations are copyright David Stygstra:
* "bordered.svg"
* "bottom-left.svg"
* "bottom-right.svg"
* "bottom.svg"
* "fullscreen.svg"
* "horizontal-maximize.svg"
* "left.svg"
* "maximize.svg"
* "middle.svg"
* "minimize.svg"
* "move-to-bottom-left.svg"
* "move-to-bottom-right.svg"
* "move-to-bottom.svg"
* "move-to-center.svg"
* "move-to-left.svg"
* "move-to-right.svg"
* "move-to-top-left.svg"
* "move-to-top-right.svg"
* "move-to-top.svg"
* "right.svg"
* "shade.svg"
* "top-left.svg"
* "top-right.svg"
* "top.svg"
* "vertical-maximize.svg"
[image: bug.png][image] and [image: wrench.png][image] from the Silk
Icons set by Mark James are used under the Creative Commons
Attribution 2.5 license.
The [image: GPLv2+ License][image] badge is a locally cached copy of
an SVG file generated by Shields.io.
All other favicons and logos are copyright their respective owners and
used only to display favicon-style links to their owners' websites.