]> git.mdlowis.com Git - archive/tide-ocaml.git/shortlog
archive/tide-ocaml.git
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