summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2021-01-29tabs working pretty well (not done yet)Leo Tenenbaum
2021-01-29better tab bar, default to "save as" on Ctrl+S with starting bufferLeo Tenenbaum
2021-01-29mergeLeo Tenenbaum
2021-01-29started tab barLeo Tenenbaum
2021-01-29got windows build to work againLeo Tenenbaum
2021-01-28more tabsLeo Tenenbaum
2021-01-28qsort_with_context on systems without qsort_r/sLeo Tenenbaum
2021-01-28make sure log exists before closing itLeo Tenenbaum
2021-01-28started tabsLeo Tenenbaum
2021-01-28got file selector to behave betterLeo Tenenbaum
2021-01-27more warn overwriteLeo Tenenbaum
2021-01-27started warn on overwriteLeo Tenenbaum
2021-01-27fix error boxLeo Tenenbaum
2021-01-26auto-indentLeo Tenenbaum
2021-01-25clip selector, save asLeo Tenenbaum
2021-01-25dismiss error boxLeo Tenenbaum
2021-01-25error log, fix memory leak, moved globals to TedLeo Tenenbaum
2021-01-25replaced c32rtomb, mbrtoc32 with own versionsLeo Tenenbaum
2021-01-25error box; generally better error handlingLeo Tenenbaum
2021-01-24copy/cut/pasteLeo Tenenbaum
2021-01-24file selector scrollingLeo Tenenbaum
2021-01-24auto-cd: check if actually directory, ~Leo Tenenbaum
2021-01-22fixed memory leaksLeo Tenenbaum
2021-01-22bold text for file selector cwdLeo Tenenbaum
2021-01-22got file selector to mostly work, better mouse draggingLeo Tenenbaum
2021-01-21trying to make clicking on directories work; not done yetLeo Tenenbaum
2021-01-21file selector now actually workingLeo Tenenbaum
2021-01-21split file selector into its own thingLeo Tenenbaum
2021-01-19opening files by clicking on themLeo Tenenbaum
2021-01-18bug fixes, narrow file list based on search termLeo Tenenbaum
2021-01-18opening files kinda workingLeo Tenenbaum
2021-01-18got windows build to partly workLeo Tenenbaum
2021-01-09escape commandLeo Tenenbaum
2021-01-06more open menu, border thickness setting, fixed small text clipping issueLeo Tenenbaum
2021-01-06start open menuLeo Tenenbaum
2021-01-04commands to change the font sizeLeo Tenenbaum
2021-01-03make install, command line argumentsLeo Tenenbaum
2021-01-02blinking cursorLeo Tenenbaum
2021-01-02double/triple click to select word/lineLeo Tenenbaum
2021-01-02shift+click and shift+drag to selectLeo Tenenbaum
2020-12-31core settingsLeo Tenenbaum
2020-12-31configurable colorsLeo Tenenbaum
2020-12-31started color customizationLeo Tenenbaum
2020-12-30config working!Leo Tenenbaum
2020-12-30more configLeo Tenenbaum
2020-12-29started config fileLeo Tenenbaum
2020-12-29Home and endLeo Tenenbaum
2020-12-28more selection, improved buffer_pos_move_left_wordsLeo Tenenbaum
2020-12-28cleaned up code a bit, started selectionLeo Tenenbaum
2020-12-28center cursor on undo, highlight cursor lineLeo Tenenbaum