Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-21 | Change the signature for a cherry event | ||
2023-05-21 | Define a structure for a CherryEvent | ||
2023-05-21 | Define an enum to identify an event type | ||
2023-05-21 | Change the default color for window to red | ||
2023-05-17 | Replace printf with logs | ||
2023-05-17 | Add cherry_window_dispose_on_exit() function | ||
2023-05-17 | Add events to exit from application and to close | ||
the window | |||
2023-05-17 | Change calls to the new version of libutils | ||
2023-05-17 | Add a comment | ||
2023-05-17 | Add graphics support | ||
2023-05-17 | Add event.h | ||
2023-05-17 | Add color.h | ||
2023-05-17 | Add cherry_window_set_listener() function | ||
With this function, a CherryWindow can listen events. At the moment, just this listener is available. | |||
2023-05-17 | Add log dependency | ||
2023-05-17 | Add logic to resize and move the CherryWindow | ||
2023-05-17 | Add a test | ||
2023-05-17 | Add command to remove *.core files in `clean` | ||
target | |||
2023-05-17 | Add config.mk | ||
2023-05-17 | Add application.c and application.h | ||
2023-05-17 | Add new function: cherry_window_get_title() | ||
2023-05-17 | Add to the list CherryWindow and not Window | ||
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-17 | Add dimension.c and dimension.h | ||
2023-05-17 | Clean up .gitignore | ||
2023-05-17 | Add logic to change the window name | ||
2023-05-17 | Define empty strings for window_name and | ||
icon_name when creating a new window | |||
2023-05-17 | Add window.c and window.h | ||
2023-05-17 | Add Makefile | ||
2023-05-17 | Update copyright in LICENSE | ||
2022-12-21 | Update copyright | ||
2020-05-13 | Sources, samples and makefile (first alpha version) | ||
2020-05-13 | Ignoring working directory | ||
2020-05-13 | Ignoring VS workspace | ||
2020-05-06 | Update README.md | ||
2020-05-06 | Initial commit | ||