Commit graph

1076 commits

Author SHA1 Message Date
Jacob a575eabb09 Fix libspmenu ebuild 2024-02-22 21:57:18 +01:00
Jacob f96440b195 Update license, because it is 2024 now and I'm still alive. 2024-02-21 00:51:51 +01:00
Jacob a170aeef7e Fix: Ebuild not pulling libconfig dependency on USE="config" 2024-02-15 20:56:44 +01:00
Jacob f9a509797f Add binds-vim.conf, not sure why it's not here anymore. 2023-12-30 07:29:17 +01:00
Jacob 370f10b9f9 Version bump: 3.5.0 2023-12-30 06:04:04 +01:00
Jacob 8955ecb11b Include cstring, fixing compilation 2023-12-30 06:02:55 +01:00
Jacob c538d38398 Revert "Version bump: 3.5.0"
This reverts commit 4c5d375a83.
2023-12-30 06:02:38 +01:00
Jacob 4c5d375a83 Version bump: 3.5.0 2023-12-30 05:58:11 +01:00
Jacob a7557aff23 Allow the logged in user to be different from the GPG key 2023-12-30 05:57:21 +01:00
Jacob 0bbd9ff7ed Fix issue #46 2023-12-30 05:47:34 +01:00
Jacob 9c25a04ebe Fix: Extra newline added for no reason. 2023-12-04 17:57:41 +01:00
Jacob 11aee2ab21 Fix stupid typo 2023-09-27 18:17:10 +02:00
Jacob 0b40c27e2a Fix #50 2023-09-27 17:04:46 +02:00
Jacob 0dc13610c3 Fix issue #47 2023-09-27 16:55:16 +02:00
Jacob da75c6f86f Fix -hip argument 2023-09-27 16:19:50 +02:00
Jacob 1412180c28 Oops left in some test code 2023-09-25 19:09:12 +02:00
Jacob 2af0dc738e Rename libspmenu.hpp to libspmenu.h
Also install header
2023-09-25 18:53:20 +02:00
Jacob f75b53c094 Update README to use /usr prefix by default 2023-09-25 18:32:53 +02:00
Jacob 965a7edab1 Add libspmenu ebuild 2023-09-25 18:25:03 +02:00
Jacob b1e16da5ca libspmenu: Integrate libspmenu into main project 2023-09-25 18:18:00 +02:00
Jacob 3d9711c971 Issue #45: Add option to not grab keyboard 2023-09-24 22:19:21 +02:00
Jacob cce7ae2e41 Deal with issue #44 2023-09-24 22:05:23 +02:00
Jacob f2b56cf11c Move source into new src/ directory and move Vim config into
`contrib/` directory.
2023-09-20 22:57:35 +02:00
Jacob 91347e1aed Fix some typos in the default config file 2023-09-15 14:28:39 +02:00
Jacob 521145c647 Version bump: 3.4 2023-09-11 14:09:36 +02:00
Jacob 625474875f spmenu_run can now load icons from KDE/GNOME themes 2023-09-10 02:10:32 +02:00
Jacob e6a96842a3 Improve documentation a bit 2023-09-09 19:00:15 +02:00
Jacob 8c7cfd0ace Improve Flatpak icon compatibility 2023-09-09 18:41:47 +02:00
Jacob 62137e26e7 Fix/improve sorting of entries 2023-09-09 18:40:56 +02:00
Jacob d363709260 Merge pull request 'Fixing something that i've missed earlier' (#34) from Lucas-mother3/spmenu:master into master
Reviewed-on: #34
2023-09-09 14:21:40 +00:00
Alexis Jhon Gaspar c149b47d30 Update scripts/spmenu_run 2023-09-09 13:12:45 +00:00
Jacob 9aafc0369e Merge pull request 'Add flatpak functionality for spmenu_desktop' (#33) from Lucas-mother3/spmenu:master into master
Reviewed-on: #33
2023-09-09 12:20:28 +00:00
Alexis Jhon Gaspar 00292905e9 Add flatpak functionality
Replacing find to find -L on spmenu_desktop
2023-09-09 12:03:02 +00:00
Alexis Jhon Gaspar 4a94a0d77a Update scripts/spmenu_run 2023-09-08 14:31:35 +00:00
Jacob bf5c36c245 Allow one more item to be displayed
While this means a VERY insignificant part of the spmenu client is cut
off in some cases (such as on my 1366x768 display), it allows one extra
item to be displayed and importantly for aesthetics, doesn't leave an
empty gap. I consider this worth it, but this might cause problems on
other screen resolutions. Please file a bug report in any such cases.
2023-09-06 18:53:49 +02:00
Jacob d3c4cfd2cc Remove arguments meson should specify for us 2023-08-30 21:56:04 +02:00
Jacob 9ece1863c3 Fix setlineheight() function 2023-08-29 19:41:03 +02:00
Jacob dd0b9be89e Merge pull request 'Version bump: 3.3.1' (#31) from 3.3.1 into master
Reviewed-on: #31
2023-08-24 08:02:11 +00:00
Jacob 05c6334674 Merge branch 'master' into 3.3.1 2023-08-24 08:01:54 +00:00
Jacob 9b2f63f946 Merge branch '3.3.1' 2023-08-24 10:01:20 +02:00
Jacob 50508b52e5 Bump version number 2023-08-24 10:00:23 +02:00
Jacob 979223a1b5 Fix typo 2023-08-22 19:29:58 +02:00
Jacob 48dcf2f384 Add support for 91-97 and 101-107 sequences and update documentation 2023-08-22 19:29:20 +02:00
Jacob 018a99db01 Fix le dumb introduced by my garbage script 2023-08-18 20:30:30 +02:00
Jacob 43232dea24 Add header guards, fixing issue #30 2023-08-18 20:26:40 +02:00
Jacob 7b3db0bf31 Fix X11 XConfigureWindow() error 2023-08-17 20:33:37 +02:00
Jacob 6b20fe939e Add --min-lines option 2023-08-17 14:56:37 +02:00
Jacob bfc6c12a86 Add option to display bookmarks in regular $PATH listing. 2023-08-17 12:51:00 +02:00
Jacob 764e87f4d1 Merge pull request 'Version bump: 3.3' (#26) from 3.3 into master
Reviewed-on: #26
2023-08-12 17:05:03 +00:00
Jacob c25009de3c Merge branch 'master' into 3.3 2023-08-12 17:04:16 +00:00