Commit Graph

  • 71a751f1ad
    seat: clean up initialization Isaac Freund 2020-08-21 19:08:52 +0200
  • 37ea1bac36
    layer-surface: clean up initialization Isaac Freund 2020-08-21 16:53:04 +0200
  • eb21e03b42
    xdg-popup: clean up initialization Isaac Freund 2020-08-21 16:51:09 +0200
  • 5cea3f68e3
    xwayland: clean up initialization Isaac Freund 2020-08-21 16:48:17 +0200
  • 1fbaaa55b3
    xdg-toplevel: clean up initialization Isaac Freund 2020-08-21 16:45:27 +0200
  • 283f3f8061
    view: clean up initialization Isaac Freund 2020-08-21 16:43:12 +0200
  • 7274761069 cursor: leave mode if target view is destroyed Isaac Freund 2020-08-21 16:23:23 +0200
  • db416eb119 view stack: rework iteration for flexibility Isaac Freund 2020-08-21 15:08:28 +0200
  • fa08d85c58 view: implement frame-perfect destroy Isaac Freund 2020-08-20 14:35:19 +0200
  • 59d6432332 Implement "attach-mode" Leon Henrik Plickat 2020-08-17 23:13:16 +0200
  • 340bfbd7f1
    xwayland: fix signed to unsigned int casting error Isaac Freund 2020-08-13 13:47:14 +0200
  • 7de2edb623
    seat: implement kde idle protocol Isaac Freund 2020-08-13 12:22:32 +0200
  • aabd85b028 layer-shell: improve configure handling Isaac Freund 2020-08-12 11:59:54 +0200
  • 7a6ac8eb6e seat: set focus before starting transactions Isaac Freund 2020-08-12 11:07:29 +0200
  • bd99428766 view: handle setting fullscreen in configure() Isaac Freund 2020-08-11 22:32:32 +0200
  • 2669a615b6 root: refactor transaction initiation Isaac Freund 2020-08-11 19:04:37 +0200
  • 50d008adbb ci: run only on master branch Isaac Freund 2020-08-11 22:35:34 +0200
  • 946e4f21ba Enforce minimum window size also for views with constraints Leon Henrik Plickat 2020-08-10 21:26:48 +0200
  • 45a730cbd3 Fix crashing bug for window size smaller than 2 * (border width + gap size) Leon Henrik Plickat 2020-08-10 16:04:21 +0200
  • e66c8b0019
    code: clean up cursor resize mode Isaac Freund 2020-08-07 21:34:38 +0200
  • 0c4e3295b1
    cursor: implement implicit grabs Isaac Freund 2020-08-07 13:54:58 +0200
  • 91052f7477
    cursor: refactor mode handling Isaac Freund 2020-08-07 11:51:53 +0200
  • 96a91fd2f7 view: double buffer focus, use counter not bool Isaac Freund 2020-08-03 15:00:04 +0200
  • 7d77160fe3
    view: arrange on unmap if fullscreened from layout Isaac Freund 2020-08-01 20:03:32 +0200
  • ef4efbcadf
    view: fix xdg_toplevel fullscreen request handling Isaac Freund 2020-08-01 19:56:34 +0200
  • 845fcad9e6
    layout: use fork/execve instead of ChildProcess Isaac Freund 2020-08-01 18:37:06 +0200
  • 05557086e6
    output: simplify layout code Isaac Freund 2020-07-06 23:56:54 +0200
  • 56df9176b3
    server: handle SIGINT/SIGTERM with wl_event_loop Isaac Freund 2020-08-01 17:27:49 +0200
  • 54b09c4ae9
    server: use fork/execve for startup command Isaac Freund 2020-08-01 13:40:41 +0200
  • 3e17f12cbb doc: shorten riverctl’s synopsis Lennard Hofmann 2020-08-01 09:37:14 +0200
  • d2ebd5e4e2
    view: remember floating dimesions Isaac Freund 2020-07-31 20:22:37 +0200
  • d6823fe3a0 cursor: handle xwayland views for move/resize Isaac Freund 2020-07-31 15:39:59 +0200
  • 7a244092e5 view: sidestep transaction for float/fullscreen Isaac Freund 2020-07-31 12:16:11 +0200
  • ecef8c2dc4 cursor: forbid move/resize of fullscreen views Isaac Freund 2020-07-29 23:47:43 +0200
  • d87356c93a view: forbid mode change if cursor target Isaac Freund 2020-07-29 16:54:46 +0200
  • 9f3ee76e51 cursor: implement resize Isaac Freund 2020-07-29 16:36:46 +0200
  • ac3066d8fc
    code: refactor and simplify cursor move mode Isaac Freund 2020-07-28 16:17:16 +0200
  • 11a46b80e0
    meta: update layer shell xml Isaac Freund 2020-07-28 12:32:56 +0200
  • 2f0bd157e3
    river-status: note that wl_outputs must be bound Isaac Freund 2020-07-24 17:53:53 +0200
  • 3bc799811f
    ci: use void linux Isaac Freund 2020-07-17 21:57:51 +0200
  • 627ab7ec8a
    cursor: ensure theme loaded on output creation Isaac Freund 2020-07-17 20:40:33 +0200
  • 43bcce9afe
    code: fix a pair of leaks Isaac Freund 2020-07-17 16:01:35 +0200
  • 0091445b9f
    cursor: properly set XCURSOR_SIZE if default Isaac Freund 2020-07-17 12:56:15 +0200
  • 228c2c372f Fix bug causing XDG toplevels with a parent to not respect the CSD filter Leon Henrik Plickat 2020-07-16 19:48:13 +0200
  • a93c263502 Implement csd-filter-add and float-filter-add commands Leon Henrik Plickat 2020-07-16 19:45:45 +0200
  • 76da7e2b0d Make float_filter a slice list Leon Henrik Plickat 2020-07-16 18:14:00 +0200
  • 0ebb5ccc17
    code: update to wlroots 0.11.0 Isaac Freund 2020-07-16 21:20:43 +0200
  • be29b0ef95 Implement csd_filter list Leon Henrik Plickat 2020-07-16 01:21:22 +0200
  • 91126388b5 ci: run on all branches Isaac Freund 2020-07-15 18:39:21 +0200
  • 101f47d78f
    code: use a tagged union to store focus Isaac Freund 2020-07-15 14:15:17 +0200
  • 8afe7c2c87
    code: simplify direction parsing Isaac Freund 2020-07-15 13:02:58 +0200
  • 1389b4a850
    code: deduplicate command include code Isaac Freund 2020-07-15 12:54:36 +0200
  • 2b2b78dd4d
    command: split set-option into "toplevel" commands Isaac Freund 2020-07-15 12:42:20 +0200
  • 6bdb152808
    cursor: make xcursor theme configurable Isaac Freund 2020-07-14 17:34:29 +0200
  • f3d4e5ac53
    command/spawn: use _exit(2) instead of exit(3) Isaac Freund 2020-07-12 12:16:05 +0200
  • 8120829e5c
    xwayland: set seat Isaac Freund 2020-07-09 22:31:01 +0200
  • cbf645d468
    command/spawn: clean up and disown children Isaac Freund 2020-07-08 14:00:51 +0200
  • d77ac5ac7a cursor: close view on middleclick when pointer_modifier is active Leon Henrik Plickat 2020-07-08 02:39:17 +0200
  • d292e61cfd cursor: implement moving views Leon Henrik Plickat 2020-07-07 16:39:08 +0200
  • dfe61fe77d
    xwayland: don't crash on null title Isaac Freund 2020-07-06 16:10:59 +0200
  • 014963612c
    river-status: fix bug sending old output tag state Isaac Freund 2020-07-06 11:09:23 +0200
  • 24c0355ba8
    layer-shell: respect single anchor exclusive zones Isaac Freund 2020-07-05 23:34:59 +0200
  • 341fe1e977
    code: handle out of memory as well as possible Isaac Freund 2020-07-05 22:49:17 +0200
  • 3752a7879b
    server: send SIGTERM to startup process on exit Isaac Freund 2020-07-05 15:44:21 +0200
  • 9dd18c6373
    server: exit cleanly on SIGINT and SIGTERM Isaac Freund 2020-07-05 14:49:34 +0200
  • 86386e84bc
    output: introduce state struct Isaac Freund 2020-07-02 21:55:21 +0200
  • 3b508688ea docs: Fix duplicate mapping in config.sh Lennard Hofmann 2020-06-29 21:53:30 +0200
  • 34d42d9e8c
    xdg-shell: honor fullscreen requests Isaac Freund 2020-06-29 11:52:53 +0200
  • c78d31acf4
    view: save and restore floating dimensions Isaac Freund 2020-06-29 11:15:55 +0200
  • 5474b656ee
    docs: add toggle-fullscreen Isaac Freund 2020-06-29 01:50:26 +0200
  • 7b6e05005d
    render: draw fullscreen views properly Isaac Freund 2020-06-29 01:46:24 +0200
  • eb1e66b0fe
    seat: prioritize fullscreen views for focus Isaac Freund 2020-06-29 01:00:05 +0200
  • acd08840ab
    command: disable focus-view in fullscreen Isaac Freund 2020-06-28 23:15:30 +0200
  • 3cbd95fadc
    river: implement toggle-fullscreen Isaac Freund 2020-06-28 21:42:39 +0200
  • 82a444a7c0
    view: use saved geometry for borders if needed Isaac Freund 2020-06-28 20:45:17 +0200
  • 5b96d831d3
    view: replace mode with float/fullscreen bools Isaac Freund 2020-06-28 20:30:12 +0200
  • 60f06a1a40
    view: draw borders around actual dimensions Isaac Freund 2020-06-28 01:46:53 +0200
  • 7f2e2610e3
    code: fix tests Isaac Freund 2020-06-28 00:35:38 +0200
  • b6ef4c5a1a
    cursor: fix viewAt() ordering Isaac Freund 2020-06-28 00:29:44 +0200
  • 9dfcec72a8
    view: simplify default float dimension handling Isaac Freund 2020-06-27 23:48:04 +0200
  • c04112b81a
    view: introduce state struct to simplify code Isaac Freund 2020-06-27 22:43:15 +0200
  • 89d0fb012d
    view: use a mode enum instead of floating bool Isaac Freund 2020-06-27 17:33:09 +0200
  • 3904275373
    command: log output of commands run by mappings Isaac Freund 2020-06-26 18:43:20 +0200
  • 40597f184d
    command: allow output on success, refactor Isaac Freund 2020-06-26 17:57:03 +0200
  • 558918d286
    config: fix leak of hashmap keys Isaac Freund 2020-06-26 12:58:11 +0200
  • dfb03fd0cb
    command: dupe mode name memory Isaac Freund 2020-06-26 12:46:18 +0200
  • 08d630567f
    river-status: fix view-tags array size Isaac Freund 2020-06-26 12:31:04 +0200
  • b6d981254b
    seat: pass a null terminated string Isaac Freund 2020-06-26 01:13:00 +0200
  • 79bb0accac
    code: improve error handling consistency Isaac Freund 2020-06-26 00:59:31 +0200
  • 8fc045b445
    code: clean up server init Isaac Freund 2020-06-26 00:07:02 +0200
  • a7c422dad7
    data-control: implement protocol Isaac Freund 2020-06-25 23:08:56 +0200
  • 8223c8c08e docs: fix typo in README.md Anatole Lefort 2020-06-22 17:19:07 +0200
  • ebc661f4a7
    command: add background_color option Isaac Freund 2020-06-19 18:44:28 +0200
  • 2ef8261493
    river-status: fix memory leak Isaac Freund 2020-06-19 14:48:28 +0200
  • 12d34d4ded
    bikeshed: rename util.allocator to util.gpa Isaac Freund 2020-06-19 14:31:53 +0200
  • aae89356a1
    code: refactor layoutExternal Isaac Freund 2020-06-19 14:20:29 +0200
  • 37a98e1a7a
    layout: fix loop counter Isaac Freund 2020-06-19 14:02:42 +0200
  • 6e23344e06
    rivertile: fix underflow if views < masters Isaac Freund 2020-06-19 13:53:20 +0200
  • 582164ce41
    code: refactor Server.start() Isaac Freund 2020-06-17 22:17:51 +0200
  • 189d9f2d8b
    editorconfig: add scdoc config Isaac Freund 2020-06-17 16:22:53 +0200