]> git.mdlowis.com Git - archive/tide-ocaml.git/shortlog
archive/tide-ocaml.git
2017-10-24 Michael D.... Added acme command cheatsheet
2017-10-24 Michael D.... Added draw module and functions for common drawing...
2017-10-24 Michael D.... tweaked interfaces and added a scrollmap hook for unit...
2017-10-24 Michael D.... Added scrollmap and remove some unnecessary functions
2017-10-24 Michael D.... implemented tab handling
2017-10-23 Michael D.... added some basic functions for navigating a rope
2017-10-21 Michael D.... added function to create a cursor
2017-10-21 Michael D.... Added unit minimal unit testing framework
2017-10-20 Michael D.... stripped buf down to bare minimum
2017-10-18 Michael D.... removed X11.flip
2017-10-18 Michael D.... added grouping logic to glyphs drawn with the same...
2017-10-18 Michael D.... simplified event loop until the implementation is flesh...
2017-10-17 Michael D.... added file descriptor polling to event loop
2017-10-16 Michael D.... Added some timestamps for event loop profiling
2017-10-16 Michael D.... tweak glyph drawing
2017-10-13 Michael D.... Added logic to draw edit buffer to the edit region
2017-10-11 Michael D.... replaced imperative iterator with more idiomatic iter_f...
2017-10-09 Michael D.... added glyph caching to X11 module to speed up redraw
2017-10-07 Michael D.... implemented Buf.load
2017-10-07 Michael D.... Added function to load file to string
2017-10-03 Michael D.... minor cleanup
2017-10-02 Michael D.... refactored drawing code to draw each region's backgroun...
2017-09-28 Michael D.... sketched out basic window drawing code
2017-09-27 Michael D.... Added preliminary buffer implementation based on a...
2017-09-13 Michael D.... tweaked draw_glyph to align proportional font glyphs
2017-09-12 Michael D.... prototyped drawing a cursor
2017-09-12 Michael D.... Added logic for drawing strings to the window
2017-09-12 Michael D.... implemented glyph retrieval primitive for loaded font
2017-09-11 Michael D.... more minor cleanup
2017-09-11 Michael D.... minor cleanup
2017-09-11 Michael D.... added primitive for laoding a font into an ocaml type...
2017-09-08 Michael D.... fixed update event to ensure correct behavior
2017-09-08 Michael D.... Sketched out config option handling
2017-09-07 Michael D.... Added draw rectangle fucntion to x11
2017-09-07 Michael D.... onshutdown wasnt a fucntion before but is now. ocaml...
2017-09-07 Michael D.... fixed segfault in handling of TShutdown
2017-09-06 Michael D.... rework event handling to call dedicated functions for...
2017-09-06 Michael D.... added code to destructure events and call subfunctions...
2017-09-05 Michael D.... removed resize event in favor of Update event with...
2017-09-05 Michael D.... Fixed xevent type handling in x11 primitives
2017-09-04 Michael D.... fleshed out event handling primitives a bit more. still...
2017-09-01 Michael D.... implemented skeleton event loop as an x11 primitive
2017-08-31 Michael D.... defined event type for x11
2017-08-30 Michael D.... x11 module can now create windows. mor work needed...
2017-08-30 Michael D.... commented out unimplemented functions
2017-08-30 Michael D.... implemented base x11 primitives
2017-08-29 Michael D.... created x11 module in preparation for creating x11...
2017-08-29 Michael D.... general cleanup
2017-08-29 Michael D.... removed IFEXT macro in Makefile
2017-08-29 Michael D.... added dependency generation to build
2017-08-28 Michael D.... added top-level module for tide library
2017-08-23 Michael D.... combined env prims again and reorganized the project...
2017-08-23 Michael D.... allow dynamic linking for ocamlc bytecode compiler...
2017-08-23 Michael D.... added linker optimizations for smaller executables
2017-08-22 Michael D.... broke up env prims to separate objects for linker optim...
2017-08-22 Michael D.... reworked makefile to support native or bytecode executable
2017-08-22 Michael D.... initial commit of c/ovaml interaction