61ef7b55b2Wofi will now keep its percentage size even when moving between monitors
Scoopta
2020-05-18 20:16:57 -0700
74a77c23b2Fixed needing to press down twice to get to the second entry
Scoopta
2020-05-18 19:28:07 -0700
6f5c538dfaAdded a note to the readme about drun and dbus
Scoopta
2020-05-18 19:14:47 -0700
18be7e2b9dChanged the check when doing a surface size update to check for the right thing shell != NULL
Scoopta
2020-05-15 17:36:45 -0700
f2f7974b3dBeing unable to connect to a wayland compositor will now cause a graceful exit, compositors which don't support wlr_layer_shell will now cause a switch to normal window mode
Scoopta
2020-05-15 17:32:39 -0700
0d1836649eAdded display_generic option to drun
Scoopta
2020-05-15 17:20:56 -0700
a8312f64f2Backed out changeset a574c2d2ebab, this causes the size to always be calculated using the primary monitor(monitor at 0,0) and not the actual monitor in use
Scoopta
2020-05-12 15:21:13 -0700
fdf1c5572d65536 widgets is totally atainable in some crazy dmenu setups
Scoopta
2020-05-08 14:53:44 -0700
323487d1bbNot sure what that code was for, probably --lines early on and then it never got removed
Scoopta
2020-05-08 14:53:08 -0700
1266717492Added 1px to the total size to get rid of the slightly undersized window when using --lines
Scoopta
2020-05-08 14:24:51 -0700
e0337b5b7aselect_item() now checks for expanders
Scoopta
2020-05-08 14:18:39 -0700
4a9733114bAdded documentation about the control and shift modifiers in run mode
Scoopta
2020-05-07 15:36:01 -0700
1649fb95e1Fix terminal exec parameter when running command in a terminal as all terminals using the option '-e' by convention
Jerry Chanut
2020-05-05 22:38:01 +0200
8d1075eb2cUse the browse selection mode to ensure there is alway an item selected.
Brian Daniels
2020-04-25 12:09:17 -0400
17e43f2338The contents of the entry boxes are now flagged as selected when selected
Scoopta
2020-04-24 22:41:49 -0700
023fe67c5bFix double free when both allow_markup and parse_search are enabled
Jonas Witschel
2020-04-23 14:44:02 +0200
de40550d2fHide the small window before percent resizing
lbonn
2020-04-22 11:22:23 +0200
443b729de5Sorting will now fallback to basic sort order if the fancy sorts are identical
Scoopta
2020-04-10 22:12:43 -0700
6ce49cd43dFixed use after free
Scoopta
2020-04-10 21:55:03 -0700
7308465f26Added support for multiple key binds to a single action
Scoopta
2020-04-10 21:50:48 -0700
6db2a2260dAdded support for alt as a modifier key
Scoopta
2020-04-06 15:35:22 -0700
2c20a6bda4Explicitly set C standard for old compilers ../src/config.c: In function 'config_put': ../src/config.c:24: error: 'for' loop initial declaration used outside C99 mode ../src/config.c: In function 'config_get_mnemonic': ../src/config.c:82: error: 'for' loop initial declaration used outside C99 mode ../src/utils.c: In function 'utils_concat': ../src/utils.c:37: error: 'for' loop initial declaration used outside C99 mode ../src/utils.c:44: error: redefinition of 'count' ../src/utils.c:37: error: previous definition of 'count' was here ../src/utils.c:44: error: 'for' loop initial declaration used outside C99 mode ../src/utils.c: In function 'utils_distance': ../src/utils.c:75: error: 'for' loop initial declaration used outside C99 mode ../src/utils.c:78: error: redefinition of 'count' ../src/utils.c:75: error: previous definition of 'count' was here ../src/utils.c:78: error: 'for' loop initial declaration used outside C99 mode ../src/utils.c:83: error: 'for' loop initial declaration used outside C99 mode ../src/utils.c:84: error: 'for' loop initial declaration used outside C99 mode ../modes/drun.c: In function 'get_search_text': ../modes/drun.c:85: error: 'for' loop initial declaration used outside C99 mode ../modes/drun.c: In function 'get_action_text': ../modes/drun.c:132: error: 'for' loop initial declaration used outside C99 mode ../modes/drun.c: In function 'get_action_actions': ../modes/drun.c:152: error: 'for' loop initial declaration used outside C99 mode ../modes/drun.c: In function 'insert_dir': ../modes/drun.c:218: error: 'for' loop initial declaration used outside C99 mode ../modes/drun.c: In function 'wofi_drun_init': ../modes/drun.c:267: error: 'for' loop initial declaration used outside C99 mode ../src/main.c: In function 'wofi_load_css': ../src/main.c:112: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function '_insert_widget': ../src/wofi.c:468: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c:487: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c:509: error: redefinition of 'count' ../src/wofi.c:487: error: previous definition of 'count' was here ../src/wofi.c:509: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c:514: error: redefinition of 'count' ../src/wofi.c:509: error: previous definition of 'count' was here ../src/wofi.c:514: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function 'escape_lf': ../src/wofi.c:541: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function 'remove_escapes': ../src/wofi.c:561: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function 'wofi_create_widget': ../src/wofi.c:739: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c:745: error: redefinition of 'count' ../src/wofi.c:739: error: previous definition of 'count' was here ../src/wofi.c:745: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function 'wofi_term_run': ../src/wofi.c:784: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function 'fuzzy_sort': ../src/wofi.c:856: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c:862: error: redefinition of 'count' ../src/wofi.c:856: error: previous definition of 'count' was here ../src/wofi.c:862: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c:868: error: redefinition of 'count' ../src/wofi.c:862: error: previous definition of 'count' was here ../src/wofi.c:868: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function 'move_pgup': ../src/wofi.c:1026: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function 'move_pgdn': ../src/wofi.c:1033: error: 'for' loop initial declaration used outside C99 mode ../src/wofi.c: In function 'load_mode': ../src/wofi.c:1244: error: 'for' loop initial declaration used outside C99 mode
Jan Beich
2020-03-24 13:11:51 -0700
874eafb27fAdded documentation about the format of mode specific config options to wofi(7) in addition to the info in wofi(5)
Scoopta
2020-03-17 14:26:47 -0700
0b5ad3499dAdded an error if an image cannot be loaded instead of letting gdk-pixbuf error.
Scoopta
2020-03-17 14:21:10 -0700
50719af3dd!wl_list_empty() is now used instead of wl_list_length() > 0
Scoopta
2020-03-13 21:58:54 -0700
4f4b85eee6The name of the mode and the name used for loading can now be different, this fixes some segfaults
Scoopta
2020-03-13 18:56:39 -0700
8d4a9e22b2Added the load() plugin function
Scoopta
2020-03-13 17:08:35 -0700
60502adf83Added documentation about wofi_get_dso_path()
Scoopta
2020-03-13 13:26:16 -0700
b182442f7aThe full DSO name no longer needs to be specified to load an external mode
Scoopta
2020-03-13 12:30:00 -0700
b2e879cc88mode is not set to _mode but rather mode_ptr->name which is a copy of _mode
Scoopta
2020-03-13 12:27:26 -0700
c42ec7676dThe width of entries is no longer set by widget_allocate()
Scoopta
2020-03-12 17:09:45 -0700
3e64b23847Added page up/down support
Scoopta
2020-03-11 18:27:44 -0700
b172590829Renamed the locations enum to location
Scoopta
2020-03-11 17:44:08 -0700
4f85609ae0Updated the fedora package info in the readme
Scoopta
2020-03-09 23:08:03 -0700
ac3fc9034cAdded a screenshot
Scoopta
2020-03-09 22:53:05 -0700
5625646da6Merged v1.1.2 into default
Scoopta
2020-03-09 22:42:35 -0700
56ec7c524fAdded tag v1.1.2 for changeset 96d47bb081be
Scoopta
2020-03-09 22:37:41 -0700
1dd640e283v1.1.2: fixed typos in man pages
Scoopta
2020-03-09 22:37:36 -0700
e9cbf88be4Wofi properly shuts down if its window is closed in normal window mode
Scoopta
2020-03-09 14:27:07 -0700
107eb5dd94Removed threads from the dependencies
Scoopta
2020-03-08 23:33:15 -0700
a6735a38cbPressing a key with no modifier which is bound with a modifier will now correctly focus the search box
Scoopta
2020-03-07 22:01:22 -0800
7cdc682a6dAdded support for using \t as a separator in dmenu mode
Scoopta
2020-03-07 21:12:14 -0800
8796993fb6Modes are no longer loaded on their own thread. It's not really needed, breaks drun mode with images, and is probably confusing for 3rd-party mode developers.
Scoopta
2020-03-07 19:55:30 -0800
a167dcc42eReplaced 1 with TRUE when setting gtk-application-prefer-dark-theme
Scoopta
2020-03-05 19:51:49 -0800