Commit Graph

49 Commits

Author SHA1 Message Date
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
Jean Sirmai e2238ae830
L I S T E D E S F I C H I E R S A R E N O M M E R (in main) 2024-07-08 07:52:27 +02:00
Jean Sirmai edebbc4f54
Documentation (main.c) > il y a des choix à faire avant de renommer les fonctions et les fichiers 2024-07-07 07:25:08 +02:00
Jean Sirmai 56fad4b104
Documentation organisation d'ensemble (dans main.c) suite 2024-07-06 23:50:43 +02:00
Jean Sirmai 73cda3992a
De la documentation (dans main.c) sur l'architecture générale 2024-07-06 23:09:47 +02:00
Jean Sirmai a898b096a5
WIP: creating a text_window: click the menu button & check get_STOCK_text in stock.c 2024-07-04 22:29:34 +02:00
Jean Sirmai 6f51ad8158
Progress report. Status: awaiting structure review 2024-07-04 08:04:58 +02:00
Jean Sirmai a4a80c63fe
WIP: cleaning (systematic verifications III) 2024-07-01 07:26:16 +02:00
Jean Sirmai 71d7a2e3d5
WIP: cleaning (systematic verifications II) 2024-07-01 00:42:25 +02:00
Jean Sirmai 6209ad9a09
WIP: cleaning (widgets, graphics, shaders) 2024-06-30 12:47:34 +02:00
Jean Sirmai 0487a15b65
WIP: cleaning (headers, licences, authors, formats,...) 2024-06-30 11:53:03 +02:00
Jean Sirmai f8cbc1a8a2
src/*.c: moved headers to include/ 2024-06-29 18:04:49 +02:00
Jean Sirmai 175418ab35
New Makefile and project restructuration 2024-06-29 18:04:49 +02:00