aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-10Fix for crash on bad teleportsMcCabe Maxsted1-1/+1
2010-09-10Added libhunspell-1.2.dylib to Mac manifest.Jacek Antonelli1-0/+1
2010-09-10Made DroidSans the new default font.Jacek Antonelli2-14/+14
2010-09-10Added Delicious and DroidSans fonts to package and preferences.Jacek Antonelli5-12/+83
2010-09-10Added the concept of font size multiplier (size_mult).Jacek Antonelli3-19/+38
This compensates for inherent size differences in each font family, so that UI text is a consistent size, no matter which font you use.
2010-09-10Added the concept of aliases to LLFontRegistry.Jacek Antonelli3-9/+52
SansSerif is now an alias for either "DejaVu" or "Liberation", depending on the user's FontChoice setting.
2010-09-10Added Preferences > Fonts tab, with basic font chooser.Jacek Antonelli9-1/+214
Choosing a font sets FontChoice setting, but no real effect yet.
2010-09-10Changed the 'bundle identifier' to org.imprudenceviewer.viewer.Jacek Antonelli5-5/+5
This is used on Mac OS X to identify the application. Thanks to Solo Mornington for this information.
2010-09-10linux64: move cxx flags from external script into 00-Common.cmake for ↵Armin Weatherwax1-1/+17
transparency todo: do it less hacky
2010-09-10fix Bug #240: Make Outfit crashes the viewer in OpenSimArmin Weatherwax1-0/+2
this was due NULL wearables - todo: grey the checkboxes out then, maybe (firstuse)warn
2010-09-10fix: 32bit libs for linux64 are not actually downloadedArmin Weatherwax1-2/+2
2010-09-10Fixed Boost.cmake and removed the boost::system and boost::filesystem ↵elektrahesse1-6/+0
dependencies
2010-09-10Code cleanupelektrahesse1-34/+1
2010-09-10Switched to boost::regex and wrote a regex supporting punctuation for name ↵elektrahesse1-2/+11
matching in both chat and group ims
2010-09-10Fixed chat colors and added group im colorselektrahesse8-35/+117
2010-09-10Removed Object-Object Occlusion shortcut as it interferes with the AOMcCabe Maxsted1-2/+1
2010-09-10Updated the formatting for group IMs to make it clear they're IMsMcCabe Maxsted1-2/+5
2010-09-10Port from Emerald: allow any key for gesturesMcCabe Maxsted1-3/+23
2010-09-10Added a Extra tab in adv. preferences to enable/disable chat colors and to ↵elektrahesse4-20/+112
select the colors
2010-09-10Initial hacky release of colors in chat highlighting friend chat and when ↵elektrahesse1-8/+34
your name is typed
2010-09-10Made the local asset texture boost change work on Windows as wellMcCabe Maxsted1-7/+8
2010-09-10Made the texture fix cross platform and removed boost::filesystem dep for ↵elektrahesse1-7/+18
loaterlocalassetbrowse.cpp
2010-09-10Ported use group name in chat feature from EmeraldMcCabe Maxsted2-1/+22
2010-09-10Changed the menu enabled 'x' to a checkmarkMcCabe Maxsted1-1/+1
2010-09-10Ported ResetFocusOnSelfClick debug setting from Emerald, set the default to ↵McCabe Maxsted2-1/+15
false
2010-09-10Increased max settable value for RenderVolumeLODFactor from 2 to 4McCabe Maxsted1-1/+1
2010-09-10Replace '>' glyph in cascading menus with a proper triangle(backport from ↵McCabe Maxsted1-1/+1
Viewer 2)
2010-09-10store our password in the Mac OS keychainNemurimasu Neiro2-3/+44
much more secure than XORing against a MAC address :)
2010-09-10use setenv instead of putenvNemurimasu Neiro1-8/+4
putenv requires that the string not be freed
2010-09-07Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵McCabe Maxsted12-2/+583
feature originally by Zi Ree
2010-09-06Use solid circles instead of asterisks for password fields.Kakurady (Geneko Nemeth)1-2/+2
Regression fix for the 09.04 Experimental
2010-09-06Potential fix for a rare crash when creating notecards in the AOMcCabe Maxsted1-1/+8
2010-09-06Fixed regression of #245McCabe Maxsted2-0/+8
2010-09-06Fixed regression of #295 in the 09.04 experimentalMcCabe Maxsted1-14/+23
2010-09-06Added slider to control the number of avatar imposters (can't think of a ↵McCabe Maxsted3-7/+50
better label)
2010-09-06Made 'notify when currency spent or received' also chat the messageMcCabe Maxsted1-0/+4
2010-09-06Removed some duplicate menu cruftMcCabe Maxsted1-7/+0
2010-09-06Re-enable the 'Avatar Imposters' option for low-end graphics cardsMcCabe Maxsted1-2/+2
2010-09-06Ported patch by Kitty Barnett for right clicking an inventory item and ↵McCabe Maxsted3-5/+67
editing it
2010-09-05Don't show region name min maturity due to different use based on different ↵McCabe Maxsted1-1/+2
grids
2010-09-05Applied patch from Emerald, ported by Ansariel Hiller: #490: show access ↵McCabe Maxsted1-0/+21
level next to region name
2010-09-05Updated list of viewers and contributors in Help > About Imprudence from the ↵McCabe Maxsted1-3/+3
1.3 release notes and commits in the first Experimental release. Please add any other names we're missing
2010-09-04Fixed Boost.cmake to correctly find the boost_system lib on macElektra Hesse1-2/+2
2010-09-04Changed version to 'Experimental 2010.09.04'.Jacek Antonelli4-9/+9
2010-09-04Changed default UIScaleFactor from 1.002 to 1.0. Revert back if letters ↵McCabe Maxsted1-1/+1
start showing crazy leading again
2010-09-04Added fonts package to install.xml.Jacek Antonelli2-0/+47
Contains DejaVu Sans Condensed, Liberation Sans, and Vera Mono.
2010-09-03Switched main viewer font to DejaVu Sans Condensed.Jacek Antonelli8-28/+30
Tweaked a few parts of the UI layout to fit the font better. Still no easy way to switch fonts yet.
2010-09-03Fixed several issues with the local asset browser.Jacek Antonelli1-6/+4
* Enable "Keep Updating" by default. * Fixed the "Keep Updating" checkbox not toggling correctly. * Fixed the upload fee label (it was showing currency symbol).
2010-09-03Preload default avatar eyes and hair textures.Jacek Antonelli1-1/+21
This is a temporary bandaid, it should not be necessary if everything was working like it should.
2010-09-03Fixed other instances of 'www.imprudenceviewer.org'. There is no www.Jacek Antonelli4-5/+5