summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
* | Merge pull request #1542 from emersion/swaymsg-outputLibravatar Drew DeVault2017-12-29
|\ \ | | | | | | Pretty-print all output info in swaymsg -t get_outputs
| * | Pretty-print all output info in swaymsg -t get_outputsLibravatar emersion2017-12-29
|/ /
* | Merge pull request #1540 from emersion/output-command-refactorLibravatar Drew DeVault2017-12-27
|\ \ | |/ |/| Refactor output command, add output enable
| * Refactor output command, add output enableLibravatar emersion2017-12-27
|/
* Merge pull request #1535 from martinetd/libinputLibravatar Drew DeVault2017-12-27
|\ | | | | Libinput config
| * seat_configure_pointer: apply libinput configLibravatar Dominique Martinet2017-12-24
| | | | | | | | Restore the code that used to be in config.c:apply_input_config() pre-wlroots
* | Merge pull request #1538 from acrisci/desktop-shell-surface-commitLibravatar Drew DeVault2017-12-27
|\ \ | |/ |/| desktop: use wlr-surface commit
| * desktop: use wlr-surface commitLibravatar Tony Crisci2017-12-27
|/
* Merge pull request #1505 from acrisci/feature/inputLibravatar Drew DeVault2017-12-20
|\ | | | | input management and seat
| * cleanupLibravatar Tony Crisci2017-12-20
| |
| * fix memory leak in swaymsgLibravatar Tony Crisci2017-12-19
| |
| * handle keymap not foundLibravatar Tony Crisci2017-12-19
| |
| * dont set cursor image on motionLibravatar Tony Crisci2017-12-19
| |
| * error on not enough input/seat args for cmdLibravatar Tony Crisci2017-12-19
| |
| * use snprintf to get identifier lenLibravatar Tony Crisci2017-12-19
| |
| * document fallback seatLibravatar Tony Crisci2017-12-19
| |
| * fix memory leak in swaymsgLibravatar Tony Crisci2017-12-18
| |
| * ipc get_inputsLibravatar Tony Crisci2017-12-18
| |
| * Merge branch 'wlroots' into feature/inputLibravatar Tony Crisci2017-12-18
| |\
| * \ Merge branch 'feature/input' of github.com:acrisci/sway into feature/inputLibravatar Tony Crisci2017-12-18
| |\ \