summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterSharpen.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor filters parametersnicolasroard2013-02-051-1/+22
| | | | | | | - introduce FilterRepresentations - change filters lifecycle Change-Id: I9416fca47a334d532a347cd5577795738c870933
* fix sharpen to work under the new systemJohn Hoford2013-02-011-6/+12
| | | | Change-Id: I25518a05511c8b2279ba171bc3902e8cb3181c19
* More refactoring...nicolasroard2012-12-071-0/+5
| | | | | | | Simplify management of filters in PanelController bug:7688780 Change-Id: I0d07711cb2be127f064d476c6e98f4363b69b06c
* More refactoring. Makes it easy to specifynicolasroard2012-12-071-0/+10
| | | | | | | how the button should look like (overlay img or not). bug:7688780 Change-Id: If883c6886ade409dac7d72c87a514bd3fcd3ad7f
* Refactor filters to simplify their creation/additionnicolasroard2012-12-061-0/+5
| | | | | Bug:7688780 Change-Id: I9e1bb860dc9150bed4a255118654f2ca7f1ec3f0
* Add copyright noticesnicolasroard2012-10-231-0/+15
| | | | | bug:7387634 Change-Id: Iaac0b55c9857f609312b78a613d074d323174ea1
* Fix crash introduced with the GeometryMetadatanicolasroard2012-10-081-8/+5
| | | | | | | | | | | bug:7224232 bug:7279964 bug:7298708 - Also remove the slide gesture (only use the slider widget) - use scaleFactor to apply sharpen proportionally Change-Id: Icce786cb53f2d3d6feada76c63108a563aaab7a3
* Implement sharpennicolasroard2012-10-041-0/+52
bug:7279964 bug:7247494 bug:7234321 - add a sharpen filter - add infrastructure to use RenderScript - some refactoring (add an ImageSlave class) - add new zoom UI Change-Id: Id94dc94d32866c7107b6818adf4db35d0c6c0b01