index
:
gaming/tris.git
master
Alessandro Iezzi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
ui
Age
Commit message (
Collapse
)
Author
2025-05-18
Move UI inside engine
Alessandro Iezzi
2025-05-17
Add the maanagement of mouse press event
Alessandro Iezzi
2025-05-17
Add mouse listener
Alessandro Iezzi
2025-05-17
Add the UI lop event function
Alessandro Iezzi
2025-05-17
Manage events using XPending
Alessandro Iezzi
2025-05-17
Remove draw_frame from expose event
Alessandro Iezzi
2025-05-17
Move out draw_frame from expose event
Alessandro Iezzi
2025-05-17
Fix the size of the window
Alessandro Iezzi
2025-05-17
Add ui_on_keypress function
Alessandro Iezzi
2025-05-16
Set the GL viewport on resize of the window
Alessandro Iezzi
2025-05-16
Enable the resize event
Alessandro Iezzi
2025-05-16
Add check on getting GLX context
Alessandro Iezzi
2025-05-16
Add the function for UI resize event
Alessandro Iezzi
2025-05-16
Set the size of the window from main function
Alessandro Iezzi
2025-05-16
Set the title from main
Alessandro Iezzi
2025-05-16
Add event function ui_on_expose
Alessandro Iezzi
2025-05-16
Add parameters width and height to ui_create_window
Alessandro Iezzi
2025-05-16
Move the definition of XSetWindowAttributes
Alessandro Iezzi
2025-05-16
Add function to set title to the window
Alessandro Iezzi
2025-05-16
Add a function to create the window
Alessandro Iezzi
2025-05-16
Add a function to get the window attributes
Alessandro Iezzi
In that function must be defined what events to catch on the UI loop.
2025-05-16
Add a function to get the GLX Visual
Alessandro Iezzi
2025-05-16
Add a function to ope the display
Alessandro Iezzi
2025-05-16
Update copyright
Alessandro Iezzi
2025-05-14
Add UI management
Alessandro Iezzi