Commit Graph

  • 512c1cf7b5 Fixed percent sizing Scoopta 2020-03-03 00:04:53 -0800
  • 459de542dc Added support for percentage based window sizing Scoopta 2020-03-02 12:06:14 -0800
  • 5217c5a398 Added tag v1.1 for changeset 0e605f0b5b21 Scoopta 2020-02-29 14:15:04 -0800
  • 4af6efc6f1 v1.1 Scoopta 2020-02-29 14:14:55 -0800
  • f1a0e735f1 Changed the error if you have too many colors. You can have up to 100 not 99 Scoopta 2020-02-29 03:16:23 -0800
  • a55c0421b2 gdk_threads_add_timeout() is now used instead of g_timeout_add() Scoopta 2020-02-29 02:27:59 -0800
  • b88c6727ea Added hide_search Scoopta 2020-02-29 01:04:00 -0800
  • 0a0ba35075 The cache directory will now be created if it doesn't already exist Scoopta 2020-02-28 22:36:48 -0800
  • 0dec3c883d Initial focus is now set on the top result not the scrolled window Scoopta 2020-02-28 22:15:53 -0800
  • fc1636c3ca Don't need the brackets Scoopta 2020-02-28 22:04:49 -0800
  • 94526d5272 Removed the version flag in favor of setting the project version Scoopta 2020-02-28 22:02:10 -0800
  • 6a4b6aa390 Getting ready for v1.1 Scoopta 2020-02-26 17:03:13 -0800
  • 510f6834ea The man pages will now be installed when doing ninja install Scoopta 2020-02-25 23:06:00 -0800
  • ab974be7ef Using drun-print_command=true with a desktop file action will now print a warning to stderr while printing the main action's commandline Scoopta 2020-02-25 18:59:16 -0800
  • e0db258ad6 Added xdg-output-unstable-v1-protocol.c to meson.build Scoopta 2020-02-25 17:14:42 -0800
  • 973a454799 Added global_coords Scoopta 2020-02-25 17:13:32 -0800
  • 937ba8e411 Added drun-print_command Scoopta 2020-02-25 16:04:40 -0800
  • 6961672701 Tweaked --lines code. Hopefully it's more reliable now Scoopta 2020-02-25 00:30:35 -0800
  • f7b599fe6f Added utils_max(). utils_min() is now a one liner. Scoopta 2020-02-25 00:13:12 -0800
  • a1beb82635 line_wrap now takes the wrapping mode instead of a boolean Scoopta 2020-02-21 00:43:44 -0800
  • 33a69e713a Added line_wrap config option Scoopta 2020-02-21 00:17:59 -0800
  • c0b6233bd6 Ignored debug Scoopta 2020-02-21 00:16:13 -0800
  • 81a34c3374 Wofi can now be named wofi-askpass. This is for easy use as a sudo askpass program Scoopta 2020-02-20 23:51:54 -0800
  • 91ad565ecc Removed the need to use gtk_widget_get_child_visible() Scoopta 2020-02-17 00:15:57 -0800
  • 4d089df33d Fixed arg passing although I used gtk_widget_get_child_visible(). Compared to the alternative I think this is less hacky although maybe a tad not good Scoopta 2020-02-16 20:34:55 -0800
  • d96ddcce4f Added support for modifier keys to be bound Scoopta 2020-02-16 14:43:14 -0800
  • 459639cd7e Added support for custom key binding Scoopta 2020-02-15 21:53:02 -0800
  • d69e4b416f Added dmenu-print_line_num Scoopta 2020-02-11 10:44:50 -0800
  • 78129b3404 Added info about disabling caching Scoopta 2020-02-08 18:55:56 -0800
  • f4c4abfb02 Forgot I had a min function Scoopta 2020-02-08 18:13:05 -0800
  • 400ca061b5 Fixed --lines Scoopta 2020-02-08 18:04:38 -0800
  • 779678d1e2 Added null check to fix gtk-critical message Scoopta 2020-02-07 22:04:15 -0800
  • bafdea787f Fixed content_halign not working correctly with multi-action entries Scoopta 2020-02-07 21:06:30 -0800
  • 6f2e4616ab That's not a very effective null check Scoopta 2020-02-07 18:10:06 -0800
  • 28be2d8234 Fixed a null check that itself would cause a segfault Scoopta 2020-02-07 18:07:46 -0800
  • 1e131bdce6 Added --sort-order Scoopta 2020-02-07 18:04:37 -0800
  • 12dd2fbd4d filter_rate doesn't need to be global anymore Scoopta 2020-02-07 12:23:57 -0800
  • 2f00ef2bd6 Replaced the double searching that was used to allow variable filter_rates and replaced it with something that actually makes sense. Scoopta 2020-02-07 11:51:46 -0800
  • b7de8057da That only needs to be uint16 Scoopta 2020-02-06 21:50:22 -0800
  • 0abad1f1c8 Fixed ordering when no search is input Scoopta 2020-02-06 21:47:59 -0800
  • afcc0c23f7 The first element is now always highlighted when searching Scoopta 2020-02-06 21:20:08 -0800
  • df75b649a5 Added --columns Scoopta 2020-02-06 18:22:50 -0800
  • b7fcedf877 Added documentation on referencing colors from your CSS Scoopta 2020-02-05 16:20:31 -0800
  • 7534181a8f Added --lines Scoopta 2020-02-02 22:29:44 -0800
  • b266a82b4b Added sorting to contains mode based on whether or not the result starts with your search Scoopta 2020-02-02 13:54:34 -0800
  • 05cbe1f20a Added documentation for config.h Scoopta 2020-02-01 23:39:38 -0800
  • 529d89c718 Added documentation for utils.h Scoopta 2020-02-01 23:25:57 -0800
  • a648f2139f Renamed the arguments for utils_distance() Scoopta 2020-02-01 23:24:04 -0800
  • abc4c3a548 Added API documentation Scoopta 2020-02-01 18:03:12 -0800
  • 5538191317 Changed the signature of wofi_create_widget() to use arrays instead of pointers Scoopta 2020-02-01 17:44:00 -0800
  • 7494cb1c7c Removed the utils.h include from config.h as it's not used by config Scoopta 2020-02-01 17:06:41 -0800
  • 4fac0ee652 Fixed bug where mode order wasn't being taken into account when loading entries Scoopta 2020-01-31 23:15:13 -0800
  • 2f4f53fa44 Added support for using a null byte as the dmenu separator Scoopta 2020-01-31 22:37:59 -0800
  • 7c44d9ec4b Added support for the :focus CSS selector Scoopta 2020-01-31 22:04:07 -0800
  • 6e472afe6e Added infrastructure for external custom modes, the actual mode code will be committed later Scoopta 2020-01-31 21:55:28 -0800
  • 7c511264df Good C practices, one day I'll remember to do this all the time Scoopta 2020-01-31 13:29:00 -0800
  • 3a80153e17 Added wofi_insert_widgets() This allows modes to ask for wofi to query them for new entries Scoopta 2020-01-31 13:25:04 -0800
  • 3693e89739 run: Fix segfault on error accessing directory in path Matt Coffin 2020-01-28 20:17:42 -0700
  • 786718602b Actually fixed cache entries that contain a lf Scoopta 2020-01-29 22:01:29 -0800
  • 3d39f7aa5f Fixed memory leak Scoopta 2020-01-29 21:51:25 -0800
  • c971d19fa0 Fixed caching entries that contain a lf Scoopta 2020-01-29 21:49:16 -0800
  • 2de5c8fa48 symlinked folders are excluded from $PATH if the actual folder is included Scoopta 2020-01-28 17:46:16 -0800
  • 46b8a23c2f Added build options to turn on/off all built in modes Scoopta 2020-01-28 14:05:01 -0800
  • cee642d409 Moved the gdesktopappinfo.h include to drun Scoopta 2020-01-28 13:56:43 -0800
  • ef51bc97c1 Explicitly include unistd.h Scoopta 2020-01-28 13:56:21 -0800
  • 61fb0e38f1 Improved the distance algorithm to take into account whether or not the result contains the search Scoopta 2020-01-26 12:18:32 -0800
  • 755d7b37f6 Removed the if statement in the sort code, it's not needed Scoopta 2020-01-26 12:03:08 -0800
  • b41b85a70b Added support for case insensitive fuzzy search Scoopta 2020-01-26 11:45:56 -0800
  • b43739921c Pressing escape now exits with error code 1 Scoopta 2020-01-26 11:22:29 -0800
  • 1d149e8362 Added info about comments and escapes in the config to the man pages Scoopta 2020-01-26 00:53:25 -0800
  • 684a5adf95 Fixed up config parsing Scoopta 2020-01-26 00:44:24 -0800
  • e00b1bde67 Setting dmenu-separator=\\n will now correctly set it to \n Scoopta 2020-01-26 00:22:23 -0800
  • fadbfd4c13 Backslashes are no longer removed from the config completely but can now be escaped with \\ Scoopta 2020-01-26 00:21:29 -0800
  • cac4574534 Added the dmenu-separator config option Scoopta 2020-01-25 14:29:52 -0800
  • 008f511891 Added the ubuntu package to the package list Scoopta 2020-01-25 14:16:22 -0800
  • 6fb839a903 --no-actions doesn't take an argument Scoopta 2020-01-24 23:44:55 -0800
  • 5ec88a365e Added --define Scoopta 2020-01-24 23:36:56 -0800
  • d57ae47057 Fixed run-always_parse_args=true breaking args caching Scoopta 2020-01-24 20:00:56 -0800
  • 32ab068dcc Nice typo Scoopta 2020-01-23 21:48:24 -0800
  • 84262b19f4 Modes must explicitly declare support for execution without a matching entry Scoopta 2020-01-23 20:26:33 -0800
  • 153c3eac3e Added support for caching args Scoopta 2020-01-23 19:59:43 -0800
  • 1939cd6365 Added donation info Scoopta 2020-01-22 21:14:41 -0800
  • 05490241a9 Modes no longer have to pass a name that matches the name they were loaded with, this was just absurdly bad design and I don't know how I came up with it in the first place Scoopta 2020-01-20 20:09:40 -0800
  • c57070122e Moved wofi_init() to the internal header Scoopta 2020-01-20 17:29:33 -0800
  • 5b41ab2ca6 Moved the wofi api to wofi_api.h Scoopta 2020-01-20 16:22:14 -0800
  • c47f7acdcd Don't need calloc Scoopta 2020-01-19 22:16:15 -0800
  • 868710726e Switched out my map impl for a GTree Scoopta 2020-01-19 22:09:04 -0800
  • 22c32c0f2c The error is now freed Scoopta 2020-01-19 14:57:53 -0800
  • a84b2cd980 drun no longer ignores the error when launching Scoopta 2020-01-19 14:55:43 -0800
  • 395deef056 Updated the description for list in the widget layout Scoopta 2020-01-18 15:18:05 -0800
  • e06250403b Updated the widget layout Scoopta 2020-01-18 15:15:29 -0800
  • 54654f20bb Added #entry and deprecated .entry, #selected, and #unselected Scoopta 2020-01-18 14:54:52 -0800
  • b560f77969 Fixed memory leak Scoopta 2020-01-16 16:56:08 -0800
  • f60cdc0167 Fixed cache files not being auto-created Scoopta 2020-01-16 16:49:57 -0800
  • e5300b2995 Changed the widget insertion system, this should hopefully increase performance and be an all around better system Scoopta 2020-01-16 16:35:51 -0800
  • 27227fa3bb Grammar cleanup Scoopta 2020-01-14 16:16:02 -0800
  • c3a3a049b5 More - escapes Scoopta 2020-01-13 20:26:29 -0800
  • 28e8bd1845 More - escapes Scoopta 2020-01-13 20:04:53 -0800
  • 2fa27d7024 Added - escapes Scoopta 2020-01-13 20:01:58 -0800
  • 144223b412 Added documentation about the GTK icon cache Scoopta 2020-01-13 19:39:13 -0800