Show "Loading..." rather than the wrong name of the directory in the path control
[armadillo.git] / web_frontend / path_control.js
2011-12-28 Robert SesekShow "Loading..." rather than the wrong name of the...
2011-12-28 Robert SesekFix the post-fetch display of the path control.
2011-12-26 Robert SesekRemove dependency on the closure library in the comiple...
2011-12-26 Robert SesekRemove one more use of goog.array
2011-12-26 Robert SesekRemove uses of goog.array
2011-12-26 Robert SesekSwitch to using jQuery XHR
2011-12-26 Robert SesekRewrite the path menus in jQuery
2011-12-26 Robert SesekInitial stab at rewriting path_control.js
2011-01-30 Robert SesekDisable mouse events on the PathControl
2010-11-17 Robert SesekFlip some state flags in an attempt to get mouse events...
2010-11-15 Robert SesekMove the move/rename dialog into the Actor UI to reudce...
2010-10-09 Robert SesekRemove a bunch of console.log statements
2010-10-07 Robert SesekCall the superclass's impl in PathControl.enterDocument().
2010-10-04 Robert SesekImplement the renaming part of moving.
2010-10-04 Robert SesekAdd an EventHandler instance to the PathControl.
2010-10-04 Robert SesekHook up the PathControl and Actor up to the move servic...
2010-10-04 Robert SesekImprovements to the name-editable path control.
2010-10-04 Robert SesekFix all the path joining nastiness by writing a smart...
2010-10-04 Robert SesekSeparate the path from the name in PathComponent. First...
2010-10-04 Robert SesekStart listening for the event to detect path component...
2010-10-04 Robert SesekLots of improvements to PathControl:
2010-10-03 Robert SesekSet some properties on the menu button to make the...
2010-10-03 Robert SesekDon't create a menu button for the last path component...
2010-10-03 Robert SesekFirst pass at the PathControl.