496 Commits (31844bf42bc4b6549862ea4c4f077c1e19d9e7a1)

Author SHA1 Message Date
Tony Crisci 2187684bd0 Merge branch 'wlroots' into split-containers
8 years ago
Tony Crisci 5e024278a6 Merge branch 'wlroots' into seat-fixes
8 years ago
Tony Crisci a82c107c76 80col
8 years ago
Drew DeVault b2d871cfe2 Partially implement move command
8 years ago
Tony Crisci 0828c77251 rename input-manager functions
8 years ago
Tony Crisci e677c5b204 rename seat functions
8 years ago
Tony Crisci 7706d83160 basic split containers
8 years ago
Drew DeVault 9b38ef950f Implement focus_follows_mouse
8 years ago
Drew DeVault ae6d459000 Implement mouse warping
8 years ago
Drew DeVault 69eb021767 Add default_orientation command
8 years ago
Drew DeVault 8efee109ad Implement modes
8 years ago
Drew DeVault 5c9cdbcdd2 Add swaybg_command
8 years ago
Drew DeVault bf7a4cd0eb Add bar configuration commands
8 years ago
Tony Crisci 2154b7c7d6 add config handlers
8 years ago
Tony Crisci 5b219a1598 separate config directives and commands
8 years ago
Tony Crisci ac8269d536 take seat param for handle_command and rename
8 years ago
Tony Crisci 66d1e0b313 basic layout command
8 years ago
Tony Crisci 52670c636c basic focus (without direction)
8 years ago
Tony Crisci a7d49da239 separate seat get focus and seat get focus inactive
8 years ago
Tony Crisci 5151502298 basic focus overhaul
8 years ago
Drew DeVault b28602aa74 Implement workspaces
8 years ago
Dominique Martinet 869be4378d commands: add 'reload' command
8 years ago
Tony Crisci 5505d84ac2 criteria cleanup
8 years ago
Tony Crisci 1156523ccf run all commands with focused container context
8 years ago
Tony Crisci 6a1d71b8b8 basic command criteria
8 years ago
Tony Crisci c353e01c85 add kill command
8 years ago
Tony Crisci cc3c713889 seat config handler context
8 years ago
Tony Crisci 9e0595f26b input config handler context
8 years ago
Dominique Martinet 67985e9031 sway: change all sway_log to wlr_log
8 years ago
Dominique Martinet c83900593d config: add 'set' command
8 years ago
Dominique Martinet f5b33cb4b6 fix typos in comments/messages; add shutting down message
8 years ago
Dominique Martinet afca73b6fc apply_input_config: restore previous `current_input_config`
8 years ago
Tony Crisci ba69f06695 binding config
8 years ago
Tony Crisci 88bcd43ebf seat fallback config
8 years ago
Tony Crisci f16aa3c0ad rename config apply cmds
8 years ago
Tony Crisci 9fa70ce426 Merge branch 'wlroots' into feature/input
8 years ago
Tony Crisci 9eecbb5d8a xkb config
8 years ago
Tony Crisci 92fef27eaa basic configuration
8 years ago
Tony Crisci c173d30b92 seat configuration
8 years ago
Tony Crisci 163edc5a90 sway input device
8 years ago
Tony Crisci 462a451328 input config
8 years ago
emersion c25ad5e7c4
Merge branch 'wlroots' into output-config
8 years ago
emersion aaae59026f
Add output config
8 years ago
emersion 9aeda82477
Add include command
8 years ago
emersion 90f7f1a0e6
Add minimal config subsystem
8 years ago
emersion 514c819ff9
Add exec and exec_always commands
8 years ago
Drew DeVault b379b40071 Invoke command handlers once parsed
8 years ago
Drew DeVault d7d21bb0f8 Add initial command subsystem (untested)
8 years ago
Drew DeVault 733993a651 Move everything to sway/old/
8 years ago
Drew DeVault 7c448b4081 Fire up the wlroots backend and run the event loop
8 years ago
lbonn b2d4caf6c3 commands: fail when criteria match nothing
8 years ago
Mykyta Holubakha 7d8a84b587
Do not add empty policies
9 years ago
nyorain 60fa626116 Add the 'clipboard' command to set the clipboard
9 years ago
Calvin Lee 843ad38b3c Implement Tray Icons
9 years ago
johalun 7fef283044 FreeBSD fixes
9 years ago
Drew DeVault 02812a2e4d Support specifying fewer than 5 colors
9 years ago
Drew DeVault 51143a75af Implement no_focus
9 years ago
Jerzi Kaminsky cf5e764c7f Disambiguate get_*_policy() and get_*_policy_mask()
9 years ago
Calvin Lee 069d37f987 Improve criteria handling
9 years ago
Calvin Lee 2445d27960 Impliment i3-style marks
9 years ago
Zandr Martin b507462d1c
Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases
9 years ago
Drew DeVault 9aed9d9359 UnGNUify the codebase
9 years ago
Zandr Martin 18450dd16a
deprecate new_window and new_float commands
9 years ago
Drew DeVault eabfb6c559 Add * policies and fix bug
9 years ago
Drew DeVault 7784f1a905 Handle allocation failures in security code
9 years ago
Drew DeVault 8cef81d6f2 Handle some more memory allocation failures
9 years ago
Drew DeVault 248df18c24 Handle allocation failure in commands
9 years ago
Drew DeVault e7a764fdf4 Disallow everything by default
9 years ago
Drew DeVault d353da248b Add ipc connection feature policy controls
9 years ago
Drew DeVault c8dc4925d1 Add IPC security policy command handlers
9 years ago
Drew DeVault 39cf9a82f7 Enforce command policies
9 years ago
Drew DeVault f23880b1fd Add support for command policies in config file
9 years ago
Drew DeVault 76cab04b4d Implement permit and reject commands
9 years ago
D.B 58eb7ac19f change bar colors from char[10] to *char
9 years ago
D.B ad4d21d60b add bar colours for focused_(workspace|statusline|separator)
9 years ago
Michał Winiarski e8d8abfbb5 Add left_handed support for input devices
9 years ago
D.B 746345e3b8 reorder cmd_handler arrays for bsearch
9 years ago
D.B d3f5ac8cbb add force_focus_wrapping option
9 years ago
Zandr Martin 511eed90cd
squash commits, move enum into resize.c
9 years ago
Zandr Martin 79ffea328c
Merge branch 'master' of git://github.com/SirCmpwn/sway into commands-refactor
9 years ago
Zandr Martin b374c35758
refactor commands.c
9 years ago
Drew DeVault 416417a54c Reorganize includes
9 years ago
Guillaume Brogi 6173c84117 Rerender after every split command
9 years ago
D.B 61781bbef0 Fix container move when workspace is focused
10 years ago
D.B 132017d242 Fix 'workspace back_and_forth' and workspace_auto_back_and_forth clash
10 years ago
Drew DeVault 2d907ef1f6 Merge pull request #811 from acrisci/feature/focus-container
10 years ago
Zandr Martin b18c169036
cache floating container size when fullscreening
10 years ago
Tony Crisci b39249508f Refactor functions to update container borders
10 years ago
D.B 9977b01928 Update container geometry on layout switch
10 years ago
Zandr Martin 98aa59fdda
implement solid color rendering for swaybg
10 years ago
Drew DeVault 11e7ca044c Update hidpi support to latest wlc API
10 years ago
Drew DeVault 6ea02f3064 Initial pass on HiDPI support
10 years ago
Drew DeVault ee67c5bee3 Merge pull request #791 from acrisci/feature/focus-child
10 years ago
D.B 33c1df38bd Close all focused container's child views on kill
10 years ago
Tony Crisci 88b7cbe314 Implement `focus child` command
10 years ago
Tony Crisci 0d461ad988 Put ipc command result json in an array
10 years ago
Mykyta Holubakha 976e48d79f Initial work on window events
10 years ago
David Eklov d9eb49f3b1 Add missing entry to list of accepted arguments for the move command
10 years ago
David Eklov d202ca2fd7 Do not crash when handling the command 'move position'
10 years ago
Drew DeVault 3bb880bf20 Implement configurable wrapping on bar ws scroll
10 years ago