summaryrefslogtreecommitdiff
path: root/new/window_unix.c
AgeCommit message (Collapse)Author
2015-04-07Decided to remove the logging for now. Will inject it right into the ↵Pietro Gagliardi
allocation system later.
2015-04-07More allocation logging. I wonder if I can just log directly in the ↵Pietro Gagliardi
allocators themselves...
2015-04-07Started working on code to monitor creation and deletion of UI objects ↵Pietro Gagliardi
correctly.
2015-04-07Unified the allocators across all platforms so that everyone uses uiAlloc() ↵Pietro Gagliardi
and friends.
2015-04-07Tied everything together. Now to fix build issues.Pietro Gagliardi
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-06Renamed some files. More TODOs.Pietro Gagliardi
2015-04-06Started doing the C rewrite. Defined the basic initialization and main loop ↵Pietro Gagliardi
and window API and implemented them on GTK+.