log

age author description
Sun, 01 Feb 2009 16:24:38 -0800 Atul Varma Minor refactoring: added App.getMarkup().
Sun, 01 Feb 2009 16:08:59 -0800 Atul Varma Fixed an annoying bug.
Sun, 01 Feb 2009 16:04:18 -0800 Atul Varma The user can now 'zoom out' while editing by shift-clicking the edit field.
Sun, 01 Feb 2009 15:26:55 -0800 Atul Varma Replaced use of closure variables w/ use of 'this'.
Sun, 01 Feb 2009 14:27:07 -0800 Atul Varma Minor refactoring.
Sun, 01 Feb 2009 13:57:02 -0800 Atul Varma Changed initial wiki document.
Sun, 01 Feb 2009 13:51:37 -0800 Atul Varma User can now create new wiki markup parts (i.e., paragraphs).
Sun, 01 Feb 2009 13:33:26 -0800 Atul Varma Wikicreole markup is now editable. Also refactored things a bit so that variables have better names, DRY is preserved better.
Sun, 01 Feb 2009 13:15:55 -0800 Atul Varma We're now loading from wikicreole markup contained in wiki.txt, though editing fields still edits their HTML, not their wiki markup.
Sun, 01 Feb 2009 12:53:25 -0800 Atul Varma Activate edits on mousedown instead of click to prevent default selection behavior.
Sun, 01 Feb 2009 12:51:45 -0800 Atul Varma Users must hold down shift while clicking to edit.
Sun, 01 Feb 2009 12:45:55 -0800 Atul Varma Improved setting of size of textarea.
Sun, 01 Feb 2009 12:17:08 -0800 Atul Varma Origination