summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2022-12-25fix various problems from texlab testpommicket
2022-12-24start LSP settingpommicket
2022-12-23identifier-trigger-characters settingpommicket
2022-12-22document IDs instead of documentspommicket
2022-12-10Merge branch 'trunk' into lsppommicket
2022-12-10fix slight bug in strn_duppommicket
2022-12-09real completion parsing!!pommicket
2022-12-09more completion, not working yetpommicket
2022-12-09more lsppommicket
2022-12-06more work on lsppommicket
2022-12-06more lsppommicket
2022-11-03custom shader texturepommicket
2022-11-02fixed path-specific settings bugs. stuff seems to be working nowpommicket
2022-11-02(insufficiently tested) per-path settingspommicket
2022-09-24fix go-to-error when build_dir != .pommicket
2022-08-19fixed reading before abspath in path_fullpommicket
2022-01-01little fix to paths, update README for linux buildpommicket
2022-01-01windows fixespommicket
2021-04-13improve tag generation (don't just look at files in the cwd)Leo Tenenbaum
2021-03-05fix some little problems with the file selectorLeo Tenenbaum
2021-03-03:shell, bugfixesLeo 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-02gracefully handle config errorsLeo Tenenbaum
2021-03-01restore sessionLeo Tenenbaum
2021-02-22go to definition menuLeo Tenenbaum
2021-02-18Finishing touches for v. 0.4Leo Tenenbaum
2021-02-17started process-win.cLeo Tenenbaum
2021-02-16fix rust go to build errorsLeo Tenenbaum
2021-02-16started getting :build to workLeo Tenenbaum
2021-02-13removed line->capacityLeo Tenenbaum
2021-02-05ask to reload when file is externally changedLeo Tenenbaum
2021-01-30fixed warnings on GCC, fixed opening an absolute path, READMELeo Tenenbaum
2021-01-30ctrl+q to quit (with unsaved changes dialog)Leo Tenenbaum
2021-01-29better tab bar, default to "save as" on Ctrl+S with starting bufferLeo Tenenbaum
2021-01-29got windows build to work againLeo Tenenbaum
2021-01-28qsort_with_context on systems without qsort_r/sLeo Tenenbaum
2021-01-27started warn on overwriteLeo Tenenbaum
2021-01-25replaced c32rtomb, mbrtoc32 with own versionsLeo Tenenbaum
2021-01-24file selector much nicer interfaceLeo Tenenbaum
2021-01-23got rid of dyn string array - that was unnecessarily complicatedLeo Tenenbaum
2021-01-21file selector now actually workingLeo Tenenbaum
2021-01-19opening files by clicking on themLeo Tenenbaum
2021-01-18opening files kinda workingLeo Tenenbaum
2021-01-06more open menu, border thickness setting, fixed small text clipping issueLeo Tenenbaum
2021-01-04commands to change the font sizeLeo Tenenbaum
2021-01-03make install, command line argumentsLeo Tenenbaum
2020-12-30more configLeo Tenenbaum
2020-12-29started config fileLeo Tenenbaum
2020-12-15text insertion working very well!Leo Tenenbaum