aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | Some changes to help linux64.Armin Weatherwax2010-02-275-18/+49
| | | | | | | | | | | | | | * Don't build with libELFIO (lib not working). * Use shared libpng12 instead of static library (fixes mozlib incompat for users with system libpng14).
* | Updated llprimitive/llprimitive.cpp to SL 1.23.Armin Weatherwax2010-02-272-201/+9
| |
* | Added custom search URL in Preferences > Web.Armin Weatherwax2010-02-274-0/+57
| |
* | Disabled spammy messages about WebFetchInventoryDescendents.Jacek Antonelli2010-02-262-1/+7
| |
* | Rebranded new notifications system for all languages.Jacek Antonelli2010-02-2619-717/+782
| | | | | | | | | | | | Changed "Second Life" to "Imprudence", etc. Some URLs and SL-specific things have not been rebranded. Added foundation for dynamically rebranding grid names later.
* | Fixed a rare crash from textures with too many components.Armin Weatherwax2010-02-224-10/+35
| | | | | | | | Only seen in lbsa plaza on OSGrid, so far.
* | Fixed an error at shutdown (gSavedSettings.cleanup).Armin Weatherwax2010-02-222-1/+10
| |
* | Fixed Linux file picker not showing WAV files.Armin Weatherwax2010-02-222-2/+14
| |
* | Ignore HideFromEditor from settings.xml.Armin Weatherwax2010-02-222-1/+22
| | | | | | | | Don't hide any settings from Debug Settings.
* | Fixed #197: Windlight toolbar can't be hidden.Jacek Antonelli2010-02-183-3/+10
| |
* | Fixed #184: Previewing notecards resets camera.Armin Weatherwax2010-02-182-2/+5
| |
* | Fixed #155: Double clicking your avatar triggers a TP request.Armin Weatherwax2010-02-182-5/+37
| |
* | Added missing "Set Default Permissions" menu entry. (#202)Jacek Antonelli2010-02-182-0/+10
| | | | | | | | This was accidentally left out during the SL 1.23 merge.
* | SNOW-492: LLDataPacker::unpackstring() is unsafe.Jacek Antonelli2010-02-183-7/+26
| | | | | | | | Patch by Robin Cornelius.
* | SNOW-488: Malformed animation crash.Jacek Antonelli2010-02-182-1/+9
| | | | | | | | Patch by Robin Cornelius.
* | Ported some asset storage changes from Snowglobe.Jacek Antonelli2010-02-163-22/+37
| |
* | Ported some minor rendering engine changes from Snowglobe.Jacek Antonelli2010-02-168-55/+63
| |
* | Ported some stats and texture console changes from Snowglobe.Jacek Antonelli2010-02-168-57/+521
| |
* | Ported many texture engine changes from Snowglobe.Jacek Antonelli2010-02-1689-1838/+3931
| |
* | Ported some cURL and HTTP-related changes from Snowglobe.Jacek Antonelli2010-02-084-16/+46
| |
* | Ported some thread changes from Snowglobe.Jacek Antonelli2010-02-085-23/+39
| |
* | Ported many APR changes from Snowglobe.Jacek Antonelli2010-02-0821-251/+257
| |
* | Fixed login screen only allowing 16 chars per name.Jacek Antonelli2010-02-072-4/+10
| |
* | Added SliderScrollWheelMultiplier setting.Jacek Antonelli2010-02-046-1/+62
| | | | | | | | | | | | | | Affects the direction sliders move from mouse scroll wheel. Also added LLSlider::getScrollWheelMultiplier() and LLSlider::setScrollWheelMultiplier().
* | Slider widgets can now be controlled with mouse wheel.Armin Weatherwax2010-02-033-0/+15
| | | | | | | | (Cherry-picked by Jacek from 334b0b32)
* | Removed pixbuf and pango from linux32 viewer_manifest.Armin Weatherwax2010-02-032-5/+13
| | | | | | | | | | | | They sometimes cause trouble when distributed. (Cherry-picked by Jacek from 9efbb42c)
* | Merged in 'paymessage' branch.Jacek Antonelli2010-02-0334-655/+747
|\ \ | | | | | | | | | | | | Custom message in Pay Resident floater, and XUI cleanup. (SNOW-436, formerly VWR-9597)
| * | Improved "Pay Object" floater layout and XML.Jacek Antonelli2010-02-0217-379/+404
| | |
| * | Improved "Pay Resident" floater layout and XML.Jacek Antonelli2010-01-3117-275/+258
| | |
| * | Implemented VWR-9597 (optional message when paying someone).Jacek Antonelli2010-01-043-2/+31
| | |
| * | Tidied up floater_pay.xml code and UI layout.Jacek Antonelli2010-01-043-48/+78
| | |
| * | Added LLFloater::setTitleArg and LLFloater::setShortTitleArg.Jacek Antonelli2010-01-043-8/+33
| | | | | | | | | | | | This allows doing "[ARG]" replacement in floater titles.
* | | ChangeLog entries for client identification / name tags.Jacek Antonelli2010-01-271-3/+37
| | |
* | | Merge remote branch 'mccabe/next' into nextJacek Antonelli2010-01-2659-3216/+1423
|\ \ \
| * | | Fixed crash due to missing FloaterHtmlRect settingMcCabe Maxsted2010-01-202-0/+23
| | | |
| * | | Removed unnecessary xui files from silver skinMcCabe Maxsted2010-01-1411-2833/+16
| | | |
| * | | Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵McCabe Maxsted2010-01-143-24/+40
| | | | | | | | | | | | | | | | adds uncommitted suggestions to the line editor history
| * | | Applied patch for VWR-14267 by Aimee Trescothick: Clicking send in an IM ↵McCabe Maxsted2010-01-142-0/+8
| | | | | | | | | | | | | | | | window does not add the sent text to the line editor history
| * | | Applied patch for VWR-11172 by Alissa Sabre: A source coding mistake ↵McCabe Maxsted2010-01-142-1/+9
| | | | | | | | | | | | | | | | prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows
| * | | Created drop-down Profile button in IM windowMcCabe Maxsted2010-01-1319-195/+278
| | | |
| * | | Fixed 'Cannot generate a safe linker search path' CMake warning on WindowsMcCabe Maxsted2010-01-122-6/+14
| | | |
| * | | Fixed remember password checkboxMcCabe Maxsted2010-01-112-1/+8
| | | |
| * | | Fixed missing dbghelp.dll fileMcCabe Maxsted2010-01-093-0/+146
| | | |
| * | | Always include VS2005 redist in copy_win_libsMcCabe Maxsted2010-01-092-85/+89
| | | |
| * | | Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵McCabe Maxsted2010-01-096-45/+120
| | | | | | | | | | | | | | | | install script only works manually)
| * | | Fixed options missing from Text Chat and Input & Camera preferences (see ↵McCabe Maxsted2010-01-084-10/+42
| | | | | | | | | | | | | | | | VWR-13120)
| * | | Applied SNOW-378: debug setting to compile inventory scripts in MonoMcCabe Maxsted2010-01-084-14/+27
| | | |
| * | | Fixed GStreamer missing libpng12-0.dll (TODO: update gstreamer)McCabe Maxsted2010-01-083-2/+25
| | | |
| * | | Merge branch '1.3.0-clienttags' into nextMcCabe Maxsted2010-01-0412-13/+591
| |\ \ \ | | |/ / | |/| |
| | * | remove FIXME reminders from fixed issuesArmin Weatherwax2010-01-011-10/+3
| | | | | | | | | | | | | | | | modified: linden/indra/newview/llvoavatar.cpp