diff options
author | Armin Weatherwax | 2010-01-08 17:02:56 +0100 |
---|---|---|
committer | Jacek Antonelli | 2010-02-03 22:43:03 -0600 |
commit | 1e802ab2b4a0f203f910daf892b50fbf6cf4a8b3 (patch) | |
tree | 1b593dc6894a4945709658b67b5fc66c98fc40c6 /ChangeLog.txt | |
parent | Removed pixbuf and pango from linux32 viewer_manifest. (diff) | |
download | meta-impy-1e802ab2b4a0f203f910daf892b50fbf6cf4a8b3.zip meta-impy-1e802ab2b4a0f203f910daf892b50fbf6cf4a8b3.tar.gz meta-impy-1e802ab2b4a0f203f910daf892b50fbf6cf4a8b3.tar.bz2 meta-impy-1e802ab2b4a0f203f910daf892b50fbf6cf4a8b3.tar.xz |
Slider widgets can now be controlled with mouse wheel.
(Cherry-picked by Jacek from 334b0b32)
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index cbcc174..4d13196 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -145,6 +145,14 @@ | |||
145 | modified: linden/indra/newview/viewer_manifest.py | 145 | modified: linden/indra/newview/viewer_manifest.py |
146 | 146 | ||
147 | 147 | ||
148 | 2010-01-05 Armin Weatherwax <Armin.Weatherwax@gmail.com> | ||
149 | |||
150 | * Slider widgets can now be controlled with mouse wheel. | ||
151 | |||
152 | modified: linden/indra/llui/llslider.cpp | ||
153 | modified: linden/indra/llui/llslider.h | ||
154 | |||
155 | |||
148 | 2010-01-08 McCabe Maxsted <hakushakukun@gmail.com> | 156 | 2010-01-08 McCabe Maxsted <hakushakukun@gmail.com> |
149 | 157 | ||
150 | * Fixed options missing from Text Chat and Input & Camera preferences (see VWR-13120). | 158 | * Fixed options missing from Text Chat and Input & Camera preferences (see VWR-13120). |