Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-01 | EXT-2635 No message reminding user that a restart is required to reset ↵ | Leyla Farazha | |
cache (was Clear Cache) EXT-2652 Favorites bar drop-down button (for when favorites exceed width of viewer) is not configurable via XUI EXT-2227 [BSI] Preferences -> Setup -> Cache Location blank EXT-1036 Clicking menu separators selects wrong menu option (allows selection of greyed-out option) reviewed by James | |||
2009-11-30 | Removed font setting to un-bold accordion headers. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2970 | |||
2009-11-30 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-11-30 | Changed highlight color text for filtered items. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2812 | |||
2009-11-30 | merge | James Cook | |
2009-11-30 | Linker optimization - use "extern template" for commonly regenerated templates | James Cook | |
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer. Reviewed with Ambroff | |||
2009-11-30 | Updated layout. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2733 http://jira.secondlife.com/browse/EXT-2953 | |||
2009-11-30 | Updated layout to prevent overlapping elements. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2777 | |||
2009-11-29 | Missed another LL_COMMON_API tag | James Cook | |
2009-11-29 | Revert extern template link optimization until I can build/test on PC | James Cook | |
2009-11-28 | Suppress MSVC warning about extern template for linker optimization | James Cook | |
2009-11-28 | Fix build, missed a file and items need LL_COMMON_API | James Cook | |
2009-11-28 | Fix merge error | James Cook | |
2009-11-28 | merge | James Cook | |
2009-11-28 | Slightly more complex test file | James Cook | |
2009-11-28 | Fix build - exported globals must have LL_COMMON_API tag | James Cook | |
2009-11-28 | Migrated LLUUIDs and some float constants out of headers into .cpp files | James Cook | |
Moved some functions with llinfos into .cpp files Linker optimizations, all | |||
2009-11-28 | Fix build broken by removal of a test floater. | James Cook | |
2009-11-28 | Use extern template for common singletons to reduce code bloat/link time. | James Cook | |
2009-11-28 | De-inline virtual functions with llerrs to reduce link time. | James Cook | |
2009-11-28 | Fixed a typo in includes list. | James Cook | |
2009-11-28 | Move hard-coded image IDs to .cpp file to speed link time. | James Cook | |
2009-11-27 | Add CMake var LL_TESTS to optionally disable tests for build timing | James Cook | |
2009-11-27 | Move sound id declarations to cpp file to reduce redundant linker symbols. | James Cook | |
Cuts size of object files dramatically, often 100KB apiece. | |||
2009-11-25 | Linker optimization, use extern template for LLView::getChild<> | James Cook | |
2009-11-25 | fix for ellipses on a single line | richard | |
2009-11-25 | EXT-1944 - Implement ellipsis in message well | richard | |
EXT-699 - Toasts should display maximum 6 lines of text before ellipses are applied EXT-2453 - TextBox displays an extra line of text | |||
2009-11-25 | fixed line numbering in script editors | richard | |
2009-11-25 | forgot to apply resize fix for when text is selected | richard | |
EXT-1995 - [BSI] Get rid of the *blop* sound when a textbox contains more text than displayable | |||
2009-11-25 | created container for LLFloaterView for future z-swapping with sidetray | richard | |
floaters can now overlap sidetray fixed text selection background color to be inverse of text fg color EXT-2713 Script editor automatically scrolls to the top of script text when text is longer than the window. reviewed by James | |||
2009-11-25 | Fix up nav bar buy icon spacing. | James Cook | |
Trivial, not reviewed. | |||
2009-11-25 | merge | richard | |
2009-11-25 | removed debug spam the proper war | richard | |
2009-11-25 | Merge | richard | |
2009-11-25 | Backed out changeset: c94fdea670e5 | richard | |
2009-11-25 | merge in changes from viewer-2-0, manually fixed conflict in ↵ | James Cook | |
llviewermessages.cpp | |||
2009-11-25 | Switched line endings to Unix. | James Cook | |
2009-11-25 | Hook up nav bar For Sale icon to buy land functionality. | James Cook | |
2009-11-25 | merge | richard | |
2009-11-25 | commented out spam that was slowing side tray opening | richard | |
2009-11-25 | automated merge from viewer-2-0 pull -u | Loren Shih | |
2009-11-25 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-25 | Add Power On/Off icons | Rick Pasetto | |
2009-11-25 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-25 | Fix for EXT-2667 - making sure inv_item isn't null | Eric M. Tulla (BigPapi) | |
2009-11-25 | Automated merge of ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Loren Shih | |
2009-11-25 | Nudge parabuild again | James Cook | |
2009-11-25 | Nudge Parabuild, Mac build choked for some reason | James Cook | |
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Removed llnotifications.h from all headers by adding llnotificationsptr.h | James Cook | |
Fixed many more includes |