aboutsummaryrefslogtreecommitdiff
path: root/sway/handlers.c
AgeCommit message (Expand)Author
2016-02-25Check for empty ws on view destroyed.Mikkel Oscar Lyderik
2016-02-08Replace deprecated function wlc_output_get_pixels.Mikkel Oscar Lyderik
2016-02-08Add wlc-render.h to handlers.cDrew DeVault
2016-01-23Add new wlc thing to viewsDrew DeVault
2016-01-19libinputCole Mickens
2016-01-09Add support for bincode commandMikkel Oscar Lyderik
2016-01-08Make IPC binding event support a compile time opt.Mikkel Oscar Lyderik
2016-01-08Reduce duplicate codeMikkel Oscar Lyderik
2016-01-08Implement IPC binding event (keyboard)Mikkel Oscar Lyderik
2016-01-07Implement bindsym --releaseMikkel Oscar Lyderik
2016-01-06Merge pull request #434 from mikkeloscar/detect-modifierDrew DeVault
2016-01-05Only send modifier event once for active modifiersMikkel Oscar Lyderik
2016-01-05Send IPC modifier event on bar_modifier up/downMikkel Oscar Lyderik
2016-01-05Return focus to fullscreen viewcrondog
2016-01-05Detect bar modifier pressed/releasedMikkel 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-20extensions: Track panels by wl_resource, position per panel.S. Christoffer Eliesen
2015-12-18Implement compositor support for swaylockDrew DeVault
2015-12-16Bring unmanaged windows to front on output arrangeDrew DeVault
2015-12-01Use wlc_point instead of deprecated wlc_originMikkel Oscar Lyderik
2015-11-29Support desktop shell panels in compositorDrew DeVault
2015-11-25criteria: Add. Learn for_window command.S. Christoffer Eliesen
2015-11-19Add wallpapers to output commandDrew DeVault
2015-11-19Fix background extensionsDrew DeVault
2015-11-18Add background handlingDrew DeVault
2015-11-16output: Support multiple adjacent outputs.S. Christoffer Eliesen
2015-11-14We somewhat more wlc_point nowDrew DeVault
2015-10-29input_state: Remove mouse_origin (x&y). Query wlc instead.S. Christoffer Eliesen
2015-10-29input_state: Extract 'pointer_position_set' function from handlers.S. Christoffer Eliesen
2015-10-29container: Move container_under_pointer here from handlers.S. Christoffer Eliesen
2015-10-27handlers: Pass workspace to workspace_switch, not output.S. Christoffer Eliesen
2015-10-25sway/output: Create, move code from handlers.c here.S. Christoffer Eliesen
2015-10-23Update set_origin to match wlc changesDrew DeVault
2015-10-23seamless_mouse: Move pointer only if successfully changed workspace.S. Christoffer Eliesen
2015-10-23handlers: Don't switch output when mouse button is pressed.S. Christoffer Eliesen
2015-10-22ipc,commands,config: Replace cmd_status enum with cmd_results struct.S. Christoffer Eliesen
2015-10-22handlers: Fix swapped top/bottom for seamless transitions.S. Christoffer Eliesen
2015-10-22Move pointer during seamless transitionsDrew DeVault
2015-10-22config: Add "seamless_mouse" to decide if pointer crosses output edges.S. Christoffer Eliesen
2015-10-22Switch to adjacent output when hitting output edge.S. Christoffer Eliesen
2015-09-22Merge branch 'master' of https://github.com/taiyu-len/swaytaiyu
2015-09-22#184taiyu
2015-09-18minor fixtaiyu
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault
2015-09-12new_workspace null behavior + testmap functions + regextaiyu
2015-09-10cmd status + workspace ws output optaiyu
2015-09-07config modestaiyu
2015-09-06config_path cleanuptaiyu
2015-09-02properly free cmd_queue, should partially fix #165 from what i tell from its ...taiyu