Commit graph

  • 4a1584be53 Fix background extensions Drew DeVault 2015-11-19 07:23:11 -0500
  • 65b8a5c3ce Add background handling Drew DeVault 2015-11-18 22:14:57 -0500
  • 82db2a57a9 Basic support for extensions in server and clients Drew DeVault 2015-11-18 22:01:22 -0500
  • fb0bfa13ce Fix warning about uninitialized variable Drew DeVault 2015-11-18 19:59:47 -0500
  • 2f01a3265d Exit if unable to allocate buffer Drew DeVault 2015-11-18 19:58:38 -0500
  • 7a40eb6de6 Support cursors over wayland clients Drew DeVault 2015-11-18 19:38:42 -0500
  • 929537c158 Generate protocol headers Drew DeVault 2015-11-18 17:59:17 -0500
  • 86372d00db Fix SIGBUS from wayland clients Drew DeVault 2015-11-18 09:55:55 -0500
  • 665d4baaf1 Normalize indentation Drew DeVault 2015-11-18 08:44:08 -0500
  • 9a1e95b7da Clean up memory pool files better Drew DeVault 2015-11-18 08:36:08 -0500
  • 49388eb88b Support resizing in wayland client implementation Drew DeVault 2015-11-18 08:27:40 -0500
  • 399220f14b Fix up wayland client implementation Drew DeVault 2015-11-18 08:22:37 -0500
  • 01202568f9 Track pid of child process from exec Drew DeVault 2015-11-16 19:40:44 -0500
  • 6850174049 Merge pull request #233 from sce/multiple_adjacent_outputs Drew DeVault 2015-11-16 15:57:02 -0500
  • 236f26f62e output: Support multiple adjacent outputs. S. Christoffer Eliesen 2015-11-16 00:35:25 +0100
  • 95c65ee33e Merge pull request #232 from sce/replace_output_config Drew DeVault 2015-11-16 10:49:02 -0500
  • a94a91a723 cmd_output: Replace existing config if called multiple times. S. Christoffer Eliesen 2015-11-16 11:40:24 +0100
  • 00a4591b39 Update README Drew DeVault 2015-11-15 20:22:28 -0500
  • 63a3f24b79 Merge pull request #230 from sce/code_overview Drew DeVault 2015-11-15 16:58:14 -0500
  • 2f7f8512bd HACKING.md: Add code overview section. S. Christoffer Eliesen 2015-11-15 12:59:21 +0100
  • cd161aa985 We somewhat more wlc_point now Drew DeVault 2015-11-14 17:14:23 -0500
  • 95442dac8d We wlc_point now Drew DeVault 2015-11-14 11:30:23 -0500
  • ab3d6f6fa1 Merge pull request #227 from xerpi/master Drew DeVault 2015-11-13 14:48:11 -0500
  • a8b18b5159 Check the client_setup() return value Sergi Granell 2015-11-13 20:42:45 +0100
  • 3dbdc40b0e Merge pull request #226 from sce/fix_get_socketpath Drew DeVault 2015-11-13 14:10:00 -0500
  • f64b7e71d4 ipc: Store socketname in SWAYSOCK. Fixes --get-socketpath. S. Christoffer Eliesen 2015-11-13 17:53:46 +0100
  • 2cc6d39d46 New screenshot for README Drew DeVault 2015-11-13 11:07:57 -0500
  • f7c0d2badb Clean up some things better in wayland clients Drew DeVault 2015-11-13 10:27:16 -0500
  • 1011957465 Merge branch 'master' of github.com:SirCmpwn/sway Drew DeVault 2015-11-13 08:17:35 -0500
  • 38b18d460a Revert "Try ~/.i3/config earlier than /etc/sway/config" Drew DeVault 2015-11-13 08:17:29 -0500
  • f3fc48f692 Merge pull request #225 from sce/logind_socket_path Drew DeVault 2015-11-13 08:15:14 -0500
  • f0ceb4e909 Try ~/.i3/config earlier than /etc/sway/config Drew DeVault 2015-11-13 08:09:30 -0500
  • 253204efb9 ipc: Put socket into proper user runtime dir. S. Christoffer Eliesen 2015-11-12 17:19:58 +0100
  • 5c3f40111a Fix man page installs Drew DeVault 2015-11-13 07:56:06 -0500
  • fd1a59def3 Clean up CMake stuff Drew DeVault 2015-11-13 07:17:22 -0500
  • 44d0b3282f Merge pull request #224 from mathstuf/cmake-cleanups Drew DeVault 2015-11-12 22:20:44 -0500
  • 8e8bdbcae2 cmake: run git in the source directory Ben Boeckel 2015-11-12 21:45:32 -0500
  • ec013d1f1a common: create a static library Ben Boeckel 2015-11-12 21:42:37 -0500
  • 98678dea5d cmake: clean up installation rules Ben Boeckel 2015-11-12 21:37:35 -0500
  • f8ae8cb820 cmake: clean up definition settings Ben Boeckel 2015-11-12 21:37:18 -0500
  • 28f1e9842c cmake: manipulate CMAKE_MODULE_PATH as a list Ben Boeckel 2015-11-12 21:36:48 -0500
  • 2e9183e4de cmake: set the output directory once Ben Boeckel 2015-11-12 21:32:36 -0500
  • 4714262c3d cmake: simplify manpage generation Ben Boeckel 2015-11-12 21:29:25 -0500
  • c8599dba02 cmake: use string(TIMESTAMP) Ben Boeckel 2015-11-12 21:28:41 -0500
  • f002baed7a cmake: bump requirement to 3.1.0 Ben Boeckel 2015-11-12 21:30:50 -0500
  • c43ef2aedd We don't need to implement strdup Drew DeVault 2015-11-12 19:42:44 -0500
  • 11b1ba397f Further refinement of wayland client support Drew DeVault 2015-11-12 19:35:39 -0500
  • bfcabe48ef Start fleshing out wayland client implementation Drew DeVault 2015-11-12 19:04:01 -0500
  • 5c4e98aa4e Merge branch 'master' of github.com:SirCmpwn/sway Drew DeVault 2015-11-12 12:37:38 -0500
  • ef8335d694 Start working on IPC for get_pixels Drew DeVault 2015-11-12 12:37:23 -0500
  • 8048b8a4d2 Merge pull request #223 from mikkeloscar/swaybg-deps Drew DeVault 2015-11-12 10:48:56 -0500
  • b8068a1d3e Add new swaybg dependencies Mikkel Oscar Lyderik 2015-11-12 16:40:21 +0100
  • 4dc913c95e Add swaybg executable Drew DeVault 2015-11-12 08:31:47 -0500
  • aadcba4b7c Add new dependencies for wayland clients Drew DeVault 2015-11-12 08:17:52 -0500
  • 250097d32b Fix gaps for views being incorrect Drew DeVault 2015-11-12 08:02:39 -0500
  • 4397cff7bc Fix some IPC issues Drew DeVault 2015-11-11 08:43:36 -0500
  • d729032ba2 Add file and line number to log in Debug build Drew DeVault 2015-11-11 08:32:32 -0500
  • edb3e4b5ab Add some documentation comments Drew DeVault 2015-11-08 12:06:12 -0500
  • d3de6af6c2 Merge pull request #217 from mikkeloscar/ipc-h Drew DeVault 2015-11-04 15:25:39 -0500
  • d5b5d92b30 Include header declaring ipc_event_workpace(2) Mikkel Oscar Lyderik 2015-11-04 21:12:25 +0100
  • c3d731ba93 Merge pull request #216 from sce/learn_edge_gaps_0 Drew DeVault 2015-11-04 07:37:37 -0500
  • abc5fbfaec Learn "gaps edge_gaps <on|off|toggle>". S. Christoffer Eliesen 2015-11-04 02:55:38 +0100
  • 713c7d6e1e Merge pull request #215 from sce/gaps Drew DeVault 2015-11-04 06:58:26 -0500
  • eeec0fda8a commands: gaps: Re-arrange windows after changing default gaps. S. Christoffer Eliesen 2015-11-04 01:27:24 +0100
  • 936f8c24e0 commands: gaps: Always apply default gaps config. S. Christoffer Eliesen 2015-11-04 01:27:02 +0100
  • 5c1e20b6ff commands: gaps: Accept zero value. S. Christoffer Eliesen 2015-11-04 00:41:28 +0100
  • 62226460dd sway.5.txt: Clarify gaps documentation. S. Christoffer Eliesen 2015-11-04 01:26:23 +0100
  • 820681965d commands: gaps: Refactor, expected_syntax. S. Christoffer Eliesen 2015-11-04 01:05:19 +0100
  • 58085226b3 Merge pull request #205 from sce/focus_move_cont_to_adjacent_output Drew DeVault 2015-11-03 17:11:41 -0500
  • af31a3f04a commands: Learn 'move workspace to output <direction|name>'. S. Christoffer Eliesen 2015-10-25 00:38:33 +0200
  • 9c8394022e commands: Learn 'move <container|window> to output <direction|name>'. S. Christoffer Eliesen 2015-10-25 00:38:33 +0200
  • 0833fa0c75 Merge pull request #214 from taiyu-len/master Drew DeVault 2015-11-02 14:46:46 -0500
  • 65d71d0a5e put ipc_event_workspace in update_focus taiyu 2015-11-02 11:28:51 -0800
  • ca5a2a387c Merge pull request #212 from sce/mouse_warping Drew DeVault 2015-10-29 17:52:16 -0400
  • 515ed86f4d container.h: Remove unused. S. Christoffer Eliesen 2015-10-29 19:13:52 +0100
  • 5ba47d4a44 input_state: Remove mouse_origin (x&y). Query wlc instead. S. Christoffer Eliesen 2015-10-29 18:02:02 +0100
  • 78ca619769 commands: Learn mouse_warping. S. Christoffer Eliesen 2015-10-26 12:20:32 +0100
  • 4799d07ac1 input_state: Extract 'pointer_position_set' function from handlers. S. Christoffer Eliesen 2015-10-28 00:41:28 +0100
  • 865b30f138 container: Move container_under_pointer here from handlers. S. Christoffer Eliesen 2015-10-28 00:22:52 +0100
  • ad1cd0a3bd Merge pull request #211 from sce/fix_get_swayc_in_direction Drew DeVault 2015-10-29 11:33:14 -0400
  • 3c250e78be layout: get_swayc_in_direction: Properly find adjacent outputs. S. Christoffer Eliesen 2015-10-29 15:53:10 +0100
  • 239f4bd0ba Merge pull request #210 from sce/focus_output Drew DeVault 2015-10-28 15:54:28 -0400
  • 5fa8f91655 commands: Learn 'focus output <direction|name>' S. Christoffer Eliesen 2015-10-24 03:31:54 +0200
  • fede354a3d layout: Don't reset container size if it's a floating window. S. Christoffer Eliesen 2015-10-27 15:58:39 +0100
  • fa9978ee84 Merge pull request #209 from sce/fix_seamless_mouse Drew DeVault 2015-10-27 18:34:31 -0400
  • fabcf7c678 handlers: Pass workspace to workspace_switch, not output. S. Christoffer Eliesen 2015-10-27 23:19:55 +0100
  • 6cd106d23c Merge pull request #208 from minus7/ipc_subscribe Drew DeVault 2015-10-27 17:19:18 -0400
  • 9925554ea4 implemented IPC subscribe for workspace event minus 2015-10-27 21:59:17 +0100
  • 36526e8cb2 Merge pull request #206 from sce/debuglog Drew DeVault 2015-10-27 13:51:00 -0400
  • 48c5325909 sway.5.txt: Remove 'debuglog' documentation. S. Christoffer Eliesen 2015-10-27 15:36:48 +0100
  • 9f02b0bf16 commands: Learn 'debuglog'. S. Christoffer Eliesen 2015-10-26 13:41:45 +0100
  • eb847a1b1c Merge pull request #204 from sce/misc_stuff Drew DeVault 2015-10-25 08:58:34 -0400
  • 83ca7d3a5c output: Fix code style. S. Christoffer Eliesen 2015-10-25 13:55:46 +0100
  • c49e5340db commands: cmd_move: Fix "move container to workspace _number_ n" S. Christoffer Eliesen 2015-10-24 16:55:21 +0200
  • 5a70853253 log: Add swayc_log, use at a few key places. S. Christoffer Eliesen 2015-10-25 00:34:57 +0200
  • c6bb23b7dd sway/output: Create, move code from handlers.c here. S. Christoffer Eliesen 2015-10-25 01:20:00 +0200
  • 010368150b Update set_origin to match wlc changes Drew DeVault 2015-10-23 14:29:19 -0400
  • c0f4a17c2a Merge pull request #202 from sce/seamless_mouse_adjustments Drew DeVault 2015-10-23 10:48:09 -0400
  • c1479701de seamless_mouse: Move pointer only if successfully changed workspace. S. Christoffer Eliesen 2015-10-23 14:32:17 +0200
  • 1f08106b0a handlers: Don't switch output when mouse button is pressed. S. Christoffer Eliesen 2015-10-23 14:12:53 +0200