Commit Graph

  • fd263041a0 check if monitor is null before setting gamma choc 2024-01-10 22:27:04 +08:00
  • a73afc66ab drop SLOC limit Leonardo Hernández Hernández 2023-10-11 23:40:16 -06:00
  • facbe57fcb drop wl_drm (wlroots!4397) Leonardo Hernández Hernández 2024-01-05 11:16:16 -06:00
  • f5b046ce9e prefer functionality over philosophy Leonardo Hernández Hernández 2023-10-11 23:26:59 -06:00
  • 6340989c8e add acknowledgment to djpohly Leonardo Hernández Hernández 2024-01-10 00:10:39 -06:00
  • 25e34e4d0c Destroy fullscreen node after moving clients off mon Ben Jargowsky 2024-01-06 17:29:39 -08:00
  • 668022bc90 don't send configure events to uninitialized xdg-toplevels Leonardo Hernández Hernández 2024-01-05 11:12:34 -06:00
  • c222468887 don't send configure events to uninitialized xdg-popups Leonardo Hernández Hernández 2024-01-05 10:01:16 -06:00
  • f3c4f72314 fix posible NULL-dereference in wl_surface.commit handler Leonardo Hernández Hernández 2024-01-01 00:51:01 -06:00
  • 05c263de45 only create wlr_presentation (wlroots!4482) Leonardo Hernández Hernández 2023-12-27 11:45:36 -06:00
  • bf35e77811 Merge remote-tracking branch 'upstream/main' into wlroots-next Leonardo Hernández Hernández 2023-12-27 11:22:11 -06:00
  • 6cbf8e9b80 unset DISPLAY before setting up xwayland Leonardo Hernández Hernández 2023-12-27 11:19:03 -06:00
  • d13015381b only execute the first keybinding Leonardo Hernández Hernández 2023-12-27 11:18:24 -06:00
  • e277d84c51 more style fixes Leonardo Hernández Hernández 2023-12-27 11:17:52 -06:00
  • bf5a6be73c Merge remote-tracking branch 'upstream/main' into wlroots-next Leonardo Hernández Hernández 2023-12-26 16:21:28 -06:00
  • 1f0afcfc28 create a wlr_keyboard_group for virtual keyboards Leonardo Hernández Hernández 2023-12-25 11:18:42 -06:00
  • 23fd312409 fix typo Leonardo Hernández Hernández 2023-12-18 14:08:09 -06:00
  • e39d931430 tie xdg_toplevel_decorations to Client Leonardo Hernández Hernández 2023-12-08 13:44:28 -06:00
  • 396840cdf2 Revert "nuke CSDs, hopefully for good!" Leonardo Hernández Hernández 2023-12-08 12:52:46 -06:00
  • a71b368483 Revert "remove typedef Decoration" Leonardo Hernández Hernández 2023-12-08 12:52:56 -06:00
  • 7afdc191fe style fixes Leonardo Hernández Hernández 2023-12-17 15:21:32 -06:00
  • 023efce6eb use wlr_keyboard_group to manage all keyboards David Donahue 2023-12-12 18:04:38 -07:00
  • fa660fb61e check toplevel resources Leonardo Hernández Hernández 2023-12-12 22:17:57 -06:00
  • 126a333354 Merge remote-tracking branch 'upstream/main' into wlroots-next Leonardo Hernández Hernández 2023-12-11 00:31:17 -06:00
  • 9a84789ff1 restore and respect rootcolor Dima Krasner 2023-12-08 08:22:57 +02:00
  • 49bfe92703 merge X11Managed and X11Unmanaged into X11 Leonardo Hernández Hernández 2023-12-10 23:44:33 -06:00
  • c88960751d check if a client is unmanaged checking the o-r flag Leonardo Hernández Hernández 2023-12-10 23:42:35 -06:00
  • 9c5bdcfbe8 do not blindly try to send motion events when pointer button is pressed Leonardo Hernández Hernández 2023-12-10 16:53:56 -06:00
  • 0de7d1aa71 Merge branch 'main' into wlroots-next Leonardo Hernández Hernández 2023-12-07 22:43:13 -06:00
  • 1884a07646 sort LISTEN calls in createnotify{,x11} Leonardo Hernández Hernández 2023-12-07 22:40:59 -06:00
  • 79c51a4584 use the same style for urgent() and sethints() Leonardo Hernández Hernández 2023-12-07 22:37:35 -06:00
  • f5d839844d remove an unneeded cast in createpointer() Leonardo Hernández Hernández 2023-12-07 22:37:00 -06:00
  • e03896b4d6 avoid duplication of lines Leonardo Hernández Hernández 2023-12-07 22:18:49 -06:00
  • e7e84b1083 add explanation about why we try to re-apply the gamma LUT on output changes Leonardo Hernández Hernández 2023-12-07 22:17:48 -06:00
  • 9694477b2f relax a bit the line length limit Leonardo Hernández Hernández 2023-12-07 22:16:13 -06:00
  • 6a15167754 add a blank line to improve readability Leonardo Hernández Hernández 2023-12-07 22:15:42 -06:00
  • e5e2d1c28f use (struct wlr_box){0} to empty the Monitor areas Leonardo Hernández Hernández 2023-12-07 22:04:24 -06:00
  • bdbfb45d66 copy layout symbol when matching a MonitorRule Leonardo Hernández Hernández 2023-12-07 21:51:24 -06:00
  • 50ea84c5f6 remove extra blank line Leonardo Hernández Hernández 2023-12-07 21:49:26 -06:00
  • 472a31b5a4 LayerSurface::link -> LayerSurface.link Leonardo Hernández Hernández 2023-12-07 21:48:56 -06:00
  • a760757b82 set the correct border color when mapping a client Leonardo Hernández Hernández 2023-12-07 21:44:53 -06:00
  • 80c9ad12ba reduce calls to client_get_geometry Leonardo Hernández Hernández 2023-12-07 21:43:48 -06:00
  • 7341d047da add a note about not removing the default rule Leonardo Hernández Hernández 2023-11-30 22:30:03 -06:00
  • be2a1dea26 Update README.md fictitiousexistence 2023-11-30 05:30:22 +00:00
  • 393078d80c store the layersurface pointer in l->popups->node.data as well Leonardo Hernández Hernández 2023-12-07 14:18:03 -06:00
  • 28ec843aee make sure popups of a layer surface are in the correct layer Leonardo Hernández Hernández 2023-12-07 14:09:10 -06:00
  • 2b3504e439 sort #includes Leonardo Hernández Hernández 2023-12-01 21:35:50 -06:00
  • bab5c0185a Merge remote-tracking branch 'upstream/main' into wlroots-next Leonardo Hernández Hernández 2023-11-30 22:44:52 -06:00
  • 5f7d396996 don't return early if the first output commit fails Leonardo Hernández Hernández 2023-11-30 22:22:21 -06:00
  • 901d2e2d9d check failure of wlr_output_init_render Leonardo Hernández Hernández 2023-11-30 22:17:30 -06:00
  • 00e867d536 use detached output state in createmon() Leonardo Hernández Hernández 2023-11-30 21:12:31 -06:00
  • 2e29189b92 use a detached output state in outputmgrapplyortest() Leonardo Hernández Hernández 2023-11-30 21:10:21 -06:00
  • 43f31b8f1b improve the bug report template Leonardo Hernández Hernández 2023-11-28 22:50:40 -06:00
  • ff39cac355 convert issue templates to yaml Leonardo Hernández Hernández 2023-11-28 20:44:30 -06:00
  • 70c5fcc23d chase xdg-shell events update (wlroots!4345) Leonardo Hernández Hernández 2023-11-23 14:06:45 -06:00
  • 3fe3581a59 chase wlr_layer_shell_v1.new_surface changes (wlroots!4265) Leonardo Hernández Hernández 2023-11-23 14:19:10 -06:00
  • 057d50af8c pass wl_display to wlr_output_layout_create (wlroots!4310) Leonardo Hernández Hernández 2023-11-23 10:56:01 -06:00
  • 2e4fdc1664 use l instead of layersurface Leonardo Hernández Hernández 2023-11-25 13:01:54 -06:00
  • b100b446b8 return early if a layersurface didn't commit something Leonardo Hernández Hernández 2023-11-25 12:49:52 -06:00
  • 9cb1ece6cc do not check if a layer surface has monitor on commit Leonardo Hernández Hernández 2023-11-25 12:46:39 -06:00
  • 01a237bd5c send wl_surface.enter before initial commit Leonardo Hernández Hernández 2023-11-25 12:42:38 -06:00
  • a5e068b20a destroy the layer-suface's scene tree for popups Leonardo Hernández Hernández 2023-11-25 13:30:56 -06:00
  • 39f4ee564b use wlr_box_equal() instead of memcmp Leonardo Hernández Hernández 2023-11-25 12:35:38 -06:00
  • a353eee2ca simplify settings popups scene tree parent Leonardo Hernández Hernández 2023-11-25 12:48:54 -06:00
  • 66ec028b00 simplify check for wlr_layer_surface.output Leonardo Hernández Hernández 2023-11-25 12:39:16 -06:00
  • 1f10e69b4c use sizeof(*pointer) instead of sizeof(struct) Leonardo Hernández Hernández 2023-11-25 12:40:13 -06:00
  • 922e117fc5 add new 'unreleased' section Leonardo Hernández Hernández 2023-11-25 19:04:08 -06:00
  • 2783e82bf8 make sure to unlink Monitor.request_state listener Leonardo Hernández Hernández 2023-11-25 18:50:42 -06:00
  • 66ef4ecfec Change github links to codeberg links in README.md Squibid 2023-11-25 03:42:27 -05:00
  • d08e6a3a7e include CHANGELOG.md in the tarball Leonardo Hernández Hernández 2023-11-25 01:22:48 -06:00
  • f579dd8668 bump version to 0.5 v0.5 sevz17/main Leonardo Hernández Hernández 2023-11-25 00:28:11 -06:00
  • 24576f1fdf add CHANGELOG.md Leonardo Hernández Hernández 2023-10-16 00:33:09 -06:00
  • 7ac76219df Merge branch 'wlroots-next' Leonardo Hernández Hernández 2023-11-25 00:04:19 -06:00
  • 6838f909bd try to apply gamma LUT in updatemons Leonardo Hernández Hernández 2023-11-21 20:38:07 -06:00
  • d2dd2f4986 ignore wl_surface.commit for xwayland clients Leonardo Hernández Hernández 2023-11-21 20:11:06 -06:00
  • a0e79d8145 Do not send repeated xdg_toplevel.configure_bounds Leonardo Hernández Hernández 2023-11-21 20:08:20 -06:00
  • 32e66f4582 resize clients on commit Leonardo Hernández Hernández 2023-11-21 19:20:49 -06:00
  • b4da97446a createkeyboard: do not segfault if xkb_keymap_new_from_names returns NULL link2xt 2023-11-19 06:53:02 +00:00
  • 2751a6195d do not try to enable adaptive sync Leonardo Hernández Hernández 2023-11-18 11:20:56 -06:00
  • fcf324be6c fix the position of the cursor image after turning all the monitors on Leonardo Hernández Hernández 2023-11-17 19:03:23 -06:00
  • b8e933b9a9 remove unused #include Leonardo Hernández Hernández 2023-11-17 00:11:53 -06:00
  • 1044a21555 do not check if session is non-NULL Leonardo Hernández Hernández 2023-11-16 23:29:40 -06:00
  • 6bcd5d8d87 do not explicitly destroy some wlroots interfaces Leonardo Hernández Hernández 2023-11-16 23:23:08 -06:00
  • 7611dc91d7 enable debug symbols by default Leonardo Hernández Hernández 2023-11-16 23:06:21 -06:00
  • e95f14541a fix docs Leonardo Hernández Hernández 2023-11-16 23:05:18 -06:00
  • bca1b779aa fix destroynotify() docs Leonardo Hernández Hernández 2023-11-16 22:23:26 -06:00
  • 7bdbab0400 check toplevel resource instead of client's xdg_shell to set bounds Leonardo Hernández Hernández 2023-11-16 21:48:56 -06:00
  • dd25cdb56e use the new wlroots function to get a toplevel from a wlr_surface Leonardo Hernández Hernández 2023-11-16 21:47:29 -06:00
  • caac2d664d explicitly return -1 in the first check in toplevel_from_wlr_surface Leonardo Hernández Hernández 2023-11-16 21:46:46 -06:00
  • b1740056d5 do not use #ifdef -> #else -> #endif in client_is_x11 Leonardo Hernández Hernández 2023-11-16 21:45:08 -06:00
  • 0067c76cab delete unused functions Leonardo Hernández Hernández 2023-11-16 21:43:31 -06:00
  • 22d21676b0 style fixes in client_is_float_type Leonardo Hernández Hernández 2023-11-16 21:27:49 -06:00
  • d6c102d9db correctly check if the scene node is enabled in client_is_rendered_on_mon Leonardo Hernández Hernández 2023-11-16 21:21:40 -06:00
  • 0e897608a1 do not use magical numbers to check edges Leonardo Hernández Hernández 2023-11-16 21:17:39 -06:00
  • 6d0ec595d3 simplify client_get_clip Leonardo Hernández Hernández 2023-11-16 21:12:50 -06:00
  • 4f4c540bb9 prevent a use-after-free at exit Leonardo Hernández Hernández 2023-11-16 21:00:16 -06:00
  • 8e3f5364d3 do not compute layout box twice Leonardo Hernández Hernández 2023-11-16 20:47:59 -06:00
  • 2212363225 make sure fullscreen clients have the right size Leonardo Hernández Hernández 2023-11-16 20:47:29 -06:00
  • 6f8a3f9374 fix screen artifacts when setting gamma Leonardo Hernández Hernández 2023-11-16 20:58:45 -06:00
  • e1f3983bf8 use wlr_scene_subsurface_tree_set_clip Leonardo Hernández Hernández 2023-07-08 20:08:45 -06:00