Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-09-11 | MAINT-3569 FIXED Handle window hide/unhide and minimize/unminimize events on ↵ | Mnikolenko ProductEngine | |
mac. | |||
2014-08-06 | STORM-2053 - applicationShouldTerminate returns an ↵ | Cinder Biscuits | |
NSApplicationTeminateReply, not NSApplicationDelegateReply | |||
2013-11-08 | MAINT-3155 redux moved reg for URL event handling to WillFinishLaunching ↵ | Graham Madarasz (Graham Linden) | |
instead of DidFinishLaunching while laughing at Apple | |||
2013-09-26 | MAINT-3155 add cocoa equiv for former AppleEventManager shenanigans for ↵ | Graham Madarasz (Graham Linden) | |
SLURL handling | |||
2013-06-27 | Added license headers. | Geenz | |
2013-06-17 | Moved detecting if we're using a roman-script language to it's own function ↵ | Geenz | |
in the application delegate. Also consider the delete and backspace characters to be special cases. | |||
2013-06-17 | Have showInputWindow hand off input events to the bottom line input window. | Geenz | |
2013-06-17 | Move logic involving the input window to keyDown. Pass input events to the ↵ | Geenz | |
input window from there. | |||
2013-06-17 | Insert text into the input window when we attempt to insert text without a ↵ | Geenz | |
pre-editor. Also handle backspace as a special case when determining if the input window needs to be displayed. | |||
2013-05-13 | Added IME input window white list. | Geenz | |
2013-04-01 | First pass at adding a viable replacement for TSM's old UseInputWindow ↵ | Geenz | |
method (which is now deprecated with seemingly no Cocoa replacement). | |||
2013-03-27 | IME support is pretty much finished at this point. | Geenz | |
2013-01-23 | Readd event handling for application focus. | Geenz | |
2013-01-23 | Refactor the key input handling to make it easier to filter out keys we ↵ | Geenz | |
don't need unicode characters for (such as the arrow keys). | |||
2013-01-08 | Big change set: | Geenz | |
- LLAppDelegate header relocated to LLWindow. Definition is still present in secondlife-bin (for compatibility reasons when loading a nib). - Return key handling fixed. - Command key now acts the same as the control key by issuing control character codes when the command key is pressed. - We now retrieve the window pointer directly from the app delegate in LLWindow. |