summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-24Add a -k optionpgen
2016-11-24Fix the -s option and add a summary filepgen
2016-03-28When not in search mode, any key except '?' should end the help modepgen
2016-03-27Fix two bugs in the help line displaying codepgen
2016-03-20Modify the .spec.in file to add the example directory in the produced rpmpgen
2016-03-20Complete the yesno example with a screeshotpgen
2016-03-20Add a new example: yesnopgen
2016-03-18Fix an off-by-one error when using -c and -w togetherpgen
2016-03-13Bump to version 0.9.1v0.9.1pgen
2016-03-12Fix the lvm_menu example as the semantic of -s has changedpgen
2016-03-11Fix the -s option and add a search by regular expression syntaxpgen
2016-03-06Fix a stupid copy/paste bug in the lvm_menu examplepgen
2016-03-06Rename the function partition to ll_partitionpgen
2016-03-06Remove unused variablespgen
2016-03-06Clean prototypespgen
2016-03-06Fix a bug when trying to move the cursor uppgen
2016-03-06Reorganize the code a littlepgen
2016-03-03Add the examples directory to objects managed by automakepgen
2016-03-02Add an example in the form of scripts providing a simple menuing systempgen
2016-03-01Mention the usage of -w in column mode in the manualpgen
2016-03-01Fix some options interactions and enable the -w option to be useful in column...pgen
2016-03-01Improve code readabilitypgen
2016-03-01Move the rows filtering code in the get_word function as we are in line_mode ...pgen
2016-02-27Remove dead codepgen
2016-02-24Make configure.am generic by putting the version string in a filepgen
2016-02-24Put enum constants in upper casepgen
2016-02-24Remove one pointer's level as the start of interval lists do not changepgen
2016-02-24Ignore the -C column values that are beyond the limitpgen
2016-02-22Add a -R option to select sets of rows and modify -C to use interval listspgen
2016-02-22Add a set of structure and functions to manage intervals of integerspgen
2016-02-22Add and improve the linked list set of functionspgen
2016-02-17Do not hard code the maximum number of columns in column modepgen
2016-02-07Tidy up the code and fix some type issuespgen
2016-02-07Fix two small bugspgen
2016-02-07Remove some typos, rewrite some comments and improve documentationpgen
2016-02-03Allow to scroll further in non selectable starting and ending zonespgen
2016-01-30Rework the color management codepgen
2015-12-13Rationalize the attention colors setting codepgen
2015-12-07cast some function calls to remove compiler warningspgen
2015-12-07Make the optional command line attention colors parsing more robustpgen
2015-12-07Add the ability to override attention colors with the command line optionspgen
2015-12-07Clarify the manual page.pgen
2015-12-04Improve usage displaypgen
2015-12-03Use the TELL macro to print command line errorspgen
2015-12-03Remove an unused variablepgen
2015-12-02Make the specfile refer to a bzip2 compressed tarballpgen
2015-12-02Improve the build processpgen
2015-11-28Improve the terminal capabilities detection and usagepgen
2015-11-28Add a RPM spec file templatepgen
2015-11-24Partially reverse the latest commitpgen