Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-30 | Add draw function in CherryWindow | ||
2023-05-30 | Make CherryWindow a CherryWidget child | ||
2023-05-29 | Remove `dimension` from CherryWindow | ||
2023-05-21 | Change the signature for a cherry event | ||
2023-05-17 | Add cherry_window_dispose_on_exit() function | ||
2023-05-17 | Add cherry_window_set_listener() function | ||
With this function, a CherryWindow can listen events. At the moment, just this listener is available. | |||
2023-05-17 | Add new function: cherry_window_get_title() | ||
2023-05-17 | Add window.c and window.h | ||