Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ported some thread changes from Snowglobe. | Jacek Antonelli | 2010-02-08 | 1 | -0/+8 |
| | |||||
* | Ported many APR changes from Snowglobe. | Jacek Antonelli | 2010-02-08 | 1 | -0/+26 |
| | |||||
* | Fixed login screen only allowing 16 chars per name. | Jacek Antonelli | 2010-02-07 | 1 | -0/+6 |
| | |||||
* | Added SliderScrollWheelMultiplier setting. | Jacek Antonelli | 2010-02-04 | 1 | -0/+14 |
| | | | | | | | 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 Weatherwax | 2010-02-03 | 1 | -0/+8 |
| | | | | (Cherry-picked by Jacek from 334b0b32) | ||||
* | Removed pixbuf and pango from linux32 viewer_manifest. | Armin Weatherwax | 2010-02-03 | 1 | -0/+8 |
| | | | | | | They sometimes cause trouble when distributed. (Cherry-picked by Jacek from 9efbb42c) | ||||
* | Merged in 'paymessage' branch. | Jacek Antonelli | 2010-02-03 | 1 | -0/+65 |
|\ | | | | | | | | | Custom message in Pay Resident floater, and XUI cleanup. (SNOW-436, formerly VWR-9597) | ||||
| * | Improved "Pay Object" floater layout and XML. | Jacek Antonelli | 2010-02-02 | 1 | -0/+22 |
| | | |||||
| * | Improved "Pay Resident" floater layout and XML. | Jacek Antonelli | 2010-01-31 | 1 | -0/+22 |
| | | |||||
| * | Implemented VWR-9597 (optional message when paying someone). | Jacek Antonelli | 2010-01-04 | 1 | -0/+6 |
| | | |||||
| * | Tidied up floater_pay.xml code and UI layout. | Jacek Antonelli | 2010-01-04 | 1 | -0/+6 |
| | | |||||
| * | Added LLFloater::setTitleArg and LLFloater::setShortTitleArg. | Jacek Antonelli | 2010-01-04 | 1 | -0/+9 |
| | | | | | | | | This allows doing "[ARG]" replacement in floater titles. | ||||
* | | ChangeLog entries for client identification / name tags. | Jacek Antonelli | 2010-01-27 | 1 | -3/+37 |
| | | |||||
* | | Merge remote branch 'mccabe/next' into next | Jacek Antonelli | 2010-01-26 | 1 | -0/+127 |
|\ \ | |||||
| * | | Fixed crash due to missing FloaterHtmlRect setting | McCabe Maxsted | 2010-01-20 | 1 | -0/+7 |
| | | | |||||
| * | | Removed unnecessary xui files from silver skin | McCabe Maxsted | 2010-01-14 | 1 | -0/+14 |
| | | | |||||
| * | | Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵ | McCabe Maxsted | 2010-01-14 | 1 | -0/+7 |
| | | | | | | | | | | | | adds uncommitted suggestions to the line editor history | ||||
| * | | Applied patch for VWR-14267 by Aimee Trescothick: Clicking send in an IM ↵ | McCabe Maxsted | 2010-01-14 | 1 | -0/+6 |
| | | | | | | | | | | | | 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 Maxsted | 2010-01-14 | 1 | -0/+8 |
| | | | | | | | | | | | | prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows | ||||
| * | | Created drop-down Profile button in IM window | McCabe Maxsted | 2010-01-13 | 1 | -0/+24 |
| | | | |||||
| * | | Fixed 'Cannot generate a safe linker search path' CMake warning on Windows | McCabe Maxsted | 2010-01-12 | 1 | -0/+7 |
| | | | |||||
| * | | Fixed remember password checkbox | McCabe Maxsted | 2010-01-11 | 1 | -0/+7 |
| | | | |||||
| * | | Fixed missing dbghelp.dll file | McCabe Maxsted | 2010-01-09 | 1 | -0/+6 |
| | | | |||||
| * | | Always include VS2005 redist in copy_win_libs | McCabe Maxsted | 2010-01-09 | 1 | -0/+5 |
| | | | |||||
| * | | Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵ | McCabe Maxsted | 2010-01-09 | 1 | -0/+12 |
| | | | | | | | | | | | | install script only works manually) | ||||
| * | | Fixed options missing from Text Chat and Input & Camera preferences (see ↵ | McCabe Maxsted | 2010-01-08 | 1 | -0/+9 |
| | | | | | | | | | | | | VWR-13120) | ||||
| * | | Applied SNOW-378: debug setting to compile inventory scripts in Mono | McCabe Maxsted | 2010-01-08 | 1 | -13/+7 |
| | | | |||||
| * | | Fixed GStreamer missing libpng12-0.dll (TODO: update gstreamer) | McCabe Maxsted | 2010-01-08 | 1 | -0/+21 |
| |/ | |||||
* | | Improved how opacity is displayed in color swatches. | Kakurady | 2010-01-26 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com> | ||||
* | | ChangeLog entries for bug fixes by Mm Alder and Admiral Admiral. | Jacek Antonelli | 2010-01-26 | 1 | -0/+82 |
|/ | |||||
* | ChangeLog entry: Several changes to work better on 64bit Linux. | Jacek Antonelli | 2010-01-03 | 1 | -0/+15 |
| | |||||
* | Fixed log spam about missing ParcelVoiceInfoRequest capability. | Armin Weatherwax | 2010-01-02 | 1 | -0/+9 |
| | | | | | | | SNOW-66 fix by Armin. SNOW-250 fix by Pixel Gausman and Aleric Inglewood. (Cherry picked by Jacek from 3a84d801) | ||||
* | Updated version to 1.3.0 "merge test". | Jacek Antonelli | 2010-01-02 | 1 | -0/+10 |
| | | | | (newview/res/viewerRes.rc is already at 1.3.0.) | ||||
* | Fixed panel_radar.xml missing from newview\CMakeLists.txt | McCabe Maxsted | 2010-01-01 | 1 | -0/+5 |
| | |||||
* | Added missing debug tags to logcontrol.xml | McCabe Maxsted | 2010-01-01 | 1 | -0/+7 |
| | |||||
* | Moved notify when L$ spent from Preferences > General to Preferences > Popups | McCabe Maxsted | 2009-12-31 | 1 | -0/+8 |
| | |||||
* | Added preferences option to use legacy pie menu layout | McCabe Maxsted | 2009-12-31 | 1 | -0/+17 |
| | |||||
* | Removed old pre-1.23 alerts and notifications | McCabe Maxsted | 2009-12-28 | 1 | -0/+8 |
| | |||||
* | Added script creation resource to the script editor's help menu | McCabe Maxsted | 2009-12-26 | 1 | -0/+10 |
| | |||||
* | Use Liberation-Sans font sizes | McCabe Maxsted | 2009-12-26 | 1 | -0/+5 |
| | |||||
* | Added copy key button to profile window | McCabe Maxsted | 2009-12-26 | 1 | -0/+9 |
| | |||||
* | Made drag and drop work across the entire profile window | McCabe Maxsted | 2009-12-23 | 1 | -0/+5 |
| | |||||
* | Fixed info not being displayed in About Imprudence floater | McCabe Maxsted | 2009-12-23 | 1 | -0/+5 |
| | |||||
* | Fixed login panel not showing viewer channel | McCabe Maxsted | 2009-12-23 | 1 | -1/+6 |
| | |||||
* | Fixed default fonts | McCabe Maxsted | 2009-12-23 | 1 | -0/+5 |
| | |||||
* | Fixed the Advanced menu toggling | McCabe Maxsted | 2009-12-23 | 1 | -0/+7 |
| | |||||
* | Added Imprudence VC80 .config files to the repo | McCabe Maxsted | 2009-12-06 | 1 | -0/+9 |
| | |||||
* | Forgot to remove the debug entry for libpng12-0.dll from CopyWinLibs.cmake | McCabe Maxsted | 2009-12-06 | 1 | -1/+6 |
| | |||||
* | Downgraded OpenAL-soft back to 1.6.372 for the time being (reverts 4633284f) | McCabe Maxsted | 2009-12-06 | 1 | -0/+7 |
| | |||||
* | Moved the viewer artwork to its own CMake file | McCabe Maxsted | 2009-12-06 | 1 | -0/+8 |
| |