Commit graph

  • a11277c88f Fix warning from unused daemon return value Drew DeVault 2016-07-15 08:03:31 -0400
  • 6abbe04e75 Merge pull request #743 from deklov/panel-as-shell-03 Drew DeVault 2016-07-14 18:57:37 -0400
  • 8a232c8cfd Send command to sway to change workspace when workspace button is clicked David Eklov 2016-07-11 00:50:23 -0500
  • a0c8799c80 Compute what workspace button is clicked David Eklov 2016-07-11 00:11:38 -0500
  • 679c7b397c Use int instead of wl_fixed_t for mouse coordinates David Eklov 2016-07-11 00:03:15 -0500
  • c805e42635 Extract workspace size computation from render_workspace_button() David Eklov 2016-07-10 22:47:10 -0500
  • 103954dd2b Setup to receive mouse click events and log them David Eklov 2016-07-10 22:23:47 -0500
  • 5c4f52f953 Set panels' geometries correctly and don't render them explicitly David Eklov 2016-07-06 00:28:14 -0500
  • 4bb45abc46 Don't treat backgrounds as shell surfaces David Eklov 2016-07-10 11:03:39 -0500
  • 6d94f77457 Revert "swaybg: Make swaybg a shell surface" David Eklov 2016-07-10 09:47:35 -0500
  • 1e95191900 Merge pull request #726 from Hummer12007/hwc Drew DeVault 2016-07-14 18:04:50 -0400
  • c503bf1342 Suspend destruction of wss when creating views Mykyta Holubakha 2016-07-11 22:27:13 +0300
  • a2bb280172 Spawn new views to target ws's focused container Mykyta Holubakha 2016-06-27 21:36:27 +0300
  • 136387144c Merge pull request #750 from deklov/sway-lock-01 Drew DeVault 2016-07-14 13:06:42 -0400
  • ea0a93c5c4 swaylock: Add -f option to detach from the controlling terminal, fixes #725 David Eklov 2016-07-12 22:42:16 -0500
  • dff1e7f91b Merge pull request #749 from Hummer12007/patch-2 Drew DeVault 2016-07-12 09:49:45 -0400
  • 8fc9f503f9 Enable using non-annotated tags in git-describe Hummer12007 2016-07-12 13:44:19 +0000
  • 614aa28a7b Merge pull request #747 from deklov/clang-format-01 Drew DeVault 2016-07-12 08:14:03 -0400
  • e0e5d4a37e Merge pull request #748 from Hummer12007/x86fix Drew DeVault 2016-07-12 08:13:43 -0400
  • ea7917784d Fix build on x86 Mykyta Holubakha 2016-07-12 09:43:48 +0000
  • 6fb985b767 clang-format configuration for Sway's style as detailed in CONTRIBUTING.md David Eklov 2016-07-11 22:33:58 -0500
  • 0374154749 Merge pull request #744 from thejan2009/tabbed-stacked-layout-fixes Drew DeVault 2016-07-07 21:41:32 -0400
  • ee67cd0ba1 Fix tabbed/stacked corner case #742 D.B 2016-07-07 22:28:57 +0200
  • 378149b59c Merge pull request #739 from deklov/swaybar-pointer-01 Drew DeVault 2016-07-06 08:45:05 -0400
  • b9d8cbabdd Fix formatting guide violations (spaces instead of tabs) David Eklov 2016-07-06 01:08:54 -0500
  • c8a64305fd Enable windows to register to get notified of pointer button events David Eklov 2016-07-05 01:21:56 -0500
  • 9889b14511 Check capabilities before using pointer and keyboard David Eklov 2016-07-04 23:21:11 -0500
  • 840b0c1bcd Merge pull request #740 from zandrmartin/json-fixes Drew DeVault 2016-07-05 08:32:10 -0400
  • c65d6e6e95
    get_tree json fixes Zandr Martin 2016-07-05 07:23:44 -0500
  • 58804a044f Merge pull request #738 from deklov/panel-as-shell-02 Drew DeVault 2016-07-05 08:09:22 -0400
  • d9bcea381a Fix formatting guide violations (spaces instead of tabs) David Eklov 2016-07-04 22:18:56 -0500
  • 99bda4afe2 swaybg: Make swaybg a shell surface David Eklov 2016-07-04 17:04:16 -0500
  • d3752b4140 swaybar: Make swaybar a shell surface David Eklov 2016-07-04 17:03:55 -0500
  • bb35960e65 Move code to make a window a shell surface into seperate function David Eklov 2016-07-04 17:01:37 -0500
  • 51204b33c1 Enable backgrounds and panels to be shell surfaces David Eklov 2016-07-04 16:53:03 -0500
  • 484b046569 Merge 093e84728b into c3373c6815 David Eklov 2016-07-05 00:43:23 +0000
  • c3373c6815 Merge pull request #737 from zandrmartin/fix-bar-on-reload Drew DeVault 2016-07-04 20:43:22 -0400
  • 2f54057623
    I think this fixes #678 Zandr Martin 2016-07-04 17:45:37 -0500
  • 17012085ab Merge 093e84728b into 33c923be73 David Eklov 2016-07-04 22:06:00 +0000
  • 093e84728b swaybg: Make swaybg a shell surface David Eklov 2016-07-04 17:04:16 -0500
  • a11cdefa3c swaybar: Make swaybar a shell surface David Eklov 2016-07-04 17:03:55 -0500
  • 942585a012 Move code to make a window a shell surface into seperate function David Eklov 2016-07-04 17:01:37 -0500
  • ca43a27a21 Enable backgrounds and panels to be shell surfaces David Eklov 2016-07-04 16:53:03 -0500
  • 33c923be73 Merge pull request #735 from zandrmartin/get-tree-command Drew DeVault 2016-07-04 16:03:23 -0400
  • e07b8c8d7c Merge branch 'master' into get-tree-command Zandr Martin 2016-07-04 13:53:49 -0500
  • f8a94f2f4b
    fix typo in ipc-json.c Zandr Martin 2016-07-04 13:46:19 -0500
  • 15a324b0d3
    implement get_tree command Zandr Martin 2016-07-04 13:34:44 -0500
  • 33abcd9573 Merge pull request #734 from jplatte/patch-1 Drew DeVault 2016-07-04 08:56:51 -0400
  • e55e5cc6b4 Create .editorconfig Jonas Platte 2016-07-04 14:08:35 +0200
  • b658b464ec Merge pull request #732 from zandrmartin/set-size-command Drew DeVault 2016-07-03 21:53:28 -0400
  • a7b94f1324
    typo in focus.h Zandr Martin 2016-07-03 12:22:10 -0500
  • d5e4fff345
    resize command updates (#713) Zandr Martin 2016-07-03 12:11:21 -0500
  • aced6daa19
    match i3 syntax for resize set Zandr Martin 2016-07-03 07:05:10 -0500
  • 034410819d
    Merge remote-tracking branch 'upstream/master' into set-size-command Zandr Martin 2016-07-02 08:14:40 -0500
  • 7144fb9fc3 Spawn windows as floating if they have a parent Drew DeVault 2016-06-30 08:30:03 -0400
  • b5d778dd82 Merge pull request #728 from deklov/master Drew DeVault 2016-06-27 20:05:11 -0400
  • 26842ff383 Add get_log_level() to encapsulate v (current log level) David Eklov 2016-06-27 02:29:37 -0500
  • 4b55a9d325 Merge 40d67b13d9 into 8f67903909 David Eklov 2016-06-27 07:53:02 +0000
  • 40d67b13d9 Add get_log_level() to encapsulate v (current log level) David Eklov 2016-06-27 02:29:37 -0500
  • a32f4adec4 Implement sway_log_errno using _sway_log to reduce code duplication David Eklov 2016-06-27 02:21:28 -0500
  • 8f67903909 Merge pull request #723 from deklov/master Drew DeVault 2016-06-27 00:34:04 -0400
  • d3c947676d Bug fix: Add missing header file, unistd.h David Eklov 2016-06-26 23:25:56 -0500
  • cbbeeb2cc3
    Merge branch 'set-size-command' of github.com:zandrmartin/sway into set-size-command Zandr Martin 2016-06-25 08:02:14 -0500
  • b5818150b9 Merge pull request #720 from Hummer12007/exec_fix Drew DeVault 2016-06-21 14:14:16 -0400
  • bfdda1505e Check if found ws is focused in new view handler Mykyta Holubakha 2016-06-21 20:38:06 +0300
  • 8ca1f50323 Merge d47a9d7752 into 71f710cf0f Drew DeVault 2016-06-19 17:53:56 +0000
  • d47a9d7752 Quiet down the coverage output a bit Drew DeVault 2016-06-19 13:51:32 -0400
  • 2aaa37b129 Fix cmake error messages for gcov/lcov/etc Drew DeVault 2016-06-19 12:52:44 -0400
  • 439d289654 Fix typo Drew DeVault 2016-06-19 12:51:44 -0400
  • 689935ed39 Add readline tests Drew DeVault 2016-06-19 12:48:20 -0400
  • 8758a2bd04 Simplify code coverage implementation Drew DeVault 2016-06-19 12:28:34 -0400
  • 074238e9f4 Optionally generate test coverage reports Drew DeVault 2016-06-17 08:46:18 -0400
  • cd64ad56b9 Add full coverage for list.c Drew DeVault 2016-06-19 12:06:16 -0400
  • 5b7cb67779 Run tests from .travis.yml Drew DeVault 2016-06-19 11:26:33 -0400
  • e563bec64d Add memory test utilities Drew DeVault 2016-06-19 11:25:58 -0400
  • 698ba55860 Apparently test/ was gitignored Drew DeVault 2016-06-17 07:38:32 -0400
  • f05fd97859 Add CMake function for configuring tests Drew DeVault 2016-06-16 08:59:47 -0400
  • 0e5e2700e5 Initial test setup Drew DeVault 2016-06-16 08:31:04 -0400
  • 71f710cf0f Minor fix to warning messages Drew DeVault 2016-06-19 10:01:15 -0400
  • cdb6a9e948 Merge pull request #716 from Hummer12007/patch-1 Drew DeVault 2016-06-18 13:45:39 -0400
  • 7870a197fc Added a null check in tabbed_stacked_parent Hummer12007 2016-06-18 20:31:18 +0300
  • 3ce8cc8077 Merge pull request #709 from zandrmartin/set-size-command 0.8 Drew DeVault 2016-06-11 19:39:39 -0400
  • a6f4bf60f2 Merge branch 'master' into set-size-command Zandr Martin 2016-06-11 17:10:38 -0500
  • 54914260ed
    Merge branch 'master' of git://github.com/SirCmpwn/sway into set-size-command Zandr Martin 2016-06-11 17:10:01 -0500
  • 889618d3ee
    implement resize command for absolute dimensions Zandr Martin 2016-06-11 17:02:16 -0500
  • f1268053a6 Merge pull request #708 from zandrmartin/assign-command Drew DeVault 2016-06-11 17:47:26 -0400
  • 9ecb43ea3b
    couple small fixes Zandr Martin 2016-06-11 15:29:04 -0500
  • 6388e1e288 Merge pull request #701 from zandrmartin/assign-command Drew DeVault 2016-06-11 15:02:26 -0400
  • 2298143d09
    cleanup + add timeouts for pid_workspace list Zandr Martin 2016-06-11 12:43:34 -0500
  • 66caee645c Merge branch 'master' into assign-command Zandr Martin 2016-06-11 09:33:24 -0500
  • beaa03344e
    clean up pid/workspace stuff Zandr Martin 2016-06-11 09:20:09 -0500
  • cb0cc32265 Many improvements to man pages Drew DeVault 2016-06-10 09:32:14 -0400
  • 318cef3c48 Merge pull request #706 from zandrmartin/swaybg-reload Drew DeVault 2016-06-10 08:20:25 -0400
  • b00feb25ea
    trigger bg change on config reload Zandr Martin 2016-06-10 07:12:25 -0500
  • 03d79b41c7
    semi-working (only non-client/server wayland apps) Zandr Martin 2016-06-10 06:08:59 -0500
  • 6fefe56a97 Manual entry for setenv Denis Doria 2016-06-07 11:13:42 +0200
  • d9ef569fe4 Creates setenv command Denis Doria 2016-06-07 11:10:52 +0200
  • 7267314ab1 Merge branch 'master' of https://github.com/SirCmpwn/sway Denis Doria 2016-06-07 10:06:06 +0200
  • b63b01156a Merge pull request #703 from thuck/variables_corner_cases Drew DeVault 2016-06-06 16:40:10 -0400
  • 3710cd6963 Fix segfault when using include with * thuck 2016-06-06 22:20:27 +0200