Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
|\ | |||
| * | Implementing all kinds of buttons. Rendering to fix | Adam NAILI | 2017-12-31 |
| | | |||
| * | 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 | ||
| * | | 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 |
| | | | | | |||
| * | | | | Adding asserts, modifying signatures of function for more precise type, ↵ | Adam NAILI | 2017-12-22 |
| | | | | | | | | | | | | | | | | | | | | implementing window_add functions, window_print functions | ||
| * | | | | 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 | ||
| * | | | | 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 |
| | | | | | |||
| * | | | | 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) | ||
| * | | | | 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 |
| | | | | | |||
| * | | | | Implementing init, free, add_button, add_pictureframe functions for window | Adam NAILI | 2017-12-10 |
| | | | | | |||
| * | | | | Creating source file window.c | Adam NAILI | 2017-12-09 |
| | | | | | |||
* | | | | | Update make files recipes, add mock output binary | pacien | 2017-12-28 |
| |_|_|/ |/| | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | | | Add canvas image init. impl. | pacien | 2017-12-28 |
| | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | | | Merge branch 'morpher' | pacien | 2017-12-28 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
| * | | | Refactor canvas blender into rasterizer | pacien | 2017-12-28 |
| | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
| * | | | Refactor and test color | pacien | 2017-12-28 |
| | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
| * | | | Refactor canvas | pacien | 2017-12-28 |
| | | | | | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
| * | | | Add new geometry common types and functions | pacien | 2017-12-28 |
| | |/ | |/| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* / | | Remove duplicates following merge | pacien | 2017-12-27 |
|/ / | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Fix trianglemap initialisation pixel index | pacien | 2017-12-27 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Add missing free | pacien | 2017-12-26 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Implement morphing functions and adapt blender | pacien | 2017-12-26 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Make triangle boundaries inclusive | pacien | 2017-12-26 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Move Delaunay propagation function | pacien | 2017-12-24 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Implement Delaunay propagation | pacien | 2017-12-24 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Rename function accurately | pacien | 2017-12-22 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Add triangle map and quadrilateral representation and common operations | pacien | 2017-12-22 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Simplify and add geom. and matrix utility functions | pacien | 2017-12-22 |
|/ | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Change local utility function scope | pacien | 2017-12-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Impl. canvas blending | pacien | 2017-12-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Impl. morpher stub | pacien | 2017-12-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Fix typo | pacien | 2017-12-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Rename canvas dim. func. | pacien | 2017-12-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Add vector cmp. func. | pacien | 2017-12-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Add color cmp. func. | pacien | 2017-12-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Impl. color blending and unit test, minor API change | pacien | 2017-12-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> |