Commit graph

  • 35d73345d9
    meson: make sure wlroots has been built with xwayland emersion 2019-01-18 23:32:10 +01:00
  • 639b66b676
    Merge pull request #3452 from emersion/meson-features Drew DeVault 2019-01-18 15:39:07 -05:00
  • 60220fcecd
    Merge pull request #3460 from emersion/output-enable-segfault Drew DeVault 2019-01-18 10:16:22 -05:00
  • 6ff54d0640
    Fix segfault in output_enable emersion 2019-01-18 14:52:40 +01:00
  • dd4a6586b2
    Merge pull request #3457 from emersion/swaybg-no-escape Drew DeVault 2019-01-18 08:23:48 -05:00
  • 978d6cd854
    Merge pull request #3455 from emersion/output-no-crtc Drew DeVault 2019-01-18 08:23:25 -05:00
  • a737d7ecc4
    Better handle outputs without CRTC emersion 2019-01-17 22:30:24 +01:00
  • dc1eac0cf1 output: remove output_add_listeners emersion 2019-01-17 21:49:06 +01:00
  • d803861504
    Don't escape swaybg arguments anymore emersion 2019-01-18 09:22:33 +01:00
  • 765d7bc94f
    meson: remove extraneous parentheses emersion 2019-01-18 08:44:02 +01:00
  • bb2f007ad3
    meson: remove rpath options emersion 2019-01-18 08:26:44 +01:00
  • ab35e0383f
    meson: remove unused dependencies emersion 2019-01-18 08:22:59 +01:00
  • ba16f16e4d
    meson: add gdk-pixbuf and man-pages options emersion 2019-01-18 08:21:43 +01:00
  • 08a5b304e4
    Use Meson feature options emersion 2019-01-17 18:02:25 +01:00
  • 5a0c4234b8
    Merge pull request #3447 from emersion/remove-swaylock-includes Drew DeVault 2019-01-17 08:13:19 -05:00
  • 60a16bbf41
    Merge pull request #3448 from emersion/swaybg-xdg-output Drew DeVault 2019-01-17 08:12:53 -05:00
  • f951c2357f
    Remove unicode.c emersion 2019-01-17 12:45:41 +01:00
  • fe3f4882ed
    Don't use sh when spawning swaybg emersion 2019-01-17 11:20:08 +01:00
  • 808d0e1c51
    swaybg: use wl_surface_damage_buffer emersion 2019-01-17 11:14:36 +01:00
  • 000b313985
    swaybg: use output names instead of output indexes emersion 2019-01-17 11:13:10 +01:00
  • b29d19bf0d
    Remove swaylock headers emersion 2019-01-17 10:26:42 +01:00
  • 70637b40fe Fixes for small existing bugs. Connor E 2019-01-16 10:18:46 +00:00
  • de6f5b3453 Use static arrays where possible. Connor E 2019-01-16 09:57:51 +00:00
  • aa9d7d8ca1 Remove usage of VLAs. Connor E 2019-01-16 01:57:53 +00:00
  • 02bbefda20 bar_cmd_tray_bind: Use mouse button helpers Brian Ashworth 2019-01-15 21:25:28 -05:00
  • 247817f68c layer_shell: do not SIGABRT sway on zero outputs Brian Ashworth 2019-01-16 00:44:24 -05:00
  • 81e595e6e8 cmd_resize: allow resizing hidden scratchpad by px Brian Ashworth 2019-01-16 01:05:10 -05:00
  • 638b04b3e0 seatop_begin_down: raise floating Brian Ashworth 2019-01-15 16:38:31 -05:00
  • 686b853047 Do not send ipc_event_shutdown from ipc client Brian Ashworth 2019-01-15 14:54:26 -05:00
  • f7309778a7 cursor: send clear_focus on hide and enter event on unhide Rouven Czerwinski 2019-01-15 18:09:34 +01:00
  • 023c92423e Remove wlr_xdg_surface_send_close. Connor E 2019-01-14 17:53:33 +00:00
  • a68bc5f449 Do not damage view child when container is NULL Brian Ashworth 2019-01-15 01:27:06 -05:00
  • 3087942c35 Handle hidden scratchpad containers in commands Brian Ashworth 2019-01-15 02:21:46 -05:00
  • bbd312c95a
    Merge pull request #3422 from RyanDwyer/resize-immediate-siblings Brian Ashworth 2019-01-14 21:45:14 -05:00
  • 289130430f Fix invalid pointers when using resize grow width on first/last siblings Ryan Dwyer 2019-01-15 08:17:41 +10:00
  • 2024f1da72 Resize only current and immediate siblings rather than all siblings Ryan Dwyer 2019-01-14 21:22:53 +10:00
  • 2573606b60 Disarm key repeat on reload Brian Ashworth 2019-01-14 14:06:35 -05:00
  • 2257368f1a CONTRIBUTING.md: mention tab width for line length Brian Ashworth 2019-01-14 13:20:27 -05:00
  • 2f36db15d4 config.in: update swayidle/swaylock example Ian Fan 2019-01-09 01:16:32 +00:00
  • 15cd8b6a86
    Merge pull request #3403 from mstoeckl/ipcleanup Brian Ashworth 2019-01-14 11:44:18 -05:00
  • 2a684cad5f Remove now-unused "input" argument of cmd_results_new M Stoeckl 2019-01-10 18:27:21 -05:00
  • 6d392150a7 Remove 'input' field of IPC command return json M Stoeckl 2019-01-10 08:27:52 -05:00
  • 64ef936673
    Merge pull request #3418 from RyanDwyer/remove-resize-axis emersion 2019-01-14 11:19:18 +01:00
  • b322432eff Use uint32_t where resize axis might contain a bitfield Ryan Dwyer 2019-01-14 20:10:49 +10:00
  • 3ea176bb04
    Merge pull request #3419 from ianyfan/swaynag emersion 2019-01-14 10:50:43 +01:00
  • 8729c65311 swaynag: handle empty $XDG_CONFIG_HOME better Ian Fan 2019-01-14 09:42:55 +00:00
  • 22ac1c121a Replace resize_axis with wlr_edges Ryan Dwyer 2019-01-14 19:03:32 +10:00
  • 89ad3f2bbb
    Merge pull request #3417 from swaywm/remove-swaylock emersion 2019-01-14 08:57:20 +01:00
  • 3fca8b8d22 Split swaylock into separate project Drew DeVault 2019-01-13 21:29:12 -05:00
  • 784178ed37 Remove WIP from README.md Drew DeVault 2019-01-13 21:36:59 -05:00
  • 4879d40695
    Merge pull request #3144 from emersion/cmd-xwayland Drew DeVault 2019-01-13 20:42:39 -05:00
  • 81bb675274
    Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved Drew DeVault 2019-01-13 20:41:05 -05:00
  • 9f9ef76175
    Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improved Drew DeVault 2019-01-13 20:40:42 -05:00
  • db1631b67d
    Merge pull request #3342 from RedSoxFan/scroll-buttons-improved Drew DeVault 2019-01-13 20:40:00 -05:00
  • 23ab56bbf7
    Merge pull request #3402 from RyanDwyer/refactor-seatops Drew DeVault 2019-01-13 20:38:34 -05:00
  • 08569aab36
    Merge pull request #3388 from RedSoxFan/reset-inputs-on-reload Drew DeVault 2019-01-13 20:37:05 -05:00
  • fc93cd20dc
    Merge pull request #3397 from RedSoxFan/fix-swaybar-height Drew DeVault 2019-01-13 20:36:08 -05:00
  • 4eb0767414
    Merge pull request #3398 from RedSoxFan/toggle-input-events Drew DeVault 2019-01-13 20:35:45 -05:00
  • 9ce4d53e78
    Merge pull request #3408 from RedSoxFan/bar-padding Drew DeVault 2019-01-13 20:34:13 -05:00
  • 9b5ac08682
    Merge pull request #3415 from RedSoxFan/swaybar-output-improved Drew DeVault 2019-01-13 20:33:44 -05:00
  • 50d36ef238 swaybar: allow identifiers for output and tray Brian Ashworth 2019-01-13 12:06:35 -05:00
  • a43863aa60
    Merge pull request #3412 from RedSoxFan/fix-cont-line-num Ian Fan 2019-01-12 22:05:18 +00:00
  • bc808680b1 Split swayidle from sway Drew DeVault 2019-01-12 09:40:09 -05:00
  • b43345a1a3 config: fix line number with continued lines Brian Ashworth 2019-01-11 20:41:38 -05:00
  • d256182f49
    Merge pull request #3411 from RedSoxFan/fix-brace-detect-seeking Ian Fan 2019-01-12 01:25:44 +00:00
  • 39975ccfb5 config: do not reset pos when braces found Brian Ashworth 2019-01-11 20:02:20 -05:00
  • ca0a75d540 swaybar: add status_edge_padding command Brian Ashworth 2019-01-11 00:12:24 -05:00
  • c0f92cb2fb swaybar: add status_padding command Brian Ashworth 2019-01-10 23:43:45 -05:00
  • 33d9de88ef swaylock: Add caps lock state to indicator Implements customization for the indicator as proposed in #2788 with comments from #3367 in mind. The default behaviour does not change exept for the caps lock text color. Robinhuett 2019-01-10 20:14:54 +01:00
  • 4e6bd53abf input_cmd_scroll_button: utilize mouse btn helpers Brian Ashworth 2019-01-10 12:45:52 -05:00
  • 3d6440ec26 bar_cmd_bind: utilize mouse button helpers Brian Ashworth 2019-01-10 12:43:10 -05:00
  • aa1c838f97 seat_cmd_cursor: utilize mouse button helpers Brian Ashworth 2019-01-10 11:47:34 -05:00
  • 212baf2f75
    Merge pull request #3400 from ianyfan/config-brace emersion 2019-01-10 13:29:21 +01:00
  • ed5aafd90b Refactor seat operations to use an interface Ryan Dwyer 2019-01-10 22:04:42 +10:00
  • 00f8d0209f config.c: fix brace detection at end of file Ian Fan 2019-01-10 10:59:07 +00:00
  • 15ac580b28
    Merge pull request #3341 from RedSoxFan/mouse-bindings-improved Ian Fan 2019-01-10 10:55:22 +00:00
  • 058428b8df
    Merge pull request #3394 from RedSoxFan/bar-block-render emersion 2019-01-10 10:43:00 +01:00
  • 9abac85888
    Merge pull request #3399 from RedSoxFan/fix-output-destruction-segfaults emersion 2019-01-10 09:20:07 +01:00
  • 8fd3f32c79 Fix segfaults on output destruction Brian Ashworth 2019-01-10 03:07:36 -05:00
  • 4dba42555f get_inputs: add libinput send events mode Brian Ashworth 2019-01-09 22:25:01 -05:00
  • 55e1d599a2 input_cmd_events: implement toggle Brian Ashworth 2019-01-09 22:09:59 -05:00
  • 124085eba9 swaybar: obey height if given Brian Ashworth 2019-01-09 20:58:00 -05:00
  • 39873bc1f0 swaybar: fix rendering of border and background Brian Ashworth 2019-01-09 20:28:30 -05:00
  • d0b9701820
    Merge pull request #3396 from RedSoxFan/scroll-titlebar-border emersion 2019-01-10 00:32:09 +01:00
  • a8b3ae9284 cursor: allow scrolling tabs/stack on title border Brian Ashworth 2019-01-09 18:15:15 -05:00
  • eefa6b1ad3 bind{code,sym}: utilize mouse button helpers Brian Ashworth 2019-01-06 13:16:54 -05:00
  • 6f6a9af60e Add helpers for improved mouse button parsing Brian Ashworth 2018-12-28 13:48:09 -05:00
  • 4696f49ecc reload: reset input configs Brian Ashworth 2019-01-09 00:09:20 -05:00
  • 14cab78612 Reset container dimensions when moving into workspace from direction Ryan Dwyer 2019-01-09 23:07:32 +10:00
  • f9cea7f09b
    Merge pull request #3391 from jbeich/freebsd emersion 2019-01-09 14:00:54 +01:00
  • 0a4c4f3e52 Simplify evdev includes on FreeBSD by relying on up-to-date package Jan Beich 2019-01-09 10:50:58 +00:00
  • d06782c5e7
    Merge pull request #3386 from RedSoxFan/seat-reload-wait emersion 2019-01-09 10:01:17 +01:00
  • 8daea2bfec
    Merge pull request #3390 from RedSoxFan/execute-seat emersion 2019-01-09 09:59:09 +01:00
  • cfdb614e84
    Merge pull request #3372 from ianyfan/tray emersion 2019-01-09 09:58:09 +01:00
  • 51bc466e2b
    Merge pull request #3389 from RedSoxFan/swap-context-seat emersion 2019-01-09 09:54:16 +01:00
  • ff62425480
    Merge pull request #3387 from RedSoxFan/keyboard-timer-before-execute emersion 2019-01-09 09:52:39 +01:00
  • fdc262d402 cmd_bind: pass the seat to execute_command Brian Ashworth 2019-01-09 01:50:40 -05:00
  • c4122e3975 cmd_swap: use handler context seat Brian Ashworth 2019-01-09 01:37:46 -05:00
  • 1feb2ce064 keyboard: update repeat timer before execution Brian Ashworth 2019-01-09 00:52:47 -05:00
  • f33969358c reload: apply seat cfgs after reading entire cfg Brian Ashworth 2019-01-09 00:57:23 -05:00