summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
2023-03-22Allow words to be aligned in column mode.pgen
2023-02-26Improve some commentspgen
2023-02-20Correct some comments and typospgen
2023-02-15Improve color checking in options and add commentspgen
2023-02-12Improve some commentspgen
2023-02-03Improve usage displaypgen
2023-01-18Increase the buffer size to store the scancodepgen
2022-12-19Add a Z command to tag a delimited zone of wordspgen
2022-12-05Make multiple taggings more compliant with pinningpgen
2022-11-20Improve the manual and the help systempgen
2022-11-17Improve the initialization of mouse tracking modespgen
2022-11-17Improve marked cursor default attributepgen
2022-11-16Simplify the code and prevent a compiler warningpgen
2022-11-16Fix a bug preventing the mouse to work properlypgen
2022-11-13Remove dead codepgen
2022-11-13Fixed the setting of the double-click mouse delaypgen
2022-11-13Various smell fixespgen
2022-11-13Correct a logical conditionpgen
2022-11-13Remove an unnecessary toggle related to taggingpgen
2022-11-12Fix the tagging code and update the manualpgen
2022-11-10Fix a small error in the selection with the mousepgen
2022-11-07Improve tagging/pinning (multiple selections)pgen
2022-11-04Use XOR to implement boolean variable togglingpgen
2022-11-02Prevent mouse paste from sending spurious commandspgen
2022-10-23Add a 'u' command to untag a tagged wordpgen
2022-10-10Ensure that all input bytes are ready to be readpgen
2022-09-27Make all parts of the scroll bar clickablepgen
2022-09-18Small adjustments in UTF-8 symbols and commentspgen
2022-09-14Fix a mouse detection problempgen
2022-09-06Remove a useless variablepgen
2022-09-06Add and improve commentspgen
2022-09-06Fix a test in shifting to keep the cursor visiblepgen
2022-09-06Fix and improve the instant help (?) displaypgen
2022-08-31Add mouse supportpgen
2022-08-24Improve and fix the substitution codepgen
2022-08-18Correct and simplify the "End" key management codepgen
2022-08-18Move variable definitions from smenu.h to smenu.cpgen
2022-08-16Typopgen
2022-08-08Bump to release 1.0.0v1.0.0pgen
2022-07-19Allow multiple instances of the "-limits" optionpgen
2022-07-02Release allocated memory that is no longer neededpgen
2022-06-28Reduce the scope of some variablespgen
2022-06-20Various small changespgen
2022-06-17Minor tweaks and a typopgen
2022-06-02Switch to Mozilla Public License 2.0pgen
2022-05-24Fix a potential memory corruption in some casespgen
2022-05-19Fix the parsing of attributespgen
2022-05-15Remove an unused parameterpgen
2022-05-10Remove an unused parameter and simplify the codepgen
2022-05-06Code simplificationpgen