Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-29 | Call the draw function if the widget is invisible | ||
and not drawn yet | |||
2023-05-29 | Check if widget is visible and drawn before to | ||
call the child draw function | |||
2023-05-29 | Init drawn with a 0 | ||
2023-05-29 | Add new functions to CherryWidget | ||
2023-05-29 | Replace CherryDimension with width and height | ||
2023-05-29 | Change the scope of cherry_widget_draw() | ||
2023-05-29 | Add the `drawn` flag in CherryWidget | ||
2023-05-29 | Remove a not used line | ||
2023-05-29 | Init visible falg in CherryWidget | ||
2023-05-25 | Add cherry_widget_draw() function | ||
2023-05-25 | Rename variables | ||
2023-05-25 | Add widget.c | ||