2013-05-01 19:27 //- Connector for stdin in ProgramWidget. 2013-04-01 01:36 //- Re-add LiveToggle? 2013-04-01 01:33 //- Add gist publishing. 2013-04-01 01:26 //- More gorun widgets. 2013-04-01 01:26 //- Check if godiff or gofmt widget crashes on linking with itself? It was Dependee (causing infinite NotifyChange() loop that I don't catch yet). 2013-02-26 15:34 //- Order of hit tests wrong regarding covered-up buttons. 2013-02-26 15:33 //- Offscreen hitting canvas when over widget. 2013-02-26 15:33 //- Why can't I tap to set cursor position on CompositeWidget's TextField, but I can on regular TextField. It was because CompositeWidget didn't do ProcessTimePassed on its children properly. 2013-02-26 15:33 xx- RequestPointerRelease doesn't get called during Tap cuz its event is consumed by MatchTap. 2013-02-26 15:33 //- Fix pointer capture/release logic. 2013-02-26 15:33 //- Make taps recognized by right target. 2013-02-26 15:33 //- Support double tap in GR. 2013-02-26 15:33 //- Zoom through ButtonWidget, TextFieldWidget. 2013-02-26 15:33 //- Replace "continue" with a valid solution. 2013-02-26 15:33 //- Waterfall EQ through Widgets/GRs. 2013-02-26 15:31 //- Re-add LiveGoEditor.app? 2013-02-26 15:31 //- Add Go $GOPATH workspace. 2013-02-26 15:31 //- Add file sources (manual reload). 2013-02-26 15:31 //- Re-add FunctionWidget. 2013-02-26 15:31 //- Re-add Autocompletion. 2013-02-26 15:31 //- Figure out why Tank/ConnectionWidget ignores move-order when moving mouse fast while releasing. 2013-02-26 15:31 //- Diff posix. Started a diff widget. 2013-02-26 15:30 //- Make non-transparent Canvas cover stuff up. 2013-02-26 15:30 //- Make {"std::string text", Concept(52), Param(0)}. 2013-02-26 15:29 //- Add Live/Not Live checkbox (or toggle button). 2013-02-26 15:29 xx- Change output box color right away? 2013-02-26 15:29 //- Hide output box when out of date. 2013-02-26 15:29 //- Cmd+R shortcut. 2013-02-26 15:29 //- Execute programs in background, with interrupting. 2013-02-26 15:28 //- Colour output to indicate success, compile error, run-time error, being compiled. 2013-01-22 11:44 //- Manipulation in App::ProcessEQ. 2013-01-22 11:44 //- Add resizing code to LabelWidget, draw a background? 2013-01-22 11:44 //- Why do null concepts get rendered with 1 char width? Because it uses code in class Concept. 2012-08-15 21:23 xx- Make the hover passthrough model work nicely (widget can control passthrough for certain/all event types, etc.), not just "always top-most widget". 2012-08-15 21:23 xx- Somewhat completed, but mostly aborted. 2012-08-15 21:23 xx- Although technologically superior, this ended up being unwanted due to the complexity and duplication of efforts it requires (due to lack of default behaviour). 2012-05-15 22:55 //- Fix GetAttached() to return proper type in Canvas::ProcessTimePassed() by making MutuallyAttachable template class. 2012-05-14 21:45 //- Get boxes to stick under cursor despite keyboard move. 2012-04-~~ ~~:~~ //- Make top-most Canvas cover up the Widgets on bottom-most Canvas. Done. :)