ae59cdd017Added a note about the man pages
Scoopta
2020-01-13 19:10:28 -0800
d23e234e35Updated the list of known packages
Scoopta
2020-01-13 19:07:53 -0800
8f8c69dc16Added man pages
Scoopta
2020-01-13 18:59:52 -0800
e7be007842The color and style config options now have the same semantics as the command line options
Scoopta
2020-01-12 22:20:37 -0800
db8bf96411Desktop file ids are now used instead of names and paths, a duplication issue caused by caching was also fixed
Scoopta
2020-01-11 16:03:02 -0800
0458f06afeCaching now checks for an exact match, this prevents some weird edge cases when using search parsing
Scoopta
2019-12-16 23:38:25 -0800
8594fc52a3Parsing image escapes and markup will only occur if their respective options are enabled
Scoopta
2019-12-16 19:38:12 -0800
c248461260Added parse_action option to dmenu
Scoopta
2019-12-16 19:15:16 -0800
62861d3686Added --parse-search to strip pango markup and image escapes from search text
Scoopta
2019-12-16 18:36:21 -0800
f6fef341fbFixed string display issues when strings contain colons in image mode
Scoopta
2019-12-16 17:30:29 -0800
84b26abf78Oops, that was for debugging
Scoopta
2019-12-02 12:28:57 -0800
b8b63c416cFixed a memory leak
Scoopta
2019-12-01 23:17:23 -0800
5e5729e7fcAdded the show_all config option to run
Scoopta
2019-12-01 23:02:49 -0800
9f16ca0a06Added the always_parse_args config option to run
Scoopta
2019-12-01 22:59:04 -0800
ac0cd06e13Added support for mode specific config options
Scoopta
2019-12-01 22:58:30 -0800
db59ec9d13OPTION CHANGE: -i and -I have been swapped to improve compatibility with other *nix tools
Scoopta
2019-11-28 22:27:06 -0800
f2f870f367set line NULL in dmenu mode
Apiote
2019-11-25 13:58:16 +0100
3c03f89918Added case insensitive searching
Scoopta
2019-11-25 14:56:46 -0800
a30d5c09e5Add a fallback icon to drun entries
Ian Brunelli
2019-11-24 08:46:14 -0300
f6c0d9d832Entries with NoDisplay set now still get treated as entries that exist for ID checks
Scoopta
2019-11-23 14:46:23 -0800
49295d8b13run mode now searches by executable name only
Scoopta
2019-11-21 21:23:45 -0800
50838d3d98Added support for fuzzy searching
Scoopta
2019-11-21 01:01:27 -0800
c8d052be6aI have no idea why the search text was in the format of name/full/path when full/path already contains the name
Scoopta
2019-11-21 00:09:17 -0800
5d271d5d31Entries without a mode when images are enabled are now displayed as text
Scoopta
2019-11-20 22:05:28 -0800
43bc6eb5edFixed tab selecting expander children when the expander is closed
Scoopta
2019-11-19 19:14:30 -0800
a15390c685Renamed the flag when holding shift from run_in_term to mod_shift. This makes more sense as not all modes have a need for a run in term option
Scoopta
2019-11-18 22:16:06 -0800
750cdd0167Holding ctrl when pressing enter will now parse args in run mode
Scoopta
2019-11-18 22:13:14 -0800
c85f6a7209The scroll bars can now be hidden
Scoopta
2019-11-18 13:42:40 -0800
7573eecb02Cache write is now controlled by the mode, this allows for greater flexibility with caching
Scoopta
2019-11-16 14:52:20 -0800
0f78b557b5Alternative actions now require a double click
Scoopta
2019-11-13 01:42:27 -0800
b710a3aee5Added support for alternative desktop actions
Scoopta
2019-11-13 01:17:45 -0800
9bc345beaedrun now searchs by category
Scoopta
2019-11-12 20:41:01 -0800
18be45f69emodes/run: don't segfault on invalid cache lines
Paul Annesley
2019-11-08 23:51:05 +1100
eeb8a8a324When running as dmenu the cache file will be set to /dev/null
Scoopta
2019-11-06 00:17:22 -0800
c31327b279If images are allowed and no display mode is given by the entry then text is used, this allows run to work correctly when images are shown
Scoopta
2019-11-05 09:41:47 -0800
07cb2a65a7Removed utils_split(), strtok_r() is now used instead
Scoopta
2019-11-04 22:41:53 -0800
2ab1c53b4dAdded support for combi style functionality
Scoopta
2019-11-04 20:56:40 -0800
0eb03b7adcAdded --prompt as a long opt for -p
Scoopta
2019-11-04 17:49:34 -0800
436c1ad0cddmenu mode no longer uses the search bar contents when enter is pressed, this can be overridden for all modes with -e. Additionally all modes now get the search contents if no results are found.
Scoopta
2019-11-04 17:46:39 -0800
a459a29ca1Fixed weird behavior when only one option is present
Scoopta
2019-11-04 13:55:35 -0800
9d5e8e2e5aExternal modes are now loaded with RTLD_LOCAL
Scoopta
2019-11-04 13:29:53 -0800
5bb351d450Internal plugin initalizers must now be prefixed with wofi_. This prevents using map, wl_list, wofi, and other mode strings to segfault wofi
Scoopta
2019-11-04 13:25:44 -0800
97dd534c97Fixed some portability issues with wofi
Scoopta
2019-11-03 20:20:00 -0800
ea7893eb12Added support for loading desktop files from nested directories
Scoopta
2019-11-02 11:58:51 -0700
2d08672f86There are now secondary config options that match the command line flags if the original options didn't
Scoopta
2019-11-01 16:57:24 -0700
8093c05fe1The search text for drun no longer contains the image insertion sequences
Scoopta
2019-10-28 14:33:11 -0700
da56f43d57The text used for searches is no longer the same as the text displayed, this allows for a lot more powerful searching especially in drun mode
Scoopta
2019-10-28 14:17:06 -0700
84ffcb589dFile icons are now supported
Scoopta
2019-10-27 12:14:18 -0700
9e96c9ee6aOnly one desktop entry with a given ID will show up in drun mode
Scoopta
2019-10-19 20:23:23 -0700
44a8e79fd7Fixed #inner-box having weird behavior when margins are set
Scoopta
2019-10-13 12:42:05 -0700
64348d4fb1Fixed the persistent black border when in horizontal mode
Scoopta
2019-10-12 23:56:27 -0700
dde5b2376fThe horizontal orientation now behaves more like classic dmenu
Scoopta
2019-10-12 22:24:35 -0700
496e075b0eTab can now be used to cycle between search results
Scoopta
2019-10-07 02:50:26 -0700
c6cf131a94Shift will no longer cause the search box to pull focus
Scoopta
2019-09-30 21:38:56 -0700
dcdca16a38Added support for running software in a terminal from run mode
Scoopta
2019-09-26 23:24:48 -0700
734dd6d6b6Fixed some of the bugs introduced by the recent change to not focus the entry by default
Scoopta
2019-09-19 00:45:57 -0700
f1fb568d5cThe entry box no longer gets focus at launch, this allows the user to see the prompt without manually changing focus
Scoopta
2019-09-18 23:35:51 -0700
0cee332f2eWhen images are not allowed the labels now get the name text
Scoopta
2019-09-15 16:29:15 -0700
b0e8fac705Added gio-unix-2.0 to pkg-config to fix NixOS building
Scoopta
2019-09-14 14:31:04 -0700
8a493917c2config_get_mnemonic() is now used when getting the orientation option
Scoopta
2019-09-13 00:39:41 -0700
117868a033Modularized modes and separated them into their own source files
Scoopta
2019-09-13 00:25:25 -0700
323af30d68Replaced execlp() with execl() as a path search is not required
Scoopta
2019-09-12 14:27:39 -0700
ab32b4b513The entires are no longer named entry when inserted but they now have an entry class applied to them
Scoopta
2019-09-12 12:38:24 -0700
55da236d4eFixed a use after free when getting the cache path
Scoopta
2019-09-12 11:06:57 -0700
dbdb47c19aAdded the docs site to the README
Scoopta
2019-09-11 21:05:11 -0700
13f67facfbg_app_info_launch_uris_async() is now used for drun mode
Scoopta
2019-09-11 21:00:26 -0700
26107c8ee5Fixed entries not showing for apps without icons
Scoopta
2019-09-04 16:01:58 -0700
52c3c220baAdded a null check for the icon info
Scoopta
2019-09-04 16:01:10 -0700
de5da5dd98Changed that check to a NULL check seeing as it'll always be a GDesktopAppInfo
Scoopta
2019-09-04 15:45:49 -0700