Age | Commit message (Expand) | Author |
2018-07-23 | Invoke mouse bindings | frsfnrrg |
2018-07-23 | Parse mouse binding options | frsfnrrg |
2018-07-23 | Merge branch 'master' into pid-workspaces | Drew DeVault |
2018-07-23 | Store scratchpad list in sway_root instead of server | Ryan Dwyer |
2018-07-23 | Implement scratchpad | Ryan Dwyer |
2018-07-22 | Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6 | emersion |
2018-07-22 | Consider view's min/max sizes when resizing | Ryan Dwyer |
2018-07-22 | Store last button and use it when views request to move or resize | Ryan Dwyer |
2018-07-22 | Prevent re-uploading the same cursor image multiple times | Ryan Dwyer |
2018-07-22 | Replace static handle_end_operation with seat_end_mouse_operation | Ryan Dwyer |
2018-07-22 | Implement xdg shell request_move and request_resize events | Ryan Dwyer |
2018-07-22 | Implement floating_modifier and mouse operations for floating views | Ryan Dwyer |
2018-07-20 | Reset outputs on reload | Brian Ashworth |
2018-07-21 | Implement force_display_urgency_hint | Ryan Dwyer |
2018-07-20 | Fix output wildcard handling | Brian Ashworth |
2018-07-19 | Merge pull request #2304 from RedSoxFan/fix-2298 | emersion |
2018-07-19 | Allow xwayland views to become urgent when on a non-visible workspace | Ryan Dwyer |
2018-07-19 | Fix deferred command handling | Brian Ashworth |
2018-07-18 | Don't unfocus when an override redirect window is mapped | emersion |
2018-07-17 | Implement default_floating_border command and adjust CSD behaviour | Ryan Dwyer |
2018-07-16 | Merge pull request #2276 from RyanDwyer/urgency | Drew DeVault |
2018-07-16 | Implement no_focus command | Ryan Dwyer |
2018-07-16 | Mark containers as urgent in IPC if they have urgent views | Ryan Dwyer |
2018-07-16 | Update workspace urgent state when views close or move workspaces | Ryan Dwyer |
2018-07-16 | Implement urgency base functionality | Ryan Dwyer |
2018-07-15 | Make focus part of transactions | Ryan Dwyer |
2018-07-15 | Merge pull request #2272 from RyanDwyer/simplify-transactions | Drew DeVault |
2018-07-14 | Add extended debugging flags | Drew DeVault |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth |
2018-07-13 | Merge pull request #2252 from rkubosz/scroll-button-option | Drew DeVault |
2018-07-12 | Don't disable borders for xwayland floating views | emersion |
2018-07-11 | add scroll button option | Robert Kubosz |
2018-07-10 | Remove `clipboard` command and `get_clipboard` message | emersion |
2018-07-10 | Add get_config message type to ipc | Ian Fan |
2018-07-09 | Remove duplicate function declaration and add assertion | Ryan Dwyer |
2018-07-09 | Implement some floating move commands | Ryan Dwyer |
2018-07-07 | Split renderer | emersion |
2018-07-06 | Merge pull request #2206 from martinetd/leaks | Drew DeVault |
2018-07-06 | Merge branch 'master' into leaks | emersion |
2018-07-07 | Use opaque region to determine if frame done should be sent | Ryan Dwyer |
2018-07-05 | Implement mode --pango_markup | Brian Ashworth |
2018-07-05 | cmd_results_to_json: return copied string and properly free the json | Dominique Martinet |
2018-07-04 | ipc-server: add display destroy listener and remove ipc_terminate | Dominique Martinet |
2018-07-02 | idle_inhibit: move server data to its own struct | Dominique Martinet |
2018-07-02 | idle_inhibit: stop inhibitor when views become invisible | Dominique Martinet |
2018-07-02 | Add idle inhibit unstable v1 support | Dominique Martinet |
2018-07-01 | Implement pid->workspace tracking | Drew DeVault |
2018-06-30 | sway views: add helpers to get view and layer from wlr_surface | Dominique Martinet |
2018-06-30 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |