Commit graph

972 commits

Author SHA1 Message Date
Jacob cfaf2c7ee5 Version bump: 3.2.1 2023-07-29 21:43:18 +02:00
Jacob 6a27881fb0 Fix pajeet code 2023-07-29 21:26:14 +02:00
Jacob b43694a537 Fix weird segmentation fault 2023-07-29 21:17:42 +02:00
Jacob 894a672b84 Fix default bindings 2023-07-29 21:12:35 +02:00
speedie 72399baac4 Version bump: 3.2 2023-07-29 19:39:34 +02:00
speedie 260f570df5 Fix some issues with the make script 2023-07-29 19:38:57 +02:00
Jacob f6e34668cf Remove globalcolors, it's not necessary now that we only have global
colors. Compatibility option is still available which will enable or
disable xrdb entirely.
2023-07-29 18:44:17 +02:00
Jacob e7ad428fbe Update documentation for spmenu_make 2023-07-29 18:06:10 +02:00
Jacob dc7732c16c Indent meson_options a bit 2023-07-29 17:51:46 +02:00
Jacob 73d1cf785b Don't indent too far 2023-07-29 17:35:51 +02:00
Jacob 5accbaff78 Update the comment at the top 2023-07-29 17:34:05 +02:00
Jacob 0c949db21b Revert "Speed up and simplify reading of standard input"
This reverts commit b812702115.
2023-07-29 04:40:02 +02:00
Jacob 1213017dc7 Merge pull request 'Replace Vim like binds with normal dmenu like binds by default.' (#22) from normie-binds into master
Reviewed-on: speedie/spmenu#22
2023-07-29 02:26:38 +00:00
Jacob 185c95a526 Replace Vim like binds with normal dmenu like binds by default. 2023-07-29 04:24:02 +02:00
Jacob 8549c8415e Allow icons to be drawn when !lines 2023-07-29 01:57:04 +02:00
Jacob 2b1e5a1be1 Fix a few things with the width 2023-07-29 00:19:31 +02:00
Jacob fa39098c2c Fix segmentation fault when images 2023-07-28 23:53:59 +02:00
Jacob 97abb638fe Fix issue #21 by not drawing chars that don't fit 2023-07-28 23:15:05 +02:00
Jacob 8ef53a8582 A massive caret height should be possible 2023-07-28 19:58:26 +02:00
Jacob 253e69413d Fix more of last commit 2023-07-28 03:44:44 +02:00
Jacob 5c4c6bd806 Don't allow width of input text to exceed menu width 2023-07-28 03:22:06 +02:00
Jacob 1e5a64ef13 Output spmenu_test output to /dev/null 2023-07-28 02:55:02 +02:00
Jacob 0540eacfd7 Fix bind and theme arguments 2023-07-28 02:26:49 +02:00
Jacob a7316968e7 Move PKGBUILD to packaging/PKGBUILD and add spmenu ebuild 2023-07-27 20:12:19 +02:00
Jacob 32418e80e8 Add more options to the meson 2023-07-27 19:01:12 +02:00
speedie 8c81603247 Remove unreliable code 2023-07-27 01:55:23 +02:00
speedie 180185adb8 Add proper keyboard repeating, not sure why I didn't do this earlier. 2023-07-27 01:30:56 +02:00
speedie ece810805d Change some variable names & cleanup 2023-07-27 00:39:57 +02:00
speedie 526e2a8613 Fix wrong name 2023-07-26 19:44:39 +02:00
Jacob 9e8e22872c Fix some terminal programs not spawning 2023-07-26 16:34:28 +02:00
speedie af38dffdf0 Some more color changes 2023-07-26 15:56:57 +02:00
speedie 440719bb98 Some changes to colors, FreeBSD compatibility in spmenu_make 2023-07-26 15:29:54 +02:00
speedie b3af410672 Add pretext colors to colorscheme generator 2023-07-26 15:17:32 +02:00
Jacob 5e824a5bf8 Fix an issue with -fm 2023-07-26 01:53:50 +02:00
speedie 0bc35d1915 Add compatibility with themes that do not specify pretext colors 2023-07-25 21:04:08 +02:00
speedie d3983d46d9 Add right click to mark mouse click 2023-07-25 20:31:14 +02:00
Jacob 170e5e0c3e Remove first run, fixing a bug 2023-07-25 18:59:33 +02:00
Jacob dfc6532220 Fix loop when no .desktop entries exist 2023-07-25 18:02:53 +02:00
speedie 0f69bd63b1 Rename selecthover to outputhover and add selecthover function. 2023-07-25 00:27:39 +02:00
speedie 0ec1c73053 Improve selecthover() function, add markhover() function 2023-07-25 00:19:58 +02:00
speedie 92ce25077a Place items at the bottom by default 2023-07-25 00:12:06 +02:00
speedie da05068117 Add -itt/-itb option for positioning items above/below prompt 2023-07-25 00:11:17 +02:00
Jacob 6b6d5b77c5 Fix segmentation fault when pretext == NULL 2023-07-24 19:43:59 +02:00
speedie 05a6663d16 Add pretext to .Xresources 2023-07-24 16:56:43 +02:00
Jacob ec7ec23374 Merge pull request 'Pretext: Add -pt argument, add pretext to spmenu_run' (#18) from pretext into master
Reviewed-on: speedie/spmenu#18
2023-07-24 14:51:28 +00:00
speedie d2e5ad1d80 spmenu_run: Display pretext 2023-07-24 16:50:34 +02:00
speedie 3f5c0b657b Add -pt argument for setting pretext 2023-07-24 16:38:41 +02:00
Jacob a07a213a89 Merge pull request 'Add support for pretext' (#17) from pretext into master
Reviewed-on: speedie/spmenu#17
2023-07-24 13:24:53 +00:00
speedie 7d1b58f431 Add support for pretext
This commit adds support for text that can be displayed when there's no
input text (tx.text)
2023-07-24 15:18:03 +02:00
speedie 6ed6dc6b99 Version bump: 3.1.1 2023-07-22 23:23:51 +02:00