Commit graph

1030 commits

Author SHA1 Message Date
Jacob 07fea94145 Fix typo causing one entry to not be cached 2023-07-14 16:47:34 +02:00
speedie 82510ca58f Replace slow commands with awk 2023-07-14 16:23:03 +02:00
speedie 0e57f1d5fe Replace usage of seq 2023-07-14 16:05:52 +02:00
speedie db8d7f3b34 Support Desktop Action headers 2023-07-14 16:00:02 +02:00
Jacob 6577fa93be Move the function for printing the list to the config file 2023-07-14 15:12:56 +02:00
Jacob 18ea066293 Oops removed a few lines by accident 2023-07-14 14:52:04 +02:00
Jacob ebf28bc7df Add Swedish translations to .desktop entries, add support for non
English languages in spmenu_run .desktop entry caching
2023-07-14 14:43:23 +02:00
Jacob 77f95c5e0f Respect OnlyShowIn too 2023-07-14 13:14:13 +02:00
Jacob f8d5730ea2 Respect NoDisplay in .desktop entries 2023-07-14 12:59:19 +02:00
Jacob 1c491bba9c Move up/down on left/right when !lines 2023-07-14 03:32:06 +02:00
speedie cb6b01950d Clean up more pre 2.0 misinformation 2023-07-14 02:07:59 +02:00
speedie 1c6aecfbb0 Replace outdated information 2023-07-14 02:00:28 +02:00
speedie 597bcb541b Fix typos, change argument 2023-07-14 01:54:48 +02:00
speedie fe49f1ff7c Change default alpha value to 222 2023-07-14 01:41:09 +02:00
speedie 70f1970684 Remove pango_highlight, it's useless. 2023-07-14 01:39:00 +02:00
speedie 49eda6745b Fix powerline cutoff when scaling an image up a lot 2023-07-14 01:34:07 +02:00
speedie eb053eae23 Remove and change some keybinds related to image size and gaps 2023-07-14 01:30:28 +02:00
speedie 48e3db316b Make sure number of lines/menu height cannot exceed monitor height 2023-07-14 01:16:35 +02:00
speedie 6ec63436d7 Regenerate cache if height of each item has changed (for example,
if a smaller/bigger font is used).

This fixes a flicker issue which can occur if the font/height
of each item is changed when cached icons are present. Icons
are recached for the new height and then displayed, as if
the cache did not exist in the first place.
2023-07-14 00:49:00 +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
speedie b92233e536 Better documentation 2023-07-11 18:26:32 +02:00
Jacob 97ad50ce74 Fix segmentation fault when -NF and -pri, and fix fuzzy -pri 2023-07-11 17:21:30 +02:00
Jacob d935122998 Remove spmenu: syntax, it's basically useless 2023-07-11 17:01:57 +02:00
Jacob 9d6ae13eae Update docs, remove most .Xresources preferences 2023-07-11 16:53:26 +02:00
speedie c6397915f4 Cache icons too, not just normal images 2023-07-10 20:38:25 +02:00
speedie 2d445f860d Some improvements to building 2023-07-10 18:24:52 +02:00
speedie ad4e1ab7e1 Code cleanup 2023-07-09 23:56:34 +02:00
Jacob 5609c4d006 Improve incremental feature 2023-07-09 15:26:52 +02:00
Jacob 5d399c96e3 Use oleftpadding in drawhighlights 2023-07-07 16:05:01 +02:00
speedie 890457729c Make regex matching a separate mode inside insert mode 2023-07-06 22:02:53 +02:00
speedie 7aecc3edf9 Fix pango markup highlighting by disabling highlighting
There is no real reasonable way to fix highlighting while
using Pango markup to my knowledge. If there actually is, please
PR.
2023-07-06 16:52:58 +02:00
speedie 3e581ded2e Cleanup drawitemtext a bit 2023-07-06 16:19:20 +02:00
speedie f8ff87f669 Fix -b 2023-07-06 04:02:23 +02:00
Jacob 43721a0aee Merge pull request '3.0 version bump' (#11) from 3.0 into master
Reviewed-on: #11
2023-07-05 02:20:59 +00:00
speedie 1ed4875348 Add a contribution note to README 2023-07-05 03:04:42 +02:00
speedie 44bbc317d0 Bump version: 3.0 2023-07-05 02:07:48 +02:00
speedie 9201b3ba18 Fix tab completion when no matches 2023-07-05 02:02:35 +02:00
speedie c8e0d08302 Cleanup fuzzymatch(); 2023-07-05 01:48:53 +02:00
speedie 4135cbc0f2 Add fuzzy matching using tiny-regex-c 2023-07-05 01:40:35 +02:00
speedie 13b46b03bb Fix typo in the spmenu(1) man page 2023-07-05 00:42:50 +02:00
speedie fbfbc44dec Fix some issues with the image gaps, fix image gaps size, remove some
more keybinds
2023-07-05 00:39:40 +02:00
speedie 7e963db38e Simplify default keybinds 2023-07-05 00:12:11 +02:00
speedie ad96d3fbb3 Oops, fix wacky highlighting, should be working perfectly now 2023-07-04 23:32:51 +02:00
speedie 7492eed0cf Simplify and fix SGR sequence removal 2023-07-04 23:10:06 +02:00
speedie cc8c3e988c Revert "Include colored text in the tab completed text as well."
This reverts commit 364020aa2c.
2023-07-04 21:58:36 +02:00
speedie 364020aa2c Include colored text in the tab completed text as well. 2023-07-04 21:42:32 +02:00
speedie d750f3a78a Some config file code cleanup 2023-07-04 16:59:59 +02:00
Jacob 69d5ae6950 Fix -cc argument check typo 2023-07-03 23:51:47 +02:00