aboutsummaryrefslogtreecommitdiff
path: root/rootston/keyboard.c
AgeCommit message (Expand)Author
2018-08-10rootston: Double fork for keyboard bindingsGenki Sky
2018-08-06rootston: add keybinding to toggle decoration modeemersion
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-02-25rootston: wire up window alpha keybindingGuido Günther
2018-02-12Reformat all #include directivesemersion
2018-02-08Rename roots_seat_cancel_transformVincent Vanlaer
2018-02-06Merge roots_seat_cancel_* into one functionVincent Vanlaer
2018-02-06Cancel rootston move/resize/rotate on escape pressVincent Vanlaer
2018-01-17dont use pointer for modifiersTony Crisci
2018-01-17Merge branch 'master' into modifier-fixesTony Crisci
2018-01-07rootston: add toggle_outputs commandemersion
2018-01-05compositor modifier hookTony Crisci
2017-12-26add nop commandTony Crisci
2017-12-18fix memory leaksTony Crisci
2017-12-18Do not segfault when loading an unknown keymapemersion
2017-12-08Make keyboard repeat info configurableemersion
2017-11-30Merge pull request #437 from emersion/fullscreenTony Crisci
2017-11-22rootston: maximize commandTony Crisci
2017-11-21Add fullscreen command, fix view_at with fullscreen viewsemersion
2017-11-19Add roots_seat_cycle_focusemersion
2017-11-19Make the close command use roots_seat_get_focus, rename a few symbolsemersion
2017-11-17rootston: add per-seat viewsemersion
2017-11-16Various keyboard fixesemersion
2017-11-16Refactor rootston keyboardemersion
2017-11-16Fix a bunch of mistakes detected with scan-buildemersion
2017-11-11rootston: prefix config structs and functionsTony Crisci
2017-11-09rootston: roots_keyboard null checkTony Crisci
2017-11-09rootston: add missing properties to kb config mergeTony Crisci
2017-11-09wlr-keyboard: take out modifiers event struct (for now)Tony Crisci
2017-11-08Merge branch 'master' into feature/multiseatTony Crisci
2017-11-08Always read state from wlr_keyboard in the seatemersion
2017-11-08rootston: remove devices from seatTony Crisci
2017-11-07multiseat: somewhat workingTony Crisci
2017-11-07works in review commentsMarkus Ongyerth
2017-11-07explains 2 way keybind trying.Markus Ongyerth
2017-11-07fix the keybind handling in rootston.Markus Ongyerth
2017-11-04move keyboard to seatTony Crisci
2017-11-03rootston: refactor keyboardTony Crisci
2017-11-02rootston: break up input.hTony Crisci
2017-10-31rootston: end grab on escapeTony Crisci
2017-10-30refactor input time_sec to time_msecTony Crisci
2017-10-29Merge branch 'master' into feature/xwm-rewriteTony Crisci
2017-10-28Merge pull request #324 from acrisci/feature/keyboard-redesignDrew DeVault
2017-10-27Merge branch 'master' into feature/xwm-rewriteTony Crisci
2017-10-27Remove input.last_active_viewemersion
2017-10-26Fix fallback when there are two config blocks for a keyboardemersion
2017-10-26Per-keyboard configurationemersion
2017-10-25xwm: dont focus override redirect windowsTony Crisci
2017-10-24wlr-seat: keyboard redesignTony Crisci
2017-10-21Remove calls to assert to check runtime errors in rootstonemersion