Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | Move declaration into loop | Drew DeVault | |
2018-03-29 | Exit ipc_get_workspace_callback early | Drew DeVault | |
2018-03-29 | Implement modes | Drew DeVault | |
2018-03-29 | Clean up imported bar commands | Drew DeVault | |
2018-03-29 | Use statically allocated text buffer | Drew DeVault | |
2018-03-29 | Fix failure to rearrange output in some cases | Drew DeVault | |
2018-03-29 | Do some small cleanup | Drew DeVault | |
- Fix workspace events (security config isn't in use so it wasn't being sent) - Kill status bar process when swaybar exits - Don't rearrange windows on every layer surface commit | |||
2018-03-29 | Call arrange_windows on layer destroy | Drew DeVault | |
2018-03-29 | Restart swaybar on config reload | Drew DeVault | |
2018-03-29 | Terminate swaybar when freeing bar config | Drew DeVault | |
2018-03-29 | Spawn swaybars when outputs are added | Drew DeVault | |
2018-03-29 | Add swaybg_command | Drew DeVault | |
2018-03-29 | Move bar config into its own file | Drew DeVault | |
2018-03-29 | Add bar configuration commands | Drew DeVault | |
2018-03-29 | Implement enough IPC for swaybar to work | Drew DeVault | |
2018-03-29 | Some layer shell fixes | Drew DeVault | |
Based on the corresponding rootston changes | |||
2018-03-30 | Clear buffer after beginning renderer | Scott Anderson | |
2018-03-29 | Maximize xdg shell surfaces on creation | Drew DeVault | |
Makes them look better yo In the future we might want to only do this for tiled windows, and let floating windows do their own thing. | |||
2018-03-28 | Address review feedback | Drew DeVault | |
2018-03-28 | Render layer surfaces and respect exclusive zone | Drew DeVault | |
2018-03-28 | Add initial layer shell skeleton | Drew DeVault | |
2018-03-28 | Update input events per swaywm/wlroots#765 | Drew DeVault | |
2018-03-27 | Fix lingering xdg shell issues | Drew DeVault | |
2018-03-27 | Update API to match latest wlroots | Drew DeVault | |
2018-03-19 | Update wlroots API | emersion | |
Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream. | |||
2018-03-15 | Update rendering code for wlroots matrix redesign | emersion | |
2018-03-12 | ipc: add output modes | emersion | |
2018-03-03 | xwayland: do not send surface configure when no width/height | Dominique Martinet | |
The code in apply_horiz_layout systematically does `set_position` then `set_size`, so for new windows there is an invalid call. For old windows there are two calls when only one is needed, with the current code set_position could not send any surface configure without impact, but in the future it might be needed? Native wayland surfaces do not need to know where they are (the set_position handled only updates the sway internal view variable), why does X11 window need that? | |||
2018-02-27 | ipc new window event | Tony Crisci | |
2018-02-27 | Utilize wlr_xwayland_surface_is_unmanaged | Drew DeVault | |
2018-02-26 | ipc show focused container | Tony Crisci | |
2018-02-26 | Fix wlr_render_with_matrix call | Drew DeVault | |
This takes an alpha parameter now. | |||
2018-02-25 | Revert "Multiple output coords by scale" | Drew DeVault | |
This reverts commit 94f8bdf08146bae057233386ac2521b095396786. | |||
2018-02-25 | Multiple output coords by scale | Drew DeVault | |
2018-02-25 | Send surface enter/leave events | Drew DeVault | |
2018-02-25 | Use focus for new windows xwayland/wl_shell | Drew DeVault | |
2018-02-25 | Document updates to the output command | Drew DeVault | |
2018-02-24 | static bfs queue | Tony Crisci | |
2018-02-24 | add config handlers | Tony Crisci | |
2018-02-24 | remove checks for command handlers | Tony Crisci | |
2018-02-24 | separate config directives and commands | Tony Crisci | |
2018-02-24 | take seat param for handle_command and rename | Tony Crisci | |
2018-02-22 | basic layout command | Tony Crisci | |
2018-02-20 | bug: fix crash on focus up | Tony Crisci | |
2018-02-20 | use wl_container_of() in output destroy callback | Tony Crisci | |
2018-02-20 | rename new_input listener on input-manager | Tony Crisci | |
2018-02-20 | make handle_output_destroy() static | Tony Crisci | |
2018-02-20 | remove old comments | Tony Crisci | |
2018-02-19 | bugfix: get right layout box for rendering views | Tony Crisci | |
2018-02-17 | choose adjacent container between outputs | Tony Crisci | |