summaryrefslogtreecommitdiff
path: root/buffer.c
AgeCommit message (Expand)Author
2022-09-26shift+pageup/pagedownpommicket
2022-07-29fix reloading with text-sizepommicket
2022-07-29auto reload configpommicket
2022-07-29indent-with-spacespommicket
2022-07-29per-language settingspommicket
2022-07-29changed text render pos to double to fix extremely long linespommicket
2022-07-21minor fixes, syntax highlighting for java & jspommicket
2022-07-07[1.0r3] fix tex highlighting, move to cursor on backspace/deletepommicket
2022-01-01windows fixespommicket
2021-04-20:set-language, various other little thingsLeo Tenenbaum
2021-04-16comment/uncomment selectionLeo Tenenbaum
2021-03-14fix bug where modifications weren't detectedLeo Tenenbaum
2021-03-14fix find menu scroll bug, for real this timeLeo 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-05fix rendering if border-thickness is bigLeo Tenenbaum
2021-03-03more autocomplete (already partially working!)Leo Tenenbaum
2021-03-03start autocompleteLeo Tenenbaum
2021-03-03:shell, bugfixesLeo Tenenbaum
2021-03-03speed up startup, improve left/right while selectingLeo Tenenbaum
2021-03-03don't merge edits with ctrl+vLeo Tenenbaum
2021-03-03finally figured out what wasn't working with buffer_set_line_len!Leo Tenenbaum
2021-03-02debuggingLeo Tenenbaum
2021-03-02command selector working!Leo Tenenbaum
2021-03-02fix restore session if no active buffer on closeLeo Tenenbaum
2021-03-01restore sessionLeo Tenenbaum
2021-02-28fix find highlighting when cursor is on same lineLeo Tenenbaum
2021-02-26fix bug where selection_pos was invalidLeo Tenenbaum
2021-02-26fixed some menu-related bugsLeo Tenenbaum
2021-02-25node resizing workingLeo Tenenbaum
2021-02-25resizing nodes (not fully working yet?)Leo Tenenbaum
2021-02-25change cursorLeo Tenenbaum
2021-02-23goto line previewLeo Tenenbaum
2021-02-23start goto lineLeo Tenenbaum
2021-02-23improve word movementLeo Tenenbaum
2021-02-22fix automatic horizontal scrollingLeo Tenenbaum
2021-02-22go to definition menuLeo Tenenbaum
2021-02-21generalized selector code seems to work, fix buffer_set_line_len memory leakLeo Tenenbaum
2021-02-19ctrl+click to go to definitionLeo Tenenbaum
2021-02-18go to MSVC errorLeo Tenenbaum
2021-02-16:build somewhat working!Leo Tenenbaum
2021-02-16detecting errors in build outputLeo Tenenbaum
2021-02-16started getting :build to workLeo Tenenbaum
2021-02-13view-only modeLeo Tenenbaum
2021-02-13removed line->capacityLeo Tenenbaum
2021-02-11fixed some problems with find+replaceLeo Tenenbaum
2021-02-11finishing touches for v. 0.3Leo Tenenbaum
2021-02-11highlight matching parenthesesLeo Tenenbaum
2021-02-11indent/dedent selectionLeo Tenenbaum
2021-02-11chain replace all into one undo eventLeo Tenenbaum