aboutsummaryrefslogtreecommitdiff
path: root/src/widget.c
AgeCommit message (Expand)Author
2023-05-30Set drawn to 1 only if the widget is visibleAlessandro Iezzi
2023-05-30Return a non-pointer object cherry_widget_new()Alessandro Iezzi
2023-05-29Call the draw function if the widget is invisibleAlessandro Iezzi
2023-05-29Check if widget is visible and drawn before toAlessandro Iezzi
2023-05-29Init drawn with a 0Alessandro Iezzi
2023-05-29Add new functions to CherryWidgetAlessandro Iezzi
2023-05-29Replace CherryDimension with width and heightAlessandro Iezzi
2023-05-29Change the scope of cherry_widget_draw()Alessandro Iezzi
2023-05-29Add the `drawn` flag in CherryWidgetAlessandro Iezzi
2023-05-29Remove a not used lineAlessandro Iezzi
2023-05-29Init visible falg in CherryWidgetAlessandro Iezzi
2023-05-25Add cherry_widget_draw() functionAlessandro Iezzi
2023-05-25Rename variablesAlessandro Iezzi
2023-05-25Add widget.cAlessandro Iezzi