]> git.mdlowis.com Git - archive/tide-ocaml.git/shortlog
archive/tide-ocaml.git
2018-04-05 Michael D.... updated to acm-like color scheme master
2018-02-23 Michael D.... added tracking of modifiers
2018-02-23 Michael D.... added themes for when i acutally support that...
2018-02-20 Michael D.... added region tracking logic
2018-02-19 Michael D.... rework event handlers in preparation for region focus...
2018-02-18 Michael D.... dependencies changed
2018-02-18 Michael D.... eliminated status region in favor of acme dual-region...
2018-01-26 Michael D.... added stubs for fetch and exec
2018-01-26 Michael D.... minor refactoring
2018-01-25 Michael D.... updated cursor logic to allow selecting ranges of curso...
2018-01-25 Michael D.... fixed click to character mapping code
2018-01-25 Michael D.... cleaned up some warning
2018-01-24 Michael D.... fixed logic for picking character on a given line
2018-01-24 Michael D.... added logic to pick char on line with mouse
2018-01-20 Michael D.... can now move cursor around by clicking
2018-01-19 Michael D.... Added line tracking to buffer drawing code so that...
2018-01-19 Michael D.... started implementing click handling
2017-12-20 Michael D.... implemented cursor and selection logic
2017-12-20 Michael D.... added logic to determine if a drawn character is select...
2017-12-20 Michael D.... Added logic to draw cursor
2017-12-19 Michael D.... removed print statements for utf8 decoder
2017-12-19 Michael D.... added logic to respond to window manager shutdown message
2017-12-19 Michael D.... fixed bug when opening empty files or nonexistent files
2017-12-19 Michael D.... rename Rope.iteri to Rope.each_byte
2017-12-19 Michael D.... renamed rope functions to getc and getb for codepoint...
2017-12-19 Michael D.... fixed some bugs in utf8 decoding
2017-12-18 Michael D.... removed dead code and fixed types in x11.ml
2017-12-18 Michael D.... first crack at loading alternative fonts for runes
2017-12-15 Michael D.... fixed rope.ml to not choke on malformed utf-8 docs
2017-12-14 Michael D.... First pass at utf8 support. single font, no alternative...
2017-12-12 Michael D.... tweaked lexers for text and ruby lexers
2017-12-12 Michael D.... first attempt at extending lexers
2017-12-12 Michael D.... Added logic to pick lexers based on filename and filetype
2017-12-09 Michael D.... added context to lexer logic and added range handling...
2017-12-09 Michael D.... updated docs
2017-12-08 Michael D.... fleshed out highlighter rules for C
2017-12-08 Michael D.... first pass at syntax highlighting for c. most things...
2017-12-07 Michael D.... started integrating lexers
2017-12-04 Michael D.... laid the ground work for lexer integration for syntax...
2017-12-03 Michael D.... added lexers to libtide
2017-11-25 Michael D.... added rule for generating lexers
2017-11-23 Michael D.... overhauled makefile rules
2017-11-20 Michael D.... updated html docs
2017-11-18 Michael D.... updated dependency tracking
2017-11-18 Michael D.... added descriptions to tools
2017-11-18 Michael D.... updated docs
2017-11-18 Michael D.... fixed ocamldeps dependency tracking
2017-11-14 Michael D.... Added some tool scripts for use later. Also added the...
2017-11-14 Michael D.... fleshed out tests for rope module
2017-11-13 Michael D.... added stub unit test files and switched Draw.ml over...
2017-11-13 Michael D.... fixed Rope.nextln/prevln which was breaking scrolling
2017-11-13 Michael D.... Fixed an out of bounds error in rope. Turned on excepti...
2017-11-11 Michael D.... broke view module out into it's own file and updated...
2017-11-11 Michael D.... fixed up scroll parameters
2017-11-10 Michael D.... Updated scrollbar to adjust thumb position based on...
2017-11-10 Michael D.... added minimum thumb size
2017-11-10 Michael D.... updated drawing code to draw scrollbar thumb based...
2017-11-09 Michael D.... fixed join operation and some broken unit tests. Also...
2017-11-09 Michael D.... Added node coalescing to join
2017-11-08 Michael D.... Implemented various cursor and offset movement and...
2017-11-08 Michael D.... Fixed scrolling and cleaned up buffer/cursor interface
2017-11-08 Michael D.... totally broke scrolling but im not sure how...
2017-11-07 Michael D.... Removed rope accessor from buf.ml and switched scrollma...
2017-11-07 Michael D.... Switched scrollmap over to using the cursor
2017-11-07 Michael D.... switched glyph cache from a map to a hashtable
2017-11-07 Michael D.... sketched out cursor inerface a bit more
2017-11-07 Michael D.... added cursor type and manipulation functions
2017-11-07 Michael D.... reworked index manipulation for next and previous lines...
2017-11-06 Michael D.... Added todo file to track bugs and issues that need...
2017-11-06 Michael D.... fixed bug in scrollmap creation that was creating empty...
2017-11-06 Michael D.... Added documentation generation for lib files
2017-11-04 Michael D.... added and tested nextc and prevc functions. Updated...
2017-11-03 Michael D.... added getb function and height tracking to rope
2017-10-31 Michael D.... getc now returns newlines for windows line endings
2017-10-31 Michael D.... whittled down rope.ml and added an interface file
2017-10-28 Michael D.... added some more utf8 examples
2017-10-27 Michael D.... Added test documents to test preformance for specific...
2017-10-27 Michael D.... Fixed compiler warnings
2017-10-27 Michael D.... removed vestigial run_unit_tests function from scrollmap
2017-10-27 Michael D.... moved unit tests to separate modules and folder
2017-10-27 Michael D.... tweaked scrollmap implementation. Behavior is still...
2017-10-26 Michael D.... First, buggy, attempt at scrolling using a scrollmap...
2017-10-26 Michael D.... implemented scanning portion of scrollmap generation
2017-10-25 Michael D.... Added skeleton logic for building the scrollmap
2017-10-25 Michael D.... overhauled drawing code to hopefully allow reuse for...
2017-10-25 Michael D.... fixed some warnings about record member access in draw.ml
2017-10-25 Michael D.... overhauled drawing code to use new mutable cursor type
2017-10-24 Michael D.... Added functions for drawing the regions. stubs currentl...
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...
next