index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new
/
ui_unix.h
Age
Commit message (
Collapse
)
Author
2015-04-16
Split the rewrite into a new repository.
Pietro Gagliardi
2015-04-15
Started doing conversion of the GTK+ backend...
Pietro Gagliardi
2015-04-09
Migrated the GTK+ backend to the new uiControl/uiSizing system.
Pietro Gagliardi
2015-04-08
Removed the need for specifying if a GTK+ widget needs to be in a ↵
Pietro Gagliardi
GtkViewport for it to be scrollable; the new control code finds out itself now in the same way newer versions of GTK+ do.
2015-04-07
Changed the GTK+ new control system from using g_object_newv() to using ↵
Pietro Gagliardi
g_object_new_valist() due to weird crashes.
2015-04-07
Added the new native control code to the GTK+ backend. Fixed some missing ↵
Pietro Gagliardi
statics in the Windows one too.
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi
2015-04-06
Started working on uiControl.
Pietro Gagliardi
2015-04-06
Started doing the C rewrite. Defined the basic initialization and main loop ↵
Pietro Gagliardi
and window API and implemented them on GTK+.