summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2021-04-16regenerate tags if tag not foundLeo Tenenbaum
2021-04-13improve tag generation (don't just look at files in the cwd)Leo Tenenbaum
2021-04-13change fs_list_directory to include entry types directlyLeo Tenenbaum
2021-04-04command to reload all buffers, run make on multiple threadsLeo Tenenbaum
2021-03-23found some bugs to deal withLeo Tenenbaum
2021-03-14fix problem where cursor moves on in/dedent selectionLeo Tenenbaum
2021-03-14fix weird scrolling with find menu openLeo Tenenbaum
2021-03-07resizable build windowLeo Tenenbaum
2021-03-05fix :shell with no files open, write cwd to sessionLeo Tenenbaum
2021-03-05fix some little problems with the file selectorLeo Tenenbaum
2021-03-05fix rendering if border-thickness is bigLeo Tenenbaum
2021-03-04v. 0.8Leo Tenenbaum
2021-03-04string argumentsLeo Tenenbaum
2021-03-04completion working, it seemsLeo Tenenbaum
2021-03-03more autocomplete (already partially working!)Leo Tenenbaum
2021-03-03tags_beginning_with (starting completion)Leo Tenenbaum
2021-03-03:shell, bugfixesLeo Tenenbaum
2021-03-03:tab-move-left/rightLeo Tenenbaum
2021-03-03speed up startup, improve left/right while selectingLeo Tenenbaum
2021-03-03finally figured out what wasn't working with buffer_set_line_len!Leo Tenenbaum
2021-03-02debuggingLeo Tenenbaum
2021-03-02got OpenBSD build to workLeo Tenenbaum
2021-03-02:open-configLeo Tenenbaum
2021-03-02command selector working!Leo Tenenbaum
2021-03-02start command selectorLeo Tenenbaum
2021-03-02silence windows release build warningLeo Tenenbaum
2021-03-02gracefully handle config errorsLeo Tenenbaum
2021-03-02make windows installer remove old versionsLeo Tenenbaum
2021-03-01.deb installer!Leo Tenenbaum
2021-03-01windows installerLeo Tenenbaum
2021-03-01change active node when current one closedLeo Tenenbaum
2021-03-01crash handler for windowsLeo Tenenbaum
2021-03-01restore sessionLeo Tenenbaum
2021-02-28on crash, output info to logLeo Tenenbaum
2021-02-28fix find highlighting when cursor is on same lineLeo Tenenbaum
2021-02-28find bugfixes (switch to another buffer after find)Leo Tenenbaum
2021-02-28speed up debug build timeLeo Tenenbaum
2021-02-28set active_node to NULL when line buffer is activeLeo Tenenbaum
2021-02-28:split-swapLeo Tenenbaum
2021-02-28tab moving working?Leo Tenenbaum
2021-02-27start tab movingLeo Tenenbaum
2021-02-26fixed some menu-related bugsLeo Tenenbaum
2021-02-25started tab movingLeo Tenenbaum
2021-02-25node resizing workingLeo Tenenbaum
2021-02-25resizing nodes (not fully working yet?)Leo Tenenbaum
2021-02-25change cursorLeo Tenenbaum
2021-02-24split depth limitLeo Tenenbaum
2021-02-24:split-joinLeo Tenenbaum
2021-02-24get ctrl+w to work with splitLeo Tenenbaum
2021-02-24start splitLeo Tenenbaum