aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-05-17Add to the list CherryWindow and not WindowAlessandro Iezzi
It is better to put in windows list the CherryWindow to avoid calling Xlib functions outside the CherryWindow context. In this way, we can change library more easily.
2023-05-17Add dimension.c and dimension.hAlessandro Iezzi
2023-05-17Add logic to change the window nameAlessandro Iezzi
2023-05-17Define empty strings for window_name andAlessandro Iezzi
icon_name when creating a new window
2023-05-17Add window.c and window.hAlessandro Iezzi
2022-12-21Update copyrightAlessandro Iezzi
2020-05-13Sources, samples and makefile (first alpha version)aindros