summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-01-26Bump to release 0.9.11v0.9.11pgen
2018-01-26Update the Changelog file for the new releasepgen
2018-01-26Update the man pagepgen
2018-01-26Fix the method of identifying an empty wordpgen
2018-01-24Cosmetic and typospgen
2018-01-24Introduce the \u notation for UTF-8 hex sequencespgen
2018-01-23isempty should consider all non printable characters as spacespgen
2018-01-19Make sure that non-printable chars in words are expandedpgen
2018-01-19Keep non selectable blank words to allow special effectspgen
2018-01-18Fix the wide option when in column or tabulation modepgen
2018-01-17The last word is always the last of its linepgen
2018-01-14Improve message (-m) placement in centered modepgen
2017-12-31Update the animated gif demopgen
2017-12-31Improve the management of word becoming blank or emptypgen
2017-12-30-S/-I/-E fails to manage patterns leading to empty strings in groupspgen
2017-12-30Fix some typospgen
2017-12-30Hopefully fix the placement of the scroll bar in all casespgen
2017-12-30Add a pass to try to remove empty words due to substitution.pgen
2017-12-27Make the gutter display also available in column modepgen
2017-12-26Fix an off by one errorpgen
2017-12-26Clarify the isempty function code and descriptionpgen
2017-12-26Typo in a prototype namepgen
2017-12-26Fix some typos, alignments and compilation warnings about type incompatibilitiespgen
2017-12-26Delete some declarations of unused variablespgen
2017-12-26Fix a potential misplacement of the scroll bar in column modepgen
2017-12-10A giant commit because a lot of things have been rewritten/enhanced/fixedv0.9.10pgen
2016-12-25Bump to version 0.9.9v0.9.9pgen
2016-12-22Replace the UTF8 validation routine with a more compact versionpgen
2016-12-21Improve the manual.pgen
2016-12-20Fix some typospgen
2016-12-20Small code cleanuppgen
2016-12-20Replace strdup by a more secure versionpgen
2016-12-19Improve the configure processpgen
2016-12-19Add forgotten config.sub and config.guesspgen
2016-12-19Add code to detect the host system at compile timepgen
2016-12-18Ignore EOF when a scancode contains an escape sequence.pgen
2016-12-12Fix the display of tagged words when the 'cursor_on_tag' attribute is not setpgen
2016-12-11Bump to version 0.9.8v0.9.8pgen
2016-12-11Add a new configuration parameter for the cursorpgen
2016-12-11Update smenu.gifpgen
2016-12-10Add a small animated gif demopgen
2016-12-10Fix a potential infinite loop.pgen
2016-12-09Use custom fgetc/ungetc to be able to safely push back more than one bytepgen
2016-12-08Add libtinfo in the searched libraries an regenerate configurepgen
2016-12-08Manage conflicts between -C, -R, -c, -l, and -tpgen
2016-12-05Improve the help line displaypgen
2016-12-05Fix a stupid bug preventing the -k option from workingpgen
2016-12-04Add a -T option to enable a tagging (multi-selections) modepgen
2016-12-03Fix a bug preventing underlining.pgen
2016-12-03Remove duplicated directives in getopt options string.pgen