Commit Graph

29 Commits

Author SHA1 Message Date
Dave Davenport dc8fb4f202 Start making SardemFF happy. Use g_return_if_fail 2016-01-08 09:16:59 +01:00
Dave Davenport fa51aeb484 More splitting and abstracting. 2016-01-07 21:27:20 +01:00
Dave Davenport e8daff0f6a First cleanup steps. 2016-01-07 19:47:37 +01:00
Dave Davenport 51b5511017 More doxygen sugar. 2016-01-07 16:01:56 +01:00
Dave Davenport 5a3c202423 Update copyright 2016-01-01 00:27:00 +01:00
Dave Davenport 3c411433b4 Big rename from Switcher to Mode internal, to match with user terminology 2015-11-25 09:26:38 +01:00
Dave Davenport 00a555b685 Create more consistent ordering of arguments 2015-11-24 14:22:35 +01:00
Dave Davenport 6978b146f0 [Combi] only textual map, when not using glob/regex mode. 2015-11-24 14:14:55 +01:00
Dave Davenport fa2bcd778c Fix for complete issue #273.
- Add complete handler.
2015-11-24 13:59:35 +01:00
Dave Davenport cbba58914f Some cleanups and re-ordering of parameters to be consistent. 2015-11-23 22:15:27 +01:00
Dave Davenport ad778b7dc1 Const making. 2015-11-23 22:15:27 +01:00
Dave Davenport 4510f65d5a textbox: advance cursor correctly for multi-char input
Thanks to eigengrau
fixes: #280
2015-11-22 20:41:45 +01:00
Dave Davenport 5bdcd47dde consts and small ensurance (though should be correct to begin with) 2015-11-22 00:33:26 +01:00
Dave Davenport 8c9b72f34e Start at fixing Issue 273, this might break some things.
* Only use get_display_data for displaying. (Except the select complete (ctrl-space), this needs fixing).
 * Fix possible race condition in parallelization.
 * Fix small bug in case-sensitive handling. (beware for collision in keybinding)
 * Keep less lists around.
2015-11-21 23:59:59 +01:00
Dave Davenport 4c8404f87d Fix combi and drun and localization 2015-11-03 19:57:07 +01:00
Dave Davenport 64cb4c781c Fix some compiler warnings 2015-10-19 09:23:06 +02:00
QC 1b425c7bd0 Fix crash on deleting entries in ssh/run.
Fix bang for custom run.
2015-10-18 22:12:06 +02:00
Tom Hinton af6a4b83eb Make normal filtering of plain ASCII lines faster
This patch adds a field lines_not_ascii to the MenuState structure. The
nth entry is 0 unless the nth member of MenuState.lines has a non-ascii
codepoint in it.

All comparison functions (menu_match_cb type) take an additional
argument to tell them if the thing they are matching is not_ascii. They
can use this to determine whether to collate and case-fold the
input (for non-ascii strings), or whether to use strstr/strcasestr (for
ascii strings).

The change is not currently implemented for flex matching, due to my
laziness. However, it should be a simple enough matter to add.

For my large input of 400,000 lines, this reduces typical filtering time
to about ten microseconds from about 2 seconds.
2015-10-01 12:16:41 +01:00
Dave Davenport ca8ff80a5c Add bang support to combi 2015-09-28 18:19:10 +02:00
QC 31fe5759b8 More line fixing. 2015-09-19 21:00:06 +02:00
QC 442e235c24 Some cleanups, tweak uncrustify. 2015-09-19 12:21:30 +02:00
Dave Davenport a5c1eb1f1b Allow window mode to be disabled 2015-09-14 08:57:10 +02:00
Dave Davenport ae26c13daf Allow switchers to run multiple times. 2015-09-07 19:10:44 +02:00
QC aaf9e1e345 Free in right order 2015-06-30 21:18:45 +02:00
QC a38ddb3b06 Fix space. 2015-04-14 22:12:21 +02:00
Dave Davenport 0d87cf12a3 Add combi viewer, where (selected) modi can be combined.
- Add active window highlighter.
2015-03-31 22:45:02 +02:00
QC cf423fb2aa Remove printf 2015-03-30 20:23:41 +02:00
QC 42ae0a5871 Indent combi.c 2015-03-30 20:13:47 +02:00
QC 9ff5a615e9 Add combi viewer.
Use by adding combi to the list of enabled modi.
2015-03-30 20:12:22 +02:00