sort by:
Revision Author Date Message Commit Date
5ec7045 Merge pull request #830 from acrisci/feature/simplify-set-focus Simplify focus setting 04 August 2016, 11:48:00 UTC
81eb9ea Simplify focus setting Merge the main rendering paths of all containers to make focus setting a bit simpler and easier to follow. 04 August 2016, 03:24:53 UTC
735f3d0 Merge pull request #827 from acrisci/bug/ipc-id-uint Use uintptr_t for ipc container id 04 August 2016, 01:07:23 UTC
c98e91f Use uintptr_t for ipc container id This is for compatability with i3. 04 August 2016, 00:34:47 UTC
c970d45 Merge pull request #822 from mayhewj/add-resize-to-config Add resize mode to the default config file 03 August 2016, 11:07:53 UTC
94adb24 Add resize mode to config These are the default keybindings in i3. 03 August 2016, 03:07:28 UTC
342e36e Don't repeat direction keys in config I really didn't want to have to repeat the direction keys again for resize mode, and this makes it easier to change all of the relevant keybindings if you don't like the defaults (or prefer i3's). 03 August 2016, 02:56:31 UTC
3a9f4f8 Merge pull request #820 from minus7/bar-wrap-scroll-fix fixed uninitialized bar.wrap_scroll 02 August 2016, 20:08:46 UTC
b246799 fixed uninitialized bar.wrap_scroll 02 August 2016, 20:02:39 UTC
947570e Merge pull request #817 from zandrmartin/fix-unmanaged-node-json remove unmanaged nodes from get_tree 02 August 2016, 18:52:48 UTC
506be24 Merge pull request #810 from acrisci/feature/swaymsg-pretty swaymsg: pretty print ipc response 02 August 2016, 18:52:41 UTC
9fa9295 remove unmanaged nodes from get_tree 02 August 2016, 18:24:21 UTC
c7d12fa Update README.md screenshot 02 August 2016, 12:50:03 UTC
31ce010 Fix segfault in border.c 02 August 2016, 11:35:25 UTC
1860236 Merge pull request #815 from acrisci/bug/focus-container-on-op-change bugfix: focus container on output when focused 02 August 2016, 04:04:55 UTC
4344fe5 bugfix: focus container on output when focused Focus the container on the output (not the output itself) when an output is focused. This is intended to fix a bug where borders are not updated correctly when switching the vt away/back to sway. 02 August 2016, 03:56:34 UTC
a4096b7 Merge pull request #813 from acrisci/bug/remove-dead-lock-var Remove dead global locked_view_focus 02 August 2016, 02:33:37 UTC
2f65100 Remove dead global locked_view_focus The value of `locked_view_focus` is always false. Remove dead code associated with this variable to simplify things. 02 August 2016, 02:25:08 UTC
2d907ef Merge pull request #811 from acrisci/feature/focus-container Implement focus handling for containers 01 August 2016, 11:27:12 UTC
c6f9767 Merge pull request #812 from zandrmartin/floating-fullscreen-size-fix cache floating container size when fullscreening 01 August 2016, 11:25:31 UTC
b18c169 cache floating container size when fullscreening 01 August 2016, 02:45:27 UTC
fe608c8 Update view border when workspace is focused When a workspace is focused, update the borders of all its child containers to be focused to indicate the workspace container is focused. 01 August 2016, 01:42:51 UTC
d731d6a Bugfix: descend focus stack on new window focus When switching back to a workspace after new window creation, it is now necessary to descend the focus stack into the focused container of the workspace to determine which container should get the focus. This is because the `set_focused_container()` function no longer automatically descends into the focus stack to find the correct view to focus. 01 August 2016, 01:25:40 UTC
b392495 Refactor functions to update container borders Replace `update_view_border()` with `update_container_border()`. The latter should handle both the case where the container is a view or if the container has children. 01 August 2016, 00:32:40 UTC
f78d07d Implement focus handling for containers The previous implementation of focus handling assumed that only views can be focused. Containers can also be focused with a command like `focus parent` or `focus child`. Change `set_focused_container()` to handle the case of the given container being a container with children and update borders accordingly. 31 July 2016, 22:10:33 UTC
6535da7 swaymsg: pretty print ipc response fixes #809 31 July 2016, 18:47:32 UTC
a947cb6 Merge pull request #808 from zandrmartin/document-kill-command document `kill` command 31 July 2016, 14:38:40 UTC
53f6b1f document `kill` command 31 July 2016, 13:54:15 UTC
955020b Merge pull request #806 from thejan2009/fix-nested-layouts Update container geometry on layout switch 31 July 2016, 12:57:55 UTC
9977b01 Update container geometry on layout switch Deeply nested containers which had their layouts changed didn't update their actual_geometry, this messed up their child containers. Those got width and height of 0, which was then decreased for stacked/tabbed containers by title height. Underflow ensued, these containers suddenly had height 4294967273. In short, not updating actual_geometry didn't play nicely with nested containers. 31 July 2016, 08:22:18 UTC
44a4905 Merge pull request #805 from zandrmartin/swaybg-solid-color implement solid color rendering for swaybg 31 July 2016, 03:28:02 UTC
98aa59f implement solid color rendering for swaybg 30 July 2016, 23:50:13 UTC
2e4ece6 Merge pull request #803 from zandrmartin/x11-pids update handler to get pid from wlc for all views - now ok to merge 30 July 2016, 14:17:31 UTC
e6af5f8 Merge branch 'master' of git://github.com/SirCmpwn/sway into x11-pids 30 July 2016, 13:44:21 UTC
e3104a4 Merge pull request #804 from thejan2009/misc-border-fix Misc border fix 30 July 2016, 13:43:03 UTC
c33e0ee revert border hiding to more recent version 30 July 2016, 13:22:53 UTC
8d0048c properly hide top border inside tabbed/stacked When titlebar is hidden, top border of the topmost view inside tabbed/stacked container will not be drawn. This is changed in layout.c On the other hand, top border should be drawn sometimes, for example when titlebar is hidden on a view that is not the topmost inside tabbed/stacked container. This is changed in border.c 30 July 2016, 13:12:34 UTC
c0683a0 remove outdated (when wlc commit merged) comment 30 July 2016, 01:20:14 UTC
d0a0d5e update handler to get pid from wlc for all views 29 July 2016, 21:40:38 UTC
3f83968 Fix swaybg sizing on hidpi outputs 29 July 2016, 13:14:26 UTC
9b24af1 Document scale factor configuration in sway(5) 29 July 2016, 12:00:23 UTC
9661272 Merge remote-tracking branch 'origin/hidpi' 29 July 2016, 11:35:43 UTC
ddb4498 Merge pull request #802 from acrisci/feature/timestamp-log-messages Add timestamp to log messages 29 July 2016, 02:21:01 UTC
70360c5 Add timestamp to log messages 29 July 2016, 02:15:14 UTC
762a673 Merge pull request #800 from zandrmartin/fix-swaybar-take-3 third try for #678 28 July 2016, 23:45:58 UTC
a3980d4 third try for #678 28 July 2016, 22:43:43 UTC
cad085e Update IPC JSON responses for HiDPI setups 28 July 2016, 18:42:39 UTC
11e7ca0 Update hidpi support to latest wlc API 28 July 2016, 18:36:49 UTC
6ea02f3 Initial pass on HiDPI support 28 July 2016, 18:36:49 UTC
a5af3bc Merge pull request #796 from Hummer12007/ipc_sub Initialize client's subscribed events 28 July 2016, 13:45:11 UTC
cf8ef2a Initialize client's subscribed events 28 July 2016, 13:38:02 UTC
1780633 Add commit message guidelines to CONTRIBUTING.md 28 July 2016, 11:47:44 UTC
d07eaed Merge pull request #793 from thejan2009/workspace_layout_first_window_fix bugfix: invisible windows on empty workspace with tabbed/stacked layout 28 July 2016, 11:42:43 UTC
ee67c5b Merge pull request #791 from acrisci/feature/focus-child Implement `focus child` command 28 July 2016, 11:26:37 UTC
d03266a Merge pull request #792 from acrisci/feature/render-focused-stack-children-focused Render focused stack/tab children focused 28 July 2016, 11:26:13 UTC
7efc810 Merge pull request #794 from thejan2009/close-all-focused-containers Close all focused container's child views on cmd_kill 28 July 2016, 11:25:24 UTC
33c1df3 Close all focused container's child views on kill Previously, cmd_kill only closed a focused view, while containers were not affected. Now it closes all views that are children of the focused container. 28 July 2016, 08:31:18 UTC
a46cf77 bugfix: windows on empty workspaces with layout tabbed/stacked would spawn with 0x0 geometry 28 July 2016, 03:56:36 UTC
badfcf7 Render focused stack/tab children focused Whenever a stacked or tabbed container has focused, paint the titlebars of all its child windows to be focused as well to indicate the parent stack/tab container has the focus. 28 July 2016, 03:16:58 UTC
88b7cbe Implement `focus child` command The `focus child` command focuses the child container within the selected container. 28 July 2016, 02:48:46 UTC
6d2b455 Merge pull request #790 from acrisci/bug/switch-focus-workspace-output bugfix: set focus to workspace of an output 28 July 2016, 02:14:20 UTC
8a03f13 bugfix: set focus to workspace of an output In `move_focus()`, when given an output, set the focus to the workspace of that output instead of the output itself. This fixes a bug that did not allow users to switch between outputs introduced in afc6ad6. It also fixes other issues before that commit when a workspace with children was selected and the user tried to switch focus in the direction of another output. 28 July 2016, 02:06:16 UTC
70e73d7 Merge pull request #789 from acrisci/bug/focus-parent-above-workspace bugfix: cmd focus parent don't set focus above ws 28 July 2016, 01:36:08 UTC
afc6ad6 bugfix: cmd focus parent don't set focus above ws In the `focus parent` command, do not set focus above the workspace level. These containers are not meant to be focused. This prevents a crash on repeated `focus parent` commands. 28 July 2016, 01:30:45 UTC
ba8f0da Merge pull request #787 from acrisci/bug/ipc-command-result-array Put ipc command result json in an array 24 July 2016, 11:43:33 UTC
0d461ad Put ipc command result json in an array For compatibility with i3, put the command result into an array. Returning multiple command results is still unsupported. 24 July 2016, 03:13:09 UTC
4637462 Merge pull request #785 from thejan2009/floating-scroll-event-passthrough don't passthrough a floating_scroll event to focused window 23 July 2016, 15:03:21 UTC
80858c1 don't passthrough a floating_scroll event to focused window 23 July 2016, 14:58:37 UTC
643bd8f Merge pull request #779 from thejan2009/smart-gaps-outer Hide outer gaps too when smart_gaps is on 23 July 2016, 14:55:18 UTC
1fb971f Merge pull request #781 from thejan2009/bottom-right-edges properly hide bottom and right borders 22 July 2016, 09:29:08 UTC
f16cb14 properly hide bottom and right borders 22 July 2016, 04:00:27 UTC
789870e Merge pull request #780 from zandrmartin/fix-edge-gap fix regression in hide_edge_borders 22 July 2016, 02:23:14 UTC
3137615 fix regression in hide_edge_borders 22 July 2016, 02:15:46 UTC
d61b59c outer gap 0 with smart_gaps on 21 July 2016, 20:58:13 UTC
9fe1d3d Merge pull request #778 from thejan2009/hide_edge_borders-fix Hide edge borders fix 21 July 2016, 20:56:44 UTC
03b0180 rename ws to workspace for clarity 21 July 2016, 20:21:49 UTC
b893f07 calculate borders for hiding from workspace geometry 21 July 2016, 20:21:49 UTC
f181bf9 Merge pull request #777 from Hummer12007/bg-arng Arrange backgrounds only when required 21 July 2016, 19:57:00 UTC
a2bc6f3 Arrange backgrounds only when required 21 July 2016, 19:47:35 UTC
464239f Merge pull request #776 from Hummer12007/window-events [RFC] Implement window events 21 July 2016, 18:59:57 UTC
f022628 Handle transient_for 21 July 2016, 18:53:36 UTC
f52daa2 Unite describe_view and describe_window 21 July 2016, 18:51:20 UTC
e5c7b01 Fix dispatching and assigning events 21 July 2016, 18:51:20 UTC
2029fef More progress on window events 21 July 2016, 18:51:20 UTC
976e48d Initial work on window events 21 July 2016, 18:51:20 UTC
095353d Remove arrange_windows from post-render Fixes #741 21 July 2016, 12:27:25 UTC
5de5c38 Merge pull request #774 from Hummer12007/eventmasks Properly construct event bitmasks 19 July 2016, 21:56:51 UTC
0b5391e Properly construct event bitmasks 19 July 2016, 21:47:57 UTC
7e6c67c Merge pull request #773 from SethBarberee/patch-2 Update swaylock zsh completion 19 July 2016, 12:13:42 UTC
6ec51e3 Update _swaylock added new option of daemonize (-f --daemonize) that was added to swaylock in https://github.com/SirCmpwn/sway/pull/750 and added socket completion upon reading more into swaylock/main.c (it also is in the usage help but never had it in completion) 19 July 2016, 04:35:53 UTC
4190ddb Merge pull request #770 from minus7/that-bugged-me clean up apply_input_config 18 July 2016, 18:28:04 UTC
50b0993 clean up apply_input_config 18 July 2016, 18:12:49 UTC
5a1d95a Move backgrounds to back after arrange_windows Fixes #769 18 July 2016, 13:12:48 UTC
c0e4522 Merge pull request #764 from deklov/move-position-bug-02 Do not crash when handling the command 'move position' 18 July 2016, 12:50:53 UTC
2956645 Merge pull request #768 from gpyh/patch-1 Packages link to the wiki page with instructions 18 July 2016, 11:41:46 UTC
435509c Merge pull request #767 from thejan2009/correct-container-titles Construct titles of nested tabbed/stacked containers from app_id inst… 18 July 2016, 11:38:35 UTC
5d250f3 Construct titles of nested tabbed/stacked containers from app_id instead of title 18 July 2016, 10:35:50 UTC
9b2780a Packages link to the wiki page with instructions I wanted to make sure that NixOS users get the warning without polluting the README. Turns out the "Install other distros" had plenty to say about supported packages, so I slightly restructured the page. Now the README links to the wiki page. 18 July 2016, 05:00:17 UTC
d9eb49f Add missing entry to list of accepted arguments for the move command 18 July 2016, 03:52:39 UTC
d202ca2 Do not crash when handling the command 'move position' Sway expected 'move position' to be 'move position mouse'. If mouse is not present in the command, Sway crashes. 18 July 2016, 03:50:15 UTC
back to top