aboutsummaryrefslogtreecommitdiff
path: root/module/output/terminal.scm (unfollow)
Commit message (Collapse)Author
2020-08-03Move <events> methods to own module for easier loading.Hugo Hörnquist
2020-08-02Remove (util app).Hugo Hörnquist
2020-07-30Improve terminal input.Hugo Hörnquist
2020-07-30Turn cursor invisible.Hugo Hörnquist
2020-07-30Term output work.Hugo Hörnquist
2020-07-30Fix speed problems with term ui.Hugo Hörnquist
2020-07-30Rework terminal output into view system.Hugo Hörnquist
2020-07-30vulgar fixups.Hugo Hörnquist
2020-07-27Merge mod!:s functionality into set!Hugo Hörnquist
2020-07-24Change internal fields to stat with a dash.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-06-25Add minor todo.Hugo Hörnquist
2020-06-03Repair terminal output.Hugo Hörnquist
2020-06-01Break text procedures into modules.Hugo Hörnquist
2020-05-23Minor cleanup.Hugo Hörnquist
2020-05-23Made *prodid* global.Hugo Hörnquist
2020-05-23Remove (vcomponent output) module.Hugo Hörnquist
2020-05-23Remove export functions from terminal output.Hugo Hörnquist
2020-05-23Remove print-vcomponent.Hugo Hörnquist
2020-05-04Repair term + add --help.Hugo Hörnquist
2020-04-25Terminal output end time now end time again.Hugo Hörnquist
2020-04-01Update remaining code to use new config scheme.Hugo Hörnquist
2020-03-31Attempt at decentralized configuration system.Hugo Hörnquist
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.
2020-03-23Remove deprecated get-time.Hugo Hörnquist
2020-02-18Freed datetime from its srfi-19 prison.Hugo Hörnquist
2020-02-14Add missing spaces in terminal output.Hugo Hörnquist
2020-02-14Repair terminal output.Hugo Hörnquist
2020-01-24Start of new date structures.Hugo Hörnquist
2020-01-22Fix basic ability to edit events.Hugo Hörnquist
2019-12-28Move config from module to config directory.Hugo Hörnquist
2019-12-24Rework program initialization.Hugo Hörnquist
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.
2019-10-06Minor cleanup in scheme code.Hugo Hörnquist
2019-10-05Fix day-stream, and in effect terminal output.Hugo Hörnquist
2019-10-04HTML output seems to work in full now.Hugo Hörnquist
2019-06-01Reword terminal output to better modularization.Hugo Hörnquist
2019-06-01Rename {terminal => vulgar}.Hugo Hörnquist
2019-06-01Work on cloning events through editor.Hugo Hörnquist
2019-05-04Handle no event groups in interval.Hugo Hörnquist
2019-04-25Change vulgar output to also use grouped events.Hugo Hörnquist
2019-04-25Made SUMMARY stick out in vulgar view.Hugo Hörnquist
2019-04-24Made keys in vulgar output bold.Hugo Hörnquist
2019-04-24Remembered about define-values existance.Hugo Hörnquist
2019-04-24Add 'from' and 'to' flags to HTML.Hugo Hörnquist
2019-04-24Improve text layout code.Hugo Hörnquist
2019-04-23Term display now reacts more to terminal size.Hugo Hörnquist
2019-04-23Get terminal size of terminal output.Hugo Hörnquist
2019-04-23Replace text-flow function.Hugo Hörnquist
2019-04-23Add ability to set start-date of term mode.Hugo Hörnquist
2019-04-23Move stuff from main.Hugo Hörnquist