aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/impprefsfonts.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-04Besides the numerous label and organizational changes, here are the main pointsMcCabe Maxsted1-0/+15
* Moved numerous options out of the Advanced panel * Moved numerous options out of the General panel * Combined the Network and Web Browser panels * Combined IM, Chat, and Spell checking preferences * Combined 'Show timestamps in IMs' and 'Show timestamps in Local Chat' to one ShowTimestamps setting * Removed UI for 'hide my own group title'. This can still be set in the debug settings * Renamed Popups > Notifications * Renamed Chat Colors > Colors * Renamed 'IMs and Logging' to 'Logging and Privacy' * Moved Colors next to Skins * Added style guide to the top of every preferences panel xui
2010-11-04Fixed Windows compile error in impprefsfonts.cpp (unsafe mix of type 'bool' ↵McCabe Maxsted1-1/+1
and type 'BOOL' in operation)
2010-10-23Fixed Windows compile error in impprefsfonts.cpp (unsafe mix of type 'bool' ↵McCabe Maxsted1-1/+1
and type 'BOOL' in operation)
2010-10-22Added FontSizeMultiplier and FontSizeRounding controls to Font prefs.Jacek Antonelli1-4/+46
2010-10-22Added FontSizeMultiplier and FontSizeRounding controls to Font prefs.Jacek Antonelli1-4/+46
2010-09-10Added Preferences > Fonts tab, with basic font chooser.Jacek Antonelli1-0/+86
Choosing a font sets FontChoice setting, but no real effect yet.
2010-09-10Added Preferences > Fonts tab, with basic font chooser.Jacek Antonelli1-0/+86
Choosing a font sets FontChoice setting, but no real effect yet.