index
:
libs/c/cherry.git
master
GUI toolkit cross-platform
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-08-22
Remove the trailing space in OBJ var
HEAD
master
Alessandro Iezzi
2023-05-30
Remove src/dimension.h
Alessandro Iezzi
2023-05-30
Remove src/dimension.c
Alessandro Iezzi
2023-05-30
Add test folder
Alessandro Iezzi
2023-05-30
Set drawn to 1 only if the widget is visible
Alessandro Iezzi
2023-05-30
Return a non-pointer object cherry_widget_new()
Alessandro Iezzi
2023-05-30
Fix cherry_window_get_title()
Alessandro Iezzi
2023-05-30
Fix cherry_window_set_visible
Alessandro Iezzi
2023-05-30
Call parent draw function
Alessandro Iezzi
2023-05-30
Update position and dimension only if the window
Alessandro Iezzi
2023-05-30
Change the logic of cherry_window_set_position
Alessandro Iezzi
2023-05-30
Add cherry_window_get_position() function
Alessandro Iezzi
2023-05-30
Change the name of a variable
Alessandro Iezzi
2023-05-30
Add draw function in CherryWindow
Alessandro Iezzi
2023-05-30
Make CherryWindow a CherryWidget child
Alessandro Iezzi
2023-05-29
Change cherry_window_new in cherry_window_draw
Alessandro Iezzi
2023-05-29
Fix a compilation error
Alessandro Iezzi
2023-05-29
Use functions to set dimension of the CherryWindow
Alessandro Iezzi
2023-05-29
Remove `dimension` from CherryWindow
Alessandro Iezzi
2023-05-29
Call the draw function if the widget is invisible
Alessandro Iezzi
2023-05-29
Check if widget is visible and drawn before to
Alessandro Iezzi
2023-05-29
Init drawn with a 0
Alessandro Iezzi
2023-05-29
Add new functions to CherryWidget
Alessandro Iezzi
2023-05-29
Replace CherryDimension with width and height
Alessandro Iezzi
2023-05-29
Change the scope of cherry_widget_draw()
Alessandro Iezzi
2023-05-29
Add the `drawn` flag in CherryWidget
Alessandro Iezzi
2023-05-29
Remove a not used line
Alessandro Iezzi
2023-05-29
Init visible falg in CherryWidget
Alessandro Iezzi
2023-05-29
Cheange vertical alignment of some comment
Alessandro Iezzi
2023-05-29
Correct a comment
Alessandro Iezzi
2023-05-29
Clean up src/cherry.c
Alessandro Iezzi
2023-05-29
Add PROFILE variable in config.mk
Alessandro Iezzi
2023-05-29
Add target to copy includes in build directory
Alessandro Iezzi
2023-05-27
Add PROFILE variable
Alessandro Iezzi
2023-05-27
Change the distribution directory
Alessandro Iezzi
2023-05-27
Change variable NAME to LIBNAME and add OPT variable
Alessandro Iezzi
2023-05-27
Change the Makefile
Alessandro Iezzi
2023-05-27
Add script to build the Makefile
Alessandro Iezzi
2023-05-25
Add cherry_widget_draw() function
Alessandro Iezzi
2023-05-25
Rename variables
Alessandro Iezzi
2023-05-25
Rename a variable
Alessandro Iezzi
2023-05-25
Add some useful comment
Alessandro Iezzi
2023-05-25
Remove Xlib stuff from widget.h
Alessandro Iezzi
2023-05-25
Add widget.c
Alessandro Iezzi
2023-05-25
Add widget.h
Alessandro Iezzi
2023-05-22
Add event.c and a function to get the ID of event
Alessandro Iezzi
2023-05-22
Add commented code
Alessandro Iezzi
2023-05-22
Add contexts to retrieve the window when
Alessandro Iezzi
2023-05-22
Change function signature
Alessandro Iezzi
2023-05-22
Add logs
Alessandro Iezzi
[next]