-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
244 lines (228 loc) · 7.19 KB
/
NEWS
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
phoc 0.39.0
-----------
Released May 2024
* Allow to configure what unidles / unblanks the screen via GM_WAKUP_KEY_* udev
attributes
* Animate always-on-top toggling
* Fix window cycle order
* Speed up build by separating generated sources and headers
* Documentation improvements
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/363
* Contributors:
* Guido Günther
* MoonlightWave-12
* Sam Day
phoc 0.38.0
-----------
Released April 2024
* Allow views to be always-on-top
* Allow move-to-corner via keybindings
* Allow clients to check if there's a hardware keyboard
* Update to wlroots 0.17.2
* Fractional scale fixes
* Bump layer-shell version to 3
* Make Subsurfaces and Popups GObjects
* More internal cleanups and fixes
* Validate more files during build
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/98
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/364
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/342
* Contributors:
* Guido Günther
phoc 0.37.0
-----------
Released March 2024
* Switch to wlr_render_pass
* Allow to configure an output's scale-filte rmode
* Support fractional-scale-v1 protocol
* More bugfixes, internal restructuring and cleanups
* Improve output mapping when running nested
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/344
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/346
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/345
* Contributors:
* Guido Günther
* Sergey Lisov
phoc 0.36.0
-----------
Released February 2024
* More internal cleanups and improvements. This time mostly around
decoration handling.
* Improve ci checks
* Fix some issues found by static analyzers
* Issues fixed:
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/322
* Contributors:
* Guido Günther
phoc 0.35.0
-----------
Released Januar 2024
* Make using dtrace probes easy and add some useful tracing scripts
* Fix more popup and fullscreen related issues
* Update to wlroots 0.17.1
* Issues fixed:
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/355
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/356
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/357
* Contributors:
* Guido Günther
* Paul Cercueil
phoc 0.34.0~beta1
-----------------
Released November 2023
* Switch to wlroots 0.17.0 prompting lots of internal modernization
* New protocols:
- xwayland-shell-v1 (needed for XWayland only)
- security-context-v1 (to limit protocol access for e.g. flatpaks)
* Dropped protocols:
- org_kde_kwin_idle
* Support wlr_output_config's tests request
(wlr-randr --dryrun …)
* Send dmabuf feedback for fullscreen views
* Improve and document output configuration via phoc.ini
* Drag and drop on touchscreen fixes
* Fix nested phoc with multiple outputs
* Switch to gmobile 0.0.4
* Switch to glib 2.74
* Issues fixed:
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/327
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/328
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/347
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/348
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/349
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/350
- https://gitlab.gnome.org/World/Phosh/phoc/-/issues/354
* Contributors:
* Guido Günther
phoc 0.33.0
-----------
Released October 2023
* Add support for ext-idle-notify-v1
* Issues fixed:
https://gitlab.gnome.org/World/Phosh/phoc/-/issues/339
* Contributors:
* Guido Günther
phoc 0.32.0
-----------
Released October 2023
* Fix several (mostly popup related) rendering issues
* Fix keyboard elevation corner case
* Handle move window to output above/below keybinding
* More internal cleanups
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/303
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/334
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/336
* Contributors:
* Guido Günther
phoc 0.31.0
-----------
Released September 2023
* Suggest window state changes when mouse/touch dragging
* Better support for lid and tablet mode switches
* Reduce CPU usage on every frame
* Various damage tracking fixes triggered by the wlroots 0.16.2 switch
* Better handle xdg-activation tokens
* Unbreak copy/paste for X11 apps
* More internal cleanups
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/203
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/309
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/326
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/331
* Contributors:
* Guido Günther
phoc 0.30.0
-----------
Released August 2023
* Switch to wlroots 0.16.2
* Drop git submodules in favour of meson subprojects
Patches are now in subprojects/packagefiles/
* Switch to xdg-shell 5
* More internal cleanups
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/324
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/325
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/272
* Contributors:
* Guido Günther
* Sebastian Krzyszkowiak
phoc 0.29.0
-----------
Released July 2023
* Fix cutout rendering in landscape mode
* Contributors:
* Guido Günther
phoc 0.28.0
-----------
Released Mai 2023
* Support layer shell transparency and add protocol bits for this
* Handle <super> key
* Properly reveal OSK for fullscreen surfaces too
* Smooth mapping of new toplevels when not in auto-maximize mode
* Issues fixed:
https://gitlab.gnome.org/World/Phosh/phosh/-/issues/563
* Contributors:
* Alistair Francis
* Guido Günther
* Newbyte
* Sebastian Krzyszkowiak
phoc 0.27.0
------------
Released April 2023
* Let idle-inhibit report the app's id
* More cleanups around views and xwayland surfaces
* Several crash fixes when clients misuse protocols
* End animations at the correct frame
* Fix fullscreen surfaces with popups
* Fix fullscreen electron apps
* Rework settings to make it more flexible for tests
* Add manpage
* Issues fixed
https://gitlab.gnome.org/World/Phosh/phoc/-/issues/245
https://gitlab.gnome.org/World/Phosh/phoc/-/issues/299
* Contributors:
* Guido Günther
* Sam Hewitt
phoc 0.26.0
-----------
Released March 2023
* Implement input method keyboard grab
* Fix display not coming up again after fast
blank/unblank on some devices like PP and PPP.
* Forward key releases for grabbed keys to phosh as well
* Lots of internal rework for consistency and in
preparation for upcoming changes
* Lots of test suite cleanups that allow to pass
it under ASAN.
* Issues fixed
https://gitlab.gnome.org/World/Phosh/phoc/-/issues/143
https://gitlab.gnome.org/World/Phosh/phoc/-/issues/173
https://gitlab.gnome.org/World/Phosh/phoc/-/issues/186
https://gitlab.gnome.org/World/Phosh/phoc/-/issues/248
https://gitlab.gnome.org/World/Phosh/phosh/-/issues/900
* Contributors:
* Affe Null
* Guido Günther
phoc 0.25.0
-----------
Released February 2023
* Allow client to handle the power key
* Allow to render notches and cutouts
* Contributors:
Guido Günther
phoc 0.24.0
-----------
Released January 2023
* LayerSurface(effects) robustness
* Contributors:
Guido Günther
phoc 0.23.0
-----------
Released January 2023
* Fix pixman renderer
* Contributors:
Guido Günther