Commit graph

  • 5bba5d9bc9 oops forgot about that speedie 2023-03-13 21:47:28 +0100
  • c11b856902 we should display the previous argument here speedie 2023-03-13 21:44:20 +0100
  • 1aa1a91788 fix an oversight speedie 2023-03-13 21:39:58 +0100
  • 522ea5d50d load configuration optionally speedie 2023-03-13 21:31:13 +0100
  • af4c682814 some cleanup to the general codebase speedie 2023-03-13 21:21:40 +0100
  • 14075e00a3 fix some bugs with padding speedie 2023-03-12 21:03:35 +0100
  • 1d4dd4ccfa indent by default speedie 2023-03-12 16:28:04 +0100
  • 94266f59dc add another example script speedie 2023-03-11 13:27:23 +0100
  • b24cf560a1 add feature which allows prompt width to be removed from items, with or without arguments speedie 2023-03-11 13:24:20 +0100
  • 705cb460bf fix small warnings gcc will spit out if features have been disabled speedie 2023-03-09 17:26:56 +0100
  • 416ce0cf08 fix issues with gcc compilation speedie 2023-03-09 17:15:10 +0100
  • e4d1dc81e3 fix typo speedie 2023-03-09 17:03:56 +0100
  • a2d47faee9 fix: wrong path speedie 2023-03-09 16:20:10 +0100
  • 3d54da5479 move optimization level to a separate variable speedie 2023-03-09 15:13:46 +0100
  • 8d4aceb0c2 fix even more small issues such as duplicate lines and broken makefile speedie 2023-03-09 15:09:04 +0100
  • 5126beae4a some small fixes speedie 2023-03-09 15:02:40 +0100
  • 89f5a54918 fix fuzzy sorting speedie 2023-03-09 11:56:44 +0100
  • 9b806fa9c0 add high priority speedie 2023-03-09 10:10:29 +0100
  • b84494043f fix one small thing with last commit speedie 2023-03-08 22:51:00 +0100
  • c92d21c5c3 fix SGR size speedie 2023-03-08 22:49:04 +0100
  • e2e56716d9 for some reason, spmenu_run didn't work, but this commit seems to fix it speedie 2023-03-08 21:24:55 +0100
  • a988dc7108 some minor changes allowing pango and xft to work together speedie 2023-03-08 21:19:38 +0100
  • 21d75d806e Add pango toggle, it is now optional for those of you who want a minimal spmenu instance. speedie 2023-03-08 21:12:37 +0100
  • 7ed80af25e these functions shouldn't do anything if hideimage speedie 2023-03-08 20:18:03 +0100
  • a0659d2fd7 oops seems like i changed the toggleimage keybind by accident speedie 2023-03-08 20:16:11 +0100
  • b798d12c69 add image gap keybind speedie 2023-03-08 20:13:39 +0100
  • 4e193772a0 some minor changes speedie 2023-03-08 19:46:33 +0100
  • 3d9b58b9e7 add keybind for changing image position speedie 2023-03-08 19:41:59 +0100
  • 3044e40c5f update example script to replace & with & speedie 2023-03-08 19:29:26 +0100
  • 20e5121a49 add an example spmenu script speedie 2023-03-08 19:26:38 +0100
  • 6450a36f13 fix: last character not highlighted speedie 2023-03-08 19:20:18 +0100
  • 03a245720e turns out one of those calls were necessary to prevent image from being scaled down too far, this commit fixes the last commit while preserving the speed improvement by preventing a call to drawimage() through an X11 event after image size has been changed. speedie 2023-03-08 19:10:48 +0100
  • 08b54267ae remove another unnecessary drawimage() call speedie 2023-03-08 19:00:31 +0100
  • 91cc7782f7 greatly speed up image redrawing/resizing by removing unnecessary calls to drawimage() and cleanupimage() speedie 2023-03-08 18:58:52 +0100
  • 93ebe11e06 update documentation, is now markdown compliant speedie 2023-03-08 18:45:13 +0100
  • ea1d6285c0 add flags to spmenu_test speedie 2023-03-08 18:30:28 +0100
  • 2a37963152 don't enable pango for a few things (by default) speedie 2023-03-08 18:24:29 +0100
  • 61d9813387 don't allow the image to be scaled up beyond menu width speedie 2023-03-08 18:20:27 +0100
  • d3ec1b609b don't allow the image to be scaled up beyond menu width speedie 2023-03-08 18:20:15 +0100
  • 6a83ac707e move image size stuff to a separate function we can call on demand speedie 2023-03-08 17:50:58 +0100
  • 345a8467e5 move more stuff to libs/ speedie 2023-03-08 17:20:32 +0100
  • 91fccf0007 remove pkgbuild created speedie 2023-03-08 16:20:43 +0100
  • 5bdcc45829 move these keybinds to any mode rather than just insert mode speedie 2023-03-08 13:59:02 +0100
  • 1343a0e1b1 add some nice functionality to spmenu_run speedie 2023-03-08 13:56:18 +0100
  • 1fe9890e4e fix issues with previous commit speedie 2023-03-07 20:50:13 +0100
  • 27b9ca1cd8 Add potentially functional feature to Makefile allowing me to create pkgbuilds with a single command speedie 2023-03-07 20:33:24 +0100
  • 7b5f582902 change keybind for resetting image size speedie 2023-03-06 21:20:14 +0100
  • 3e0bf9cd83 cleanup all gcc warnings speedie 2023-03-06 21:19:12 +0100
  • 04dd819ffb move all const Arg arg functions to libs/arg.c speedie 2023-03-06 21:03:06 +0100
  • f2db911334 fix home directory spam, that could've been bad speedie 2023-03-06 20:49:54 +0100
  • 5ae0fc4eea generate cache by default, don't load cache if we're not also generating cache speedie 2023-03-06 20:20:19 +0100
  • 563806f2d1 Add -ngc argument speedie 2023-03-06 20:06:00 +0100
  • ce214e0e1a merge the two flipimage functions into a single flipimg function with arguments speedie 2023-03-06 19:23:37 +0100
  • 0b0cfa5d36 add support for keybinds that work in any mode speedie 2023-03-06 19:13:38 +0100
  • 7e98a40c02 add more comments to keybinds.h speedie 2023-03-06 17:00:36 +0100
  • abb80ed8af move main.c and main.h to libs/sl as well speedie 2023-03-06 16:38:27 +0100
  • e012696695 add some comments to the top speedie 2023-03-06 16:23:03 +0100
  • beb20eb2f3 fix typo speedie 2023-03-06 16:09:31 +0100
  • 79ff7b770e Move draw.c/draw.h to libs/sl/ speedie 2023-03-06 16:08:31 +0100
  • 2eb83f81e0 fix: first key in insert mode is ignored speedie 2023-03-06 15:59:24 +0100
  • 0449ccb797 change the way keybinds work speedie 2023-03-06 14:15:01 +0100
  • c1990916e3 Improve flipimage(); function, enable pango for item, add rtl lang support for items with SGR colors speedie 2023-03-04 19:59:36 +0100
  • 57f963c9ee more details to TODO speedie 2023-03-04 18:44:15 +0100
  • 80f6c1bbfe simplify rotate function further speedie 2023-03-04 15:54:47 +0100
  • 4e9713ddae add match toggle speedie 2023-03-04 15:51:26 +0100
  • 7803e08417 simplify pointless function, which also fixes defaultimg function speedie 2023-03-04 15:21:43 +0100
  • cc231b8df8 add support for flipping and rotating images speedie 2023-03-04 14:37:14 +0100
  • f61ad4f61a add line to TODO speedie 2023-03-04 02:12:02 +0100
  • 73a9622c8e apply pango markup to colored text speedie 2023-03-04 02:07:06 +0100
  • 8d458870d9 minor cleanup speedie 2023-03-03 22:15:13 +0100
  • 3d4fc5247a don't allow scaling too far up/down, also add wip default image size keybind speedie 2023-03-03 21:18:25 +0100
  • 6f8e1c5683 add spmenu test script and some other minor changes speedie 2023-03-03 18:58:37 +0100
  • e3b4a1c700 fix: imagegaps not applied to the right side of the image speedie 2023-03-03 17:22:19 +0100
  • 2542474621 fix: prompt increases image gaps speedie 2023-03-03 17:12:38 +0100
  • 12791f4233 add some more to the TODO speedie 2023-03-02 23:21:22 +0100
  • 725095accf add item to TODO speedie 2023-03-02 23:20:38 +0100
  • e60134edd0 Fix segmentation fault speedie 2023-03-02 21:37:08 +0100
  • 7c828b413e declare char speedie 2023-03-02 21:25:43 +0100
  • d3dc92decc oops forgot to remove this speedie 2023-03-02 19:14:54 +0100
  • 6753605578 add spmenu: markup speedie 2023-03-02 19:13:41 +0100
  • 5d25e4a5ec add arguments for hiding and showing stuff speedie 2023-03-02 18:56:35 +0100
  • e6be5d5aad add option to change the password character speedie 2023-03-02 18:43:09 +0100
  • 38b568b997 use TEXTWM for pango speedie 2023-03-02 18:25:28 +0100
  • d5ae45424d move comments speedie 2023-03-02 18:19:24 +0100
  • 1bdac1fadc Move usage() to argv.c speedie 2023-03-02 18:17:11 +0100
  • 3222648096 update man page speedie 2023-03-02 18:15:44 +0100
  • d455c3a3f2 cleanup item drawing, this means we can now disable any item we want at any time (just don't forget to call drawmenu) speedie 2023-03-02 18:10:37 +0100
  • 327636b0ee cleanup drw_text lines by setting an integer depending on whether or not USERTL is true once globally speedie 2023-03-02 17:51:25 +0100
  • fbfdfe2583 Fix toggle keybind speedie 2023-03-02 16:22:59 +0100
  • 629bc3d685 forgot to add everything speedie 2023-03-02 16:06:11 +0100
  • be9a9b3547 add image toggle int speedie 2023-03-02 14:53:48 +0100
  • 6eb41f21a4 update todo speedie 2023-03-02 14:06:33 +0100
  • 2b08cf6a0a declare functions speedie 2023-03-02 14:05:07 +0100
  • bac463dbd9 move window creation to separate functions as well speedie 2023-03-02 12:15:36 +0100
  • 1354159042 Move color scheme initialization to schemes.c speedie 2023-03-02 12:03:26 +0100
  • 395dc3dfe0 create more functions for image drawing, draw image on resize speedie 2023-03-02 11:58:48 +0100
  • 46aa66625e also move cleanup to a function speedie 2023-03-02 11:46:44 +0100
  • 0058267210 move imlib2 calls to a separate function speedie 2023-03-02 11:44:59 +0100
  • 505c03c77b Move drawing functions speedie 2023-03-02 11:40:52 +0100
  • 456202a0a1 add note about arch speedie 2023-03-02 10:07:56 +0100