aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-07-02workspace_next_name: fix string length for ws_num >= 100Dominique Martinet
2018-07-02find prev/next output/workspace: add NULL checkDominique Martinet
2018-07-02output commands: move !argc checks after argc gets decrementedDominique Martinet
2018-07-02config_commands_command: make alloc failure check more permanentDominique Martinet
2018-07-02input_config: free new_input_config on errorDominique Martinet
2018-07-02ipc-server: fix more use-after-frees on ipc_send_reply errorDominique Martinet
2018-07-02ipc-server: minor code cleanupDominique Martinet
2018-07-02ipc-server: fix double-free on send error in ipc_send_eventDominique Martinet
2018-07-02invoke_swaybar: fix message length header sizeDominique Martinet
2018-07-02log_kernel: s/fclose/pclose/ (for popen'd FILE)Dominique Martinet
2018-07-01Init screencopy manageremersion
2018-07-02exec_always: fix leaksDominique Martinet
2018-06-30xdg_shell: listen to fullscreen request on mapDominique Martinet
2018-06-30sway views: add helpers to get view and layer from wlr_surfaceDominique Martinet
2018-06-30Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer
2018-06-30Fix crash with stacking layout after f42bf0ad4Rostislav Pehlivanov
2018-06-30Fix compile errorRyan Dwyer
2018-06-30container_at_view: don't offset the view by the window geometryRostislav Pehlivanov
2018-06-30Revert "Don't unmaximize floating views"Rostislav Pehlivanov
2018-06-30Fix floating views not receiving frame eventsemersion
2018-06-30Fix flash of background when xwayland views are mappedRyan Dwyer
2018-06-29Render saved buffers with the surface's dimensionsRyan Dwyer
2018-06-29Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer
2018-06-29Replace list_empty with a simple alternativeRyan Dwyer
2018-06-29Fix crash when moving last child of a container to workspace or outputRyan Dwyer
2018-06-28fix handling key modifiers if not pressed at firstArmin Preiml
2018-06-27fix accidently removing borders on XCB_CONFIGURE_REQUESTArmin Preiml
2018-06-27Check if command input has at least 2 argumentsThomas Plaçais
2018-06-27Allow views to skip configuresRyan Dwyer
2018-06-27Move unsetting of view->surface into view_unmapRyan Dwyer
2018-06-27Fix memleak in container_get_boxRyan Dwyer
2018-06-27Remove transaction_add_damageRyan Dwyer
2018-06-27Fix nitpicksRyan Dwyer
2018-06-27Merge branch 'master' into xwayland-wants-floatRyan Dwyer
2018-06-26Merge branch 'master' into float_xdg_shellemersion
2018-06-26cleanup output-background subcommand handlingael-code
2018-06-26fix memleak on background cmd errorael-code
2018-06-26layer_shell: order destroying before sway_outputDominique Martinet
2018-06-26layer_shell: cleanup output link on output destroyDominique Martinet
2018-06-26Remove incorrect assertion and supporting codeRyan Dwyer
2018-06-26Fix crash when closing output window from outer sessionRyan Dwyer
2018-06-26Fix crash when disconnecting outputRyan Dwyer
2018-06-26Remove timer when transaction destroysRyan Dwyer
2018-06-26Damage output when views toggle fullscreenRyan Dwyer
2018-06-26Rename view's free callback to destroyRyan Dwyer
2018-06-26Damage output when a fullscreen view unmapsRyan Dwyer
2018-06-26xdg_shell: make view floating if a parent has been setDominique Martinet
2018-06-25Rename progress_queue to transaction_progress_queueRyan Dwyer
2018-06-25Fix potential crash when fullscreen view unmapsRyan Dwyer
2018-06-24dont focus-follow-mouse when keyboard grabTony Crisci