Stephen okra Houston
|
239515ca7c
|
Revert "Ephoto: Add sorting by image similarity."
This reverts commit 1f49a495cb .
|
7 years ago |
Stephen Houston
|
1f49a495cb
|
Ephoto: Add sorting by image similarity.
|
7 years ago |
Stephen okra Houston
|
0b4343e2fa
|
Ephoto: Improve on the single browser mode menu and editing features by lowering the number of items in the menu and creating an edit pane.
|
7 years ago |
Stephen Houston
|
469c3ca1d1
|
Ephoto: Improve directory monitoring, especially regarding symlinks.
|
7 years ago |
Stephen okra Houston
|
421483d5d7
|
Ephoto: Properly identify symlinks and handle them accordingly.
|
7 years ago |
Stephen okra Houston
|
d996dd64e3
|
Ephoto: Fix issue where symlinked images may not show. Also fix issue where thumbs may get cleared but not repopulated.
|
7 years ago |
Stephen Houston
|
dd9a8ed7ce
|
Ephoto: Add configure option to not show the folders on app startup.
|
7 years ago |
Stephen Houston
|
89c73eacf7
|
Ephoto: Formatting.
|
7 years ago |
Stephen Houston
|
529d646b5e
|
Ephoto: Make sure symlinked images work too.
|
7 years ago |
Stephen okra Houston
|
1c01b4f315
|
Ephoto: Use evas_object_image rather than elm_image to avoid casting. Add config option to turn off smooth scaling.
|
7 years ago |
Stephen okra Houston
|
e2bc2e4df6
|
Ephoto: Fix some configuration options and change how Ephoto runs on first start.
|
7 years ago |
Stephen okra Houston
|
a8cd52c266
|
Ephoto: Move back to using EIO for file system monitoring
|
7 years ago |
Stephen Houston
|
7d663786a2
|
Ephoto: Add the scaling feature to Ephoto.
|
7 years ago |
Stephen okra Houston
|
43b179f0aa
|
Revert "Ephoto: Add ability to scale images." Not ready yet.
This reverts commit 9394902746 .
|
7 years ago |
Stephen okra Houston
|
9394902746
|
Ephoto: Add ability to scale images.
|
7 years ago |
Stephen okra Houston
|
af8353c0f7
|
Ephoto: Add a nice effect for fading out the controls bar and add the beginning of moving slideshows (needs work still).
|
7 years ago |
Stephen okra Houston
|
ce73f5056f
|
Ephoto: Use threads rather than idlers for file operations.
|
7 years ago |
Stephen okra Houston
|
293a821031
|
Ephoto: Add emboss filter
|
7 years ago |
Stephen Houston
|
ab8edacd0d
|
Ephoto: Make Ephoto's blur a nice feaux guassian algo, Ephoto's sharpen an unsharp mask, and add dithering(needs work)
|
7 years ago |
Stephen okra Houston
|
4ef7efdc4c
|
Ephoto: Rename Cartoon filter to Painting filter as that is more accurate.
|
7 years ago |
Stephen Houston
|
6ce5ec3277
|
Ephoto: Add Sobel Edge Detection Filter.
|
7 years ago |
Stephen Houston
|
0de7ad094d
|
Ephoto: Forgot to commit the header file additions for the new filters.
|
7 years ago |
Stephen okra Houston
|
86b827e5fa
|
Ephoto: Ephoto goes edjey! Give ephoto an edje style overlayed interface.
For screenshots and video, you can visit this post:
http://smhouston.us/ephoto-gets-edjey/
|
7 years ago |
Stephen okra Houston
|
a6aee9555b
|
Ephoto: Clean up/organize code to get ready for release. Use a pane widget for the thumbnail view. Use raise() to work around genlist bug.
|
7 years ago |
Stephen Houston
|
94fddb9f36
|
Ephoto: Work around some bugs with editing.
|
7 years ago |
Stephen okra Houston
|
5a5d2bb12e
|
Ephoto: Add tool for red eye removal
|
7 years ago |
Stephen okra Houston
|
469ce75485
|
Ephoto: Clean up menus, remove toolbars, work on focus, start search on type.
Screenshots:
http://www.enlightenment.org/ss/e-56feda88450023.78697698.jpg
http://www.enlightenment.org/ss/e-56fedac3d198f2.43263458.jpg
|
7 years ago |
Stephen okra Houston
|
e732d9b07d
|
Ephoto: Factor out common file operation code. Remove toolbar from thumb view.
|
7 years ago |
Stephen okra Houston
|
d62984608a
|
Ephoto: Use Enlightenment's thumbnailer to achieve better thumbnailing.
|
7 years ago |
Stephen okra Houston
|
4b8ea0492b
|
Ephoto: Move common editing code to one place.
|
7 years ago |
Stephen okra Houston
|
75131514cc
|
Ephoto: Eliminate duplicate thumbing.
|
7 years ago |
Stephen Houston
|
483f70d6e1
|
Ephoto: Move the single image view back button into the info label.
|
7 years ago |
Stephen okra Houston
|
97e82b216f
|
Ephoto: Move to Ecore_File_Monitor: It behaves better than Eio at this point.
|
7 years ago |
Stephen okra Houston
|
3855fd4795
|
Ephoto: More cleanup, eliminate duplicate thumbnails showing up, fix save error.
|
7 years ago |
Stephen okra Houston
|
16cf9beb6e
|
Ephoto: Don't save/overwrite images with raw extensions.
|
7 years ago |
Stephen Houston
|
bcfd488e0f
|
Ephoto: Fix some incorrect thumb selection issues.
|
7 years ago |
Stephen okra Houston
|
f7de0f1c0f
|
Ephoto: Apply patches from Vincent Torri (vtorri) that make Ephoto work on Windows.
|
7 years ago |
Stephen okra Houston
|
f656110fc1
|
Ephoto: Formatting
|
7 years ago |
Stephen Houston
|
ca46030aa4
|
Ephoto: Incorporate the use of monitors to maintain accuracy with the file system. Fix rename extra dot.
|
7 years ago |
Stephen okra Houston
|
550c8064a6
|
Ephoto: Make the settings panel nicer.
|
7 years ago |
Stephen Houston
|
11dc8050eb
|
Ephoto: Make the search function more like a filter than a find in place.
|
7 years ago |
Stephen okra Houston
|
351c0b2809
|
Ephoto: Load raw image formats.
|
7 years ago |
Stephen Houston
|
aee6e9e408
|
Ephoto: If multiple items are selected, only use those items for Single and Slideshow.
|
7 years ago |
Stephen Houston
|
e5695a6aee
|
Ephoto: Don't resort back to thumb browser on delete.
|
7 years ago |
Stephen Houston
|
9e278c5a70
|
Ephoto: Make the toolbar layout more consistent. Only allow dirs with subdirs to be expanded.
|
7 years ago |
Stephen Houston
|
cf25f7c561
|
Ephoto: Add file operations, context menus, sorting, and more.
|
7 years ago |
Stephen Houston
|
73bfdc961e
|
Ephoto: Make file selecter work like a file tree. Add more config options.
|
7 years ago |
Stephen Houston
|
ae946f5b74
|
Ephoto: Cleanup the settings panel.
|
7 years ago |
Stephen Houston
|
b630921349
|
Ephoto: Begin cleaning up the cropper to look like the rest of the editing features.
|
7 years ago |
Stephen Houston
|
8304fc892a
|
Ephoto: Add color level adjustment feature to the single browser.
|
8 years ago |