summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-20More TODOs.Pietro Gagliardi
2015-12-20More Area documentation.Pietro Gagliardi
2015-12-19Wrote up Area for real this time.Pietro Gagliardi
2015-12-19Set up rpath properly on OS X.Pietro Gagliardi
2015-12-17Updated the compatibility document.Pietro Gagliardi
2015-12-17Wrote up the new AreaHandler stuff.Pietro Gagliardi
2015-12-16Did some build fixes.Pietro Gagliardi
2015-12-16Updated build and rewrite instructions. This was the wrong time to start ↵Pietro Gagliardi
rewriting this package...
2015-12-15Fixed a typo. (See #109.)Pietro Gagliardi
2015-12-13Fixed a build error.Pietro Gagliardi
2015-12-13Started the Area code.Pietro Gagliardi
2015-12-13More TODOs.Pietro Gagliardi
2015-12-13Added OS X building. Go 1.5 required because of ↵Pietro Gagliardi
https://github.com/golang/go/issues/9411 which affects this. Also set up proper multithreading on OS X. Currently crashes due to similar issue I've had with libui.
2015-12-13Built on Windows.Pietro Gagliardi
2015-12-12Fixed a latent bug in Tab.InsertAt() where inserted controls are appended to ↵Pietro Gagliardi
t.children, causing issues during Tab.Destroy().
2015-12-12Ported the test page 1 from libui.Pietro Gagliardi
2015-12-12Migrated page2 from the libui test to ui.Pietro Gagliardi
2015-12-12Added Box. Phew! Now to port over the libui test program...Pietro Gagliardi
2015-12-12Added Tab. That just leaves Box...Pietro Gagliardi
2015-12-12Added Group.Pietro Gagliardi
2015-12-12Added Spinbox and Slider. That *should* leave just Group, Tab, and Box... ↵Pietro Gagliardi
(and Area of course, but I want to finalize the interface more first)
2015-12-12Added RadioButtons.Pietro Gagliardi
2015-12-12Added DateTimePicker.Pietro Gagliardi
2015-12-12Quick file rename to push all the *.md files to the top of the directory ↵Pietro Gagliardi
listing.
2015-12-12Added Separator.Pietro Gagliardi
2015-12-12Added ProgressBar.Pietro Gagliardi
2015-12-12Added Label.Pietro Gagliardi
2015-12-12Added Entry.Pietro Gagliardi
2015-12-12More TODOs.Pietro Gagliardi
2015-12-12Added uiCombobox.Pietro Gagliardi
2015-12-12Added Button and Checkbox.Pietro Gagliardi
2015-12-12Added uiWindow.Pietro Gagliardi
2015-12-12Implemented some utility functions.Pietro Gagliardi
2015-12-12Added code for Controls.Pietro Gagliardi
2015-12-12Added OnShouldQuit().Pietro Gagliardi
2015-12-11Started the testing framework.Pietro Gagliardi
2015-12-11More work.Pietro Gagliardi
2015-12-11More work.Pietro Gagliardi
2015-12-11Started the work I guess.Pietro Gagliardi
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
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