Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename hippo* files to lower case (PART 2 OF 2) | Aleric Inglewood | 2010-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming. | ||||
* | Added support for upload and local usage of PSD (Photoshop, including layers ↵ | elektrahesse | 2010-10-13 | 1 | -0/+4 |
| | | | | and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines | ||||
* | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 2010-10-09 | 1 | -0/+11 |
| | | | | uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding. | ||||
* | Fixed merge conflicts, propagated the _stat usage for windows in ↵ | elektrahesse | 2010-09-11 | 1 | -4/+16 |
|\ | | | | | | | floaterlocalassetbrowse.cpp | ||||
| * | Made the local asset texture boost change work on Windows as well | McCabe Maxsted | 2010-09-10 | 1 | -7/+8 |
| | | |||||
| * | Made the texture fix cross platform and removed boost::filesystem dep for ↵ | elektrahesse | 2010-09-10 | 1 | -7/+18 |
| | | | | | | | | loaterlocalassetbrowse.cpp | ||||
* | | Made the texture fix cross platform and removed boost::filesystem dep for ↵ | elektrahesse | 2010-09-07 | 1 | -23/+8 |
| | | | | | | | | loaterlocalassetbrowse.cpp | ||||
* | | Fixed local textures on mac | elektrahesse | 2010-09-07 | 1 | -6/+23 |
|/ | |||||
* | Fixed several issues with the local asset browser. | Jacek Antonelli | 2010-09-03 | 1 | -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). | ||||
* | Added author info to local texture files | McCabe Maxsted | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | Cleaned up UI of the local texture properties window (todo: fix the ↵ | McCabe Maxsted | 2010-08-28 | 1 | -54/+9 |
| | | | | texture_picker inside it being clickable) | ||||
* | Ported local textures from Emerald (requires boost filesystem and system ↵ | McCabe Maxsted | 2010-08-28 | 1 | -0/+1028 |
libs to work) |