summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-07Added the GTK+ implementation of Window, added the Window constructors, and r...Pietro Gagliardi
2014-07-07Added Window to the redo.Pietro Gagliardi
2014-07-07Updated README with notes.Pietro Gagliardi
2014-07-07Added GetNewButton as a helper function and split the other controls to xcont...Pietro Gagliardi
2014-07-07Added beginning of Unix Control reimplementation.Pietro Gagliardi
2014-07-07Started the redo Control system.Pietro Gagliardi
2014-07-06Added the new common uitask code to the redo.Pietro Gagliardi
2014-07-06Added the Request model of the new, concurrent API.Pietro Gagliardi
2014-07-04Summed up project status in README.Pietro Gagliardi
2014-07-03Implemented Post() on Mac OS X.Pietro Gagliardi
2014-07-03Implemented Post() on the GTK+ backend.Pietro Gagliardi
2014-07-03Added Post() and implemented it on Windows.Pietro Gagliardi
2014-07-03Added the start() function and fixed compilation errors. Everything seems to ...Pietro Gagliardi
2014-07-03Removed uitask and made the Window creation functions only callable from the ...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02More new plans.Pietro Gagliardi
2014-07-02More planning.Pietro Gagliardi
2014-07-02More planning and TODOs.Pietro Gagliardi
2014-07-02More updates to the new plan.Pietro Gagliardi
2014-07-02Added the new plan.Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-07-01More TODOs.Pietro Gagliardi
2014-07-01Removed the gtk_main_quit() kludge from uitask_unix.go; this also removes our...Pietro Gagliardi
2014-07-01Migrated the Mac OS X backend to the new uitask system.Pietro Gagliardi
2014-07-01Fixed indeterminate progress bars on GTK+. This specific fix also avoids any ...Pietro Gagliardi
2014-07-01Converted the GTK+ backend to use the new uitask. Indeterminate progressbars ...Pietro Gagliardi
2014-07-01Restructured uitask to accept a limited range of actions. Implemented this on...Pietro Gagliardi
2014-07-01Renamed init.go to uitask.go because that should have been done ages ago.Pietro Gagliardi
2014-07-01Made the default action for Window.Closing reject the close request.Pietro Gagliardi
2014-07-01Removed WindowHandler.Pietro Gagliardi
2014-07-01Made Button.Clicked a callback.Pietro Gagliardi
2014-06-30Made Window.Closing a callback closure.Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Rolled back all those changes; I'm stupid.Pietro Gagliardi
2014-06-30Converted the Mac OS X backend to use uitask() instead of uitask chan func().Pietro Gagliardi
2014-06-30Converted the Windows backend to make uitask a function that runs the func() ...Pietro Gagliardi
2014-06-30Disabled MsgBox() on Windows for the time being; I'm going to restructure uit...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-30Copied all the handler-based stuff to a ZIP file as I'm rolling it all back.Pietro Gagliardi
2014-06-29More TODOs.Pietro Gagliardi
2014-06-29Made the "Title and Text" message box parented like it should have been. This...Pietro Gagliardi
2014-06-29More TODOs.Pietro Gagliardi
2014-06-29FIxed compilation errors in the Mac OS X build. It works, but I still need to...Pietro Gagliardi
2014-06-29More of the same conversion.Pietro Gagliardi
2014-06-29More dialog_darwin.go/.m conversion.Pietro Gagliardi
2014-06-29Did most of the conversion of dialog_darwin.go/.m to the new API.Pietro Gagliardi
2014-06-29Removed stable.md (it is no longer relevant) and moved redoproposal.md to old...Pietro Gagliardi
2014-06-29Migrated sysdata_darwin.go and uitask_darwin.go to the new API. Now to just w...Pietro Gagliardi
2014-06-29Migrated the Mac OS X delegate code to the new API.Pietro Gagliardi
2014-06-28More TODOs.Pietro Gagliardi