summaryrefslogtreecommitdiff
path: root/new
AgeCommit message (Collapse)Author
2015-04-16Split the rewrite into a new repository.Pietro Gagliardi
2015-04-16Cleaned up unix/button.c a bit.Pietro Gagliardi
2015-04-16Removed uiControl.Data; it's no longer used.Pietro Gagliardi
2015-04-16Fixed the OS X build, including warnings. It works. I'm still a bit unhappy ↵Pietro Gagliardi
about the way these backends are turning out...
2015-04-16Fixed Makefiles for OS X building.Pietro Gagliardi
2015-04-16More TODOs.Pietro Gagliardi
2015-04-16Migrated darwin/tab.m and darwin/window.m. Now to test.Pietro Gagliardi
2015-04-16Migrated darwin/label.m; fixed up some of the other files.Pietro Gagliardi
2015-04-16Migrated darwin/checkbox.m.Pietro Gagliardi
2015-04-16Migrated darwin/button.m.Pietro Gagliardi
2015-04-16Began Darwin backend migration.Pietro Gagliardi
2015-04-16Fixed warnings in the Windows backend. That just leaves the Mac OS X one...Pietro Gagliardi
2015-04-16Fixed the rest of the Windows build errors. IT STILL WORKS! Now to fix ↵Pietro Gagliardi
warnings, if any...
2015-04-16Fixed some build errors in the Windows backend.Pietro Gagliardi
2015-04-16Converted windows/windows.c. Now to build and test. More TODOs.Pietro Gagliardi
2015-04-16Fixed some errors in the Windows code.Pietro Gagliardi
2015-04-16Converted windows/tab.c.Pietro Gagliardi
2015-04-16Migrated windows/entry.c and windows/label.c.Pietro Gagliardi
2015-04-16Migrated windows/checkbox.c and made some small fixes to windows/button.c.Pietro Gagliardi
2015-04-16More windows/newcontrol.c migration.Pietro Gagliardi
2015-04-16Migrated newcontrol.c and button.c on the Windows backend.Pietro Gagliardi
2015-04-15Fixed build warnings. More TODOs.Pietro Gagliardi
2015-04-15Fixed Unix backend build errors. Impressively, IT STILL WORKS! Now to fix ↵Pietro Gagliardi
the warnings...
2015-04-15Migrated test.c and fixed some errorss in ui.idl.Pietro Gagliardi
2015-04-15More stack.c fixes. There's an issue with idl2h...Pietro Gagliardi
2015-04-15Converted stack.c.Pietro Gagliardi
2015-04-15Converted unix/window.c. Now to test!Pietro Gagliardi
2015-04-15Converted unix/tab.c and fixed an oversight in unix/button.c.Pietro Gagliardi
2015-04-15Converted unix/entry.c and unix/label.c.Pietro Gagliardi
2015-04-15Converted unix/checkbox.c.Pietro Gagliardi
2015-04-15Converted unix/button.c.Pietro Gagliardi
2015-04-15Finished the unix/newcontrol.c conversion, at least I think...Pietro Gagliardi
2015-04-15More unix/newcontrol.c conversion.Pietro Gagliardi
2015-04-15Started doing conversion of the GTK+ backend...Pietro Gagliardi
2015-04-15Fixed a comment.Pietro Gagliardi
2015-04-15Added the Mac OS X build rules.Pietro Gagliardi
2015-04-15Added the Unix build rules.Pietro Gagliardi
2015-04-15Started building the make structure.Pietro Gagliardi
2015-04-15Removed control.c. It is no longer needed.Pietro Gagliardi
2015-04-15Removed ids.go. It can be recreated later.Pietro Gagliardi
2015-04-15Moved the uipriv_*.h files to the respective folders. The ui_*.h files stay ↵Pietro Gagliardi
up here; they'll be moved to IDLs later.
2015-04-15Split all OS backends into their own folders.Pietro Gagliardi
2015-04-15Fixed more ui.idl errors.Pietro Gagliardi
2015-04-15Fixed errors in ui.idl.Pietro Gagliardi
2015-04-15Converted ui.h to a pgidl file.Pietro Gagliardi
2015-04-15Fixed the weird 32-bit Linux/64-bit OpenBSD crash.Pietro Gagliardi
2015-04-15More TODOs.Pietro Gagliardi
2015-04-14More TODOs.Pietro Gagliardi
2015-04-14Changed uiStackAdd() to uiStackAppend() and uiStackRemove() to ↵Pietro Gagliardi
uiStackDelete(); this will be the naming system other containers will follow.
2015-04-14Fixed Mac build for qo. A proper Makefile would be best, but I have no idea ↵Pietro Gagliardi
how to write one...