blob: f3f7d14d41e75d4df7426c59afeff8aa315a2999 (
plain)
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
|
2017-03-24 18:03:20 +0100 Mike Gabriel (5cdd15d)
* release 0.0.1 (HEAD, master)
2017-03-24 18:14:36 +0100 Mike Gabriel (2684310)
* Makefile: Fix clean rule.
2017-03-24 18:12:46 +0100 Mike Gabriel (76c2ffc)
* midori-display man page: Various improvements.
2017-03-24 18:01:18 +0100 Mike Gabriel (28a8cc6)
* midori-display.html: Add intentionally left blank default Midori
Display page.
2017-03-24 17:33:14 +0100 Mike Gabriel (60419db)
* midori-display.tex: Various textual fixes.
2017-03-24 17:10:30 +0100 Mike Gabriel (96f102d)
* midori-display.default: Be more explanatory about the different
URI_BLOCKLIST meanings.
2017-03-24 17:09:34 +0100 Mike Gabriel (1010831)
* midori-display.default: Mention default for HTTP_PROXY_URL
variable.
2017-03-24 17:00:15 +0100 Mike Gabriel (c9e7381)
* midori-display.default: Use same INACTIVITY_INTERVAL in
midori-display.defaults as in the script.
2017-03-24 16:58:35 +0100 Mike Gabriel (0da0682)
* midori-display.defaults: Move HIDE_IDLE_POINTER down, under
POINTER_BUTTON_MAP.
2017-03-24 16:57:47 +0100 Mike Gabriel (c309665)
* bin/midori-display: Update comment for POINTER_BUTTON_MAP defaults.
2017-03-24 16:56:59 +0100 Mike Gabriel (fcc4730)
* midori-display.default: Add POINTER_BUTTON_MAP to defaults file.
2017-03-24 16:48:42 +0100 Mike Gabriel (ac1a145)
* midori-display.default: Mention example for URI_BLOCKLIST.
2017-03-24 16:47:57 +0100 Mike Gabriel (c04643d)
* Drop DEBUG_DOWNLOADS, copy+paste artifact while deriving code from
impressive-display.
2017-03-24 16:46:37 +0100 Mike Gabriel (0ab9799)
* midori-display.default: Adapt the per-display settings (derived
from impressive-display.default) to midori-display."
2017-03-24 16:40:30 +0100 Mike Gabriel (a927436)
* Makefile: Provide minimal build and install ruleset.
2017-03-24 16:38:30 +0100 Mike Gabriel (8a2296b)
* Add VERSION file.
2017-03-23 17:31:39 +0100 Benjamin Schlüter (f39a860)
* midori-display.tex: Next batch of adjustments for midori-display.
(origin/master)
2017-03-23 14:55:21 +0100 Benjamin Schlüter (940129b)
* midori-display: Finished adjusting midor-display.1 (Manual).
2017-03-22 17:02:38 +0100 Benjamin Schlüter (c57f2e6)
* Partially wrote/rewrote midori-display.tex based off of *.tex for
impressive-display.
2017-03-22 15:54:24 +0100 Benjamin Schlüter (8bbf416)
* Added and adjusted config files and added first iteration of
midori-display.default file.
2017-03-22 15:52:58 +0100 Benjamin Schlüter (64a1e35)
* Added LICENSE-file to midori-display.
2017-03-21 19:40:27 +0100 Mike Gabriel (9653a82)
* X11 lock down: Disable the Control keys via xmodmap.
2017-03-21 19:37:19 +0100 Mike Gabriel (2e2c2f9)
* midori option: Don't allow JS to access X11 clipboard and print
without dialog window (if the user ever gets able to
print).
2017-03-21 19:36:16 +0100 Mike Gabriel (dccbae2)
* midori-display: Handle situations where the Xserver has died and
xprintidle does not produce output.
2017-03-21 19:11:10 +0100 Mike Gabriel (ed600a8)
* midori-display: Pointer tweaks... enable scrolling.
2017-03-21 19:07:47 +0100 Mike Gabriel (177a35c)
* midori-display: Silence any output from the midori process.
2017-03-21 18:50:33 +0100 Mike Gabriel (bb89bc9)
* midori-display: Remove debug code.
2017-03-21 18:49:27 +0100 Mike Gabriel (318bf17)
* midori-display: Only hack mouse pointer functionality if (a)
xmodmap is installed and (b) POINTER_BUTTON_MAP is a
non-empty string.
2017-03-21 17:17:15 +0100 Mike Gabriel (cb6e552)
* bin/midori-display: Initial version of the Midori Display
x-session-manager script. Derived from impressive-display.
|