Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-26 | Remove test clipboard code | Drew DeVault | |
2017-07-12 | Use WLC v2 pointer interface | Scott Anderson | |
2017-07-04 | Make asciidoc (and man pages) optional | Drew DeVault | |
And remove it from the build | |||
2017-06-14 | Merge branch 'master' into server-decoration | Drew DeVault | |
2017-06-14 | Fix Firefox address bar thing | Drew DeVault | |
And probably some other stuff too | |||
2017-05-04 | Add mouse button bindings | Josip Janzic | |
Adds support for bindings like: bindsym button3 floating toggle bindsym $mod+button3 floating toggle | |||
2017-04-28 | Implement KDE's server-side decoration protocol | Drew DeVault | |
2017-04-26 | Fix handling of floating windows | Drew DeVault | |
2017-04-26 | Implement no_focus | Drew DeVault | |
Ref #2 | |||
2017-04-16 | Disambiguate get_*_policy() and get_*_policy_mask() | Jerzi Kaminsky | |
2017-03-18 | prevent fullscreen focus thievery | Zandr Martin | |
I believe this fixes #1102 | |||
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2017-02-06 | xdg-positioner: log window placement | Mykyta Holubakha | |
2017-02-06 | Handle xdg-positioner stuff | Mykyta Holubakha | |
2017-01-19 | Properly place windows with xdg-positioner | Mykyta Holubakha | |
2017-01-11 | Fix #1008 | Drew DeVault | |
2016-12-15 | Handle some more memory allocation failures | Drew DeVault | |
2016-12-15 | Handle config-related allocation failures | Drew DeVault | |
2016-12-04 | add workspace_layout to container | D.B | |
Add swayc_change_layout function, which changes either layout or workspace_layout, depending on the container type. | |||
2016-12-02 | Enforce command policies | Drew DeVault | |
2016-12-01 | Enforce mouse permissions | Drew DeVault | |
2016-12-01 | Enforce keyboard permissions | Drew DeVault | |
2016-12-01 | Enforce fullscreen permissions | Drew DeVault | |
2016-10-12 | Revert "Fixes dealing with workspace_layout and related bugs [rfc]" | Drew DeVault | |
2016-10-11 | generalize wrapping views under workspaces | D.B | |
2016-10-11 | add workspace_layout, ensure ws is always L_HORIZ | D.B | |
Add swayc_change_layout function, which changes either layout or workspace_layout, depending on the container type. Workspace being always L_HORIZ makes this much more i3-compatible. | |||
2016-10-11 | wrap workspace's child into a container if needed | D.B | |
If workspace has stacked/tabbed layout, its direct children should be wrapped into a container which enables them to draw the titlebar. | |||
2016-10-08 | fix for_window [] move scratchpad | D.B | |
- move wlc_view_set_mask before applying window criteria - check parent_container because container in scratchpad doesn't have a parent | |||
2016-10-06 | fix for click on title_bar | Nicolas Cornu | |
- Check null pointer for swayc_parent_by_type - Split lines to follow coding style | |||
2016-10-06 | add click on title_bar to focus a container | Nicolas Cornu | |
2016-09-07 | squash commits, move enum into resize.c | Zandr Martin | |
2016-09-05 | Add support for * input configs | Drew DeVault | |
Closes #852 | |||
2016-09-01 | Reorganize includes | Drew DeVault | |
2016-08-05 | Fix switch to prev ws on handle_view_created | D.B | |
Switching back to original workspace should be done only if workspace was switched while appending new view. | |||
2016-08-01 | bugfix: focus container on output when focused | Tony Crisci | |
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. | |||
2016-08-01 | Remove dead global locked_view_focus | Tony Crisci | |
The value of `locked_view_focus` is always false. Remove dead code associated with this variable to simplify things. | |||
2016-07-31 | Bugfix: descend focus stack on new window focus | Tony Crisci | |
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. | |||
2016-07-31 | Refactor functions to update container borders | Tony Crisci | |
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. | |||
2016-07-29 | remove outdated (when wlc commit merged) comment | Zandr Martin | |
2016-07-29 | update handler to get pid from wlc for all views | Zandr Martin | |
2016-07-29 | Fix swaybg sizing on hidpi outputs | Drew DeVault | |
2016-07-29 | Merge remote-tracking branch 'origin/hidpi' | Drew DeVault | |
2016-07-28 | third try for #678 | Zandr Martin | |
2016-07-28 | Update hidpi support to latest wlc API | Drew DeVault | |
2016-07-28 | Initial pass on HiDPI support | Drew DeVault | |
2016-07-23 | don't passthrough a floating_scroll event to focused window | D.B | |
2016-07-21 | Initial work on window events | Mykyta Holubakha | |
2016-07-21 | Remove arrange_windows from post-render | Drew DeVault | |
Fixes #741 | |||
2016-07-17 | Fix clang warning | Drew DeVault | |
2016-07-17 | Turn swaybg into a shell surface | Drew DeVault | |