aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-07-05Implement mode --pango_markupBrian Ashworth
2018-07-05Merge pull request #2185 from swaywm/update-wlroots-1076emersion
2018-07-05Escape underscore in sway-input(5) man page to avoid invalid colorsThomas Plaçais
2018-07-05pango/cairo: set default font map to NULL to free itDominique Martinet
2018-07-05cmd_results_to_json: return copied string and properly free the jsonDominique Martinet
2018-07-05Use wlr_surface.buffer_damageemersion
2018-07-05Updates per wlroots#1076Drew DeVault
2018-07-05workspace_next_name: free targets later than these already found in orderDominique Martinet
2018-07-05view_map: free criterias as the list it isDominique Martinet
2018-07-05container_free: free formatted titleDominique Martinet
2018-07-05ipc-server: free clients at destroyDominique Martinet
2018-07-05config: add a couple of forgotten freesDominique Martinet
2018-07-05keyboard: free xkb keymap on destroyDominique Martinet
2018-07-05Call view_set_tiled for mapping non-floating viewsRyan Dwyer
2018-07-04Merge pull request #2205 from RyanDwyer/fix-border-weirdnessDrew DeVault
2018-07-04Fix use after free in transaction codeRyan Dwyer
2018-07-04Fix booleanRyan Dwyer
2018-07-04Only call view_set_tiled when switching floating modeRyan Dwyer
2018-07-04ipc-server: add display destroy listener and remove ipc_terminateDominique Martinet
2018-07-04Merge pull request #2202 from RyanDwyer/fix-focus-damageemersion
2018-07-04Fix focus related damageRyan Dwyer
2018-07-04startup: move setenv WAYLAND_DISPLAY before config execsDominique Martinet
2018-07-02Merge pull request #2194 from RyanDwyer/fix-incorrect-renderemersion
2018-07-02Don't return pending children in seat_get_active_current_childRyan Dwyer
2018-07-02Fix damage on swaybar when view requests to exit fullscreenRyan Dwyer
2018-07-02Merge pull request #2187 from martinetd/idle-inhibitemersion
2018-07-02idle_inhibit: move server data to its own structDominique Martinet
2018-07-02idle_inhibit: stop inhibitor when views become invisibleDominique Martinet
2018-07-02Add idle inhibit unstable v1 supportDominique Martinet
2018-07-02load_config: move NULL path check before first useDominique Martinet
2018-07-02config include: fix leak on relative include pathDominique Martinet
2018-07-02bar config: fix uninitialized accesses on init errorDominique Martinet
2018-07-02cmd_assign: fix leak on errorDominique Martinet
2018-07-02bar_cmd_modifier: fix use-after-free on errorDominique Martinet
2018-07-02bar_cmd_font: fix leak of fontDominique Martinet
2018-07-02read_config: fix leak on errorDominique Martinet
2018-07-02cmd_background: fix leak on errorDominique Martinet
2018-07-02transaction_apply: use float for quotientDominique Martinet
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