Commit graph

  • 1eec5161bd minor fix for swipes from empty workspaces vaxerski 2022-10-20 15:47:35 +01:00
  • 53c3644c29 fix minor anim issue with swipe new vaxerski 2022-10-20 15:02:46 +01:00
  • 6d66dde208 added swipe create new vaxerski 2022-10-20 14:54:32 +01:00
  • 1b349f79ac don't set custom mode in change vaxerski 2022-10-19 22:12:02 +01:00
  • da8be82c9a Fix self-noding in changeWindowFloatingMode vaxerski 2022-10-19 21:32:30 +01:00
  • 8ffd244ef6 fix animate_manual_resizes with moves vaxerski 2022-10-19 21:17:49 +01:00
  • bf9d31ce49 fix maximized windows not hiding tiled vaxerski 2022-10-19 15:17:26 +01:00
  • 98a32f5e52 render layer snapshot without blur vaxerski 2022-10-19 11:00:59 +01:00
  • dc1737f128 allow glob wildcard in addreserved vaxerski 2022-10-17 23:23:01 +01:00
  • 48634d7e4a
    Nix & meson: 0.15.3 -> 0.16.0 Mihai Fufezan 2022-10-18 01:16:44 +03:00
  • ecf0cdaba4 a bit more default config nice addons v0.16.0beta vaxerski 2022-10-17 16:59:52 +01:00
  • 286cb90c48 ignore OR windows' size hints vaxerski 2022-10-17 14:26:18 +01:00
  • 3f77cde50e set XCURSOR_SIZE if not set in init vaxerski 2022-10-17 14:01:04 +01:00
  • 1145654987 default & example config overhaul vaxerski 2022-10-17 13:48:21 +01:00
  • da4cfb9c32 use size hints when available in xwayland default geom vaxerski 2022-10-17 11:18:45 +01:00
  • 58375bc87a Add support for rgba() and rgb() colors in the config vaxerski 2022-10-16 22:23:10 +01:00
  • 83d99ce5bd
    Merge pull request #857 from K1llf0rce/max_size_rule Vaxry 2022-10-15 20:09:14 +01:00
  • dca30815b0
    add maxsize window rule K1llf0rce 2022-10-15 17:04:57 +02:00
  • edeb759bb1 add loose focus behavior vaxerski 2022-10-15 14:13:16 +01:00
  • 610d4d9473
    Nix: update nixpkgs Mihai Fufezan 2022-10-15 02:21:13 +03:00
  • f30e572e00
    Nix & meson: 0.15.0beta -> 0.15.3beta Mihai Fufezan 2022-10-15 01:39:49 +03:00
  • 34cd8b125a rework focus system to be more safe and faster vaxerski 2022-10-14 20:46:32 +01:00
  • b0544dbfff remove old log vaxerski 2022-10-14 14:25:28 +01:00
  • a7bdfc06ca added bringactivetotop dispatcher vaxerski 2022-10-14 14:22:20 +01:00
  • 7e7cb40909 Nix modules: fix environment variables Narice 2022-10-13 23:01:26 +02:00
  • 724fa4a7d4 add touch binding to output vaxerski 2022-10-14 12:38:44 +01:00
  • cee0645fd1
    Merge pull request #813 from histausse/touch_dev_rotation Vaxry 2022-10-14 12:26:31 +01:00
  • df9409b8a2 rename transform in DC to touch_transform vaxerski 2022-10-14 12:23:11 +01:00
  • f274a70edf
    Merge pull request #852 from NotAShelf/patch-1 Vaxry 2022-10-14 11:11:28 +01:00
  • ef24a27ade
    add PKGBUILD to ignored files NotAShelf 2022-10-14 11:46:34 +03:00
  • 670d6ce8f4 fix windowsOut disabled with fadeOut enabled vaxerski 2022-10-13 21:32:23 +01:00
  • f3917f2122
    Merge pull request #844 from brodi1/hyprctl-json-fix Vaxry 2022-10-13 15:32:46 +01:00
  • 5d6e56b67c
    fix invalid json output by adding a missing comma Brodi 2022-10-13 16:21:58 +02:00
  • 624303bfb9 check for same workspace in workspace rule vaxerski 2022-10-13 15:19:30 +01:00
  • eb3c132fc5 set workspace name in previous vaxerski 2022-10-13 15:16:39 +01:00
  • 170def35d7 simplify shouldRenderWindow and fix one cond vaxerski 2022-10-12 18:37:11 +01:00
  • 2ee9fb0675 don't recalc offset on monitor reload offset auto vaxerski 2022-10-12 15:16:31 +01:00
  • 1396d2a39b fix crash in renderWorkspaceWithFullscreenWindow vaxerski 2022-10-11 20:29:37 +01:00
  • 7ecc41db9c unsetenv on no XWayland vaxerski 2022-10-11 11:59:57 +01:00
  • 7ffe4eda12 [gha] build man pages vaxerski 2022-10-11 10:58:53 +00:00
  • 25756afad5
    Add debug coredump instructions (#812) Simplykyle 2022-10-11 18:58:26 +08:00
  • 8880298f50 [gha] bump flake inputs v0.15.3beta vaxerski 2022-10-11 09:33:36 +00:00
  • d89355f0a6 update wlroots vaxerski 2022-10-11 10:32:11 +01:00
  • ae91f6610f
    Merge pull request #825 from Dickby/Fix_nproc_in_Makefile Vaxry 2022-10-10 22:36:10 +01:00
  • 6e7143e0f5 Replace $(nproc) with $(shell nproc). Felix Dick 2022-10-10 17:13:56 +02:00
  • f55f56f260
    Merge pull request #823 from Dickby/simplify_matrix_calculations Vaxry 2022-10-10 15:59:25 +01:00
  • 6287f2b71b
    use static for transformation matrices Histausse 2022-10-10 12:29:03 +02:00
  • 7e781f24c5 Merge branch 'main' into simplify_matrix_calculations Felix Dick 2022-10-10 01:46:22 +02:00
  • 3bf7c5aea1 Change matrixProjection function stop use matrixFlip180 everywhere. Felix Dick 2022-10-10 01:35:42 +02:00
  • 092dbda88a Let openGL transpose the matrixes for us. Felix Dick 2022-10-10 01:32:04 +02:00
  • cb687c208c [gha] bump flake inputs v0.15.2beta vaxerski 2022-10-09 20:30:56 +00:00
  • 945b4d7139 update wlroots dep vaxerski 2022-10-09 21:29:54 +01:00
  • 881f828250 better subsurface handling on unmaps vaxerski 2022-10-09 17:23:12 +01:00
  • 0743dab3f0 use popup base surface instead of subsurface for addPopupGlobalCoords vaxerski 2022-10-09 17:09:11 +01:00
  • 496e37d044 ensure texture safety in clearWithTex() vaxerski 2022-10-09 17:02:32 +01:00
  • 1263bd5dcb
    Merge pull request #817 from Dickby/transform_box_in_renderRectWithDamage Vaxry 2022-10-09 09:46:22 +01:00
  • 9ee78b1a92 inverse_transform the box in renderRectWithDamage. Felix Dick 2022-10-09 01:58:00 +02:00
  • 406b2fe6dc
    Add additionnal matrices and rename config var Histausse 2022-10-08 19:55:07 +02:00
  • 90f2259f5e [gha] bump flake inputs vaxerski 2022-10-08 17:01:31 +00:00
  • 948f4978e7 update wlroots dep vaxerski 2022-10-08 18:00:16 +01:00
  • 32ae0c51f0
    Add input:touchdevice:td_rotation config Histausse 2022-10-07 16:03:52 +02:00
  • fe4a97f245
    Merge pull request #794 from Dickby/pixman_early_outs Vaxry 2022-10-08 12:00:17 +01:00
  • 2f3528c076 Check earlier if pixman regions are empty. Felix Dick 2022-10-08 00:40:05 +02:00
  • 1964bcb13f add open/close layer events vaxerski 2022-10-07 22:23:50 +01:00
  • 4b779ac142
    Merge pull request #811 from Dickby/add_missing_pixman_region32_fini Vaxry 2022-10-07 22:20:35 +01:00
  • abc2d442dd fix a VRAM leak in destroyMonitorResources vaxerski 2022-10-07 22:19:23 +01:00
  • b64f1fc5c4 Add missing pixman_region32_fini. Felix Dick 2022-10-07 23:11:20 +02:00
  • 33d264eaa7 release all fbs in destroyMonitorResources vaxerski 2022-10-07 21:13:22 +01:00
  • 5e3b8c3233
    Merge pull request #807 from Dickby/fix_monitor_transforms Vaxry 2022-10-07 20:12:28 +01:00
  • bbdfb7853d Transform the box data send to texture shaders. Felix Dick 2022-10-07 18:59:21 +02:00
  • a19b152e4a make swipe respect slidevert vaxerski 2022-10-07 16:52:53 +01:00
  • 1468001d3b offset floating windows out of bounds on ws anims vaxerski 2022-10-07 12:34:54 +01:00
  • 7faa3c367d Added clipping support, clip windows on slide anim vaxerski 2022-10-07 10:35:17 +01:00
  • fd379db846 swallow improvements vaxerski 2022-10-07 09:46:01 +01:00
  • 28a6e0ce31 [gha] bump flake inputs v0.15.1beta vaxerski 2022-10-06 21:09:10 +00:00
  • af7d60b3f8 revert wlroots ver to fix critical gpu issue vaxerski 2022-10-06 22:08:08 +01:00
  • c4487534d2
    Merge pull request #801 from fufexan/scrollfactor Vaxry 2022-10-06 21:26:11 +01:00
  • e4820d1c71
    Add input:touchpad:scroll_factor Mihai Fufezan 2022-10-06 22:20:10 +03:00
  • b4a8efc1a7 fix naming when workspace back and forth vaxerski 2022-10-06 20:40:58 +01:00
  • 9480c0fb90 fix workspace previous with multi-mon ws moves vaxerski 2022-10-06 20:18:49 +01:00
  • f901c60da5 return true on vt switch keysyms to avoid printing stuff vaxerski 2022-10-06 19:31:32 +01:00
  • 922e978f56 reset sigmask on fork vaxerski 2022-10-06 19:02:03 +01:00
  • 0508c7d384 more monitor checks for shutdown: vaxerski 2022-10-06 18:43:50 +01:00
  • ee3b770cfd more checks in pid gathering vaxerski 2022-10-06 17:58:38 +01:00
  • a29af89545
    Merge pull request #793 from Dickby/fix_compiler_warnings Vaxry 2022-10-06 12:54:04 +01:00
  • 552c4b7361 Fix compiler warnings. Felix Dick 2022-10-06 13:42:52 +02:00
  • d7ef19e2e7 map touch to the correct output vaxerski 2022-10-06 09:26:05 +01:00
  • 190ddb5697 added a noanim rule vaxerski 2022-10-06 09:16:40 +01:00
  • 095688712d add minsize rule vaxerski 2022-10-06 09:09:58 +01:00
  • d264fbd36a fix string corruption in hyprctl monitors -j vaxerski 2022-10-06 09:04:46 +01:00
  • e4527c6b60 use goalv in clientsRequest vaxerski 2022-10-06 08:54:04 +01:00
  • 32e8eda40a
    Merge pull request #787 from fufexan/libinput Vaxry 2022-10-05 21:58:40 +01:00
  • 477ad2dd82
    Add accel profile and scroll method Mihai Fufezan 2022-10-05 23:21:22 +03:00
  • e90c5c6347 fix tty switch freeze vaxerski 2022-10-05 21:41:27 +01:00
  • 11ce468996 add dpms status info in hyprctl vaxerski 2022-10-05 18:14:11 +01:00
  • 9c5023ab1a monitor desc improvements vaxerski 2022-10-05 17:38:36 +01:00
  • 0e4a894edb add dpms per output vaxerski 2022-10-05 10:31:47 +01:00
  • 71e2562a41 add desc: to monitor rules vaxerski 2022-10-05 10:22:33 +01:00
  • 9153a81090
    Merge pull request #781 from Dickby/fix_left_handed Vaxry 2022-10-05 08:06:38 +01:00
  • 0d7f6eac9e Merge branch 'make_TTY_unsigned' into fix_left_handed Felix Dick 2022-10-05 04:51:48 +02:00