Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-02 | Restore the old Carbon crash handler, and more deprecated API removal. | Geenz | |
2013-01-24 | Merged with latest viewer-dev. | 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-22 | Initial Cocoa drag and drop support. | Geenz | |
2013-01-22 | And thus, the demonic mouse position conversions from view space to screen ↵ | Geenz | |
space were tamed. | |||
2013-01-18 | Partial workaround for mouse delta issue. | Geenz | |
2013-01-15 | This *should* put an end to our modifier key woes. | Geenz | |
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. | |||
2013-01-02 | Fixed the enter and return keys not being sent appropriately as unicode ↵ | Geenz | |
characters. | |||
2013-01-02 | Crash on exit fix + general code cleanup in LLWindowMacOSX. | Geenz | |
2013-01-01 | More things in this commit: | Geenz | |
- Removed the callback system in favor of simply defining functions in a header to later be implemented in whichever file is most convenient for what we want to do (i.e., calling LLWindow callbacks within LLWindowMacOSX, setting cursors in llwindowmacosx-objc.mm, etc.) - Viewer shutdown now works appropriately - Added a bit of debugging code to test if a key has been handled by the UI or not (useful for tracking down the mystery of the enter key not being handled) - Setup a cocoa quit handler within the application delegate that intercepts any termination requests | |||
2012-12-29 | Huge amount of refactoring to use Cocoa here: | Geenz | |
- Updated to .xib format. To produce a new nib (which is required after changing the xib file), use "ibtool SecondLife.xib --compile SecondLife.nib" within the newview directory. - xib file now defines the viewer's window. VIews are still being pragmatically added to the main window. This may change in the future. - LLAppViewer's main loop has been slightly refactored to be executed on a timer for OS X. This probably needs a bit more work. - Event handling still needs more work to work within a timer based event loop. It works fairly sporadically at the moment, as if events are being dropped between timer executions, at least for the mouse. - Carbon has been purged from the viewer's startup, and from LLWindow entirely. There's likely still a few odds and ends fragmented throughout the viewer and its dependencies. Need to track these down. - LLAppViewerMacOSX now uses NSApplicationMain, and also implements the NSApplicationDelegate protocol in LLAppDelegate. - Fullscreen support has been implemented for OS X 10.7+ This is still a work in progress, however at this stage everything needed for a functional viewer is (mostly) complete. From here, it's mostly just bug hunting and fixing. | |||
2012-12-17 | LLWindow: Move to using Cocoa for window and view creation along with ↵ | Geenz | |
setting up callbacks for event handling as such. | |||
2012-12-12 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-12-04 | Pull in upstream viewer-development via viewer-lion | simon@Simon-PC.lindenlab.com | |
2012-12-04 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-12-01 | Fixed previous commit. | Logan Dethrow | |
2012-11-30 | Fix for STORM-1854. Adapted the fix based on other open source consumers of ↵ | Logan Dethrow | |
fontconfig that were encountering the same error. | |||
2012-11-16 | Some Mac header #defines macros like check and equivalent -- gack!! | Nat Goodspeed | |
Given that third-party libraries (such as Boost) can and do use those names, properly namespace-scoped, it's unpardonable to break any such innocent usage with a macro. Given the pervasiveness of the need, introduce a header file with the requisite #undef directives. | |||
2012-11-14 | MAINT-536 MAINT-1913 Added missing URL scheme filtering to the Linux viewer, ↵ | Maestro Linden | |
changed URL scheme whitelist. Reviewed by Callum. | |||
2012-09-05 | Merge in latest viewer-development | simon@Simon-PC.lindenlab.com | |
2012-08-13 | PATH-852: BUGFIX Adding the custom pathfinding cursors to the mac and linux ↵ | Todd Stinson | |
builds as apparently they never worked there. | |||
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-08-01 | Merge back viewer-lion, which has viewer-development and down-stream fixes | simon@Simon-PC.lindenlab.com | |
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-06-25 | PATH-743: Updating the cursors for path testing mode to final designs. | Todd Stinson | |
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-22 | merge | Dave Parks | |
2012-06-21 | PATH-743: Altering the mouse cursor to give more feed back when in path ↵ | Todd Stinson | |
testing mode. | |||
2012-06-21 | merge changes for DRTVWR-171 | Oz Linden | |
2012-06-15 | Merge | Dave Parks | |
2012-05-25 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-24 | BUILDFIX: Correcting linux and mac build issues. | William Todd Stinson | |
2012-05-24 | Removing unused setting that is blocking my path to commit the subsequent ↵ | Todd Stinson | |
change. | |||
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-11 | Refining the behavior of the pathing test tool behavior with regards to ↵ | Todd Stinson | |
mouse clicks. | |||
2012-04-09 | Re-implementing the path testing functionality as a proper LLTool. | Todd Stinson | |
2012-03-19 | MAINT-771 Add RenderAutoHideSurfaceAreaLimit debug setting for protecting ↵ | Dave Parks | |
against sculpt based crashers. | |||
2012-02-27 | fix for mac build | Richard Linden | |
2012-02-27 | EXP-1832 WIP Viewer Size not persistent across logins | Richard Linden | |
fixed not unmaximizing properly on Windows put in error logging on Mac | |||
2012-02-27 | EXP-1305 FIXED Prevent avatar from walking after double-clicking the title bar. | Vadim ProductEngine | |
2012-02-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-23 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
made Set Window Size correctly set interior window rect, preserving measured dimensions | |||
2012-02-23 | Linux build fix. | Seth ProductEngine | |
Moved type casts from protected base classes to derived LLCoord. (transplanted from fa4c01adac7224b909ab1dbfc90416b633e6d6c2) | |||
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-11 | MAINT-516 Potential fix for crash on startup in LLWindowWin32::switchContext | Dave Parks | |
2012-02-23 | Linux build fix. | Seth ProductEngine | |
Moved type casts from protected base classes to derived LLCoord. | |||
2012-02-16 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
Save *window* width and height, not client area | |||
2012-02-13 | EXP-1832 FIXED Viewer Size not persistent across logins. | Vadim ProductEngine | |
Symptoms: Viewer window shrank by a few pixels on each startup. Reason: We used client rect (which did not include the window border) to create the viewer window. Solution: Convert client rect into window rect, i.e. expand it by the border size. |