summaryrefslogtreecommitdiffstats
path: root/src/tui.c
AgeCommit message (Expand)Author
2023-06-01ansi Cmongo
2022-10-03Avoid reentering ':' in inputpad when refreshingAndrés
2022-03-23fix inputpad color after sc_errorAndrés
2021-06-19fix screen leftover artifactsNicolas Pitre
2021-06-15recalculate number of mobile rows if row height changes during displayNicolas Pitre
2021-06-10scroll correctly in edit mode when editing cells with long stringsAndrés
2021-06-10tui.c: do not alter row_format in show_content if not autowrapAndrés
2021-05-28rearranged some files in directoriesAndrés
2021-05-28CommentsAndrés
2021-05-26Added struct sheet * as parameter to some functionsAndrés
2021-05-24removed --sheet and --filename_with_mode.Andrés
2021-05-23.sc file saving with multiple sheetsAndrés
2021-05-23Do not allow deletting last sheet in a fileAndrés
2021-05-23define rev in help.c rather than on version.hAndrés
2021-05-22changes to support multisheet. cleaning stuffAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-21changes to support multisheetAndrés
2021-05-20changes to support multisheetAndrés
2021-05-18more fix/optimization to the display codeNicolas Pitre
2021-05-14improvements to ui_show_sc_col_headings()Nicolas Pitre
2021-05-14cleanups to ui_handle_mouse()Nicolas Pitre
2021-05-12Removed tabs and white spacesAndrés
2021-05-12revamp spreadsheet display and movement handlingNicolas Pitre
2021-05-12show frozen rows / cols when they are at the bottom of the grid and no adjacentAndrés
2021-05-11Renamed themesAndrés
2021-05-10avoid floating point computation when integer computation is sufficientNicolas Pitre
2021-05-10make screen redraw much fasterNicolas Pitre
2021-05-10de-obscurify ui_show_content()Nicolas Pitre
2021-05-08Restore input_win and input_pad color after an ERROR message and entering com...Andrés
2021-05-08color.c: Renamed GRID_PAIR to GRID_EVENAndrés
2021-05-08work on #546Andrés
2021-04-30update inputpad color after ui_msgAndrés
2021-04-30Added EXPORT in gram.y and --quiet command parameterAndrés
2021-04-26Clean ':' in input_pad when coming back from :help or :setAndrés
2021-04-26lua changesAndrés
2021-04-23do not show blank lines in last col when rowformat > 1Andrés
2021-04-23calc offscr sc rows/cols ignore hidden rows/cols properlyAndrés
2021-04-22work on issue #543Andrés
2021-04-22work on issue #543Andrés
2021-04-22tui: fix after refresh of input padAndrés
2021-04-21refresh pad before asking for input in sc_debugAndrés
2021-04-20show cmd multiplierAndrés
2021-04-19tui.c: added input_pad enabling entering strings longer than COLSAndrés
2021-04-19Handle undoing changes in row height produced by strings inputAndrés
2021-04-19maintain row height if entering short contentAndrés
2021-04-19handle \n when entering stringsAndrés
2021-04-17added :formatcol commandAndrés
2021-04-17Store frozen rows and cols when saving filesAndrés