Commit graph

36 commits

Author SHA1 Message Date
project-repo
db8dee68f5 Fix geometry of fullscreen views 2024-01-08 19:28:59 +01:00
project-repo
d1ae07ef5a Adapt to 2024. 2024-01-01 01:07:15 +01:00
project-repo
bb3d848537 Remove unnecessary fanalyzer pragmas. 2023-12-28 00:11:11 +01:00
project-repo
54e187932e Apply clang-format 2023-12-24 14:27:34 +01:00
project-repo
4b7f9a8bdd Adapt to wlroots 0.17.0 2023-12-21 19:24:10 +01:00
project-repo
6b89645161 Tentative implementation of "permanent outputs" 2023-09-14 15:36:01 +02: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
d017f53a25 Apply clang-format 2023-01-06 19:10:48 +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
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
b989fe50f0 Fix incompatibilities with wlroots 0.13.0 2021-04-08 07:39:14 +02:00
project-repo
0b97338738 Remove obsolete code get_geometry 2021-03-20 16:29:50 +01:00
project-repo
a2e0a55d2e Fix potential npd on view destroy. 2020-10-24 09:45:33 +02: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
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
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
989438a1cb Fix compilation under clang 2020-05-21 19:36:35 +02:00
Cagebreak Signing Key 1
d797032694 Manage fanalyzer warnings with pragmas 2020-05-21 08:27:07 +00:00
Cagebreak Signing Key 1
de6c07ca2a Release 1.0.0
- Add basic tiling compositor functionality
2020-02-17 17:28:35 +00:00