summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2021-05-13Preparing new releasev0.8.2Andrés
2021-05-12Removed tabs and white spacesAndrés
2021-05-12revamp spreadsheet display and movement handlingNicolas Pitre
This is to cope with multiple combinations of hidden and frozen rows and/or columns ... and to make the code more understandable.
2021-05-12calc_offscr_sc_rows()/cols(): refresh first_frozen_after_rows/cols when ↵Andrés
decrementing rows/col to fit frozen rows/cols
2021-05-12show frozen rows / cols when they are at the bottom of the grid and no adjacentAndrés
2021-05-11trigger: Avoid segfault when not being able to load module. #325Andrés
2021-05-11Renamed themesAndrés
2021-05-11Merge branch 'pr-558' into freeze. Work on issue #554Andrés
2021-05-11work on issue #554Andrés
2021-05-11fix in drAndrés
2021-05-11add validation for first parameter of nvalAndrés
2021-05-10avoid floating point computation when integer computation is sufficientNicolas Pitre
Floats are much more expensive to use in CPU cycles than integers.
2021-05-10make screen redraw much fasterNicolas Pitre
Don't call get_range() and get_conf_int() over and over inside loops. They are still somewhat expensive and returned values won't change during the execution of those loops.
2021-05-10de-obscurify ui_show_content()Nicolas Pitre
There was a bug with cursor positioning for the "show-cursor" option. The problem was in ui_show_content(). The cursor was always one row too high. This function was very hard to understand and debug. So I simplified the loop construction to make it clearer and more logical. And in doing so, the original bug just disappeared! I therefore applied the same cleanup to ui_show_sc_col_headings() and ui_show_sc_row_headings(). The location of the rightward and downward frozen block is already found in calc_offscr_sc_cols() and calc_offscr_sc_rows() so this is remembered in the first_frozen_after_cols and first_frozen_after_rows global variables rather than being recomputed all the time.
2021-05-10Updating docAndrés
2021-05-10work on #554Andrés
2021-05-10work on #557Andrés
2021-05-10fix leak in NVALAndrés
2021-05-08Restore input_win and input_pad color after an ERROR message and entering ↵Andrés
command mode
2021-05-08Added HELP_HIGHLIGHT definition color for help pageAndrés
2021-05-08help page - Clean input_win and input_pad after wgetch(). Do not reset color ↵Andrés
in input_pad.
2021-05-08color.c: Renamed GRID_PAIR to GRID_EVENAndrés
2021-05-08work on #546Andrés
2021-05-08removed sc_info from letAndrés
2021-05-08update gmyrow gmycol before calling @getentAndrés
2021-05-08Work on issue 493Andrés
2021-05-08paint background with DEFAULT color. #547Andrés
2021-05-08Add details on validation message when changing colors - Issue 548Andrés
2021-05-07Fix when saving marks when importing xlsx and saving it to sc formatAndrés
2021-05-07free after str_replaceAndrés
2021-05-07copye mod for copying expressions inside rangeAndrés
2021-05-07copye mod for copying expressions inside rangeAndrés
2021-05-07getent in decodev()Andrés
2021-05-07Merge pull request #545 from mipmip/pr-markdown-importAndrés Martinelli
.mkd import, read write mardown, update docs
2021-05-07Update version.hAndrés
2021-05-07make @getent workAndrés
2021-05-07.mkd import, read write mardown, update docsPim Snel
2021-05-05free lua at exitAndrés
2021-05-05fix in REDO after dr with multiplierAndrés
2021-05-03handle nval dependencies. handle @mycol/@myrow calls during startup when no ↵Andrés
EvalJustOneVertex is yet called
2021-05-03Moved S_FORMAT placementAndrés
2021-05-03Added @evaluate and @sevaluate to docAndrés
2021-05-02Added @evaluate and @sevaluateAndrés
2021-04-30update inputpad color after ui_msgAndrés
2021-04-30Added EXPORT in gram.y and --quiet command parameterAndrés
2021-04-29Added eval_order in EvalRange and rebuild_graphAndrés
2021-04-28Added EvalRange() so that the graph is not evaluated entirely all the time. ↵Andrés
Replaced 'EvalAll' with 'EvalRange'. Removed unneeded parameters on EvalJustVertex
2021-04-27fix @lua example in docAndrés
2021-04-27removed references to freezer / center_hidden_rowsAndrés
2021-04-27removed freezer from scroll commandsAndrés