Commit graph

49 commits

Author SHA1 Message Date
Jacob 185c95a526 Replace Vim like binds with normal dmenu like binds by default. 2023-07-29 04:24:02 +02:00
Jacob 32418e80e8 Add more options to the meson 2023-07-27 19:01:12 +02:00
speedie 6ed6dc6b99 Version bump: 3.1.1 2023-07-22 23:23:51 +02:00
Jacob 754171d5fb Version bump: 3.1 2023-07-19 19:37:35 +02:00
Jacob c97b666521 Revert "Version bump: 3.1"
This reverts commit 7baa27d28a.
2023-07-19 19:36:07 +02:00
Jacob 7baa27d28a Version bump: 3.1 2023-07-19 19:30:05 +02:00
Jacob d77bf8843b Move spmenu_run functions into separate scripts that are loaded in on
command
2023-07-14 17:52:25 +02:00
speedie 3ff3162412 Version bump: 3.0.2 2023-07-11 21:36:15 +02:00
speedie 0293b0b79f Revert "Version bump: 3.0.1"
This reverts commit a98007a560.

Fucked up something
2023-07-11 21:28:50 +02:00
speedie a98007a560 Version bump: 3.0.1 2023-07-11 21:27:05 +02:00
Jacob 9d6ae13eae Update docs, remove most .Xresources preferences 2023-07-11 16:53:26 +02:00
speedie 44bbc317d0 Bump version: 3.0 2023-07-05 02:07:48 +02:00
speedie 4135cbc0f2 Add fuzzy matching using tiny-regex-c 2023-07-05 01:40:35 +02:00
speedie 75637c4ae6 version bump: 2.3 2023-06-28 19:44:08 +02:00
speedie f08b9bdccc spmenu_test.1 must be installed 2023-06-25 02:26:30 +02:00
speedie c7632f342e Fix generate.sh
Fix generate.sh, it should now generate properly. Also remove the actual
protocols, the user should generate those, not me.
2023-06-24 21:12:18 +02:00
speedie 7389d28be5 Version bump: 2.2 2023-06-21 16:20:35 +02:00
speedie 3b10355e5a Combine the many scripts into one. The protocols/generate.sh is
necessary because meson doesn't seem to like passing arguments to
scripts it has to execute.
2023-06-17 17:05:42 +02:00
speedie c8b643dcce Version bump: 2.1.1 2023-06-13 23:21:39 +02:00
speedie 6421126f67 no need for the sl directory 2023-06-12 03:54:40 +02:00
speedie 43e2800e9f Rename libdrw to draw, because it's not really libdrw anymore 2023-06-12 02:28:19 +02:00
speedie b68666dc6b No longer use deprecated MD5() function to get hash 2023-06-09 21:20:02 +02:00
speedie d78026397d version bump: 2.1 2023-06-09 18:20:08 +02:00
speedie 5745b52bc9 Add work in progress support for images on Wayland
This commit also adds MASSIVE speed improvements to image drawing, due
to code cleanup. There are still a *few* issues to resolve, one is
X11 related, and one is caused by alpha/blending.
2023-06-08 19:40:30 +02:00
speedie f9a95792d7 documentation improvements, xresources should require x11 support to be
compiled in
2023-06-07 01:00:19 +02:00
speedie a9ee831159 add X11 toggle, so now Xlib, Xinerama and Xrender aren't dependencies if
you only use Wayland
2023-06-05 17:16:26 +02:00
speedie 9741f0d02e version bump: 2.0.1 2023-06-03 23:14:52 +02:00
speedie 5ecd718daa bash is a dependency, freetype isn't 2023-06-03 17:05:38 +02:00
speedie 30796defe6 oops 2023-06-02 20:29:30 +02:00
speedie 692e3abc68 Add experimental native Wayland support 2023-06-02 18:37:51 +02:00
speedie f482aea8db remove UTF-8 toggle, it's not necessary now with cairo because cairo can
filter invalid unicode
2023-05-22 20:44:21 +02:00
speedie b6aefb34f0 bump version: 1.2.1 2023-05-21 20:50:57 +02:00
speedie a750da978c replace xft with cairo, remove sample theme because it's redundant,
remove optional pango support as its now required because we're using
cairo
2023-05-21 04:18:41 +02:00
speedie 78d06dd45d version bump: 1.2 2023-05-19 13:39:50 +02:00
speedie 7dd1441f48 remove opt variable, it makes no sense 2023-05-17 08:17:04 +02:00
speedie 82fa3eaa95 add separate man page for spmenu_run 2023-05-16 20:50:08 +02:00
speedie fa051aca2a some small changes to the .desktop entries 2023-05-13 01:22:40 +02:00
speedie fd67511080 add .desktop entries for use with desktop environments, install to /usr
instead of /usr/local by default
2023-05-13 00:25:50 +02:00
speedie c7c4826329 bump version to 1.1.2, fixed arch package 2023-05-12 14:33:19 +02:00
speedie ee7419704d allow UTF-8 support to be toggled 2023-05-11 16:46:32 +02:00
speedie 02cba1d0f0 version bump: 1.1.1 2023-05-10 18:53:19 +02:00
speedie 6c146c87b4 rename some headers 2023-05-10 08:20:29 +02:00
speedie d19a9104bf don't use stupid variables and sed jank 2023-05-09 12:03:53 +02:00
speedie 17951e174b fontconfig is only needed if we're not using pango 2023-05-08 16:58:46 +02:00
speedie fe310119b1 fix some warnings 2023-05-08 10:46:11 +02:00
speedie 5543da3c9f move over to using meson.build 2023-05-08 10:43:42 +02:00
speedie c22ecb9b76 remove old useless line from meson.build 2023-05-07 23:00:59 +02:00
speedie 6c71982b58 its not a fucking float its a string why am i so retarded? 2023-05-07 22:55:09 +02:00
speedie 49973b40e2 fix some issues, add meson.build which i may or may not use later 2023-05-07 22:30:57 +02:00