aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2020-08-03Resolve (datetime instance) TODO with ./configure?Hugo Hörnquist
Tried adding a ./configure script, which mostly is responsible for downloading a default zoneinfo file, and setting up the environment for the program. I have for quite a while thought about having a configure system for things like these, but also for setting up default paths. Let's see if it works out.
2020-08-03Add TODO's about early load.Hugo Hörnquist
2020-08-03Fixed stack overflow on event deletion!Hugo Hörnquist
Equal? on vcomponents was a bad idea. The bug most likely came from two objects where they pointed to themseves, or recursively to one another, and guile couldn't figure out that they where eq? each other. Change to use eq? comparison directly, and now everything just seems to work.
2020-08-03Move <events> methods to own module for easier loading.Hugo Hörnquist
2020-08-03Minor fixups.Hugo Hörnquist
2020-08-02Module cleanup.Hugo Hörnquist
2020-08-02Remove (util app).Hugo Hörnquist
2020-08-01Repair vcomponent describe.Hugo Hörnquist
2020-07-30Resolve zic TODO's.Hugo Hörnquist
2020-07-30Add datetime-.Hugo Hörnquist
2020-07-30Move type formatters away from HTML.Hugo Hörnquist
2020-07-30Start embedding more data for css and js in the html doc.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-30Simplify internal app interface.Hugo Hörnquist
2020-07-30vulgar fixups.Hugo Hörnquist
2020-07-30Add stream-paginate.Hugo Hörnquist
2020-07-29Make glob.scm use include#.Hugo Hörnquist
2020-07-27Merge mod!:s functionality into set!Hugo Hörnquist
2020-07-27Remove some unused functions.Hugo Hörnquist
2020-07-27Cleanup in atomic-output...Hugo Hörnquist
2020-07-27Crash properly on overflow on remove event.Hugo Hörnquist
2020-07-26Change html-id to randomly generate.Hugo Hörnquist
2020-07-24Button onclick now actually sends object.Hugo Hörnquist
2020-07-24Use X-HNH-REMOVED to "remove" an event.Hugo Hörnquist
2020-07-24Error on failed save.Hugo Hörnquist
2020-07-24Add missing equal signs for parameters in ical output.Hugo Hörnquist
2020-07-24Change internal fields to stat with a dash.Hugo Hörnquist
2020-07-24/insert endpoint actually saves the events.Hugo Hörnquist
2020-07-24Move parenthesis.Hugo Hörnquist
2020-07-24Stuff about (output vdir).Hugo Hörnquist
2020-07-24Reordering in (c cpp).Hugo Hörnquist
2020-07-24Remove some unused procedures.Hugo Hörnquist
2020-07-22Let with-atomic-output-to-file break free.Hugo Hörnquist
2020-07-22Remove command pointer to header for termios.Hugo Hörnquist
2020-07-20Change TODO to NOTE.Hugo Hörnquist
2020-07-20s/TOOD/TODO/Hugo Hörnquist
2020-07-20Resolve {i,o}speed TODO in termios.Hugo Hörnquist
2020-07-20Resolve TODO for with-ptr.Hugo Hörnquist
2020-07-20Cleanup for cpp.Hugo Hörnquist
2020-07-20Split parse-cpp into multiple modules.Hugo Hörnquist
2020-07-20Bunch of work on cpp.Hugo Hörnquist
2020-07-20Add missing format dependency for exceptions.Hugo Hörnquist
2020-07-20Add split-by.Hugo Hörnquist
2020-07-20Remove invalid export tree-map from (util).Hugo Hörnquist
2020-07-20Add read-lines.Hugo Hörnquist
2020-07-20Add module for immutable directed graphs.Hugo Hörnquist