Age | Commit message (Expand) | Author |
---|---|---|
2023-05-30 | Set drawn to 1 only if the widget is visible | |
2023-05-30 | Return a non-pointer object cherry_widget_new() | |
2023-05-29 | Call the draw function if the widget is invisible | |
2023-05-29 | Check if widget is visible and drawn before to | |
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 |