aboutsummaryrefslogtreecommitdiff
path: root/module/output/terminal.scm (follow)
Commit message (Collapse)AuthorAge
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
* Remove deprecated get-time.Hugo Hörnquist2020-03-23
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Add missing spaces in terminal output.Hugo Hörnquist2020-02-14
|
* Repair terminal output.Hugo Hörnquist2020-02-14
|
* Start of new date structures.Hugo Hörnquist2020-01-24
|
* Fix basic ability to edit events.Hugo Hörnquist2020-01-22
|
* Move config from module to config directory.Hugo Hörnquist2019-12-28
|
* Rework program initialization.Hugo Hörnquist2019-12-24
| | | | | | | | | | Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.
* Minor cleanup in scheme code.Hugo Hörnquist2019-10-06
|
* Fix day-stream, and in effect terminal output.Hugo Hörnquist2019-10-05
|
* HTML output seems to work in full now.Hugo Hörnquist2019-10-04
|
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01
|
* Rename {terminal => vulgar}.Hugo Hörnquist2019-06-01
|
* Work on cloning events through editor.Hugo Hörnquist2019-06-01
|
* Handle no event groups in interval.Hugo Hörnquist2019-05-04
|
* Change vulgar output to also use grouped events.Hugo Hörnquist2019-04-25
|
* Made SUMMARY stick out in vulgar view.Hugo Hörnquist2019-04-25
|
* Made keys in vulgar output bold.Hugo Hörnquist2019-04-24
|
* Remembered about define-values existance.Hugo Hörnquist2019-04-24
|
* Add 'from' and 'to' flags to HTML.Hugo Hörnquist2019-04-24
|
* Improve text layout code.Hugo Hörnquist2019-04-24
|
* Term display now reacts more to terminal size.Hugo Hörnquist2019-04-23
|
* Get terminal size of terminal output.Hugo Hörnquist2019-04-23
|
* Replace text-flow function.Hugo Hörnquist2019-04-23
|
* Add ability to set start-date of term mode.Hugo Hörnquist2019-04-23
|
* Move stuff from main.Hugo Hörnquist2019-04-23