Commit Graph

62 Commits

Author SHA1 Message Date
Jean Sirmai 300524adbf
WIP: Docstrings unsing Doxygen; parsing functions names (a Python3 script) 2024-10-06 15:32:02 +02:00
Jean Sirmai eab476145e
CONVENTIONS ET RÈGLES DE NOMMAGE 2024 + ./instanced_cubes 🙂 2024-10-03 09:10:37 +02:00
Jean Sirmai 7e02ca86c5
functions index (renaming before) 2024-09-30 09:10:42 +02:00
Jean Sirmai 2158a831dd
fonction: widget_get_all_rules_left_pane() déplacée vers all_rules/dispatch/ 2024-09-26 10:27:45 +02:00
Jean Sirmai 3e1ff4a54a
utilisation dangereuse des labels des boutons (synth, state, rules,...) pour deux fonctions (sur fsm et widget) 2024-09-24 17:15:39 +02:00
Jean Sirmai 6a914d3da4
journal I use logs to structure the project better 2024-09-24 11:58:48 +02:00
Jean Sirmai 59b797d965
journal restructuration (severity; source; file; function; value) completed 2024-09-23 00:07:26 +02:00
Jean Sirmai e0ceda76a1
journal cleaning WIP... 2024-09-22 22:47:52 +02:00
Jean Sirmai 0d312b7d31
journal introduction of : 'REPEATED' (applied to conditions' list and tree) 2024-09-22 15:30:00 +02:00
Jean Sirmai 10e6d95f53
journal fsm_journal_event (char *message, int severity, int source, const char *value) 2024-09-20 06:47:56 +02:00
Jean Sirmai 6061e78958
journal simplifying (before systematic usage) 2024-09-19 23:21:00 +02:00
Jean Sirmai dc4820fe17
journal use INFO, SOURCE, TARGET ? 2024-09-19 07:14:05 +02:00
Jean Sirmai f3f76ef053
journal exercices strcat/strncat &co (/util/tests) 2024-09-18 10:25:55 +02:00
Jean Sirmai 39a4537fed
journal filters on a possible classification and indexing test (/fsm/dispatch) 2024-09-17 12:56:59 +02:00
Jean Sirmai bc6b6082ec
journal filtrer ? quoi ? comment ? pourquoi ? (fsm/dispatch) 2024-09-16 23:19:14 +02:00
Jean Sirmai 586dc4c7fa
must journal include widget specificities (window, button, glarea, etc.) ? 2024-09-16 19:50:59 +02:00
Jean Sirmai adeee11597
journal formatting, naming, cleaning 2024-09-16 16:23:45 +02:00
Jean Sirmai ba17b5c023
journal: a good place to start from 2024-09-16 08:06:08 +02:00
Jean Sirmai 23724de26e
WIP: strftime again 2024-09-15 23:43:56 +02:00
Jean Sirmai 70c932170a
WIP: strftime 2024-09-14 23:03:19 +02:00
Jean Sirmai 0e925fe882
fsm_journal_publication_request (char *message) {fsm_journal_publish (gologos, message);} 2024-09-13 09:38:07 +02:00
Jean Sirmai e5e674b194
WIP: fsm_journal_init (&glogos, "start fsm_init()") in fsm/dispatch 2024-09-11 10:23:07 +02:00
Adrien Bourmault bcdb9cbc7a src/*, include/*: fix copyright headers 2024-09-10 14:28:53 +02:00
Jean Sirmai f4e023a236
WIP: https://github.com/ToshioCP/Gtk4-tutorial/blob/main/gfm/sec17.md what is 'startup' for ? 2024-09-06 11:02:03 +02:00
Jean Sirmai 5ed02a396e
WIP: un [mode_console] pour tester la logique des commandes DO UNDO REDO ? 2024-09-03 17:32:42 +02:00
Jean Sirmai 0bf0a4fd19
WIP: cleaning 2024-09-02 18:50:47 +02:00
Jean Sirmai cbb8495783
un petit détour par la console... (taper 'entrée' pour ouvrir le fenêtre et... patientez un peu) 2024-09-02 17:34:28 +02:00
Jean Sirmai 16bfcdd4df
un point sur la répartition client/serveur (à lire dans 'main') 2024-08-31 16:07:19 +02:00
Jean Sirmai 924968ca26
fsm/engine.c > using the console to test a thread (or worker) prototype (back 30 years ago) 2024-08-31 09:12:59 +02:00
Jean Sirmai 2da17cc549
comments (fsm.f) & https://learntutorials.net/fr/c/topic/560/listes-liees < ^c^v > fsm/measure.c 2024-08-21 23:19:27 +02:00
Jean Sirmai 3d71b6e9c1
cleaning & simplifying 2024-08-20 09:50:20 +02:00
Jean Sirmai 0d7f90cf18
prefer.c devient un fichier de src/fsm/ et include/prefer.h disparait 2024-08-20 09:32:20 +02:00
Jean Sirmai 635ff8f076
Il y a des préférences qui sont des états de la fsm... How to ? 2024-08-19 22:53:47 +02:00
Jean Sirmai f11ab2e05e
Introducing the 'View Rules Use' pane. This pane and the comparator can be masked 2024-07-29 05:46:10 +02:00
Jean Sirmai bcb4cfc9ed
WIP: adding a 'pilot box' in the rules pane 2024-07-28 16:50:39 +02:00
Jean Sirmai 27a3f54851
main.c : g_signal_connect (app, activate, G_CALLBACK (on_windows_activation), NULL); << see init.c 2024-07-21 11:35:00 +02:00
Jean Sirmai d3e050641d
WIP: cleaning reset_all_situations_transparencies_to_value() 2024-07-20 19:04:08 +02:00
Jean Sirmai a9b4874956
introducing widget/init.c 2024-07-20 16:38:31 +02:00
Jean Sirmai 6142fac0d4
Cleaning static debug_printing() in fsm.c using static char *tab[] = { STATE, RULES, DATA } 2024-07-19 12:00:46 +02:00
Jean Sirmai 8e0ef0fdbd
Renommage + cleaning après audit 2024-07-19 10:54:32 +02:00
Jean Sirmai 7213efb714
Renommage dossiers/fichiers après audit 2024-07-18 22:06:24 +02:00
Jean Sirmai db24cf601b
Une ébauche de menu dans la barre de titre (copié sur 'tree') 2024-07-13 07:48:46 +02:00
Jean Sirmai 953f96b19d
WIP: systematic renaming II 2024-07-11 08:53:38 +02:00
Jean Sirmai 8ce7191df3
WIP: systematic renaming I 2024-07-10 23:31:30 +02:00
Jean Sirmai f8a2494f38
Progress report. Status: awaiting structure review and naming recommandations 2024-07-09 23:03:11 +02:00
Jean Sirmai 4ce3babd30
Décompte des appels de fonction en cours (interrompu) 2024-07-09 15:08:32 +02:00
Jean Sirmai 73648be58e
Décompte des fonctions appelées (n = 86) et appelantes en cours 2024-07-09 10:45:26 +02:00
Jean Sirmai 5d9e70b03d
réflexions à 5h du matin (voir main.c) 2024-07-09 05:00:44 +02:00
Jean Sirmai 11909920f0
WIP: création de automat.h 2024-07-08 22:05:15 +02:00
Jean Sirmai 509e7b6191
WIP: cleaning file list in main.c 2024-07-08 09:13:11 +02:00