Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |