summaryrefslogtreecommitdiff
path: root/src/gui
Commit message (Collapse)AuthorAge
* Implementing all kinds of buttons. Rendering to fixAdam NAILI2017-12-31
|
* Implementing the add constraint feature, need to be fixedAdam NAILI2017-12-28
|
* Reworking signatures of pictureframe function, beginning of implementation, ↵Adam NAILI2017-12-28
| | | | debug tests
* Implementing the locking system to disable componentsAdam NAILI2017-12-27
|
* Adding asserts, modifying signatures of function for more precise type, ↵Adam NAILI2017-12-22
| | | | implementing window_add functions, window_print functions
* Updating doc of group, correcting chained list behaviour, completing ↵Adam NAILI2017-12-22
| | | | implementation of group_init, implementing group_print and group_click_handler to delegate on components
* Updating doc of button, implementing button_is_selected, button_print, ↵Adam NAILI2017-12-22
| | | | button_click_test (debug click handling), button_init
* Formatting filesAdam NAILI2017-12-12
|
* Adding asserts, fixing the call of group_init that changedAdam NAILI2017-12-12
|
* Adding beta version of print function, working on implementation of the ↵Adam NAILI2017-12-12
| | | | linked list (add + free)
* Modification of the implementation of init, free and successful test for the ↵Adam NAILI2017-12-10
| | | | init function (creation of a window with the right parameters)
* Update doc and reworking structure and signature of init function for groupAdam NAILI2017-12-10
|
* Deleting the documentation button_free and the prototypeAdam NAILI2017-12-10
|
* Implementing init, free, add_button, add_pictureframe functions for windowAdam NAILI2017-12-10
|
* Creating source file window.cAdam NAILI2017-12-09