summaryrefslogtreecommitdiff
path: root/MLKListenerController.m
Commit message (Expand)AuthorAgeFilesLines
* Switch from NS_DURING..NS_HANDLER..NS_ENDHANDLER to @try..@catch..@finally.Matthias Andreas Benkard2008-09-021-6/+4
* Make ToiletKit self-contained.Matthias Benkard2008-08-281-1/+1
* Listener: Keep the output view on the bottom by scrolling.Matthias Andreas Benkard2008-08-281-0/+38
* Listener: Perform GUI manipulation on the main thread.Matthias Andreas Benkard2008-08-281-13/+46
* Listener: Evaluate fixnums without crashing.Matthias Benkard2008-08-281-1/+3
* Listener: Run the evaluator in its own thread.Matthias Benkard2008-08-281-8/+21
* Listener: Execute code after reading it.Matthias Benkard2008-08-281-10/+40
* Eliminate MLKStream, introduce MLKBinaryStream and MLKCharacterStream.Matthias Andreas Benkard2008-08-281-22/+40
* Listener: Add output stream stubs.Matthias Benkard2008-08-281-0/+26
* Listener: Select the input field after clearing it.Matthias Andreas Benkard2008-08-281-1/+2
* Listener: Disable the “Submit” button while the interpreter is working, m...Matthias Benkard2008-08-281-3/+16
* Listener: Add a bottom bar indicating the interpreter's status.Matthias Benkard2008-08-281-0/+2
* Listener: Take input from the user and print the forms read back.Matthias Benkard2008-08-281-0/+44
* Add beginnings of a graphical listener.Matthias Benkard2008-08-271-0/+44