summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontgl.cpp
AgeCommit message (Collapse)Author
2011-07-21merged VWR-25588 fix (hovertext occlusion)Boroondas Gupte
2011-07-21FIRE-543/VWR-25588: made in-code comment a bit clearerBoroondas Gupte
2011-07-21Credit Zi: FIRE-543 change fixes SH-489 and VWR-24017 and therefore also ↵Boroondas Gupte
VWR-25588 It looks like the parent changeset (86eec7b46566; transplanted from http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/rev/7af0278beaef) fixes the following issues: * SH-489 (object hover text not occluded) * VWR-24017 (nametag / bubblechat not occluded) * VWR-25588 (union of the above two symptopms) Thus list them all under Zi's entry in doc/contributions.txt. Also removed her name from the in-code comment, to adhere to our CS.
2011-07-17Proposed fix for FIRE-543 - Hovertext renders as overlay on top of ↵ziree
everything else (transplanted from 7af0278beaefa4fb1eb9a41f4e9317ac5fe37690)
2011-05-25Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-05-25EXP-829 FIX Text Box Alignment bugRichard Linden
EXP-755 FIX [PUBLIC] 'Search' and 'World Map' links in Sidebar are unclickable fixed issues with UI scaling and text layout as well as incorrect text editor rect transforms reviewed by Callum
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-09-27mergeDave Parks
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-26mergeRichard Linden
2010-08-25mergeDave Parks
2010-08-19EXT-8525 FIX ellipsis are broken on the Favorites bar (trunk)Richard Linden
2010-08-19EXT-8525 FIX ellipsis are broken on the Favorites bar (trunk)Richard Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-04optimized font lookupsRichard Nelson
2010-07-30further UI rendering performance improvementsRichard Nelson
2010-07-30further UI rendering performance improvementsRichard Nelson
2010-07-29mergeRichard Linden
2010-07-29mergeRichard Linden
2010-07-29fix for truncated text renderingRichard Linden
2010-07-29fix for truncated text renderingRichard Linden
2010-07-28fix an implicit downcast in font code.Tofu Linden
2010-07-28fix an implicit downcast in font code.Tofu Linden
2010-07-23first pass ui rendering performance improvementsRichard Linden
2010-07-23first pass ui rendering performance improvementsRichard Linden
2010-07-14mergeDave Parks
2010-07-01missed some cases in font valign switchRichard Linden
2010-07-01EXT-7654 - About Land Floater> Icons missingRichard Linden
fixed layout of embedded icons in text labels
2010-03-24viewer2 mergeTofu Linden
2010-03-23EXT-5549 Can't select last character in chat windowRichard Nelson
2010-02-19fix warning introduced from trunk merge.Tofu Linden
2010-02-19merge from viewer2, conflicts resolved...Tofu Linden
2010-02-18Additional optimizations to text reflow for EXT-5071.Monroe Linden
Added versions of LLFontFreeType::getXAdvance() and LLFontFreeType::getXKerning() that take LLFontGlyphInfo* instead of llwchar. This allows code in LLFontGL that already has the LLFontGlyphInfo* to pass them instead, saving calls to LLFontFreetype::getGlyphInfo. Reviewed by Richard.
2010-02-13merge backout.Tofu Linden
2010-02-13Backed out changeset 6c161782dba3Tofu Linden
2010-02-12mergePalmer Truelson
2010-02-12Backed out davep's UI optimization. changeset 3134cb7bb181Palmer Truelson
2010-02-23mergePalmer Truelson
2010-02-23Turning back on Davep's ui optimizations. Backed out changeset 6c161782dba3Palmer Truelson
2010-02-04mergeDave Parks
2010-02-04No more matrix ops in UI code.Dave Parks
2010-02-04EXT-4625 - Chat bar doesn't display trailing character on some stringsrichard
reviewed by Leyla
2010-01-06moved clipping logic inside LLFontGL::maxDrawableChars controlled by ↵richard
EWordWrapStyle fixes regression introduced in 3eef5ce9ae1e6fc62b9b52ce859501dd4e70fadf reviewed by Brad
2010-01-06EXT-3878 - Menus disappear when UI Size is < 1.00richard
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
2009-12-23DEV-44614 ugly/broken font and formatting used for IM toast emotesTofu Linden
fix bug, also fix some comments/typos/enumparams in this code area.
2009-12-17Backed out changeset: 4d482c1ed041richard