Commit graph

  • ddcd4fb767 Mostly fixes #5 vaxerski 2022-04-05 18:29:58 +02:00
  • dcb6fc269a support all shaders rounded and fix RGBX borders vaxerski 2022-04-05 17:01:44 +02:00
  • 3385269dca Added rounded borders. vaxerski 2022-04-05 16:47:03 +02:00
  • 27c06758e4 basic window rounded corners vaxerski 2022-04-05 15:50:47 +02:00
  • 2313de589e
    Merge pull request #14 from vaxerski/custom-renderer-wlr vaxerski 2022-04-05 14:42:57 +02:00
  • 281b4f83a0
    Added a PR template vaxerski 2022-04-05 14:39:22 +02:00
  • bd5c056a60 Updated readme vaxerski 2022-04-05 14:36:28 +02:00
  • 19d9465042 Rendering textures vaxerski 2022-04-05 14:33:54 +02:00
  • 67343898ff fixed rendering rects vaxerski 2022-04-04 22:06:57 +02:00
  • 334f5a59b0 added broken rect renderer vaxerski 2022-04-04 21:45:35 +02:00
  • 374491ee63 progress vaxerski 2022-04-04 19:44:25 +02:00
  • d15cda7e41 iterate over floating windows correctly with Z vaxerski 2022-04-04 16:33:50 +02:00
  • 59b96f782b Bring floated to top on click vaxerski 2022-04-04 16:28:43 +02:00
  • c21881be25 Implement proper z-system vaxerski 2022-04-04 16:25:30 +02:00
  • 462781b16f Added drag to move window vaxerski 2022-04-03 13:49:21 +02:00
  • df6a3c6877 fix non-gdk popups on multimon vaxerski 2022-04-03 10:32:21 +02:00
  • 9d06c61242 remove kb_layout en from example vaxerski 2022-04-03 10:17:18 +02:00
  • 282b267a1e
    Added Contributing mention to readme vaxerski 2022-04-02 21:16:53 +02:00
  • c13175e2e3
    Added Contributing guidelines vaxerski 2022-04-02 21:15:48 +02:00
  • 49b6e09c3e
    Fixed up the link in the readme vaxerski 2022-04-02 20:44:26 +02:00
  • 3f99dad7f5 Added pseudotiling vaxerski 2022-04-02 20:04:32 +02:00
  • 7add082217 send focus change vaxerski 2022-04-02 19:09:27 +02:00
  • 223beb8a82 Multiple focus handling changes vaxerski 2022-04-02 18:57:09 +02:00
  • c923b4f075 XDG popup tweaks vaxerski 2022-04-02 13:41:15 +02:00
  • 4db773b1e7 Fix popups focus on native GDK vaxerski 2022-04-02 13:02:16 +02:00
  • ca2459e563 Do not refocus on pressed mouse vaxerski 2022-04-01 23:34:19 +02:00
  • befddca16d Only refocus on pressed vaxerski 2022-04-01 23:31:33 +02:00
  • 304bf4522e Revert "Fixed XWayland (GTK/?) popups focus" vaxerski 2022-04-01 23:31:12 +02:00
  • cd62eb5624 Fixed XWayland (GTK/?) popups focus vaxerski 2022-04-01 23:11:09 +02:00
  • a64943fd12
    typo vaxerski 2022-04-01 21:20:03 +02:00
  • b20a2469cc
    prettified readme vaxerski 2022-04-01 21:19:33 +02:00
  • ea823adf6c updated workflows vaxerski 2022-04-01 21:09:12 +02:00
  • 06892dc09a
    added flawfinder vaxerski 2022-04-01 20:41:05 +02:00
  • 7ec2aed55f More checks in popups vaxerski 2022-03-31 21:58:33 +02:00
  • 51dfc0f9c9 fix critical crash with multi-popups vaxerski 2022-03-31 21:55:21 +02:00
  • a3860e99cb modify unfocus behavior vaxerski 2022-03-31 21:47:03 +02:00
  • c63225b332 Log focus vaxerski 2022-03-31 19:41:55 +02:00
  • 670ba55b35 export XDG_CURRENT_DESKTOP vaxerski 2022-03-31 19:16:00 +02:00
  • 3618f6ea51 More explanations to the config vaxerski 2022-03-31 17:56:32 +02:00
  • 8ea6434568 updated the example cfg vaxerski 2022-03-31 17:54:33 +02:00
  • b89c174da2 custom animation speeds for components vaxerski 2022-03-31 17:53:28 +02:00
  • 586e2a98ed Added animated borders vaxerski 2022-03-31 17:50:00 +02:00
  • 993e601424 remove some warnings vaxerski 2022-03-31 17:26:09 +02:00
  • 3e614f2c1e Draw the drag icon vaxerski 2022-03-31 17:25:23 +02:00
  • 2ca834479f update commands in hyprctl i forgot vaxerski 2022-03-30 22:40:53 +02:00
  • 469af204f7 Set envvars to encourage apps to use wayland vaxerski 2022-03-30 22:38:07 +02:00
  • d000d624f6
    Added a readme point and removed very vaxerski 2022-03-30 22:31:04 +02:00
  • 80565ac3b5
    Added a build badge vaxerski 2022-03-30 22:24:50 +02:00
  • 3ca2d3b678 fix some crashes vaxerski 2022-03-30 21:18:42 +02:00
  • 3f84dac599 return front when monitor from vector fails vaxerski 2022-03-30 20:17:33 +02:00
  • f794c91293 windows on top of fullscreen, lastmonitor fixes vaxerski 2022-03-30 20:16:23 +02:00
  • e49657f0f9 use last monitor and not cursor in map vaxerski 2022-03-30 19:34:57 +02:00
  • d72fe354fc
    Merge pull request #3 from vaxerski/ci vaxerski 2022-03-30 19:30:15 +02:00
  • 94ea169c64 Added CI vaxerski 2022-03-30 18:30:03 +02:00
  • cd8d628c72 handle invalid map vaxerski 2022-03-30 17:43:31 +02:00
  • 7439246efb tell windows to fullscreen on keybind vaxerski 2022-03-30 17:39:04 +02:00
  • d01c7c07d8 Fix IPC being wonky vaxerski 2022-03-30 16:24:42 +02:00
  • ae3d1ec3ad fix crash vaxerski 2022-03-29 15:30:08 +02:00
  • ad4fc28f78 🎉 Wrapped dynamic event handlers vaxerski 2022-03-28 22:31:39 +02:00
  • 000b16585f Some logs n stuff vaxerski 2022-03-28 21:16:23 +02:00
  • b8e3bddcf1 window late signals vaxerski 2022-03-28 17:51:03 +02:00
  • 17e88bf059 log signals vaxerski 2022-03-28 16:10:30 +02:00
  • 144a79ee00 fixed ASSERT and last commit's oopsie vaxerski 2022-03-27 22:34:02 +02:00
  • de8d2fd136 handle window subsurface trees vaxerski 2022-03-27 21:46:27 +02:00
  • 39303fd2b0 animate float->tile properly vaxerski 2022-03-27 20:06:44 +02:00
  • ba7b2d0db2 Handle TTY switching vaxerski 2022-03-27 19:32:50 +02:00
  • 07612534dd fix fullscreen animation vaxerski 2022-03-27 19:27:50 +02:00
  • 4d498137b2 fix crash vaxerski 2022-03-27 19:16:33 +02:00
  • ad36a9dc9e rework popups completely vaxerski 2022-03-27 17:25:20 +02:00
  • 4c3b9ae207
    spacing vaxerski 2022-03-27 12:11:01 +02:00
  • 7728e8a1df
    added special thanks vaxerski 2022-03-27 12:10:47 +02:00
  • ed5c0a7d33 Log shifts vaxerski 2022-03-24 21:34:24 +01:00
  • 7eb2a1023b Added keyboard configuration vaxerski 2022-03-24 21:05:34 +01:00
  • ccd691a88b
    Merge pull request #1 from Euro20179/fix-make vaxerski 2022-03-24 20:29:43 +01:00
  • 5723d74dab fix: sudo used in makefile Euro20179 2022-03-24 11:48:56 -07:00
  • 5d93fdfd8f fix XDG surfaces being too XD vaxerski 2022-03-24 19:14:09 +01:00
  • 3d41dd6c25 fix dwindle monitors vaxerski 2022-03-24 19:05:25 +01:00
  • 7d8e8a05c2 Added a major todo to switch to custom ogl vaxerski 2022-03-24 18:32:31 +01:00
  • 5503d99778 bring back mouse request vaxerski 2022-03-24 18:31:45 +01:00
  • a4f79dcb11 fix hyprctl .socket vaxerski 2022-03-24 18:25:18 +01:00
  • ccbc0e4a2e Added window rules vaxerski 2022-03-24 18:22:01 +01:00
  • 8cec07c39d added a screencopy protocol vaxerski 2022-03-24 17:22:28 +01:00
  • 116ab9e56c EGL vaxerski 2022-03-24 17:17:08 +01:00
  • dcd8b49c43 switch renderer to GLES vaxerski 2022-03-24 16:07:01 +01:00
  • 14d387ea14 animation + floating fixes vaxerski 2022-03-24 16:05:06 +01:00
  • 97501fc034 update for latest wlroots vaxerski 2022-03-24 15:57:46 +01:00
  • 411a050169 didnt mean to comment that out vaxerski 2022-03-23 22:38:54 +01:00
  • 172f8b04f0 oops commit only for xdg vaxerski 2022-03-23 22:35:47 +01:00
  • d834a8f7de unlink a window properly on destroy vaxerski 2022-03-23 22:21:03 +01:00
  • bcf7ee6dc2 Added basic animations for windows vaxerski 2022-03-23 22:01:59 +01:00
  • 1923b0d170 added a keybind todo vaxerski 2022-03-23 16:52:43 +01:00
  • f108ec78e2 Added movetoworkspace vaxerski 2022-03-23 16:51:48 +01:00
  • f82fdb012e fix dwindle + minor logs and comments vaxerski 2022-03-22 22:22:59 +01:00
  • 53388ad8a4 dwindle: fix openingon, kind of vaxerski 2022-03-22 22:04:35 +01:00
  • e6fcbf576c up the max hyprctl port vaxerski 2022-03-22 22:02:43 +01:00
  • 118006e876 fixed layersurface coord mapping vaxerski 2022-03-22 21:59:14 +01:00
  • 2bc29f32ec finally fixed XWayland popups vaxerski 2022-03-22 21:28:57 +01:00
  • e6a848adc0 handle modals a bit better vaxerski 2022-03-22 20:53:11 +01:00
  • b6f3aa5d01 update a comment on an issue vaxerski 2022-03-22 20:43:06 +01:00
  • 6e48069a88 fix bug with popups on XWayland vaxerski 2022-03-22 20:13:58 +01:00