1
1
mirror of https://github.com/swaywm/sway synced 2025-08-10 07:13:03 +02:00

Commit Graph

  • 4d17aa9919 Revert "Make mouse key used for drag/resize configurable" Drew DeVault 2015-12-14 08:57:00 -0500
  • cb9b157e03 Add tray_output not supported warning Mikkel Oscar Lyderik 2015-12-14 14:52:34 +0100
  • 3ef6173c15 Merge pull request #311 from mikkeloscar/bar-config-parser Drew DeVault 2015-12-14 08:11:51 -0500
  • ff8fa91708 Merge pull request #310 from fluxchief/set-focused-container-fix Drew DeVault 2015-12-14 08:09:14 -0500
  • 0a8ec26383 Implement bar option: tray_padding <px> [px] Mikkel Oscar Lyderik 2015-12-14 00:00:11 +0100
  • b9e8accc51 Implement bar option: workspace_buttons <yes|no> Mikkel Oscar Lyderik 2015-12-13 23:33:54 +0100
  • 74152043f4 Implement 'bar { }' block parsing Mikkel Oscar Lyderik 2015-12-14 02:39:24 +0100
  • 64a183b23d Fix dangling pointer on focus swap/describe WS Kevin Hamacher 2015-12-14 11:43:17 +0100
  • 9b83222b47 Added commented handlers (& static & signatures) Yacine Hmito 2015-12-13 23:19:53 +0100
  • 93ac7d43a8 Fix rendering of borders on workspaces (swaybar) Drew DeVault 2015-12-13 17:04:41 -0500
  • 0b6949df08 Merge pull request #305 from mikkeloscar/fix-window-start Drew DeVault 2015-12-13 17:01:16 -0500
  • 7868e44d3f Notify IPC on workspace changes more frequently Drew DeVault 2015-12-13 16:59:05 -0500
  • 3891a7c73f Don't reset x,y position before use. Mikkel Oscar Lyderik 2015-12-13 22:49:58 +0100
  • e2cb5e5420 Merge pull request #304 from kon14/patch-1 Drew DeVault 2015-12-13 16:45:02 -0500
  • 96d3968ae5 Fix wrong path to sway executable Konstantinos Feretos 2015-12-13 21:40:14 +0000
  • e277d4e094 Subscribe to workspace change events and redraw Drew DeVault 2015-12-13 16:04:54 -0500
  • 7918feb9cd Display workspaces on swaybar Drew DeVault 2015-12-13 15:40:19 -0500
  • 36bf4d24cf Free last line in swaybar Drew DeVault 2015-12-13 13:51:04 -0500
  • c0f75f68b9 Merge pull request #302 from fluxchief/destroy-workspace-fix Drew DeVault 2015-12-13 12:28:04 -0500
  • d77d03ce84 Make destroy_workspace behave as expected Kevin Hamacher 2015-12-13 18:19:24 +0100
  • 6596582bc3 Display output from a command on swaybar Drew DeVault 2015-12-13 08:35:39 -0500
  • 2f89b7084d Correctly handle moving between fullscreen views Drew DeVault 2015-12-13 08:18:12 -0500
  • d361ce656d Track the fullscreen view on a workspace swayc_t Drew DeVault 2015-12-13 07:58:00 -0500
  • 6655534feb Fullscreen on top of bar Drew DeVault 2015-12-13 07:52:57 -0500
  • 34277207fd Pass keys along from wayland backend to clients Drew DeVault 2015-12-12 15:19:23 -0500
  • af80b12add Implement invoking sway as IPC client Drew DeVault 2015-12-12 13:01:00 -0500
  • 182a6dc8fb Fix build issue Drew DeVault 2015-12-12 12:59:42 -0500
  • 029e0c7a2c Add some more keyboard handling for wayland clients Drew DeVault 2015-12-12 12:53:55 -0500
  • 19fd979af4 Merge pull request #300 from mikkeloscar/configure-mouse-btn Drew DeVault 2015-12-12 12:28:56 -0500
  • bffbe11e53 Fix config.c strlen error Drew DeVault 2015-12-11 14:22:28 -0500
  • f28a1d9183 Add floating_modifier extension to manpage Mikkel Oscar Lyderik 2015-12-11 14:22:18 +0100
  • c286d69deb Add floating_modifier extension to example config Mikkel Oscar Lyderik 2015-12-11 14:07:59 +0100
  • 22916e9ebc Make mouse key used for drag/resize configurable Mikkel Oscar Lyderik 2015-12-11 11:39:24 +0100
  • a7710c5537 Initialize keyboard in registry poll Drew DeVault 2015-12-10 18:34:12 -0500
  • 266393a705 Include wayland-server.h instead of -core.h Drew DeVault 2015-12-10 17:04:09 -0500
  • 7614cb0373 Add keyboard handling shims to registry Drew DeVault 2015-12-10 08:32:56 -0500
  • d2e9c68640 Copy+paste swaybg code to swaylock for testing Drew DeVault 2015-12-10 08:18:48 -0500
  • 067ac6cfa7 Discover swaylock extension in registry Drew DeVault 2015-12-10 08:04:22 -0500
  • 080a263785 Refactor gdk pixbuf code into shared client lib Drew DeVault 2015-12-10 07:57:46 -0500
  • f80481a37d Add swaylock subproject Drew DeVault 2015-12-10 07:52:24 -0500
  • d800d52d37 Merge pull request #298 from mikkeloscar/readme-dependency Drew DeVault 2015-12-08 08:39:07 -0500
  • 026f95a2a3 Add new dependency to README Mikkel Oscar Lyderik 2015-12-08 14:37:09 +0100
  • 155f5d2d3e Style enforcement Drew DeVault 2015-12-08 07:10:17 -0500
  • 7ed204eb02 Merge pull request #296 from progandy/pixbuf Drew DeVault 2015-12-08 07:09:21 -0500
  • 3fdf4f811f swaybg: load more image formats with gdk-pixbuf2 progandy 2015-12-07 23:31:44 +0100
  • 762a78be3c Merge pull request #292 from christophgysin/man Drew DeVault 2015-12-05 18:16:45 -0500
  • e39f846247 Free outputs on registry teardown Drew DeVault 2015-11-27 22:31:22 -0500
  • 8d6f3fff24 Merge pull request #295 from christophgysin/lib Drew DeVault 2015-12-03 08:53:08 -0500
  • 76920d2759 remove archive from git, add *.a to gitignore Christoph Gysin 2015-12-03 15:49:23 +0200
  • 71afa38890 Add swaylock protocol, add resource destructors Drew DeVault 2015-12-03 08:35:22 -0500
  • 2b38f298ff Revert "Remove build badge (Travis is broken, not sway)" Drew DeVault 2015-12-03 07:35:21 -0500
  • 9397091dab Merge pull request #293 from christophgysin/response Drew DeVault 2015-12-02 16:08:31 -0500
  • 2b41d26b63 Merge pull request #294 from christophgysin/match Drew DeVault 2015-12-02 16:08:26 -0500
  • bf5244b49c Fix using last output config if none matched Christoph Gysin 2015-12-02 23:04:50 +0200
  • 88368362df swaymsg: add newline after response Christoph Gysin 2015-12-02 22:40:50 +0200
  • 99af7e7c9c move manpages to subfolders Christoph Gysin 2015-12-02 12:47:34 +0200
  • 7a1c8c2939 Merge pull request #291 from christophgysin/libs Drew DeVault 2015-12-02 05:34:18 -0500
  • cce9c338c0 cmake: build common code only once Christoph Gysin 2015-12-02 07:57:53 +0200
  • f76b7f5385 Merge pull request #290 from christophgysin/cmake Drew DeVault 2015-12-02 04:42:14 -0500
  • 6ce4bba6eb cmake: fix manpage dependencies Christoph Gysin 2015-12-02 07:10:50 +0200
  • ad22b072bc cmake: fix indentation Christoph Gysin 2015-12-02 07:04:24 +0200
  • 9b9d968cbf Fix for_window [...] move scratchpad correctly Drew DeVault 2015-12-01 18:09:37 -0500
  • d098c620fe Revert "Fix bug with for_window [...] move scratchpad" Drew DeVault 2015-12-01 18:05:37 -0500
  • 0796b0c475 Fix bug with for_window [...] move scratchpad Drew DeVault 2015-12-01 18:00:46 -0500