Commit Graph

  • 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 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
  • 31bf1cbaf6 Revert "respect size hints" Leonardo Hernández Hernández 2023-07-08 20:07:27 -06:00
  • d6fabe3a15 add a comment about chvt keybindings Leonardo Hernández Hernández 2023-10-05 21:36:14 -06:00
  • a4a83e95e6 use newer cursor naming spec Leonardo Hernández Hernández 2023-11-01 12:28:19 -06:00
  • e45ded7eea ignore maximize events for clients using xdg-shell v5 and newer Leonardo Hernández Hernández 2023-11-01 12:16:02 -06:00
  • e5e74acfce send maximized if tiled isn't supported (XDG shell) Leonardo Hernández Hernández 2023-11-01 12:04:59 -06:00
  • 892a4d3ec7 Merge remote-tracking branch 'upstream/main' into wlroots-next Leonardo Hernández Hernández 2023-10-13 17:08:30 -06:00
  • ab87410023 clarify the dependencies needed by dwl Leonardo Hernández Hernández 2023-10-11 19:52:26 -06:00
  • 7085057f6d update README.md Leonardo Hernández Hernández 2023-10-11 19:58:18 -06:00
  • 8c79f8dc15 check client is mapped before setting border color Ben Collerson 2023-10-10 16:42:46 +10:00
  • 8781f4dbf5 Merge remote-tracking branch 'upstream/main' into wlroots-next Leonardo Hernández Hernández 2023-10-09 22:37:36 -06:00
  • df131cdb78 use <xcb/xcb.h> instead of <X11/Xlib.h> Leonardo Hernández Hernández 2023-10-09 21:35:49 -06:00
  • 887fde65a3 only set border color for urgent *and* mapped X11 clients Leonardo Hernández Hernández 2023-10-09 22:16:52 -06:00
  • b299e01e44 Merge remote-tracking branch 'upstream/main' into wlroots-next Leonardo Hernández Hernández 2023-10-09 11:45:51 -06:00
  • 6d9a915fb6 Revert "just add define" Leonardo Hernández Hernández 2023-10-09 11:12:24 -06:00
  • 935b852dc5 add [-d] flag to enable debug logging Leonardo Hernández Hernández 2023-10-09 10:56:05 -06:00
  • a18c528300 simplify setting the border color of clients Leonardo Hernández Hernández 2023-10-05 22:20:08 -06:00
  • 72a7d78a1a make the borders red borders for urgent clients Leonardo Hernández Hernández 2023-10-05 22:13:56 -06:00
  • d63f4078c5 use the same border colors as dwm Leonardo Hernández Hernández 2023-10-05 22:09:08 -06:00
  • f4031590cd add missing url about the COLOR macro Leonardo Hernández Hernández 2023-10-05 22:06:30 -06:00
  • 0ab1ed6530 add macro to configure colors Leonardo Hernández Hernández 2023-10-05 22:03:59 -06:00
  • f695674361 Check if c is fullscreen before reparenting it to LyrFloating Forrest Bushstone 2023-09-29 18:16:42 -04:00
  • aec21eca1f make sure that fullscreen clients are on the correct screen when isfloating is true Forrest Bushstone 2023-09-29 14:45:22 -04:00
  • 342850487a include dwl.desktop in the tarbal Leonardo Hernández Hernández 2023-09-24 14:41:13 -06:00