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 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
|
phoc 0.52.0
-----------
Released January 2026
* Fix preedit related issue that made preedit reappear in e.g. Chatty or Flare
* cutouts: Handle different corner radii
* Internal cleanups preparing for xdg-cutouts support
* Fix some shutdown corner case crashes
* Issues fixed:
* https://gitlab.com/schmiddi-on-mobile/flare/-/issues/272#note_2900347912
* Contributors:
* Guido Günther
phoc 0.51.0
-----------
Released November 2025
* Update to wlroots 0.19.2
* Exit cleanly on SIGTERM
* Internal cleanups and robustness fixes
* Contributors:
* Gotam Gorabh
* Guido Günther
* Sebastian Krzyszkowiak
phoc 0.50.0
-----------
Released September 2025
* Initial workspace support
* Usual bunch of bug fixes
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/415
* Contributors:
* Evangelos Ribeiro Tzaras
* Guido Günther
* Sebastian Krzyszkowiak
phoc 0.49.0
-----------
Released August 2025
* Add initial sysprof support
* Reject input in shell mode when shell is not up
* Add debug option to damage whole output
* Fix (use after free) crash on shell unlock
* Fix popup related crash
* Fix clang+musl build
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/411
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/228
* Contributors:
* Achill Gilgenast
* Guido Günther
phoc 0.48.0
-----------
Released June 2025
* Update to wlroots 0.19.0
* Save output configurations and restore them in the
single output case. Note: configuration in phoc.ini takes
precedence.
* Support adapative-sync
* New protocol support:
- shortcuts-inhibit
- ext-image-capture-source-v1
- ext-image-capture-copy-v1
* Updated protocol support:
- wp_presentation time version 2
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/405
* Contributors:
* Andrey Skvortsov
* Guido Günther
phoc 0.47.0
-----------
Released May 2025
* Allow to use wlroot's Vulkan renderer
* Several crash and robustness fixes
* Add --socket and --no-xwayland options
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/399
* Contributors:
* Guido Günther
phoc 0.46.0
-----------
Released March 2025
* New protocols: ext-foreign-toplevel-info, alpha-modifier-v1 protocol
* Add (optional) spinner animation to output shield
* Unify layer-surface and xdg-surface subsurface and popup handling
* Check `ID_INPUT_KEYBOARD` to identify hardware keyboards. This
allows e.g. flip phones to mark their T9 style keyboard as such.
* Allow X11 surfaces to use transparency
* Fix subsurface scaling when rendering to buffer
* Avoid stale inhibitors when forwarding to gnome-session
* Another round of fixes, internal cleanups and improvements
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/395
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/398
* Contributors:
* Guido Günther
* Sam Day
* Sebastian Krzyszkowiak
phoc 0.45.0
-----------
Released February 2025
* Use wlroots 0.18.x API (currently 0.18.2)
* Support xdg-shell's surface suspend for fully occluded windows
(e.g. when screen is locked)
* Smoothen output mode/scale/transform changes
* Fix touch point and damage tracking debugging
* Allow to enable/disable touch point and damage tracking debugging at
runtime
* Allow to tweak logging at runtime
* Allow for more useful startup logging
* Lots of internal modernization, cleanup and robustness fixes
* Improve popup reposition and submit less but more correct damage
* Backport several fixes and cleanups from our branch tracking
wlroots 0.19.x
* Make `PhocViewChild` and `PhocView` a bit more boring
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phosh/-/issues/1161
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/389
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/383
* Contributors:
* Guido Günther
phoc 0.44.0
-----------
Released December 2024
* Don't crash when foreign-toplevel requests (un)fullscreen
* Don't forget to notify about unfullscreen when tiling
* Internal cleanups for wlroots 0.18/0.19 switch
* Contributors:
* Guido Günther
phoc 0.43.0
-----------
Released November 2024
* Fix interaction between predit and pointer
* Fix flickering text bubbles in e.g. GTK4 text selection
* Disable direct scan out when we need the shell overlay
* Fix possible crash with XWayland surfaces
* Only show cursor when there was mouse movement
* Support cursor themes
* More cleanups and fixes
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/381
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/382
* Contributors:
* Evangelos Ribeiro Tzaras
* Guido Günther
* Sebastian Krzyszkowiak
phoc 0.42.0
-----------
Released September 2024
* Try harder to preserve preedit. This should make the behavior of on
screen keyboards that feature text prediction/correction (like
e.g. phosh-osk-stub) more predictable.
* Your usual round of internal cleanups
* Contributors:
* Guido Günther
phoc 0.41.0
-----------
Released August 2024
* Don't crash when idle-inhibit changes frequently
* Don't accept fling gesture when swiping in a non
swipeable direction
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/375
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/380
* Contributors:
* Guido Günther
phoc 0.40.1
-----------
Released July 2024
* Fix crash when OSK changes layers
* Contributors:
* Guido Günther
phoc 0.40.0
-----------
Released June 2024
* Detect fling gesture on layer surfaces
* Update to wlroots 0.17.3
* Apply drm panel orientation. This can be disabled via
phoc.ini. This might require adjustments to the mount matrix to make sensor
orientation match screen orientation.
* Fix assertions and crashes related to output removal
* Allow to tweak layer surface stacking
* Issues fixed:
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/284
* https://gitlab.gnome.org/World/Phosh/phosh/-/issues/792
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/257
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/155
* https://gitlab.gnome.org/World/Phosh/phoc/-/issues/192
* Contributors:
* Guido Günther
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 January 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
|