aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2020-08-10Repair /today.Hugo Hörnquist
2020-08-10Add comment about final page.Hugo Hörnquist
2020-08-10Add TODO:s to server.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-10Remove old limiter on execute-query.Hugo Hörnquist
2020-08-10Add stream-timeslice-limit.Hugo Hörnquist
2020-08-09Partial search page works, but alway times out first.Hugo Hörnquist
2020-08-09Add paginator, use in in html and term.Hugo Hörnquist
2020-08-09Add basic (semi broken) paginator to HTML search.Hugo Hörnquist
2020-08-09Can create events with åäö again.Hugo Hörnquist
2020-08-07Dynamicaly created popups now work.Hugo Hörnquist
2020-08-07Slightly better search page.Hugo Hörnquist
2020-08-07Search page now xhtml.Hugo Hörnquist
2020-08-07Fix parse-query.Hugo Hörnquist
2020-08-07r:query now guaranteed string.Hugo Hörnquist
2020-08-07HTML search now actually searches.Hugo Hörnquist
2020-08-07Remove debug prints from term search.Hugo Hörnquist
2020-08-07Add rudementary search page to HTML.Hugo Hörnquist
2020-08-07Server Uri-decode query string.Hugo Hörnquist
2020-08-07Create search module, update term to use it.Hugo Hörnquist
2020-08-06HTML month day numbers now links to week view.Hugo Hörnquist
2020-08-06Create multiple events without refreshing page between.Hugo Hörnquist
2020-08-06Fix time when creating from month view.Hugo Hörnquist
2020-08-06Fix popup when creating and deleting in week.Hugo Hörnquist
2020-08-06Fix most of event creation problems in week.Hugo Hörnquist
2020-08-06Add favicon.Hugo Hörnquist
2020-08-06Start moving popup's away from parents.Hugo Hörnquist
2020-08-05Clean up caltable code.Hugo Hörnquist
2020-08-04Events per day now in correct spots.Hugo Hörnquist
2020-08-04Fix row count and height.Hugo Hörnquist
2020-08-04Start work on long event layout for months.Hugo Hörnquist
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