aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2016-01-05Move modifier name table to common/util.cMikkel Oscar Lyderik
2016-01-04Revert "Free wordexp_t in config.c:get_config_path"Drew DeVault
2016-01-05Send IPC modifier event on bar_modifier up/downMikkel Oscar Lyderik
2016-01-04Free wordexp_t in config.c:get_config_pathDrew DeVault
2016-01-05Merge pull request #433 from crondog/issue431Mikkel Oscar Lyderik
2016-01-05Return focus to fullscreen viewcrondog
2016-01-05Detect bar modifier pressed/releasedMikkel Oscar Lyderik
2016-01-04Fix overwriting current pressed keys.Mikkel Oscar Lyderik
2016-01-03swaybar: Implement binding_mode_indicatorMikkel Oscar Lyderik
2016-01-03Add IPC event typesMikkel Oscar Lyderik
2015-12-31split togglecrondog
2015-12-30Dont try and fullscreen a workspace with no viewscrondog
2015-12-29Merge pull request #418 from mikkeloscar/sway-handle-sigtermDrew DeVault
2015-12-29Handle SIGTERM sent to swayMikkel Oscar Lyderik
2015-12-29Fix use-after-free when closing fullscreen viewsDrew DeVault
2015-12-28handlers: geometry_request: Better debug output.S. Christoffer Eliesen
2015-12-28arrange_windows_r: Round pixels to match reality, fixes calculations.S. Christoffer Eliesen
2015-12-28arrange_windows_r: Bring parent coordinates into layout calculations.S. Christoffer Eliesen
2015-12-25Focus new sibling added to containerMikkel Oscar Lyderik
2015-12-25Trigger workspace init event (floating)Mikkel Oscar Lyderik
2015-12-23Use SYSCONFDIR as recommendedYacine Hmito
2015-12-22Initialize id, part twoDrew DeVault
2015-12-22Initialize IDDrew DeVault
2015-12-21Merge pull request #393 from robotanarchy/musl-libc-compatibilityDrew DeVault
2015-12-22replace non-standard qsort_r with qsortrobotanarchy
2015-12-21Trigger ipc_event_workspace in all casesMikkel Oscar Lyderik
2015-12-21remove unused execinfo.h include from debug_log.crobotanarchy
2015-12-21Merge pull request #390 from mikkeloscar/workspace-ipc-eventDrew DeVault
2015-12-21Don't skip all clients on ipc_workspace_event.Mikkel Oscar Lyderik
2015-12-21Trigger event on bar mode|hidden_state commandsMikkel Oscar Lyderik
2015-12-21Implement `barconfig_update` IPC eventMikkel Oscar Lyderik
2015-12-21Handle bar commands outside config fileMikkel Oscar Lyderik
2015-12-21Fix default swaybar fontDrew DeVault
2015-12-20layout: Fix `edge_gaps off` with top/left panels.S. Christoffer Eliesen
2015-12-20container: Fix inner gaps against screen edge.S. Christoffer Eliesen
2015-12-20Merge pull request #373 from sce/per_panel_configDrew DeVault
2015-12-20Merge pull request #372 from sce/fix_swaybar_output_name_testDrew DeVault
2015-12-20extensions: Track panels by wl_resource, position per panel.S. Christoffer Eliesen
2015-12-20extensions: panel_config->resource => wl_surface_res.S. Christoffer Eliesen
2015-12-20config: load_swaybars: Fix name comparison.S. Christoffer Eliesen
2015-12-20config: free_bar: Check if outputs is NULL.S. Christoffer Eliesen
2015-12-18Implement compositor support for swaylockDrew DeVault
2015-12-18Fix lock extension setup in compositorDrew DeVault
2015-12-18Merge pull request #361 from mikkeloscar/i3bar-commandDrew DeVault
2015-12-19Add support for running swaybar_commandMikkel Oscar Lyderik
2015-12-18Fix default workspace name generationDrew DeVault
2015-12-18Merge pull request #360 from sce/fix_arrange_windowsDrew DeVault
2015-12-18Merge pull request #359 from mikkeloscar/i3bar-commandDrew DeVault
2015-12-19Add bar option: swaybar_command <command>Mikkel Oscar Lyderik
2015-12-18layout: arrange_windows: Partially fix swaybar irregularties.S. Christoffer Eliesen