aboutsummaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2023-05-30Fix cherry_window_get_title()Alessandro Iezzi
2023-05-30Fix cherry_window_set_visibleAlessandro Iezzi
2023-05-30Call parent draw functionAlessandro Iezzi
2023-05-30Update position and dimension only if the windowAlessandro Iezzi
2023-05-30Change the logic of cherry_window_set_positionAlessandro Iezzi
2023-05-30Add cherry_window_get_position() functionAlessandro Iezzi
2023-05-30Change the name of a variableAlessandro Iezzi
2023-05-30Add draw function in CherryWindowAlessandro Iezzi
2023-05-29Change cherry_window_new in cherry_window_drawAlessandro Iezzi
2023-05-29Fix a compilation errorAlessandro Iezzi
2023-05-29Use functions to set dimension of the CherryWindowAlessandro Iezzi
2023-05-29Remove `dimension` from CherryWindowAlessandro Iezzi
2023-05-22Add commented codeAlessandro Iezzi
2023-05-22Add contexts to retrieve the window whenAlessandro Iezzi
2023-05-21Change the signature for a cherry eventAlessandro Iezzi
2023-05-21Change the default color for window to redAlessandro Iezzi
2023-05-17Add cherry_window_dispose_on_exit() functionAlessandro Iezzi
2023-05-17Add events to exit from application and to closeAlessandro Iezzi
2023-05-17Change calls to the new version of libutilsAlessandro Iezzi
2023-05-17Add a commentAlessandro Iezzi
2023-05-17Add graphics supportAlessandro Iezzi
2023-05-17Add cherry_window_set_listener() functionAlessandro Iezzi
2023-05-17Add logic to resize and move the CherryWindowAlessandro Iezzi
2023-05-17Add new function: cherry_window_get_title()Alessandro Iezzi
2023-05-17Add to the list CherryWindow and not WindowAlessandro Iezzi
2023-05-17Add logic to change the window nameAlessandro Iezzi
2023-05-17Define empty strings for window_name andAlessandro Iezzi
2023-05-17Add window.c and window.hAlessandro Iezzi