Rename draw() to createDom()
[armadillo.git] / web_frontend / file.js
2011-12-28 Robert SesekRename draw() to createDom()
2011-12-28 Robert SesekMerge branch 'jquery'
2011-12-27 Robert SesekRemove a few calls do document.createElement
2011-12-27 Robert SesekFix a bug where you could open multiple Actors per...
2011-12-26 Robert SesekRemove dependency on the closure library in the comiple...
2011-12-26 Robert SesekSwitch to using jQuery XHR
2011-12-26 Robert SesekConvert a large portion of actor.js to jQuery
2011-12-26 Robert SesekRemove closure from file.js
2011-12-26 Robert SesekReplace File's use of Zippy with jQuery slide
2010-12-15 Robert SesekMake the TVRenamer preserve file extensions.
2010-11-13 Robert SesekThe zippy now works.
2010-11-13 Robert SesekStart working with the zippy. It opens correctly, but...
2010-11-13 Robert SesekDisplay the actor panel without using the zippy.
2010-11-13 Robert SesekStart changing the Actor from a flying pop-up to a...
2010-10-09 Robert SesekClosure complains about unreachable code. Fix.
2010-10-09 Robert SesekDisable the highlight mechanism after fixing the behavi...
2010-10-04 Robert SesekImprove actor appearance. Initial work on row highlighting.
2010-10-04 Robert SesekIf the Actor is on a directory, open the panel so that...
2010-10-04 Robert SesekHook up the PathControl and Actor up to the move servic...
2010-10-04 Robert SesekIn the listing, remove the silly button and hover states.
2010-10-03 Robert SesekFix compilation using -c.
2010-09-08 Robert SesekCreate the unhooked Move action interface.
2010-09-08 Robert SesekImplement the Open action.
2010-09-07 Robert SesekDo not add the Open tile for non-directory items.
2010-09-07 Robert SesekIt helps to use the right service request name. Also...
2010-09-07 Robert SesekCreate confirmation dialog for file deletion.
2010-09-06 Robert SesekPass the File to the Actor on construction.
2010-09-06 Robert SesekAdd the Actor class that will be the foundation for...
2010-09-06 Robert SesekDon't show the Edit button for ../
2010-09-06 Robert SesekWhen hovering over list items, add an Edit button.
2010-09-06 Robert SesekMove click handling into the File object.
2010-09-02 Robert SesekCreate a new JS class for representing files in directo...