Commit Graph

16 Commits

Author SHA1 Message Date
Basile Burg 0196068b06 add helper for integer, refactor ` = 0` with equals(0) 2020-07-05 14:26:12 +02:00
Basile Burg 25074446f2 libdexed-d, return Pascal compatible strings, freed by ref counting 2020-06-12 20:38:20 +02:00
Basile Burg 5c37dc198c replace NativeUInt and NativeInt with FreePascal style alias 2020-05-27 15:30:43 +02:00
Basile Burg 015bdd6062 symlist, minor perf improvment 2020-05-27 15:27:38 +02:00
Basile Burg 45dbe09cff minimize D GC from main thread directly in the widgets calling D in threads
D memory allocated in the threads was never released
2020-05-06 01:38:01 +02:00
Basile Burg 92945de403 todolist, symlist, fix possible corruption of the input data
when a new thread was started before the previous one ended

  close #35
2020-05-05 14:24:36 +02:00
Basile Burg 04798b1c83 call heavy things written in D in fpc threads 2020-05-05 06:00:14 +02:00
Basile Burg e732b27eeb remove remaining refs to dastworx 2020-04-21 03:33:40 +02:00
Basile Burg 5e17d5617e Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
Stian Gulpen 3ad97b3dc2 prevent calling dastworx on closing a page 2019-12-01 13:53:33 +01:00
Basile Burg da9cf5105b symlist, reset filter on other doc focused 2019-06-07 09:52:32 +02:00
Basile Burg 0f04a66e63 prevent creating timers in each widget and use at one instead of two 2019-02-08 22:11:09 +01:00
Basile Burg e6e0dc6215 style, remove all occurences of `then\ [a-z,A-Z]` 2019-02-05 19:08:09 +01:00
Basile Burg 6750020d16 prevent cases of superfluous indirections on `Items[i]` 2019-02-03 21:05:53 +01:00
Basile Burg 492cd4e8e5 fix #336 - Out of order messages 2019-01-20 12:12:03 +01:00
Basile Burg f603fe1879 Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00