]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2018-04-13 Michael D.... refactor and reorg x11.c pruning
2018-04-12 Michael D.... shrunk the scroll bar slightly
2018-04-12 Michael D.... minor refactoring of x11.c to limit public interfaces
2018-04-12 Michael D.... simplified font handling a tiny bit
2018-04-12 Michael D.... Tweaked font handling logic to allow drawing proportion...
2018-04-12 Michael D.... more refactoring
2018-04-12 Michael D.... minor refactoring
2018-04-12 Michael D.... rework font handling. Do we really need all the alterna...
2018-04-11 Michael D.... refactored x11 and win code
2018-04-10 Michael D.... changed sync bools to a bit field
2018-04-10 Michael D.... minor refactoring to get rid of the utils.c file
2018-04-09 Michael D.... removed unused functions
2018-04-09 Michael D.... added unit tests and minor refactoring
2018-04-09 Michael D.... removed old docs and programs
2018-04-09 Michael D.... merge changes
2018-04-09 Michael D.... minor refactoring
2018-04-09 Michael D.... minor refactoring
2018-04-09 Michael D.... implemented right-click search
2018-04-08 Michael D.... added matching for < > pairs
2018-04-08 Michael D.... stub out the 2-1 mouse chord
2018-04-08 Michael D.... got rid of ctrl+up/dn shortcuts
2018-04-08 Michael D.... refactor redraw code
2018-04-07 Michael D.... reworked drawing code to use a cursor instead of region...
2018-04-07 Michael D.... reworked redraw code
2018-04-06 Michael D.... fixed cursor movement with arrow keys
2018-04-05 Michael D.... identified potentially unused functions in buf.c
2018-04-05 Michael D.... refactored some more raw access of the cursor/selection...
2018-04-05 Michael D.... minor cleanup and tweaks of the acme-like color scheme
2018-04-05 Michael D.... added some static analysis hooks
2018-04-05 Michael D.... fixed mouse focus handling
2018-04-05 Michael D.... fixed handling of reverse selections
2018-04-04 Michael D.... removed selection parameters from buffer api. Always...
2018-04-04 Michael D.... removed use of selection arg from view code
2018-04-04 Michael D.... removed selection arg from view api
2018-04-04 Michael D.... fixed bugs detected by scan-build
2018-04-04 Michael D.... only draw the cursor the selection size is 0
2018-04-04 Michael D.... implemented focus follows mouse
2018-04-04 Michael D.... moved context selection to buffer
2018-04-04 Michael D.... tweaked selection handling in buffer
2018-04-04 Michael D.... reworked context selection code and cleaned up word...
2018-04-03 Michael D.... fixed bug in column tracking
2018-04-03 Michael D.... moved more selection functionality from view to buffer
2018-04-03 Michael D.... moved selection ownership to the buffer instead of...
2018-04-03 Michael D.... fixed some abstraction leaks in view
2018-04-03 Michael D.... cleaned up some selection handling code
2018-04-03 Michael D.... simplified log entry data type
2018-04-03 Michael D.... added acme-like color scheme
2018-04-03 Michael D.... reworked findstr function
2018-04-03 Michael D.... reworked setln api
2018-04-03 Michael D.... reworked buf_setcol interface
2018-04-03 Michael D.... changed column updating api
2018-04-03 Michael D.... removed old undo/redo code
2018-04-02 Michael D.... Merge branch 'pruning' of https://github.com/mikedlowis...
2018-04-02 Michael D.... minor reorg
2018-04-02 Michael D.... fixed delete function
2018-04-02 Michael D.... fixed issue with getb handling out of bounds offsets
2018-04-02 Michael D.... initial rework buffer api. basically just segfaults...
2018-04-02 Michael D.... added new buf api that takes selections or uses the...
2018-04-02 Michael D.... minor cleanup and added a selection to buffer. Selectio...
2018-04-02 Michael D.... removed implicit mark
2018-03-31 Michael D.... reworked color palette handling
2018-03-30 Michael D.... removed errfn, may need to bring it back later...
2018-03-30 Michael D.... refactored cursor movements
2018-03-30 Michael D.... more reorg and refactoring
2018-03-30 Michael D.... minor reorg
2018-03-29 Michael D.... move mouse handling to x11.c. need to move cut and...
2018-03-29 Michael D.... more refactoring
2018-03-29 Michael D.... refactored x11 file
2018-03-28 Michael D.... added command line flags for changing settings
2018-03-27 Michael D.... updated TOT and added new tag
2018-03-27 Michael D.... removed unnecessary keyboard shortcut
2018-03-27 Michael D.... commonized types for tag and key handlers so the same...
2018-03-27 Michael D.... Renamed some tags to shorter names
2018-03-27 Michael D.... minor cleanup
2018-03-27 Michael D.... cleaned up prototypes and updated TODO
2018-03-27 Michael D.... removed overly-complex logic for changing dir to projec...
2018-03-27 Michael D.... switched from mmap saving and loading to read/write
2018-03-27 Michael D.... fixed a bad allocation and some minor static analysis...
2018-03-26 Michael D.... moved from settings from buffer to config module
2018-03-26 Michael D.... switched buffer type from rune to char
2018-03-26 Michael D.... Removed RUNE_CRLF
2018-03-26 Michael D.... lock buffer in binary mode in prep for rework of loadin...
2018-03-26 Michael D.... reworked key handling code
2018-03-26 Michael D.... Added X event handling as a job
2018-03-26 Michael D.... started reworking event loop
2018-03-26 Michael D.... minor refactoring
2018-03-26 Michael D.... consolidated shortucts and removed dead code
2018-03-25 Michael D.... removed old highlight engine. will be replaced by binar...
2018-03-25 Michael D.... removed some unnecessary features
2018-03-24 Michael D.... further refactoring of x11 code
2018-03-24 Michael D.... restructure event loop
2018-03-24 Michael D.... switched to function pointer approach for event handlers
2018-03-23 Michael D.... moved static functions to bottom
2018-03-23 Michael D.... removed config struct
2018-03-23 Michael D.... combine win and x11 to try and slim down
2018-03-22 Michael D.... disabled mouse tracking since it is causing segfaults...
2018-03-22 Michael D.... major rework of syntax highlighter and job processing...
2018-03-22 Michael D.... renamed exec.c to job.c
2018-03-22 Michael D.... starting combining job control and fd monitoring
2018-03-21 Michael D.... cleaned up font strings
next