aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fix gcc string truncation warningsLibravatar Dominique Martinet2018-04-13
|
* Merge pull request #1810 from martinetd/wl_scannerLibravatar emersion2018-04-13
|\ | | | | Use 'private-code' for wayland-scanner code generation
| * Use 'private-code' for wayland-scanner code generationLibravatar Dominique Martinet2018-04-13
|/ | | | | Same as for wlroots - autodetect version and use either 'code' or the new one
* Merge pull request #1804 from martinetd/crashesLibravatar emersion2018-04-13
|\ | | | | Fix crashes
| * Merge branch 'master' into crashesLibravatar emersion2018-04-13
| |\ | |/ |/|
* | Merge pull request #1808 from emersion/xwayland-unmapped-on-createLibravatar Drew DeVault2018-04-13
|\ \ | | | | | | Do not call the map handler when an xwayland surface is created
| * | Do not call the map handler when an xwayland surface is createdLibravatar emersion2018-04-13
|/ /
* | Merge pull request #1803 from ggreer/swaylock-secure-passwordLibravatar emersion2018-04-13
|\ \ | | | | | | swaylock: Securely zero-out password.
| * | swaylock: Securely zero-out password.Libravatar Geoff Greer2018-04-12
|/ / | | | | | | | | | | | | | | - Replace char* with static array. Any chars > 1024 will be discarded. - mlock() password buffer so it can't be written to swap. - Clear password buffer after auth succeeds or fails. This is basically the same treatment I gave the 0.15 branch in https://github.com/swaywm/sway/pull/1519
| * container_destroy: fix segfaultLibravatar Dominique Martinet2018-04-13
| | | | | | | | cont->children doesn't have to be NULL when there is no children
| * seat_set_focus_wrap: fix use-after-free when destroying last focused containerLibravatar Dominique Martinet2018-04-13
|/
* Merge branch 'master' of github.com:swaywm/swayLibravatar Drew DeVault2018-04-12
|\
| * Merge pull request #1782 from coderkun/readme-deLibravatar Drew DeVault2018-04-08
| |\ | | | | | | Fix some typographic characters in German README
| | * Fix some typographic characters in German READMELibravatar coderkun2018-04-08
| |/
* | Add README.mdLibravatar Drew DeVault2018-04-12
| |
* | Merge branch 'wlroots'Libravatar Drew DeVault2018-04-12
|\ \ | |/ |/|
| * Fix separator height calculationLibravatar Drew DeVault2018-04-10
| | | | | | | | | | | | | | Fixes #1796 Also rearranged this code to more closely mirror the similar code above so future discrepancies are easier to spot.
| * Merge pull request #1792 from RyanDwyer/fix-swaybar-status-blocksLibravatar emersion2018-04-10
| |\ | | | | | | Fix swaybar not showing all status blocks
| | * Check height in surface local coordinates and rename some variables.Libravatar Ryan Dwyer2018-04-11
| | |
| | * Fix swaybar not showing all status blocks.Libravatar Ryan Dwyer2018-04-10
| | |
| * | Merge pull request #1793 from PyroLagus/input-simulationLibravatar emersion2018-04-10
| |\ \ | | | | | | | | Cursor input simulation with sway commands.
| | * | Add documentation for seat cursor command.Libravatar Danny Bautista2018-04-10
| | | |
| | * | Clean up cursor simulation code.Libravatar Danny Bautista2018-04-10
| | | |
| | * | Implement cursor event simulation with sway commands.Libravatar Danny Bautista2018-04-10
| | | |
| * | | Merge pull request #1794 from thejan2009/swaybar-ipc-mode-fixLibravatar Drew DeVault2018-04-10
| |\ \ \ | | |/ / | |/| | fix swaybar ipc handling
| | * | fix swaybar ipc handlingLibravatar db2018-04-10
| |/ / | | | | | | | | | | | | | | | | | | Swap return with break in IPC_EVENT_WORKSPACE case to free resp. Change default return value to true. This causes IPC_EVENT_MODE changes to be rendered instantly.
| * | Merge pull request #1791 from RyanDwyer/fix-swaybar-output-configLibravatar emersion2018-04-10
| |\ \ | | |/ | |/| Fix swaybar output config
| | * Fix swaybar output config.Libravatar Ryan Dwyer2018-04-10
| |/
| * Merge pull request #1788 from thejan2009/move_auto_back_and_forthLibravatar emersion2018-04-09
| |\ | | | | | | Add workspace_auto_back_and_forth for move cmd
| | * Add workspace_auto_back_and_forth for move cmdLibravatar db2018-04-09
| |/
| * Merge pull request #1783 from RyanDwyer/swaybar-buffer-fixesLibravatar emersion2018-04-09
| |\ | | | | | | Fix buffer issues in swaybar status line
| | * Fix some more bugsLibravatar Drew DeVault2018-04-09
| | |
| | * Fix buffer issues in swaybar status line.Libravatar Ryan Dwyer2018-04-09
| |/
| * Merge pull request #1769 from acrisci/focus-inactive-fixesLibravatar Drew DeVault2018-04-08
| |\ | | | | | | Focus inactive fixes
| | * 80charLibravatar Tony Crisci2018-04-08
| | |
| | * address feedbackLibravatar Tony Crisci2018-04-08
| | |
| | * Merge branch 'wlroots' into focus-inactive-fixesLibravatar Tony Crisci2018-04-08
| | |\
| | * | criteria match containersLibravatar Tony Crisci2018-04-08
| | | |
| | * | push all parents of focused container in focus stackLibravatar Tony Crisci2018-04-08
| | | |
| | * | container_create_notify on splitLibravatar Tony Crisci2018-04-07
| | | |
| | * | implement ipc focus stackLibravatar Tony Crisci2018-04-07
| | | |
| | * | seat focus inactive children foreachLibravatar Tony Crisci2018-04-07
| | | |
| | * | seat get focus inactive viewLibravatar Tony Crisci2018-04-07
| | | |
| * | | Merge pull request #1781 from swaywm/map-to-outputLibravatar emersion2018-04-08
| |\ \ \ | | | | | | | | | | Add input "identifier" map_to_output "identifier"
| | * | | Add input "identifier" map_to_output "identifier"Libravatar Drew DeVault2018-04-08
| | | | |
| * | | | Merge pull request #1780 from emersion/fix-swaybar-hidpi-roundingLibravatar Drew DeVault2018-04-08
| |\ \ \ \ | | |/ / / | |/| | | Fix swaybar HiDPI rounding issue
| | * | | Fix swaybar HiDPI rounding issueLibravatar emersion2018-04-08
| | | |/ | | |/|
| * | | Merge pull request #1778 from swaywm/fix-cursorLibravatar Drew DeVault2018-04-08
| |\ \ \ | | |/ / | |/| | Fix cursor motion issues
| | * | Fix cursor motion issuesLibravatar Drew DeVault2018-04-08
| |/ / | | | | | | | | | | | | | | | | | | Use only one canonical cursor x/y position and send cursor enter when mouse is warped. Tangentally related to #1714
| * | Merge pull request #1777 from emersion/unmanaged-cursor-inputLibravatar Drew DeVault2018-04-08
| |\ \ | | | | | | | | Use wlr_surface_point_accepts_input for unmanaged surfaces