summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-05-16Add check on getting GLX contextAlessandro Iezzi
2025-05-16Add the function for UI resize eventAlessandro Iezzi
2025-05-16Set the size of the window from main functionAlessandro Iezzi
2025-05-16Set the title from mainAlessandro Iezzi
2025-05-16Add event function ui_on_exposeAlessandro Iezzi
2025-05-16Add parameters width and height to ui_create_windowAlessandro Iezzi
2025-05-16Move the definition of XSetWindowAttributesAlessandro Iezzi
2025-05-16Add function to set title to the windowAlessandro Iezzi
2025-05-16Add a function to create the windowAlessandro Iezzi
2025-05-16Add a function to get the window attributesAlessandro Iezzi
In that function must be defined what events to catch on the UI loop.
2025-05-16Add a function to get the GLX VisualAlessandro Iezzi
2025-05-16Add a function to ope the displayAlessandro Iezzi
2025-05-16Update copyrightAlessandro Iezzi
2025-05-16Add utilAlessandro Iezzi
2025-05-14Add UI managementAlessandro Iezzi
2025-05-14Inital commitAlessandro Iezzi