Jean Sirmai
20537e68e2
WIP: clean & comment
2024-01-10 09:38:58 +01:00
Jean Sirmai
59b15a1091
First adequate usage of the file : 'tree.c' OK OK OK (to comment and clean)
2024-01-08 19:54:22 +01:00
Jean Sirmai
8dcd4fc8be
WIP: tree successfully created. Now, let's display it in the window
2024-01-08 09:31:07 +01:00
Jean Sirmai
b8ef224742
WIP: manifest restauré; GtkWidget *create_a_button(GemGraphClientWindow *my_window) < arf... (in window.c, line 268)
2024-01-08 00:34:00 +01:00
Jean Sirmai
effc5b83ff
WIP: j'ai peut-être un peu trop simplifié le manifest... (mais ça va plus vite)
2024-01-07 23:33:47 +01:00
Jean Sirmai
d96113c72b
WIP: cleaning, cleaning...
2024-01-07 21:52:17 +01:00
Jean Sirmai
601b7f0fa7
cleanup
2024-01-05 17:46:14 +01:00
Jean Sirmai
3c73c5374b
WIP: commentaires (en Français seulement) 2ème version
2023-11-30 19:50:18 +01:00
Jean Sirmai
ef0519440e
WIP: A button is now in the GtkBox *runlib_objects of windows.c How to associate an action to it ?
2023-11-29 15:36:09 +01:00
Jean Sirmai
d353bf1188
window.c: first hello in a box
2023-11-29 14:51:01 +01:00
Jean Sirmai
e5b58345d3
WIP: (micro) cleaning
2023-11-25 08:14:39 +01:00
Jean Sirmai
96bb834615
WIP: (micro) Three empty lines have been added to the model.
2023-11-24 17:57:44 +01:00
Jean Sirmai
ea43778291
WIP: (micro) adding : void onTreeViewRowActivated().
2023-11-24 16:50:51 +01:00
Jean Sirmai
d315e5c76a
BRANCH dev/ui-simple-tree ORIGIN (cleaning)
2023-11-24 16:25:56 +01:00
Jean Sirmai
14b326435b
WIP: suite lecture + mises en forme (arrays) perso; qui fait quoi ? (include/ui.h)
2023-11-10 10:07:01 +01:00
Adrien Bourmault
234d78542f
src/graphics/graphics.c: corrected segfault caused by incorrect size for elements
2023-09-07 22:49:09 +02:00
Adrien Bourmault
8130b663d8
src/graphics/*: full refactoring of source code
...
src/graphics.c : contains all primitives on buffers and control
src/arrows.c : contains all complex writing for arrows constructions
src/grid.c : contains all complexe writing for grid construction
Co-developed-by: Jean Sirmai <jean@a-lec.org>
Signed-off-by: Adrien Bourmault <neox@a-lec.org>
2023-09-07 22:47:58 +02:00
Jean Sirmai
7f010b87c7
src/graphics/*: Reworked modularity, buffer allocation and reallocation of lines buffer
...
Acked-by: Adrien 'neox' Bourmault <neox@a-lec.org>
2023-09-06 15:05:21 +02:00
Jean Sirmai
bdad3857a9
First 3D representation
...
Space units are 3D, arrows are 3D, space can be 3D/2D/1D.
Every dimension length can be defined independently.
At this time, arrows are drawn after a statically-defined array.
Signed-off-by: Jean Sirmai <jean@a-lec.org>
2023-08-29 14:33:17 +02:00
Jean Sirmai
f32fa02299
First one-dimensional representation
...
Users have choice for display:
- arrows are 2D or 3D
- space units are 2D or 3D
Signed-off-by: Jean Sirmai <jean@a-lec.org>
2023-08-29 14:32:39 +02:00
Jean Sirmai
a6927dbaa5
WIP: pref_3D_xor_2D_space and pref_mark_unit_space_zero seem OK (check)
2023-06-23 16:55:58 +02:00
Jean Sirmai
28c45295c6
WIP: Restructuration graphics/graphics in progress. Is OK.
2023-06-23 12:52:44 +02:00
Jean Sirmai
4d5aa2c993
WIP: Bon. C'est blindé d'erreurs mais ça le fait en 3D + 1 p'tite flèche. A nettoyer ++
2023-06-15 21:29:15 +02:00
Jean Sirmai
e9d45b3e88
WIP: un p'tit coup d'espace 3D (sans les flèches)
2023-06-15 20:48:40 +02:00
Jean Sirmai
a0cce217b2
WIP: Réorganisation de graphics.c création de space_2D.c et arrow_2D.c
2023-06-15 19:50:49 +02:00
Jean Sirmai
1c5f45d505
Is OK. Avant restructuration. (découpage de graphics.c en "control_graphics.c" + space_2D.c + _3D.c + etc)
2023-06-15 11:40:55 +02:00
Jean Sirmai
efe117076f
Première représentation 3D d'un modèle 1D
2023-06-09 15:03:28 +02:00
Jean Sirmai
2a9ed561fb
Added include/parsing.h
2023-04-18 11:16:52 +02:00
Adrien Bourmault
abea32cd88
WIP: gl_area params allocated
2023-02-26 14:57:50 +01:00
Adrien Bourmault
b2e25470ed
WIP: solved segfault but need to improve gl_area_array
2023-02-25 21:23:37 +01:00
Adrien Bourmault
0396f8039b
WIP: NOT WORKING: read_file()
2023-02-23 21:54:22 +01:00
Adrien Bourmault
d761711ede
WIP: allocation dynamique des paramètres de GLArea
2023-02-23 19:51:02 +01:00
Adrien Bourmault
ef901d4a48
Cleanup & refactor
2023-01-26 01:56:54 +01:00
Adrien Bourmault
8aae05fefc
Cleanup and added events
2023-01-26 01:38:51 +01:00
Adrien Bourmault
64fa82a741
GLArea dans la place
2023-01-26 01:07:07 +01:00
Adrien Bourmault
0a494a6b21
Notifications fonctionnelles
2023-01-25 23:14:55 +01:00
Adrien Bourmault
a70d4fcf21
WIP: notification
2023-01-25 20:20:25 +01:00
Adrien Bourmault
91026f87be
Changed function naming style
2023-01-25 19:27:51 +01:00
Adrien Bourmault
4d65a51e09
Obtained open/close with changing mode
2023-01-25 18:48:01 +01:00
Adrien Bourmault
555478c783
WIP: new actions
2023-01-25 15:25:04 +01:00
Adrien Bourmault
1b17dcf5b1
Réorganisation des répertoires
2023-01-25 12:24:52 +01:00
Adrien Bourmault
4766fbc9bb
WIP: obtained a window
2023-01-24 21:06:32 +01:00
Adrien Bourmault
4b6383bf0c
WIP: obtained a window
2023-01-24 21:06:05 +01:00
Adrien Bourmault
dce3310970
WIP: C transition, beginning from gemgl
2023-01-23 18:52:57 +01:00