Commit Graph

  • aa35715f4b
    Merge pull request #1736 from acrisci/ipc-container-type Tony Crisci 2018-04-04 23:06:53 -0400
  • 891e1148be
    Merge pull request #1733 from acrisci/fix-focus-inactive Drew DeVault 2018-04-04 23:06:42 -0400
  • 04ce09630c add type to container json Tony Crisci 2018-04-04 22:41:05 -0400
  • 65f254f3fb Merge branch 'wlroots' into fix-focus-inactive Tony Crisci 2018-04-04 22:36:09 -0400
  • deda37469a fix focus child Tony Crisci 2018-04-04 22:31:10 -0400
  • 21aedf1505
    Merge pull request #1732 from emersion/view-children Drew DeVault 2018-04-04 22:12:32 -0400
  • 44b8d30f52 Use new wlr_*_surface_at functions emersion 2018-04-04 17:57:12 -0400
  • 8eff00f723 Remove unused SWAY_VIEW_TYPES emersion 2018-04-04 15:53:46 -0400
  • 679c51e421 Remove unused sway_view.unmanaged_link emersion 2018-04-04 15:34:39 -0400
  • 5a64622181
    Merge pull request #1707 from acrisci/transparency emersion 2018-04-04 22:01:00 -0400
  • fc9398a42e Implement opacity command Tony Crisci 2018-04-03 00:47:45 -0400
  • f2153f3f28
    Merge pull request #1705 from swaywm/swaylock-layers emersion 2018-04-04 20:16:35 -0400
  • cfd806577b fix sending window new event Tony Crisci 2018-04-04 19:37:01 -0400
  • 5d444b34f6 Address review feedback from @emersion Drew DeVault 2018-04-04 18:52:44 -0400
  • 3e61718053 try to fix focus-inactive Tony Crisci 2018-04-04 18:52:38 -0400
  • 053b51c3ff exit() needs stdlib.h Drew DeVault 2018-04-03 22:03:48 -0400
  • 218a3787d2 Import stdlib.h and define POSIX macro for rand() Drew DeVault 2018-04-03 22:01:29 -0400
  • 0138f79b4a Move extra roundtrip into password.c Drew DeVault 2018-04-03 22:00:29 -0400
  • d2d050d59c Address review feedback Drew DeVault 2018-04-03 21:25:42 -0400
  • 46b388995d Add hidpi support to swaylock Drew DeVault 2018-04-03 19:15:14 -0400
  • b7e7794912 Implement input-inhibit in sway, swaylock Drew DeVault 2018-04-03 17:03:29 -0400
  • 06fbd51ff5 Add input inhibitor to input manager Drew DeVault 2018-04-03 16:16:42 -0400
  • 3ede718c06 Refocus the last focused container on lock exit Drew DeVault 2018-04-03 15:42:32 -0400
  • 62a736a196 Actually let's not do that TODO Drew DeVault 2018-04-03 15:33:02 -0400
  • d053acbed6 R E N D E R I N G Drew DeVault 2018-04-03 15:04:31 -0400
  • e902de34db Verify passwords Drew DeVault 2018-04-03 14:49:56 -0400
  • 066143adef Add password buffer, refactor rendering/surfaces Drew DeVault 2018-04-03 14:31:30 -0400
  • 1fe3cb8965 Link swaylock to xkbcommon Drew DeVault 2018-04-02 23:43:19 -0400
  • 1008d4cc91 Split seat code into its own file Drew DeVault 2018-04-02 23:14:37 -0400
  • 0bd40ce86b Set up an XKB context for the keyboard Drew DeVault 2018-04-02 23:07:43 -0400
  • 402e1d90f0 Grab keyboard off of the seat Drew DeVault 2018-04-02 22:55:30 -0400
  • b32bf595ae Initial swaylock port Drew DeVault 2018-04-02 22:48:13 -0400
  • a28730edee Move swaybg background rendering into common/ Drew DeVault 2018-04-02 21:57:13 -0400
  • 3852a710ca
    Merge pull request #1731 from acrisci/ipc-window-events Drew DeVault 2018-04-04 14:49:48 -0400
  • 76b0f3531f send window close event Tony Crisci 2018-04-04 14:19:38 -0400
  • dee71871d7
    Merge pull request #1702 from acrisci/split-containers2 emersion 2018-04-04 00:26:31 -0400
  • 62c79ef451 fix double free Tony Crisci 2018-04-04 00:22:40 -0400
  • 741e3959e3 Merge branch 'wlroots' into split-containers2 Tony Crisci 2018-04-04 00:20:44 -0400
  • 9d1cbd77ac simplify container close Tony Crisci 2018-04-03 23:59:44 -0400
  • 3ea7d2d10e
    Merge pull request #1722 from swaywm/swaybar-hidpi emersion 2018-04-03 23:00:46 -0400
  • 38bdd4bdeb Address review feedback Drew DeVault 2018-04-03 22:52:40 -0400
  • c4e92c81f5 Adjust height calculation, naming Drew DeVault 2018-04-03 21:57:47 -0400
  • 7e2b0d731b
    Merge pull request #1721 from emersion/fix-output-container-coords Drew DeVault 2018-04-03 21:33:59 -0400
  • d48e7036aa Don't use asserts with side-effects Drew DeVault 2018-04-03 21:29:43 -0400
  • 2605950769 Add hidpi support to swaybar Drew DeVault 2018-04-03 21:06:28 -0400
  • f3ef1da750
    Fix wrong output container coordinates emersion 2018-04-03 21:06:13 -0400
  • fa004dd0d7 move output create to its own file Tony Crisci 2018-04-03 20:00:09 -0400
  • deb63eda88
    Merge pull request #1717 from emersion/fix-multiple-outputs Drew DeVault 2018-04-03 19:57:36 -0400
  • a001890fb8 move workspace create to workspace.c Tony Crisci 2018-04-03 19:52:17 -0400
  • 97b171649d move output damage to workspace destructor Tony Crisci 2018-04-03 19:36:57 -0400
  • c0554d23d3
    Fix rendering with multiple outputs emersion 2018-04-03 19:34:56 -0400
  • 035a88e0dc rename container_finish to _container_destroy Tony Crisci 2018-04-03 19:32:09 -0400
  • 481a8275c1 address feedback Tony Crisci 2018-04-03 19:23:59 -0400
  • 41a6908c60
    Merge pull request #1715 from emersion/layer-shell-surface-enter Drew DeVault 2018-04-03 19:16:18 -0400
  • 294a33458f
    Merge pull request #1710 from emersion/swaybg-empty-input-region Drew DeVault 2018-04-03 18:57:02 -0400
  • 5cd9457247
    Send enter event to layer shell surfaces emersion 2018-04-03 18:47:04 -0400
  • eca4468c2c fix old todos Tony Crisci 2018-04-03 17:06:57 -0400
  • 843e16847b
    Merge pull request #1713 from emersion/swaybg-hidpi Drew DeVault 2018-04-03 17:02:32 -0400
  • 6929124cef
    swaybg: rename w{width,height} to buffer_{width,height} emersion 2018-04-03 16:56:12 -0400
  • 9b4f8637a9
    swaybg: add HiDPI support emersion 2018-04-03 16:47:06 -0400
  • 1a5785b0c3
    Merge pull request #1712 from RedSoxFan/workspace-number-names Drew DeVault 2018-04-03 15:58:12 -0400
  • 1382b66217
    swaybg: set an empty input region emersion 2018-04-03 15:23:51 -0400
  • 1e549230db Fix name generation for workspace number <name> Brian Ashworth 2018-04-03 14:37:00 -0400
  • a514fee1b9 rename workspace_get_initial_output Tony Crisci 2018-04-03 13:24:48 -0400
  • 9b567fc37e clean up container_get_default_layout Tony Crisci 2018-04-03 13:23:34 -0400
  • 065887bb7b move container_set_layout to layout.h Tony Crisci 2018-04-03 13:16:23 -0400
  • fcbcbf34ad make container_finish private Tony Crisci 2018-04-03 13:10:51 -0400
  • 5f4761c4f4 unify workspace create functions Tony Crisci 2018-04-03 13:08:45 -0400
  • cba258e16a move output code out of the tree Tony Crisci 2018-04-03 12:39:03 -0400
  • 09d448ea2d unify container destroy functions Tony Crisci 2018-04-03 12:34:01 -0400
  • b4c5f79725 move view and workspace destructors to container.c Tony Crisci 2018-04-03 12:25:19 -0400
  • 7afbe9284f rename _container_destroy to container_finish Tony Crisci 2018-04-03 11:27:27 -0400
  • f366ef373e Fix #1709 Drew DeVault 2018-04-03 11:17:34 -0400
  • 33006c4e64 dont deallocate in container_close Tony Crisci 2018-04-02 23:15:19 -0400
  • 20f9d49b82 cleanup Tony Crisci 2018-04-02 22:42:44 -0400
  • 2992b72d61 change reap container approach Tony Crisci 2018-04-02 22:37:21 -0400
  • 447dcd3cb3
    Merge pull request #1703 from swaywm/layer-keyboard Drew DeVault 2018-04-02 21:36:01 -0400
  • 0bf3b88019 Give layer shells under the shell layer focus Drew DeVault 2018-04-02 21:17:16 -0400
  • 56078edd65 Give exclusive focus to layers above shell layer Drew DeVault 2018-04-02 21:07:46 -0400
  • 2c165e1288 fix more close segfaults Tony Crisci 2018-04-02 21:01:33 -0400
  • 623a08e14f Identify topmost interactive layer post-arrange Drew DeVault 2018-04-02 18:47:40 -0400
  • d3eaf6468c
    Merge pull request #1668 from acrisci/split-containers Drew DeVault 2018-04-02 20:44:56 -0400
  • 32ef182f47 cleanup split command handlers Tony Crisci 2018-04-02 20:12:18 -0400
  • a89096278b Merge branch 'wlroots' into split-containers Tony Crisci 2018-04-02 19:22:10 -0400
  • 64b9b4b155
    Merge pull request #1691 from emersion/view-redesign Tony Crisci 2018-04-02 19:19:38 -0400
  • d434da5632 Merge branch 'wlroots' into split-containers Tony Crisci 2018-04-02 16:09:27 -0400
  • 53aead266b
    Merge pull request #1701 from emersion/remove-xdg-shell-xml Drew DeVault 2018-04-02 15:54:17 -0400
  • bddd1b31c6
    protocols: remove unused XML files emersion 2018-04-02 15:47:50 -0400
  • d4d9f7a48a
    protocols: remove xdg-shell XML file emersion 2018-04-02 15:43:04 -0400
  • d070244362 fix workspace splits Tony Crisci 2018-04-02 15:40:40 -0400
  • a4a241697a
    Merge branch 'wlroots' into view-redesign emersion 2018-04-02 15:30:58 -0400
  • 0c0cc79282
    Merge pull request #1699 from acrisci/seat-fixes emersion 2018-04-02 15:24:25 -0400
  • 2f64ce86c4
    Xwayland unmanaged views aren't views anymore emersion 2018-04-02 14:35:43 -0400
  • 4134407fa9
    Merge pull request #1690 from swaywm/i3bar-json Drew DeVault 2018-04-02 14:23:01 -0400
  • 357a4401fa address feedback Tony Crisci 2018-04-02 14:15:40 -0400
  • 2187684bd0 Merge branch 'wlroots' into split-containers Tony Crisci 2018-04-02 14:06:04 -0400
  • c7a6524954 fix segfault Tony Crisci 2018-04-02 13:56:35 -0400
  • ef50d84be1 Render blocks the correct order Drew DeVault 2018-04-02 13:53:40 -0400
  • 5e024278a6 Merge branch 'wlroots' into seat-fixes Tony Crisci 2018-04-02 13:23:43 -0400
  • 22287b42bf dont copy input config Tony Crisci 2018-04-02 13:19:58 -0400