Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ordering includes | Adam NAILI | 2018-01-09 |
| | |||
* | Cleaning includes in GUI src files | Adam NAILI | 2018-01-09 |
| | |||
* | Merge branch 'master' of https://git-etud.u-pem.fr/upem-c-morphing | Adam NAILI | 2018-01-09 |
|\ | |||
| * | Reformat and clean includes | pacien | 2018-01-09 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Changing the end of the program to let the user retry his morphing | Adam NAILI | 2018-01-09 |
|/ | |||
* | Implementing option --help handling | Adam NAILI | 2018-01-09 |
| | |||
* | Deleting test files from GUI that require human action and can't be to ↵ | Adam NAILI | 2018-01-09 |
| | | | | others computers due to paths | ||
* | Rewrite gui testing in report | pacien | 2018-01-09 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Merge branch 'master' of https://git-etud.u-pem.fr/upem-c-morphing | pacien | 2018-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 implementations | Adam NAILI | 2018-01-04 |
| | | |||
| * | Updating report : adding precisions and rephrasing | Adam NAILI | 2018-01-04 |
| | | |||
* | | Sources and import cleanup | pacien | 2018-01-09 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Add authorship info in headers doc | pacien | 2018-01-09 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Remove non-implemented bonuses | pacien | 2018-01-09 |
|/ | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Updating documentation, cleaning includes, updating report | Adam NAILI | 2018-01-03 |
| | |||
* | Implementing error handling + final GUI | Adam NAILI | 2018-01-02 |
| | |||
* | Implementing GUI (init, handling_event, free) | Adam NAILI | 2018-01-02 |
| | |||
* | Successful test of rendering (GUI BETA) | Adam NAILI | 2018-01-01 |
| | |||
* | Implementing rendering | Adam NAILI | 2018-01-01 |
| | |||
* | Fix dimension swap | pacien | 2017-12-31 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Merge remote-tracking branch 'origin/gui' | Adam NAILI | 2017-12-31 |
|\ | |||
| * | Continuing test to fix | Adam NAILI | 2017-12-31 |
| | | |||
| * | Implementing all kinds of buttons. Rendering to fix | Adam NAILI | 2017-12-31 |
| | | |||
| * | Use 64 bits integers (avoiding overflows when computing the Delaunay criteria) | pacien | 2017-12-29 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
| * | Accept edge case as Delaunay | pacien | 2017-12-29 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
| * | Implementing the add constraint feature, need to be fixed | Adam NAILI | 2017-12-28 |
| | | |||
| * | Merge remote-tracking branch 'origin/master' into gui | Adam NAILI | 2017-12-28 |
| |\ | |||
| * | | Reworking signatures of pictureframe function, beginning of implementation, ↵ | Adam NAILI | 2017-12-28 |
| | | | | | | | | | | | | debug tests | ||
| * | | Updating documentation of PictureFrame. Defining structures, types, methods ↵ | Adam NAILI | 2017-12-27 |
| | | | | | | | | | | | | signatures | ||
| * | | Merge branch 'master' into gui | Adam NAILI | 2017-12-27 |
| |\ \ | |||
| * \ \ | Merge remote-tracking branch 'origin/master' into gui | Adam NAILI | 2017-12-27 |
| |\ \ \ | |||
| * | | | | Implementing the locking system to disable components | Adam NAILI | 2017-12-27 |
| | | | | | |||
| * | | | | Successful test for the group management and button handling. Buttons are ↵ | Adam NAILI | 2017-12-22 |
| | | | | | | | | | | | | | | | | | | | | placed in the right spots thanks to group position handling | ||
| * | | | | Adding asserts, modifying signatures of function for more precise type, ↵ | Adam NAILI | 2017-12-22 |
| | | | | | | | | | | | | | | | | | | | | implementing window_add functions, window_print functions | ||
| * | | | | Including blender/canvas.h for type resolution in pictureframe.h | Adam NAILI | 2017-12-22 |
| | | | | | |||
| * | | | | Updating doc of group, correcting chained list behaviour, completing ↵ | Adam NAILI | 2017-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 NAILI | 2017-12-22 |
| | | | | | | | | | | | | | | | | | | | | of function, adding a boolean to lock a component | ||
| * | | | | Updating doc of button, implementing button_is_selected, button_print, ↵ | Adam NAILI | 2017-12-22 |
| | | | | | | | | | | | | | | | | | | | | button_click_test (debug click handling), button_init | ||
| * | | | | Formatting files | Adam NAILI | 2017-12-12 |
| | | | | | |||
| * | | | | Successful test of initializing and beta printing of the group_buttons that ↵ | Adam NAILI | 2017-12-12 |
| | | | | | | | | | | | | | | | | | | | | held window | ||
| * | | | | Adding asserts, fixing the call of group_init that changed | Adam NAILI | 2017-12-12 |
| | | | | | |||
| * | | | | Adding beta version of print function, working on implementation of the ↵ | Adam NAILI | 2017-12-12 |
| | | | | | | | | | | | | | | | | | | | | linked list (add + free) | ||
| * | | | | Reworking on the _GroupElement structure and updating doc | Adam NAILI | 2017-12-12 |
| | | | | | |||
| * | | | | Reworking on the signature of PrintMethod | Adam NAILI | 2017-12-12 |
| | | | | | |||
| * | | | | Modification of the implementation of init, free and successful test for the ↵ | Adam NAILI | 2017-12-10 |
| | | | | | | | | | | | | | | | | | | | | init function (creation of a window with the right parameters) | ||
| * | | | | Update doc and reworking structure and signature of init function for group | Adam NAILI | 2017-12-10 |
| | | | | | |||
| * | | | | Deleting the documentation button_free and the prototype | Adam NAILI | 2017-12-10 |
| | | | | | |||
| * | | | | Creation of component.h and move the content about Component to this header file | Adam NAILI | 2017-12-10 |
| | | | | | |||
| * | | | | Updating documentation of group.h | Adam NAILI | 2017-12-10 |
| | | | | | |||
| * | | | | Implementing init, free, add_button, add_pictureframe functions for window | Adam NAILI | 2017-12-10 |
| | | | | |