aboutsummaryrefslogtreecommitdiff
path: root/module/calp/terminal.scm (unfollow)
Commit message (Collapse)Author
2022-02-22Add some TODO comments.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2021-12-22Cleanup modules.Hugo Hörnquist
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
2021-05-15Terminal reload events when jumping to today.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-17move terminal output.Hugo Hörnquist
2020-08-10Simplify term input.Hugo Hörnquist
2020-08-10Got new timeslice limiter to work, document.Hugo Hörnquist
2020-08-10Add support for arrow keys in term.Hugo Hörnquist
2020-08-09Add paginator, use in in html and term.Hugo Hörnquist
2020-08-07Remove debug prints from term search.Hugo Hörnquist
2020-08-07Create search module, update term to use it.Hugo Hörnquist
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