lite-xl/src
Francesco Abbate 3109263c5d Call dmon_unwatch when changing project
Fix a conspicuous omission to call the dmon_unwatch function
when changing project directory.

This uncovered a bug or a quirk of the dmon library where the watch_ids
can change as a result of calling dmon_unwatch because they are just
indexes on a contiguous array. Use a workaround to always unwatch the
first valid watch_id N times.
2021-12-20 14:42:48 +01:00
..
api Call dmon_unwatch when changing project 2021-12-20 14:42:48 +01:00
bundle_open.m Fix macOS build issue with recent commit 2021-08-19 14:33:39 -07:00
dirmonitor.c Report dmon modify events 2021-10-08 23:13:50 +02:00
dirmonitor.h Adopt new version of dmon 2021-10-08 21:55:43 +02:00
fontdesc.c Scale fonts context menu (#246) 2021-06-03 22:49:37 +02:00
fontdesc.h Scale fonts context menu (#246) 2021-06-03 22:49:37 +02:00
main.c Implement directory monitoring using septag/dmon 2021-10-08 21:31:22 +02:00
meson.build Move dmon files into lib/dmon 2021-10-08 22:10:17 +02:00
rencache.c Do no add rencache a command for empty rectangles 2021-10-10 14:58:51 +02:00
rencache.h Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
renderer.c Reverted if guard. 2021-06-09 19:34:02 -04:00
renderer.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02: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