summaryrefslogtreecommitdiffstats
path: root/carousel
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure default card matrix is set before creating cards.Bryan Mawhinney2010-11-301-1/+1
* Ensure that card 0 is properly initialized.Bryan Mawhinney2010-11-231-0/+6
* Allow user to specify a custom matrix to transform cards.Bryan Mawhinney2010-11-204-2/+54
* Remove unnecessary export_func pragma.Stephen Hines2010-11-181-5/+0
* Mark non-exported functions as static.Stephen Hines2010-11-181-5/+5
* Allow clients to draw carousel cards clockwiseJim Shuma2010-11-174-21/+64
* Don't throw an exception when invalidating an unset cardJim Shuma2010-11-161-1/+2
* Remove zero-init/destructor WARs.Stephen Hines2010-11-161-2/+1
* Add multiple row support to carousel.Bryan Mawhinney2010-11-164-20/+85
* Add updateDetailTexture to allow updating detail texturesJim Shuma2010-11-153-6/+68
* Allow carousel apps to receive taps on detail texturesJim Shuma2010-11-114-19/+82
* Add better event handling to Carousel.Jim Miller2010-11-034-26/+29
* Several improvements to Carousel:Jim Miller2010-11-023-59/+68
* User RS resize instead of manually implementing a copy routine.Jason Sams2010-11-012-70/+18
* Fix local variable usage.Stephen Hines2010-10-291-3/+4
* Major improvement to Carousel dragging.Jim Miller2010-10-285-14/+109
* Carousel performance improvements.Jim Miller2010-10-288-54/+137
* Ensure detail textures are positioned at integer pixel coordsBryan Mawhinney2010-10-261-3/+3
* Switch to using ModelViewController-based CarouselViewJim Shuma2010-10-228-1075/+102
* Provides more control over detail alignment.Bryan Mawhinney2010-10-195-71/+185
* Fix 3099806: Prevent glitch when scrolling to end of Carousel.Jim Miller2010-10-181-0/+3
* Several major improvements to Carousel:Jim Miller2010-10-143-106/+220
* Add API to get/set carousel rotation angle.Jack Palevich2010-10-147-56/+72
* Guard against setting detail textures after destroy.Bryan Mawhinney2010-10-143-3/+4
* Disable the depth test when drawing detail texturesJim Shuma2010-10-132-5/+8
* Set DrawCardsWithBlending state when starting up carousel.Jack Palevich2010-10-131-0/+1
* Don't clear the backgroundJim Shuma2010-10-121-5/+0
* Performance improvements: Enable blending only when neededJim Shuma2010-10-125-10/+58
* Detail texture geometry fixes, and offscreen loading tweakJim Shuma2010-10-125-20/+157
* Update to use SurfaceConfig.Jason Sams2010-10-101-1/+5
* Update to use SurfaceConfig.Jason Sams2010-10-101-1/+3
* Remove now unnecessary pragma rs export_var().Stephen Hines2010-10-081-10/+1
* Adjust the bounds for how far books can swayJim Shuma2010-10-081-2/+2
* Add long-press support to carouselJim Shuma2010-10-087-1/+102
* Provide option to allow cards to face the center of the carousel circle.Bryan Mawhinney2010-10-085-2/+34
* Substantial improvement to Carousel launch time.Jim Miller2010-10-063-30/+18
* Fix typoJim Shuma2010-10-061-1/+1
* Merge "Refactoring Carousel into MVC: Phase 1"Jim Shuma2010-10-063-0/+1234
|\
| * Refactoring Carousel into MVC: Phase 1Jim Shuma2010-10-053-0/+1234
* | changing texcoord from vec4 to vec2 for perf reasons.Alex Sakhartchouk2010-10-061-2/+2
* | Don't create any cards by default.Bryan Mawhinney2010-10-061-1/+1
|/
* Fix bug where resizing cards array caused cards to get reloaded.Jim Miller2010-10-055-17/+77
* Fix 3061600: Allow scrolling to last few items in CarouselView.Jim Miller2010-10-042-19/+15
* Major performance improvements to Carousel:Jim Miller2010-10-045-117/+174
* A few more Carousel improvements:Jim Miller2010-09-302-64/+97
* Preserve existing cards when resizing the card array.Jack Palevich2010-09-302-10/+53
* More improvements to Carousel.Jim Miller2010-09-306-37/+237
* Avoid calling RenderScript after view is detached from window.Jack Palevich2010-09-301-1/+2
* Add an onDestroy methodJack Palevich2010-09-291-0/+4
* Make Parameters objects static.Jack Palevich2010-09-291-2/+2