lite-xl/src
Adam 960b482061
Fixed some issues with inotify and multiple events at the same time. (#872)
* Fixed some issues with inotify and multiple events at the same time. Seems to be working now.

* Cleaned up and simplified function, and commented, and fixed a number of bugs.

* Simplifying and fixing further.

* Improved performance for skipping large amounts of files.

* Added in extra checks, and changed paths. We should probably unify these path styles.

* Fixed stutter.

* Removed extraneous functions.

* Cleaned up more, added more testing; dealt with multiple sequential events correctly.
2022-03-08 19:30:25 -05:00
..
api Fixed some issues with inotify and multiple events at the same time. (#872) 2022-03-08 19:30:25 -05:00
bundle_open.m Takes kivutar's changes into account, cleaning things up slightly. 2021-12-15 20:31:24 -05:00
main.c Fix Project Scanning (#746) 2022-03-06 00:59:22 -05:00
meson.build Fix Project Scanning (#746) 2022-03-06 00:59:22 -05:00
rencache.c Fixing performance regression. Due to the way the hashes work, we must 0 out the whole thing. 2022-01-29 15:19:22 -05:00
rencache.h Added in support for font groupings. 2021-10-12 23:24:52 -04:00
renderer.c Always check if the beginning of the text needs to be clipped 2022-03-07 23:35:56 +01:00
renderer.h Support no antialiasing. 2021-11-22 18:13:43 -05:00
renwindow.c More accurate update rects / show window / present sequence 2021-05-06 09:00:36 +02:00
renwindow.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00