Commit 7131beb
committed
Added cursor hiding, Fixed fullscreen sync, fixed ui resizing, Updated gotk3
Now during periods of inactivity, while in fullscreen, the mouse cursor
will be hidden along with the HUD. The idea is to reduce distractions in
fullscreen.
Fixed fullscreen state sometimes getting out-of-sync. This could happen
if your Window Manager has a mechanism (like a hot-key) for making a
window fullscreen. Internally the toggleFullscreen message was replaced
with setFullscreen. A new window-state-event was added and cbxv commands
now just set the window to Fullscreen or non-Fullscreen. The change in ui
state, regardless of the cause, is caught in the window-state-event and
the setFullscreen message is sent internally to update the model's
fullscreen state.
Fixed ui (header and nav) refusing to resize when no book was open. This
was mainly cosmetic as there's almost nothing for these components to do
when no book is open, but it was ugly.
Updated gotk3 dependency to get the latest improvements.1 parent 95ed0a9 commit 7131beb
File tree
6 files changed
+20
-17
lines changed- cmd/cbxv
- internal/ui
6 files changed
+20
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 123 | + | |
| 124 | + | |
127 | 125 | | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
| |||
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 112 | | |
118 | 113 | | |
119 | 114 | | |
| |||
181 | 176 | | |
182 | 177 | | |
183 | 178 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | 179 | | |
| 180 | + | |
| 181 | + | |
188 | 182 | | |
189 | 183 | | |
190 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
40 | 50 | | |
41 | 51 | | |
42 | 52 | | |
| |||
0 commit comments