Age | Commit message (Expand) | Author |
2018-07-02 | find prev/next output/workspace: add NULL check | Dominique Martinet |
2018-07-02 | output commands: move !argc checks after argc gets decremented | Dominique Martinet |
2018-07-02 | config_commands_command: make alloc failure check more permanent | Dominique Martinet |
2018-07-02 | input_config: free new_input_config on error | Dominique Martinet |
2018-07-02 | ipc-server: fix more use-after-frees on ipc_send_reply error | Dominique Martinet |
2018-07-02 | ipc-server: minor code cleanup | Dominique Martinet |
2018-07-02 | ipc-server: fix double-free on send error in ipc_send_event | Dominique Martinet |
2018-07-02 | invoke_swaybar: fix message length header size | Dominique Martinet |
2018-07-02 | log_kernel: s/fclose/pclose/ (for popen'd FILE) | Dominique Martinet |
2018-07-01 | Init screencopy manager | emersion |
2018-07-02 | exec_always: fix leaks | Dominique Martinet |
2018-07-01 | Implement pid->workspace tracking | Drew DeVault |
2018-06-30 | xdg_shell: listen to fullscreen request on map | Dominique Martinet |
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 |
2018-06-30 | Fix crash with stacking layout after f42bf0ad4 | Rostislav Pehlivanov |
2018-06-30 | Fix compile error | Ryan Dwyer |
2018-06-30 | container_at_view: don't offset the view by the window geometry | Rostislav Pehlivanov |
2018-06-30 | Revert "Don't unmaximize floating views" | Rostislav Pehlivanov |
2018-06-30 | Fix floating views not receiving frame events | emersion |
2018-06-30 | Fix flash of background when xwayland views are mapped | Ryan Dwyer |
2018-06-29 | Render saved buffers with the surface's dimensions | Ryan Dwyer |
2018-06-29 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-29 | Replace list_empty with a simple alternative | Ryan Dwyer |
2018-06-29 | Fix crash when moving last child of a container to workspace or output | Ryan Dwyer |
2018-06-28 | fix handling key modifiers if not pressed at first | Armin Preiml |
2018-06-27 | fix accidently removing borders on XCB_CONFIGURE_REQUEST | Armin Preiml |
2018-06-27 | Check if command input has at least 2 arguments | Thomas Plaçais |
2018-06-27 | Allow views to skip configures | Ryan Dwyer |
2018-06-27 | Move unsetting of view->surface into view_unmap | Ryan Dwyer |
2018-06-27 | Fix memleak in container_get_box | Ryan Dwyer |
2018-06-27 | Remove transaction_add_damage | Ryan Dwyer |
2018-06-27 | Fix nitpicks | Ryan Dwyer |
2018-06-27 | Merge branch 'master' into xwayland-wants-float | Ryan Dwyer |
2018-06-26 | Merge branch 'master' into float_xdg_shell | emersion |
2018-06-26 | cleanup output-background subcommand handling | ael-code |
2018-06-26 | fix memleak on background cmd error | ael-code |
2018-06-26 | layer_shell: order destroying before sway_output | Dominique Martinet |
2018-06-26 | layer_shell: cleanup output link on output destroy | Dominique Martinet |
2018-06-26 | Remove incorrect assertion and supporting code | Ryan Dwyer |
2018-06-26 | Fix crash when closing output window from outer session | Ryan Dwyer |
2018-06-26 | Fix crash when disconnecting output | Ryan Dwyer |
2018-06-26 | Remove timer when transaction destroys | Ryan Dwyer |
2018-06-26 | Damage output when views toggle fullscreen | Ryan Dwyer |
2018-06-26 | Rename view's free callback to destroy | Ryan Dwyer |
2018-06-26 | Damage output when a fullscreen view unmaps | Ryan Dwyer |
2018-06-26 | xdg_shell: make view floating if a parent has been set | Dominique Martinet |
2018-06-25 | Rename progress_queue to transaction_progress_queue | Ryan Dwyer |
2018-06-25 | Fix potential crash when fullscreen view unmaps | Ryan Dwyer |
2018-06-24 | dont focus-follow-mouse when keyboard grab | Tony Crisci |