summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Collapse)Author
2023-08-06silence weird opengl warningpommicket
2023-08-06util cleanuppommicket
2023-08-06new menu system all donepommicket
2023-07-21update windows installer2.4.2pommicket
2023-07-19start "multifonts"pommicket
2023-07-19initial draft of variable-width font handlingpommicket
2023-03-23handle various :increment-number edge cases and binarypommicket
2023-03-04new light stylepommicket
also highlighting of POSIX types
2023-01-12[2.0] fix path_full on windowspommicket
2023-01-12[2.0] minor windows path-related fixes, windows installer versionpommicket
2023-01-10linux build , etc.pommicket
2023-01-09fixed a bunch of windows stuffpommicket
also compile_commands.json does fix the usages problem!
2023-01-08start windows supportLeo Tenenbaum
2023-01-03switch from scancodes to keycodespommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02remove a bunch of unused math functionspommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure buffer.cpommicket
2023-01-01char const => const charpommicket
2023-01-01move string32.c into util.cpommicket
2023-01-01start os.h mergingpommicket
2023-01-01move math.c functions to util.cpommicket
2023-01-01more reorganizingpommicket
2022-12-31start moving things aroundpommicket
2022-12-30show location in definitions menupommicket
2022-12-29fix GCC warningspommicket
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
also fixed memory bug in path_full, yet again
2022-09-24fix go-to-error when build_dir != .pommicket
2022-08-19fixed reading before abspath in path_fullpommicket
no change to the behaviour of ted, just potentially (unlikely) fixing bad reads
2022-01-01little fix to paths, update README for linux buildpommicket
2022-01-01windows fixespommicket
- mysterious carriage returns fixed? - fixed c:/x opening separately from c:\x
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
hooray!!!!!
2021-03-02gracefully handle config errorsLeo Tenenbaum