summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-22fix dictionary string parserNicolas Pitre
2021-03-21improve cursor placement with show_cursorNicolas Pitre
2021-03-21removed dim on WELCOME colorAndrés
2021-03-21fix * in @fmtAndrés
2021-03-21change on parse_str after PR 519. colors werent workingAndrés
2021-03-21Adde @fmt to docAndrés
2021-03-21Fixed when showing empty labelAndrés
2021-03-21Fixed when showing empty labelAndrés
2021-03-21Merge pull request #524 from npitre/show_cursorAndrés M
2021-03-21make show_cursor a runtime selectable optionNicolas Pitre
2021-03-21fix issue setting conf variables like nonumericAndrés
2021-03-21fix const qualifier warningsNicolas Pitre
2021-03-21Merge pull request #353 from ayroblu/add_visual_modeAndrés M
2021-03-21Update doc with visual modeBen Lu
2021-03-21Merge pull request #450 from earthshrink/isnumeric_floatsAndrés M
2021-03-21Merge pull request #519 from npitre/confAndrés M
2021-03-21Merge pull request #517 from npitre/freezeAndrés M
2021-03-21removed tabsAndrés
2021-03-20convert atoi(get(...)) as wellNicolas Pitre
2021-03-20some more atoi(get_conf_value(...)) replacementsNicolas Pitre
2021-03-20stop performing atoi() repeatedly on config valuesNicolas Pitre
2021-03-20store dictionary values as both a string and an integer valueNicolas Pitre
2021-03-20remove predefined_conf_dNicolas Pitre
2021-03-20optimize conf.c code part 2Nicolas Pitre
2021-03-20optimize conf.c code part 1Nicolas Pitre
2021-03-20clean up and optimize the dictionary codeNicolas Pitre
2021-03-20Added macros to show_versionAndrés
2021-03-20Changed headings fg to black. Cursor bg to yellowAndrés
2021-03-19work on #409Andrés
2021-03-19Try to handle ncurses version prior to 6.1Andrés
2021-03-19work on issue 417Andrés
2021-03-19work on issue 417Andrés
2021-03-19Changed default colorsAndrés
2021-03-19Added HEADINGS_ODD GRID_ODD and GRID_PAIR details to docAndrés
2021-03-19Changed default colorsAndrés
2021-03-19Added BRAILLE macro to @npitre PR 515Andrés
2021-03-18fix column header displayNicolas Pitre
2021-03-18move (invisible) cursor to the active grid cellNicolas Pitre
2021-03-18Forgot last doc changesv0.8.0Andrés
2021-03-17removed unneeded error messageAndrés
2021-03-17fixed typoAndrés
2021-03-17EDIT_MODE: Added 'd^' 'dg_' 'c^' 'cg_' commandsAndrés
2021-03-16EDIT_MODE: Added '^' 'g_' commandsAndrés
2021-03-16EDIT_MODE: added t T dt dT ct cT commandsAndrés
2021-03-16EDIT_MODE: added d0 d$ c0 c$ commandsAndrés
2021-03-16EDIT_MODE: Added 'F' 'dF' 'cF' commandsAndrés
2021-03-16Added cf and df commands of EDIT_MODE to docAndrés
2021-03-16EDIT MODE: fixed 'R' 'f' and added 'df' and 'cf'.Andrés
2021-03-16FIx typoAndrés
2021-03-16Fix when showing both numbers and text on a same cell when using engformatAndrés