aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
...
* HTML month day numbers now links to week view.Hugo Hörnquist2020-08-06
|
* Create multiple events without refreshing page between.Hugo Hörnquist2020-08-06
|
* Fix time when creating from month view.Hugo Hörnquist2020-08-06
|
* Fix popup when creating and deleting in week.Hugo Hörnquist2020-08-06
|
* Fix most of event creation problems in week.Hugo Hörnquist2020-08-06
|
* Add favicon.Hugo Hörnquist2020-08-06
|
* Start moving popup's away from parents.Hugo Hörnquist2020-08-06
|
* Clean up caltable code.Hugo Hörnquist2020-08-05
|
* Events per day now in correct spots.Hugo Hörnquist2020-08-04
|
* Fix row count and height.Hugo Hörnquist2020-08-04
|
* Start work on long event layout for months.Hugo Hörnquist2020-08-04
|
* Resolve (datetime instance) TODO with ./configure?Hugo Hörnquist2020-08-03
| | | | | | | | | | 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.
* Add TODO's about early load.Hugo Hörnquist2020-08-03
|
* Fixed stack overflow on event deletion!Hugo Hörnquist2020-08-03
| | | | | | | 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.
* Move <events> methods to own module for easier loading.Hugo Hörnquist2020-08-03
|
* Minor fixups.Hugo Hörnquist2020-08-03
|
* Module cleanup.Hugo Hörnquist2020-08-02
|
* Remove (util app).Hugo Hörnquist2020-08-02
|
* Repair vcomponent describe.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
|
* 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
|
* 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
|
* 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
|
* /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
|
* 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
|