Commit graph

27 commits

Author SHA1 Message Date
project-repo
d1ae07ef5a Adapt to 2024. 2024-01-01 01:07:15 +01:00
project-repo
4b7f9a8bdd Adapt to wlroots 0.17.0 2023-12-21 19:24:10 +01:00
project-repo
0c0e9aa083 Add bs option 2023-03-06 17:42:40 +01:00
project-repo
b32659963c Fix SPDX-License-Identifier typo 2023-02-02 10:41:24 +01:00
project-repo
48f3a749aa Adjust copyright/licenso info to SPDX standard and 2023 2023-01-07 23:37:06 +01:00
project-repo
4e1c085568 Make compatible with wlroots 0.16 2023-01-05 18:42:23 +01:00
project-repo
c83aed6728 Remove view_title
- Do not set window title, as it cannot be read
  - Print PID in event instead of title to prevent information leaks
2022-12-29 16:09:33 +01:00
project-repo
5de047b141 Apply clang-format 2022-09-09 19:03:56 +02:00
project-repo
c5800b2223 Switch to wlr_scene api 2022-01-26 19:36:10 +01:00
project-repo
aff1de892b Add support for event notifications over ipc 2021-12-25 15:35:31 +01:00
project-repo
5693731705 Fix damage tracking for view children 2021-12-04 22:27:07 +01:00
project-repo
20ce9ae3a4 Fix bugs due to updated wlroots 2021-04-08 16:26:49 +02:00
project-repo
98eb1a4be8 Fix view_get_prev_view
* Fix view_get_prev_view function
  * Reduce code duplication
2021-03-25 10:28:46 +01:00
project-repo
0b97338738 Remove obsolete code get_geometry 2021-03-20 16:29:50 +01:00
project-repo
89d6272775 Adjust focussing algorithm
* Make algorithm which picks which view to focus more stable towards
    repeated insert-remove cycles.
  * Improve run-time of view_get_tile
2021-03-20 16:26:38 +01:00
project-repo
edceb0218d Prevent use-after-free on destroying unmapped views
Prior to this commit view->workspace was set on view creation. If
the output containing this view was subsequently destroyed,
the workspace was freed leading to a use-after-free when the
view was destroyed.
2020-10-09 13:13:31 +02:00
project-repo
67b4ecd843 Fix use-after-free when destroying popups 2020-09-18 07:37:27 +02:00
Cagebreak Signing Key 3
70d2448924 Apply clang-format 2020-09-12 17:22:16 +02:00
project-repo
4515ed8574 Fix crash when switching workspace
Prior to this commit, it was possible that view->workspace
was not the same as the workspace on which the view was displayed
leading to erroneous behaviour and crashes when closing
such a window.
2020-09-11 15:04:43 +02:00
Cagebreak Signing Key 3
b0aa100e3e Apply clang-format 2020-09-06 17:41:45 +02:00
project-repo
8778ace0ce Review header includes 2020-09-01 16:57:22 +02:00
project-repo
73e8db1fa3 Add support for closing windows 2020-08-25 15:15:31 +02:00
project-repo
a08b84b381 Fix rendering of cg_view_child objects 2020-07-18 11:48:14 +02:00
Cagebreak Signing Key 3
7aeb0eca6a Apply clang-format 2020-06-12 22:08:01 +02:00
project-repo
ecd620dd98 Fix popup rendering bug 2020-06-12 10:01:44 +02:00
project-repo
1661c449fb Fix rendering bugs 2020-06-03 15:50:38 +02:00
Cagebreak Signing Key 1
de6c07ca2a Release 1.0.0
- Add basic tiling compositor functionality
2020-02-17 17:28:35 +00:00