]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2018-07-03 Michael D.... fixed a bug when attempting to scroll tag line with...
2018-07-03 Michael D.... fixed bad memory handling in view when clearing rows
2018-06-26 Michael D.... added tests for win.c event handling
2018-05-15 Michael D.... fixed some lint
2018-05-15 Michael D.... fixed a bug in click mapping for the tags region
2018-05-15 Michael D.... convert path to absolute path
2018-05-15 Michael D.... added logic to set file properties
2018-05-14 Michael D.... logged bug in paste routine
2018-05-13 Michael D.... added logic to send messages on window creation and...
2018-05-12 Michael D.... tweaked event handling to impove responsiveness
2018-05-12 Michael D.... fixed selection handling for view_fetch
2018-05-11 Michael D.... fix unit tests
2018-05-11 Michael D.... added colors to status box
2018-05-10 Michael D.... filled out palette based on colors from scheakur vim...
2018-05-10 Michael D.... increase redraw efficiency slightly
2018-05-10 Michael D.... implemented expandable tag region
2018-05-09 Michael D.... fix some warnings
2018-05-09 Michael D.... added slightly fancier and easier to find cursor
2018-05-09 Michael D.... refactor view update code to reduce duplication
2018-05-09 Michael D.... fixed cursor so it only gets drawn once
2018-05-08 Michael D.... first attempt at an expandable tags region. Clearly...
2018-05-08 Michael D.... only provide a callback for command I/O if the pipe...
2018-05-08 Michael D.... implemented pipe_write() to allow filtering text throug...
2018-05-08 Michael D.... tweaked logic to update window after process I/O. This...
2018-05-08 Michael D.... added base logic for command I/O. View refresh still...
2018-05-07 Michael D.... added skeleton implementation for command execution...
2018-05-07 Michael D.... fixed bad memory access in view code and fixed the...
2018-05-07 Michael D.... minor refactoring
2018-05-06 Michael D.... make sure the cursor syncs to the bottom of the screen...
2018-05-05 Michael D.... implemented view synchronization logic
2018-05-05 Michael D.... fixed middle click execution
2018-05-05 Michael D.... implemented view_update
2018-04-23 Michael D.... removed unused variable
2018-04-23 Michael D.... fixed bug in moving by line
2018-04-23 Michael D.... compress motion events to just process the latest
2018-04-22 Michael D.... added logic for drawing selection
2018-04-21 Michael D.... fixed cursor limit handling for movements
2018-04-20 Michael D.... first attempt to map clicks to buffer position. horribl...
2018-04-20 Michael D.... slowed down scrolling. would be nice to have dynamic...
2018-04-20 Michael D.... finished implementing main scrolling logic
2018-04-20 Michael D.... fixed inifinite scrolling bug
2018-04-20 Michael D.... fixed segfault in scrolling
2018-04-19 Michael D.... speed improvement for files with lots of long lines
2018-04-19 Michael D.... implemented first pass at scroll up and down. Still...
2018-04-19 Michael D.... started implementing scrolling
2018-04-19 Michael D.... reworked redraw code to prepare for more efficient...
2018-04-19 Michael D.... fixed rendering of proportional fonts
2018-04-18 Michael D.... removed more unnecessary functions
2018-04-18 Michael D.... removed some unnecessary functions
2018-04-18 Michael D.... reworked drawing glyphs to the screen. Still need to...
2018-04-18 Michael D.... start adding logic to build the rows
2018-04-14 Michael D.... refactored view handling. stripped down to the studs...
2018-04-14 Michael D.... removed color attributes from view
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
next