Commit graph

224 commits

Author SHA1 Message Date
Martin Dvorak 967f1d013d Fixing version number in Launchpad releases. 2014-09-12 21:50:13 +02:00
Martin Dvorak 7d86d52741 Fixing Launchpad build - curses > ncursesw includes. 2014-09-12 21:46:49 +02:00
Martin Dvorak c7aa0a2ee3 Removing UTF8 debug. 2014-09-11 18:33:59 +02:00
Martin Dvorak 51672abd4a Adding wide character aware strlen() for backspace. 2014-09-11 18:33:59 +02:00
Martin Dvorak c09566fd29 Adding wide character logging. 2014-09-11 18:33:59 +02:00
Martin Dvorak 568f4b524e Switching to ncursesw to handle utf8. 2014-09-11 18:33:59 +02:00
Martin Dvorak 21ea4c288e Adding utf8 test. 2014-09-11 18:33:59 +02:00
Martin Dvorak 5aaed1b178 Improving man page. 2014-05-21 06:19:20 +02:00
Martin Dvorak b8c1bbc50e Improving man page. 2014-05-21 06:14:09 +02:00
Martin Dvorak 785237f350 Merging diverged master. 2014-05-19 06:29:11 +02:00
Martin Dvorak a1d1681aad Source code polishing 2014-05-18 05:51:32 +02:00
Martin Dvorak bc935b1f08 Fixed #75 by removal of explicit background color specification - transparent terminals supported from now on. 2014-05-18 05:46:39 +02:00
Martin Dvorak 3458c9ea9d Source code polishing. 2014-05-18 05:32:27 +02:00
Martin Dvorak f530fe0dba Unique favorites & hash/hh memory cleanup implemented - no obvious problem present. 2014-05-16 18:51:37 +02:00
Martin Dvorak f4e012e48d Adding scripts that automate tarball release. 2014-05-14 18:30:12 +02:00
Martin Dvorak c6b87f87fe Fixing Ubuntu release automation. 2014-05-07 22:54:39 +02:00
Martin Dvorak 2b205e1be9 Syncing hashset listkeys partial implementation (yet broken). 2014-05-07 22:35:53 +02:00
Martin Dvorak cde0b2cd98 Fixed #91 by sending pattern on cmdline when there is no match and user hits Enter/TAB/RIGHT ARROW. 2014-05-07 18:24:26 +02:00
Martin Dvorak c71530db1c Fixing prompt to selection move on C-/ (was 2nd line instead of 1st) + making 1-dist.sh robust regardless automake location. 2014-05-07 05:31:53 +02:00
Martin Dvorak e06f93d01d Fixed #81 by making dist/1-dist.sh less destructive (when automake home unknown). 2014-05-05 21:49:50 +02:00
Martin Dvorak 1702f35c03 Fixing the call of function with parameter that is not needed (openSUSE fix). 2014-05-05 21:28:45 +02:00
Martin Dvorak f3ca5a46d5 Regexp hardenning - error messages still not printed. 2014-05-04 08:11:01 +02:00
Martin Dvorak 96c476fe8c Adding getopt tests. 2014-05-03 08:13:12 +02:00
Martin Dvorak 8a10275394 Fixed #79 by switching to getopt for cmdline processing. Fixed #52 and fixed #44 by implementation of non-interactive mode. Fixed #42 by checking that substitution works prior passing params to hh. 2014-05-03 08:12:12 +02:00
Martin Dvorak c866cc140b Substring search made default + MD.. 2014-04-27 14:53:54 +02:00
Martin Dvorak 3d62590247 Adding doc/ dir. 2014-04-27 13:31:39 +02:00
Martin Dvorak 492a366d0f Making hstr compilable without warnings. 2014-04-27 13:09:49 +02:00
Martin Dvorak 53b8ca470e Version++ 2014-04-27 08:30:23 +02:00
Martin Dvorak 1715e693f3 Fixing MD. 2014-04-27 08:27:20 +02:00
Martin Dvorak f02cbf65ae Fixing MD. 2014-04-27 08:26:30 +02:00
Martin Dvorak ff03262b02 Fixed #73 by the implementation of regexp matching. 2014-04-27 08:14:23 +02:00
Martin Dvorak 2478e982a9 Fixed #59 by the implementation of regexp matching. 2014-04-27 08:08:47 +02:00
Martin Dvorak 53b33464b8 Fixed #78 by making hstr a structure and code re-entrant. 2014-04-27 08:05:25 +02:00
Martin Dvorak bd0d2f34d9 Fixed case label and fixed #89 by moving cursor to prompt for every options. 2014-04-27 08:01:11 +02:00
Martin Dvorak 55d07115bc Improving man page with favorites related information. 2014-04-27 07:51:39 +02:00
Martin Dvorak fbdfafb466 Adding regexp to configuration. 2014-04-27 07:42:17 +02:00
Martin Dvorak 093fc012b2 Merging master to regexps branch. 2014-04-26 06:13:59 +02:00
Martin Dvorak 6c5fd44951 Updating TODOs. 2014-04-26 06:02:52 +02:00
Martin Dvorak ed5e16a82d UP/DOWN line highlighting in tegexp matching mode works. 2014-04-26 06:00:09 +02:00
Martin Dvorak a06d94d0a4 Initial regexp version that doesn't crash, but still needs a few improvements (in rendering). 2014-04-25 22:59:29 +02:00
Martin Dvorak 9984ad7376 Split: view, match and case parameters. Compilable source, but functionally not complete yet. 2014-04-22 08:21:19 +02:00
Martin Dvorak 634fed2911 Added regexp test. 2014-04-20 14:34:07 +02:00
Martin Dvorak 515d107182 Added switches. 2014-04-20 08:24:35 +02:00
Martin Dvorak 2d4c50d427 Motivation why to use hh added to MD. 2014-04-20 08:00:16 +02:00
Martin Dvorak 836d5c0012 Making code more modular so that it is more structured and re-entrant. 2014-04-20 07:55:08 +02:00
Martin Dvorak 6f9eaf10d8 Fixed #83 and automated release for all Ubuntu distributions using a single script. 2014-04-18 14:03:41 +02:00
Martin Dvorak aa404fc94e Fixed #76 so that cursor is kept in prompt and fixed #86 so that on selection of the favorite it is moved to the first line. 2014-04-17 22:27:51 +02:00
Martin Dvorak 8aebffe341 Adding favorites test. 2014-04-17 11:44:43 +02:00
Martin Dvorak e4df777a11 Fixed #85 by delete that is based on read and write pointers + changed color of add notificatin and fixed #84. 2014-04-17 11:43:59 +02:00
Martin Dvorak 310d937aaa Changing notification color on added favorite from red to green. 2014-04-15 19:18:51 +02:00