aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-09Clear style when stoping TUI.dam
2024-04-07Preparing for UTF8 support on read_input_line.dam
2024-04-07Fixed input width.dam
2024-04-07Add/remove TODO entries.dam
2024-04-07Replaced row/column arguments by x/y which are more familiar.dam
2024-04-07Fixed missing default style being applied.dam
2024-04-07Implement error window.dam
2024-04-06Code cleanup.dam
2024-04-06Improved user input prompts.dam
2024-04-06Added styles.dam
2024-03-31WIP : Setup TUI styles.dam
2024-03-30Allow to set name on new task.dam
2024-03-30Setting up TUI input functions on ttt.dam
2024-03-29First version of read_input_line.dam
2024-03-29Fixed input echo on read_input_line.dam
2024-03-29Fixed cursor control on read_input_line.dam
2024-03-24WIP : Added note about bug.dam
2024-03-24Implemented hidden input on read_input_line.dam
2024-03-24Fixed typo on comment.dam
2024-03-24Finished base implementation of read_input_line.dam
2024-03-24WIP : Fixing read_input_line.dam
2024-03-24Improved robustness and code clarity on get_key.dam
2024-03-21Fix get_key to support escape codes.dam
2024-03-15Improved key map.dam
2024-03-14WIP : Mapping the keyboard codes.dam
2024-03-13WIP : Adding more key_map entriesdam
2024-03-11Removing curses dependency files.dam
2024-03-11Added tag v2.0-alpha for changeset e609b3af2b22dam
2024-03-02Setup mappings for several different terminals.dam
2024-03-01WIP : First attempt to use hash table on escape codes.dam
2024-02-29WIP : Improving get_key to deal with escape codes.dam
2024-02-28WIPdam
2024-02-28Moved custom modules to newly supported local modules folder.dam
2024-02-22Added TODO to solve incoherent function key codes.dam
2024-02-20Fixed code of some function keys (and modifier combos).dam
2024-02-16Base implementation of TUI/windows.dam
2024-02-10Improved TUI tests.dam
2024-02-10Small improve on read_input search for terminators.dam
2024-02-10Fixed some windows OS_ procedures. Simplified and fixed get_key().dam
2024-02-09Reimplemented procedure to read input.dam
2024-01-11Very small fixes.dam
2024-01-07Fixed Windows raw IO modes.dam
2024-01-03Starting to implement windows specific procedures.dam
2024-01-03WIP - implementing user line input.dam
2024-01-02Initial implementation of procedure to read user input from a single line.dam
2024-01-01Added some TODO items and fixed show_processing procedure.dam
2024-01-01Fixed bug that was clamping terminal sequences to 6 bytes. Added style format...dam
2023-12-24Starting to implement graphics styles.dam
2023-12-24Draw table and fixed totals position.dam
2023-12-22Fixed bug in count_digits. Converted print_time to TUI.dam