summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* Changing the end of the program to let the user retry his morphingAdam NAILI2018-01-09
|
* Merge branch 'master' of https://git-etud.u-pem.fr/upem-c-morphingpacien2018-01-09
|\ | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> # Conflicts: # include/gui/component.h # include/gui/gui.h # include/gui/pictureframe.h
| * Updating documentation and explanation about some implementationsAdam NAILI2018-01-04
| |
* | Sources and import cleanuppacien2018-01-09
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Add authorship info in headers docpacien2018-01-09
|/ | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Updating documentation, cleaning includes, updating reportAdam NAILI2018-01-03
|
* Implementing GUI (init, handling_event, free)Adam NAILI2018-01-02
|
* Implementing renderingAdam NAILI2018-01-01
|
* Merge remote-tracking branch 'origin/gui'Adam NAILI2017-12-31
|\
| * Implementing all kinds of buttons. Rendering to fixAdam NAILI2017-12-31
| |
| * Use 64 bits integers (avoiding overflows when computing the Delaunay criteria)pacien2017-12-29
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
| * Implementing the add constraint feature, need to be fixedAdam NAILI2017-12-28
| |
| * Merge remote-tracking branch 'origin/master' into guiAdam NAILI2017-12-28
| |\
| * | Reworking signatures of pictureframe function, beginning of implementation, ↵Adam NAILI2017-12-28
| | | | | | | | | | | | debug tests
| * | Updating documentation of PictureFrame. Defining structures, types, methods ↵Adam NAILI2017-12-27
| | | | | | | | | | | | signatures
| * | Merge branch 'master' into guiAdam NAILI2017-12-27
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into guiAdam NAILI2017-12-27
| |\ \ \
| * | | | 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
| * | | | Reworking on the _GroupElement structure and updating docAdam NAILI2017-12-12
| | | | |
| * | | | Reworking on the signature of PrintMethodAdam NAILI2017-12-12
| | | | |
| * | | | 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
| | | | |
| * | | | 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
| |\ \ \ \
| * | | | | Rework of the structure WindowAdam NAILI2017-12-09
| | | | | |
| * | | | | Rework of the structure GroupAdam 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
| | | | | |
* | | | | | Small doc fixespacien2017-12-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | | | | | More inspirationpacien2017-12-28
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | | | | Adding inspirationpacien2017-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | | | | Remove previous impl. filespacien2017-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | | | | Add canvas from image init. func.pacien2017-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | | | | Merge branch 'morpher'pacien2017-12-28
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
| * | | | Refactor canvas blender into rasterizerpacien2017-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
| * | | | Refactor and test colorpacien2017-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
| * | | | Refactor canvaspacien2017-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
| * | | | Add new geometry common types and functionspacien2017-12-28
| | |_|/ | |/| | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* / | | Remove duplicates following mergepacien2017-12-27
|/ / / | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | | Implement morphing functions and adapt blenderpacien2017-12-26
| | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | | Detail docpacien2017-12-26
| | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>