Sat, 09 Oct 2010 03:00:09 -0700 |
Atul Varma |
Change default quasimode key to ctrl instead of option.
default tip
|
Mon, 12 Apr 2010 19:56:24 -0700 |
Atul Varma |
Fixed TODOs; window.reload() works now.
|
Mon, 12 Apr 2010 11:49:46 -0700 |
Atul Varma |
Added TODOs
|
Mon, 12 Apr 2010 11:42:22 -0700 |
Atul Varma |
Quasimode app now terminates on window.close().
|
Mon, 12 Apr 2010 11:08:06 -0700 |
Atul Varma |
Added sample HTML/JS code.
|
Mon, 12 Apr 2010 10:55:46 -0700 |
Atul Varma |
Quasimode now takes a url or file path for the UI as its argument.
|
Mon, 12 Apr 2010 10:16:36 -0700 |
Atul Varma |
Refactored URL of Quasimode to be passed-in via constructor.
|
Mon, 12 Apr 2010 10:08:28 -0700 |
Atul Varma |
quasimode events now come with complete modifier key information.
|
Mon, 12 Apr 2010 06:57:47 -0700 |
Atul Varma |
Added event.keyIdentifier and event.keyLocation properties to quasimodal DOM event data.
|
Mon, 12 Apr 2010 01:40:16 -0700 |
Atul Varma |
quasimodal events now propogate to JS.
|
Mon, 12 Apr 2010 01:09:30 -0700 |
Atul Varma |
Integrated event tap code into quasimode code.
|
Mon, 12 Apr 2010 00:56:03 -0700 |
Atul Varma |
added 'quasimodeKey:' parameter to QuasimodalEventTap's init selector.
|
Mon, 12 Apr 2010 00:43:20 -0700 |
Atul Varma |
change notification protocol and made test program get notifications instead of relying on debug messages.
|
Mon, 12 Apr 2010 00:15:06 -0700 |
Atul Varma |
Brought back the notification center code to QuasimodalEventTap, we can just use the in-process one instead of setting up some complicated observer protocol.
|
Sun, 11 Apr 2010 23:53:49 -0700 |
Atul Varma |
Refactored event tap C code into an Objective-C class.
|
Sun, 11 Apr 2010 23:11:14 -0700 |
Atul Varma |
Added EnsoKeyNotifier.m from Enso source, renamed to QuasimodalEventTap.m w/ some notification center stuff removed and formatting fixed to match this codebase.
|
Sun, 11 Apr 2010 22:40:53 -0700 |
Atul Varma |
we now coerce args to their desired types in quasimode JS methods
|
Sun, 11 Apr 2010 22:28:00 -0700 |
Atul Varma |
Added quasimode.setPosition().
|
Sun, 11 Apr 2010 22:16:41 -0700 |
Atul Varma |
Added more error correction to JS interface
|
Sun, 11 Apr 2010 21:54:07 -0700 |
Atul Varma |
Added quasimode.log().
|
Sun, 11 Apr 2010 21:34:36 -0700 |
Atul Varma |
Added JSQuasimodeMethod array to make method definitions on quasimode JS object easier.
|
Sun, 11 Apr 2010 21:18:13 -0700 |
Atul Varma |
implemented quasimode.setSize()
|
Sun, 11 Apr 2010 21:00:37 -0700 |
Atul Varma |
renamed QMode -> Quasimode.
|
Sun, 11 Apr 2010 20:01:25 -0700 |
Atul Varma |
Optimized makefile.
|
Sun, 11 Apr 2010 19:53:38 -0700 |
Atul Varma |
Separated out JS interface implementation from core quasimode implementation
|
Sun, 11 Apr 2010 19:20:52 -0700 |
Atul Varma |
renamed boop() to setSize(), setSize() now passes both x and y args
|
Sun, 11 Apr 2010 19:17:08 -0700 |
Atul Varma |
Renamed MyApp to Quasimode, made a new JSClass that reflects the app to JS
|
Sun, 11 Apr 2010 18:33:24 -0700 |
Atul Varma |
Converted app to objective C
|
Sun, 11 Apr 2010 17:30:57 -0700 |
Atul Varma |
Added a custom 'window.boop' function to the page.
|
Sun, 11 Apr 2010 13:06:30 -0700 |
Atul Varma |
Load of web content now ignores local cache data.
|