summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Implementing the locking system to disable componentsAdam NAILI2017-12-27
|
* Successful test for the group management and button handling. Buttons are ↵Adam NAILI2017-12-22
| | | | placed in the right spots thanks to group position handling
* Adding asserts, modifying signatures of function for more precise type, ↵Adam NAILI2017-12-22
| | | | implementing window_add functions, window_print functions
* Including blender/canvas.h for type resolution in pictureframe.hAdam NAILI2017-12-22
|
* 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
* Modifying signature of ClickHandler pointer of function, PrintMethod pointer ↵Adam NAILI2017-12-22
| | | | of function, adding a boolean to lock a component
* 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
|
* Successful test of initializing and beta printing of the group_buttons that ↵Adam NAILI2017-12-12
| | | | held window
* 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)
* Reworking on the _GroupElement structure and updating docAdam NAILI2017-12-12
|
* Reworking on the signature of PrintMethodAdam NAILI2017-12-12
|
* 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
|
* Creation of component.h and move the content about Component to this header fileAdam NAILI2017-12-10
|
* Updating documentation of group.hAdam NAILI2017-12-10
|
* Implementing init, free, add_button, add_pictureframe functions for windowAdam NAILI2017-12-10
|
* Updating documentation and reworking the structure of the WindowAdam NAILI2017-12-10
|
* Updating button documentationAdam NAILI2017-12-10
|
* Merge remote-tracking branch 'origin/master' into guiAdam NAILI2017-12-10
|\
| * Rename phony targetspacien2017-12-09
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
| * Add proper struct documentationpacien2017-12-09
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Rework of the structure WindowAdam NAILI2017-12-09
| |
* | Rework of the structure GroupAdam NAILI2017-12-09
| |
* | Creating source file window.cAdam NAILI2017-12-09
| |
* | Creating test file windowAdam NAILI2017-12-09
| |
* | Including window.hAdam NAILI2017-12-08
| |
* | Updating window.h doc and rework of the Component struct (adding a pointer ↵Adam NAILI2017-12-08
| | | | | | | | of function to print)
* | Update doc on button.hAdam NAILI2017-12-06
| |
* | Update doc on window.hAdam NAILI2017-12-06
|/
* Add GUI spec draftpacien2017-12-04
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Update docpacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Change local utility function scopepacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Impl. canvas blendingpacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Impl. morpher stubpacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Fix typopacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Rename canvas dim. func.pacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Add vector cmp. func.pacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Add color cmp. func.pacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Impl. color blending and unit test, minor API changepacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Impl. canvas, minor api changepacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Fix makefile env. and test exec.pacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Temporary type declarationpacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Update doc topicspacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Redefine time constantspacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Add missing target to defaults listpacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Add matrix op impl. and test, minor spec changepacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Add some common utility functionspacien2017-12-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>