Commit graph

53 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
642bc148ca Add fix for layout changes on disconnect 2023-09-17 21:56:36 +02:00
project-repo
6b89645161 Tentative implementation of "permanent outputs" 2023-09-14 15:36:01 +02: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
d017f53a25 Apply clang-format 2023-01-06 19:10:48 +01:00
project-repo
7002b00b28 Add missing fields to ipc output 2023-01-06 08:46:08 +01:00
project-repo
4e1c085568 Make compatible with wlroots 0.16 2023-01-05 18:42:23 +01:00
project-repo
f640d75ba5 Remove quotes around integers in ipc output 2023-01-01 10:50:24 +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
494fd6444b Update view focus logic 2022-12-26 11:44:05 +01:00
project-repo
5de047b141 Apply clang-format 2022-09-09 19:03:56 +02:00
project-repo
60dbf4c8b1 Fix tile ordering on split 2022-04-26 07:46:26 +02:00
project-repo
2457a37da8 Change to json output for ipc messages 2022-04-24 15:43:53 +02:00
project-repo
da1f973532 Fix issues related to wlr_scene 2022-02-15 22:33:53 +01:00
project-repo
c5800b2223 Switch to wlr_scene api 2022-01-26 19:36:10 +01:00
project-repo
fd671ac2dd Apply clang-format 2021-12-25 15:38:31 +01:00
project-repo
aff1de892b Add support for event notifications over ipc 2021-12-25 15:35:31 +01:00
Cagebreak Signing Key 7
816fdeb953 Update year in copyright notices 2021-12-06 11:08:21 +01:00
project-repo
5693731705 Fix damage tracking for view children 2021-12-04 22:27:07 +01:00
project-repo
e4ebc1e292 Apply clang-format 2021-06-23 20:58:42 +02:00
project-repo
d57869d43a Add fixes for wlroots 0.14.0 2021-06-23 20:53:48 +02:00
Cagebreak Signing Key 3
9623ccd4d4 Apply clang-format 2021-04-19 20:24:03 +02: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
24e0681579 Apply clang-format 2021-03-20 16:31:11 +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
Cagebreak Signing Key 3
0c4b2c306b Apply clang-format 2021-01-10 19:52:31 +01:00
project-repo
90475c24cb Fix view_unmap 2021-01-01 14:42:50 +01:00
Cagebreak Signing Key 3
e16d118014 Apply clang-format 2020-10-10 11:29:35 +02: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
Cagebreak Signing Key 3
a042ae624a Apply clang-format 2020-09-19 20:01:57 +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
cd03381bc4 Fix rendering bug when closing subsurfaces 2020-09-12 09:49:51 +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
project-repo
8778ace0ce Review header includes 2020-09-01 16:57:22 +02:00
Cagebreak Signing Key 3
b0c6e54caf Apply clang-format 2020-08-15 22:49:33 +02:00
project-repo
5cb26b8063 Improve view_unmap algorithmics 2020-07-24 15:29:41 +02:00
Your Name
4623681030 Preparation for 1.3.3 release
- Bump version number
  - Apply clang-format
2020-07-18 17:59:27 +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
Cagebreak Signing Key 3
50c1268f5e Apply clang-format 2020-06-03 16:20:02 +02:00
project-repo
1661c449fb Fix rendering bugs 2020-06-03 15:50:38 +02:00
project-repo
5bd9164c3b Fix indentiing issues 2020-05-28 15:03:59 +02:00
project-repo
af6adcc973 Fix null pointer dereference warning 2020-05-21 17:17:11 +02:00
Cagebreak Signing Key 1
19e1407983 Fix remaining fanalyzer errors 2020-05-21 13:33:32 +00:00
project-repo
e7ca6d693f Fix crash on view destroy 2020-03-12 22:08:52 +01:00