aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* cmd-kill: use sway_assert when no containerLibravatar Tony Crisci2018-01-21
|
* criteria cleanupLibravatar Tony Crisci2018-01-21
|
* implement property criteriaLibravatar Tony Crisci2018-01-21
|
* view interfaceLibravatar Tony Crisci2018-01-21
|
* run all commands with focused container contextLibravatar Tony Crisci2018-01-21
|
* basic command criteriaLibravatar Tony Crisci2018-01-20
|
* add kill commandLibravatar Tony Crisci2018-01-20
|
* seat config handler contextLibravatar Tony Crisci2018-01-20
|
* input config handler contextLibravatar Tony Crisci2018-01-20
|
* Merge pull request #1571 from acrisci/wlroots-modifiers-updateLibravatar Drew DeVault2018-01-17
|\ | | | | update for new wlr-keyboard modifiers
| * update for new wlr-keyboard modifiersLibravatar Tony Crisci2018-01-17
|/
* Merge pull request #1566 from acrisci/render-loopLibravatar Tony Crisci2018-01-15
|\ | | | | Subsurfaces and popups
| * xwm handle map and unmapLibravatar Tony Crisci2018-01-15
| |
| * render override redirectLibravatar Tony Crisci2018-01-14
| |
| * render wl-shell and xwayland viewsLibravatar Tony Crisci2018-01-14
| |
| * subsurface inputLibravatar Tony Crisci2018-01-14
| |
| * xdg-popupsLibravatar Tony Crisci2018-01-14
| |
| * render xdg surfaceLibravatar Tony Crisci2018-01-14
|/
* Merge pull request #1556 from martinetd/cleanup_loggingLibravatar Drew DeVault2018-01-06
|\ | | | | Cleanup logging
| * common/log: finish removing most log functionsLibravatar Dominique Martinet2018-01-05
| | | | | | | | | | Keep sway_abort and sway_assert and convert them to use wlr_log functions
| * swaymsg: convert to wlr_logLibravatar Dominique Martinet2018-01-05
| |
| * sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|/
* Merge pull request #1554 from martinetd/cmd_setLibravatar Drew DeVault2018-01-05
|\ | | | | config: add 'set' command
| * config: add 'set' commandLibravatar Dominique Martinet2018-01-05
|/
* Merge pull request #1552 from martinetd/cleanupLibravatar Drew DeVault2018-01-05
|\ | | | | config cleanup & implement free_config
| * fixup free config use free_sway_bindingLibravatar Dominique Martinet2018-01-05
| |
| * config: leak sanitizer passLibravatar Dominique Martinet2018-01-05
| | | | | | | | | | Add free for everything that's implemented right now. Will need to add more as the implementations are re-added.
| * fix typos in comments/messages; add shutting down messageLibravatar Dominique Martinet2018-01-05
| |
| * cmd_input: cleanup around current_input_configLibravatar Dominique Martinet2018-01-05
| | | | | | | | | | | | - Restore old one if we weren't part of a block (should be NULL anyway) - Check current_input_config got properly allocated - free temporary current_input_config when done using it
| * apply_input_config: restore previous `current_input_config`Libravatar Dominique Martinet2018-01-05
|/ | | | This is important for freeing the proper one at end of block
* Merge pull request #1549 from rkanati/wlrootsLibravatar Drew DeVault2018-01-04
|\ | | | | update json-c dep to 0.13
| * update json-c dep to 0.13Libravatar Rachel K2018-01-04
|/
* Merge pull request #1539 from acrisci/bindingsLibravatar Drew DeVault2018-01-04
|\ | | | | Bindings
| * Merge branch 'wlroots' into bindingsLibravatar Tony Crisci2018-01-04
| |\
| * | cleanup bindingsLibravatar Tony Crisci2018-01-04
| | |
| * | binding releaseLibravatar Tony Crisci2018-01-04
| | |
| * | fix nitpicksLibravatar Tony Crisci2017-12-29
| | |
| * | overwrite old bindingsLibravatar Tony Crisci2017-12-28
| | |
| * | fix keyboard_execute_bindcodeLibravatar Tony Crisci2017-12-28
| | |
| * | bindcodeLibravatar Tony Crisci2017-12-28
| | |
| * | run compositor bindings lastLibravatar Tony Crisci2017-12-27
| | |
| * | run binding commandLibravatar Tony Crisci2017-12-27
| | |
| * | match user bindsymLibravatar Tony Crisci2017-12-27
| | |
| * | compositor bindingsLibravatar Tony Crisci2017-12-27
| | |
| * | keyboard translate keysymsLibravatar Tony Crisci2017-12-27
| | |
| * | binding configLibravatar Tony Crisci2017-12-27
| | |
* | | Merge pull request #1543 from emersion/output-config-by-identifierLibravatar Drew DeVault2018-01-04
|\ \ \ | |_|/ |/| | Allow to configure outputs by their identifier
| * | Allow to configure outputs by their identifierLibravatar emersion2017-12-29
| | |
* | | Merge pull request #1546 from 4e554c4c/wlr_logsLibravatar Drew DeVault2018-01-01
|\ \ \ | |/ / |/| | Consolidate WLR and Sway logging
| * | Consolidate WLR and Sway loggingLibravatar Calvin Lee2017-12-31
|/ / | | | | | | See #1390