aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2024-05-14Added note/documentation about allowWindowOps on xterm.dam
2024-05-09Renamed stuff to make TUI output builder purpose more clear.dam
2024-05-09WIP : Renaming TUI print/write procedures.dam
2024-05-09Fixed TUI module to allow returning results in temporary memory.dam
2024-05-08Improved code readability.dam
2024-05-07Fixed two very nasty bugs.dam
2024-05-07WIP : Improve draw_user_interface by using buffer on the print/write calls.dam
2024-05-07Fixed biggest performance bottleneck on draw_user_interface: print white spaces.dam
2024-05-06Cleanup UTF helper.dam
2024-05-05Finished first version of TUI.dam
2024-05-05Added TODO entry.dam
2024-05-05Fixed memory leaks.dam
2024-05-05Implemented default background and foreground colors.dam
2024-05-05WIP : Cleanup TUI module and improved assert/error messages.dam
2024-05-05WIP : Cleanup TUI module scope.dam
2024-05-04Documented get_key procedure and small cleanup.dam
2024-05-04WIP : Cleanup TUI module. Finally decided to go with hard-asserts (vs soft-er...dam
2024-05-03WIP : Cleanup read_input_line on TUI module.dam
2024-05-03WIP : Cleaning up TUI module.dam
2024-05-02WIP : Using string builder to improve TUI performance.dam
2024-04-30Removed some 'inline' marks, and added some TODO entries.dam
2024-04-30Fixed TUI\unix from c_octal-to-jai mis-conversion.dam
2024-04-30WIP : OMG I add copied octal values from C which became decimal ones in jai.dam
2024-04-30WIP : Add logger and cleanup TUI module.dam
2024-04-19Avoid multiple initializations of key_map.dam
2024-04-16Adding error logging on TUI/unix.dam
2024-04-15Improved TUI logger; added snake example using TUI.dam
2024-04-15Add module logger that switches between main/alternate screen buffers to writ...dam
2024-04-14Add validation to COLOR_MODE module parameter.dam
2024-04-14Add UTF8 support on windows.dam
2024-04-11Added UTF8 support to read_input_line.dam
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-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-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-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