aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add hack to get tables to render correctly.termHugo Hörnquist2020-08-02
| | | | | | | | | | | Made <color/> return a list of strings, and made <tr/> handle that specific case. This allows the truncate to width method to only handle the actuall letters, and to keep the terminal escapes before and after. But as the TODO in the commit notes, this isn't sustainable. I probably want to defer the rendering step to later, and instead transform the markup tree into a processing tree, taging up each element with prefered attributes, and a width.
* Preliminary move of table output to markup.Hugo Hörnquist2020-08-01
|
* Resolve zic TODO's.Hugo Hörnquist2020-07-30
|
* Add datetime-.Hugo Hörnquist2020-07-30
|
* Move type formatters away from HTML.Hugo Hörnquist2020-07-30
|
* Start embedding more data for css and js in the html doc.Hugo Hörnquist2020-07-30
|
* Reslove some TODO's in script.js.Hugo Hörnquist2020-07-30
|
* Resolve TODO's in test dir.Hugo Hörnquist2020-07-30
|
* Improve terminal input.Hugo Hörnquist2020-07-30
|
* Turn cursor invisible.Hugo Hörnquist2020-07-30
|
* Term output work.Hugo Hörnquist2020-07-30
|
* Fix speed problems with term ui.Hugo Hörnquist2020-07-30
|
* Rework terminal output into view system.Hugo Hörnquist2020-07-30
|
* Simplify internal app interface.Hugo Hörnquist2020-07-30
|
* vulgar fixups.Hugo Hörnquist2020-07-30
|
* Add stream-paginate.Hugo Hörnquist2020-07-30
|
* Make glob.scm use include#.Hugo Hörnquist2020-07-29
|
* Merge mod!:s functionality into set!Hugo Hörnquist2020-07-27
|
* Improve opt parsing in test runner.Hugo Hörnquist2020-07-27
|
* Remove some unused functions.Hugo Hörnquist2020-07-27
|
* Cleanup in atomic-output...Hugo Hörnquist2020-07-27
|
* Crash properly on overflow on remove event.Hugo Hörnquist2020-07-27
|
* Change html-id to randomly generate.Hugo Hörnquist2020-07-26
|
* Add untested code for UI update on /remove.Hugo Hörnquist2020-07-24
|
* Abandon UI changes if event create fails.Hugo Hörnquist2020-07-24
|
* Button onclick now actually sends object.Hugo Hörnquist2020-07-24
|
* Use X-HNH-REMOVED to "remove" an event.Hugo Hörnquist2020-07-24
|
* Error on failed save.Hugo Hörnquist2020-07-24
|
* Add missing equal signs for parameters in ical output.Hugo Hörnquist2020-07-24
|
* Change internal fields to stat with a dash.Hugo Hörnquist2020-07-24
|
* Frontend feedback on event creation.Hugo Hörnquist2020-07-24
|
* /insert endpoint actually saves the events.Hugo Hörnquist2020-07-24
|
* Move parenthesis.Hugo Hörnquist2020-07-24
|
* Stuff about (output vdir).Hugo Hörnquist2020-07-24
|
* Remove -Wunused-variable compile flag, since macros make it \"worthless\".Hugo Hörnquist2020-07-24
|
* Reordering in (c cpp).Hugo Hörnquist2020-07-24
|
* Remove some unused procedures.Hugo Hörnquist2020-07-24
|
* Let with-atomic-output-to-file break free.Hugo Hörnquist2020-07-22
|
* Remove command pointer to header for termios.Hugo Hörnquist2020-07-22
|
* Change TODO to NOTE.Hugo Hörnquist2020-07-20
|
* Remove badly written performance test.Hugo Hörnquist2020-07-20
|
* s/TOOD/TODO/Hugo Hörnquist2020-07-20
|
* Resolve {i,o}speed TODO in termios.Hugo Hörnquist2020-07-20
|
* Resolve TODO for with-ptr.Hugo Hörnquist2020-07-20
|
* Cleanup for cpp.Hugo Hörnquist2020-07-20
|
* Split parse-cpp into multiple modules.Hugo Hörnquist2020-07-20
|
* Add preliminary tests for cpp.Hugo Hörnquist2020-07-20
|
* Bunch of work on cpp.Hugo Hörnquist2020-07-20
|
* Add missing format dependency for exceptions.Hugo Hörnquist2020-07-20
|
* Add split-by.Hugo Hörnquist2020-07-20
|