Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | CID-291 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLVertexBuffer::LLVertexBuffer(unsigned int, int) File: /indra/llrender/llvertexbuffer.cpp also added some sanity-checking around this. | |||
2010-02-03 | CID-292 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLRender::LLRender() File: /indra/llrender/llrender.cpp | |||
2010-02-03 | CID-293 Defect | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLGLManager::LLGLManager() File: /indra/llrender/llgl.cpp --HG-- branch : product-engine | |||
2010-02-03 | CID-294 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLPostProcess::LLPostProcess() File: /indra/llrender/llpostprocess.cpp --HG-- branch : product-engine | |||
2010-02-03 | CID-295 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLGLSLShader::LLGLSLShader() File: /indra/llrender/llglslshader.cpp --HG-- branch : product-engine | |||
2010-02-01 | Merge from viewer2. | Tofu Linden | |
2010-02-01 | EXT-4388 Crash in octree line segment intersection code | Tofu Linden | |
Yet more sanitization - whew. | |||
2010-01-29 | merge from viewer2. | Tofu Linden | |
2010-01-29 | CID-296 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFontGlyphInfo::LLFontGlyphInfo(unsigned int) File: /indra/llrender/llfontfreetype.cpp | |||
2010-01-29 | CID-297 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFontFreetype::LLFontFreetype() File: /indra/llrender/llfontfreetype.cpp | |||
2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-27 | CID 159 | Tofu Linden | |
CID 158 CID 157 Checker: OVERRUN_STATIC Function: LLVertexBuffer::drawRange(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) const File: /indra/llrender/llvertexbuffer.cpp | |||
2010-01-27 | CID-155 | Tofu Linden | |
Checker: OVERRUN_DYNAMIC Function: LLImageGL::updatePickMask(int, int, const unsigned char *) File: /indra/llrender/llimagegl.cpp not a bug, AFAICT. | |||
2010-01-27 | CID-125 | Tofu Linden | |
Checker: NO_EFFECT Function: LLFontBitmapCache::getImageRaw(unsigned int) const File: /indra/llrender/llfontbitmapcache.cpp | |||
2010-01-27 | CID-126 | Tofu Linden | |
Checker: NO_EFFECT Function: LLFontBitmapCache::getImageGL(unsigned int) const File: /indra/llrender/llfontbitmapcache.cpp | |||
2010-01-26 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-25 | EXT-4388 Crash in octree line segment intersection code | Tofu Linden | |
a more complete fix and some sanity to prevent recurrance of a similar problem. reviewed by bao! | |||
2010-01-20 | Merge. | Tofu Linden | |
2010-01-20 | EXT-4388 Crash in octree line segment intersection code | Tofu Linden | |
(more accurately, it was - I believe - reading over the end of a buffer in the pick-mask lookup) reviewed by qarl. | |||
2010-01-20 | Merge from viewer2. Minor conflict resolved. | Tofu Linden | |
2010-01-19 | Clean up the llimage init-ordering and header comments, to make it clearer ↵ | Tofu Linden | |
when we miss initializing a member. No semantic change. | |||
2010-01-13 | Merge. | Tofu Linden | |
2010-01-12 | DEV-44675 Fix for sky wierdness on ATI 9.12 drivers. | Dave Parks | |
2010-01-11 | EXT-3784 Fix for first menu item going blank when highlighted on ATI cards. | Runitai | |
2010-01-07 | Merge latest fixes from viewer2. | Tofu Linden | |
2010-01-06 | moved clipping logic inside LLFontGL::maxDrawableChars controlled by ↵ | richard | |
EWordWrapStyle fixes regression introduced in 3eef5ce9ae1e6fc62b9b52ce859501dd4e70fadf reviewed by Brad | |||
2010-01-06 | EXT-3878 - Menus disappear when UI Size is < 1.00 | richard | |
EXT-3647 - Auto-scrolling of IMs should resume when user types in chat EXT-3877 - Pinning two levels of menus prevents movement using arrow keys EXT-1303 - Hyperlink text wraps in the middle of a word reviewed by James | |||
2010-01-04 | Merge from trunk. Conflicts manually resolved in: | Tofu Linden | |
U indra/llui/lluictrlfactory.cpp U indra/newview/llinventorybridge.cpp U indra/newview/llviewertexture.cpp U indra/newview/llviewertexture.h | |||
2009-12-23 | DEV-44614 ugly/broken font and formatting used for IM toast emotes | Tofu Linden | |
fix bug, also fix some comments/typos/enumparams in this code area. | |||
2009-12-18 | Merge with viewer-2-0 | Dave Parks | |
2009-12-17 | Backed out changeset: 4d482c1ed041 | richard | |
2009-12-16 | Backed out changeset: cfa60aef8061, added setBlockFromValue so setting a ↵ | James Cook | |
LLRect param in code will set the individua | |||
2009-12-15 | added setBlockFromValue so setting a LLRect param in code will set the ↵ | richard | |
individual left, right, top, bottom values, for example don't call setupParams when creating widgets from code moved Multiple param constraints into BaseBlock to remove extra scoping | |||
2009-12-14 | Merging in latest viewer 2 | Palmer Truelson | |
2009-12-11 | fix for ellipses not appearing in single line text widgets | richard | |
fix for ellipses sometimes appearing at end of wrapped line of text reviewed by James | |||
2009-12-09 | EXT-3112 - Bad font width information with SansSerif causing clipping of ↵ | richard | |
trailing "r"? better handling of ui scale != 1 reviewed by Mani | |||
2009-12-07 | ext-3112 - bad font width information with sansserif | richard | |
2009-11-25 | Merge of viewer 2 | Palmer Truelson | |
2009-11-24 | Merge | Dave Parks | |
2009-11-24 | Backed out changeset: ec7f6f4bd908 | Dave Parks | |
2009-11-23 | EXT-2460 - mouselook mode - remove unused UI elements | richard | |
EXT-2504 - black bars present at top and bottom when in mouselook reviewed by Leyla | |||
2009-11-17 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-17 | undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use ↵ | angela | |
font.style, font.name and font.size params for font creating | |||
2009-11-13 | CTS-26 Fix for LOD generation always using first file specified. | Dave Parks | |
2009-11-11 | added viewports to LLRenderTarget to speed up animation of sidetray | richard | |
reviewed by Leyla | |||
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-10-29 | fix EXT-1661: Avatars' icons should be cached only once per 24 hours, but ↵ | Xiaohong Bao | |
not every time the viewer is restarted. to be reviewed by steve. | |||
2009-10-16 | merge | Mark Palange (Mani) | |
2009-10-16 | merge from latest svn/viewer-2-0 to hg/viewer-2-0 | Mark Palange (Mani) | |