1. b2c7857 Tap to stop the carousel by Jim Shuma · 14 years ago
  2. 9c019da Ensure default card matrix is set before creating cards. by Bryan Mawhinney · 14 years ago
  3. 5b54f40 Ensure that card 0 is properly initialized. by Bryan Mawhinney · 14 years ago
  4. 51dd019 Allow user to specify a custom matrix to transform cards. by Bryan Mawhinney · 14 years ago
  5. 9336f7e Remove unnecessary export_func pragma. by Stephen Hines · 14 years ago
  6. 370b177 Mark non-exported functions as static. by Stephen Hines · 14 years ago
  7. 14d2c1e Allow clients to draw carousel cards clockwise by Jim Shuma · 14 years ago
  8. 0f529a8 Don't throw an exception when invalidating an unset card by Jim Shuma · 14 years ago
  9. ed5cdfa Remove zero-init/destructor WARs. by Stephen Hines · 14 years ago
  10. 0cec8af Add multiple row support to carousel. by Bryan Mawhinney · 14 years ago
  11. 6af401b Add updateDetailTexture to allow updating detail textures by Jim Shuma · 14 years ago
  12. 8fd4031 Allow carousel apps to receive taps on detail textures by Jim Shuma · 14 years ago
  13. 1882ceb Add better event handling to Carousel. by Jim Miller · 14 years ago
  14. 1eccd02 Several improvements to Carousel: by Jim Miller · 14 years ago
  15. 6f2cc8c User RS resize instead of manually implementing a copy routine. by Jason Sams · 14 years ago
  16. dcfb45a Fix local variable usage. by Stephen Hines · 14 years ago
  17. be5482f Major improvement to Carousel dragging. by Jim Miller · 14 years ago
  18. fb179e7 Carousel performance improvements. by Jim Miller · 14 years ago
  19. fe38385 Ensure detail textures are positioned at integer pixel coords by Bryan Mawhinney · 14 years ago
  20. 7cc5787 Switch to using ModelViewController-based CarouselView by Jim Shuma · 14 years ago
  21. 4a8736e Provides more control over detail alignment. by Bryan Mawhinney · 14 years ago
  22. cfe4176 Fix 3099806: Prevent glitch when scrolling to end of Carousel. by Jim Miller · 14 years ago
  23. 43471a7 Several major improvements to Carousel: by Jim Miller · 14 years ago
  24. a84feeb Add API to get/set carousel rotation angle. by Jack Palevich · 14 years ago
  25. 7ec486b Guard against setting detail textures after destroy. by Bryan Mawhinney · 14 years ago
  26. bf39450 Disable the depth test when drawing detail textures by Jim Shuma · 14 years ago
  27. 50c5e37 Set DrawCardsWithBlending state when starting up carousel. by Jack Palevich · 14 years ago
  28. 1ceb73c Don't clear the background by Jim Shuma · 14 years ago
  29. bfc5ce2 Performance improvements: Enable blending only when needed by Jim Shuma · 14 years ago
  30. 4fe6ea7 Detail texture geometry fixes, and offscreen loading tweak by Jim Shuma · 14 years ago
  31. d07d665 Update to use SurfaceConfig. by Jason Sams · 14 years ago
  32. fc1960b Update to use SurfaceConfig. by Jason Sams · 14 years ago
  33. b06b5d3 Remove now unnecessary pragma rs export_var(). by Stephen Hines · 14 years ago
  34. d7fa647 Adjust the bounds for how far books can sway by Jim Shuma · 14 years ago
  35. 594ff62 Add long-press support to carousel by Jim Shuma · 14 years ago
  36. 83d7a5f Provide option to allow cards to face the center of the carousel circle. by Bryan Mawhinney · 14 years ago
  37. a044fbb Substantial improvement to Carousel launch time. by Jim Miller · 14 years ago
  38. 5621100 Fix typo by Jim Shuma · 14 years ago
  39. 64005a8 Merge "Refactoring Carousel into MVC: Phase 1" by Jim Shuma · 14 years ago
  40. 9f0c6ba changing texcoord from vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 14 years ago
  41. b8c3aee Don't create any cards by default. by Bryan Mawhinney · 14 years ago
  42. c7f405d Refactoring Carousel into MVC: Phase 1 by Jim Shuma · 14 years ago
  43. 2ba04e0 Fix bug where resizing cards array caused cards to get reloaded. by Jim Miller · 14 years ago
  44. f7c724d Fix 3061600: Allow scrolling to last few items in CarouselView. by Jim Miller · 14 years ago
  45. b378af5 Major performance improvements to Carousel: by Jim Miller · 14 years ago
  46. a9e9c4b A few more Carousel improvements: by Jim Miller · 14 years ago
  47. 8b55d75 Preserve existing cards when resizing the card array. by Jack Palevich · 14 years ago
  48. 420b44b More improvements to Carousel. by Jim Miller · 14 years ago
  49. c3e94dc Avoid calling RenderScript after view is detached from window. by Jack Palevich · 14 years ago
  50. 9fa7a18 Add an onDestroy method by Jack Palevich · 14 years ago
  51. 0eb8cac Make Parameters objects static. by Jack Palevich · 14 years ago
  52. eb71cf6 Expose getGeometry() like the other getters by Jim Shuma · 14 years ago
  53. baa6653 Make CarouselViewHelper more reusable. by Jack Palevich · 14 years ago
  54. a3cb716 Major improvements to Carousel. by Jim Miller · 14 years ago
  55. 7867abe Don't consider tap-to-stop as a selection by Jim Shuma · 14 years ago
  56. d443c88 Temporary workaround for llvm crash. by Jim Miller · 14 years ago
  57. af8cf9a Change 1. to 1.f and use rsMatrixLoad. Carousel tests work for me. by Shih-wei Liao · 14 years ago
  58. e0103cf Bitmap's config now controls RenderScript texture format. by Jack Palevich · 14 years ago
  59. 7c09ccc Support for Books carousel by Jim Shuma · 14 years ago
  60. c4c6f38 Use proper rsObject methods when switching texture and geometry. by Jim Miller · 14 years ago
  61. a9e1c1d Merge "Ensure renderscript is available to load geometry." by Jim Shuma · 14 years ago
  62. 1126aa8 Handle RS reflection name changes. by Stephen Hines · 14 years ago
  63. e386bbb Ensure renderscript is available to load geometry. by Bryan Mawhinney · 14 years ago
  64. ffd2d02 Fix RenderScriptGL leak in CarouselView. by Bryan Mawhinney · 14 years ago
  65. 3e91997 Fix bug where power-of-two textures were showing up black in Carousel. by Jim Miller · 14 years ago
  66. 3172fb5 Merge "Fix for 3007426: Fix crash in CarouselView" by Jim Miller · 14 years ago
  67. 6b1fa13 Fix for 3007426: Fix crash in CarouselView by Jim Miller · 14 years ago
  68. 3df5934 Fix for potential memory corruption in RS when cardcount = 0 by Jim Miller · 14 years ago
  69. b0f0706 Expose setting the background color of the Carousel. by Jim Miller · 14 years ago
  70. 7cb0068 Add detail text to Carousel and CarouselTestActivity. by Jim Miller · 14 years ago
  71. 198a060 Add an API to report the first card position. by Jack Palevich · 14 years ago
  72. c0bb8af Integrate functionality from the Books carousel by Jim Shuma · 14 years ago
  73. f8a1b84 Replace outdated book model in Carousel tests. by Jim Miller · 14 years ago
  74. 9afba8c Add background texture support to Carousel widget. by Jim Miller · 14 years ago
  75. dce9af3 Send invalidation messages for loading textures and geometry. by Jack Palevich · 14 years ago
  76. 5ce7307 Add carousel as static library to build. by Jim Miller · 14 years ago