Searched hist:"32 c2214392fe93bfdb98ebffa54397fefbdd4abe" (Results 1 – 4 of 4) sorted by relevance
/haiku/src/apps/showimage/ |
H A D | ShowImageConstants.h | 32c2214392fe93bfdb98ebffa54397fefbdd4abe Sat Oct 23 23:50:41 UTC 2010 Axel Dörfler <axeld@pinc-software.de> * The shrink/zoom to window options aren't available anymore from the context menu. I plan to allow zooming always, so they won't be needed that often anymore. * Removed all selection copy/move/cut code. This just doesn't belong into an image viewer. * Selections are now changed using the tertiary mouse button, or when you press the command or control modifiers. Instead, the image will now be moved around with the left button. * If you drop an image file to ShowImage, it will now open it instead of pasting it as selection. * Reworked the scrolling/selection code to never poll, and never use GetMouse(). Instead properly use the asynchronous API (ie. B_NO_POINTER_HISTORY). * I plan to remove the scaling code as well: the results aren't as good as they could be (bilinear scaling isn't the solution for everything), and the interface is pretty awkward, anyway. IMO, this kind of functionality should be left to apps that are actually thought for image editing. Another solution would be a Tracker add-on that resizes (multiple) images.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39105 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | ShowImageView.h | 32c2214392fe93bfdb98ebffa54397fefbdd4abe Sat Oct 23 23:50:41 UTC 2010 Axel Dörfler <axeld@pinc-software.de> * The shrink/zoom to window options aren't available anymore from the context menu. I plan to allow zooming always, so they won't be needed that often anymore. * Removed all selection copy/move/cut code. This just doesn't belong into an image viewer. * Selections are now changed using the tertiary mouse button, or when you press the command or control modifiers. Instead, the image will now be moved around with the left button. * If you drop an image file to ShowImage, it will now open it instead of pasting it as selection. * Reworked the scrolling/selection code to never poll, and never use GetMouse(). Instead properly use the asynchronous API (ie. B_NO_POINTER_HISTORY). * I plan to remove the scaling code as well: the results aren't as good as they could be (bilinear scaling isn't the solution for everything), and the interface is pretty awkward, anyway. IMO, this kind of functionality should be left to apps that are actually thought for image editing. Another solution would be a Tracker add-on that resizes (multiple) images.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39105 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | ShowImageView.cpp | 32c2214392fe93bfdb98ebffa54397fefbdd4abe Sat Oct 23 23:50:41 UTC 2010 Axel Dörfler <axeld@pinc-software.de> * The shrink/zoom to window options aren't available anymore from the context menu. I plan to allow zooming always, so they won't be needed that often anymore. * Removed all selection copy/move/cut code. This just doesn't belong into an image viewer. * Selections are now changed using the tertiary mouse button, or when you press the command or control modifiers. Instead, the image will now be moved around with the left button. * If you drop an image file to ShowImage, it will now open it instead of pasting it as selection. * Reworked the scrolling/selection code to never poll, and never use GetMouse(). Instead properly use the asynchronous API (ie. B_NO_POINTER_HISTORY). * I plan to remove the scaling code as well: the results aren't as good as they could be (bilinear scaling isn't the solution for everything), and the interface is pretty awkward, anyway. IMO, this kind of functionality should be left to apps that are actually thought for image editing. Another solution would be a Tracker add-on that resizes (multiple) images.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39105 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | ShowImageWindow.cpp | 32c2214392fe93bfdb98ebffa54397fefbdd4abe Sat Oct 23 23:50:41 UTC 2010 Axel Dörfler <axeld@pinc-software.de> * The shrink/zoom to window options aren't available anymore from the context menu. I plan to allow zooming always, so they won't be needed that often anymore. * Removed all selection copy/move/cut code. This just doesn't belong into an image viewer. * Selections are now changed using the tertiary mouse button, or when you press the command or control modifiers. Instead, the image will now be moved around with the left button. * If you drop an image file to ShowImage, it will now open it instead of pasting it as selection. * Reworked the scrolling/selection code to never poll, and never use GetMouse(). Instead properly use the asynchronous API (ie. B_NO_POINTER_HISTORY). * I plan to remove the scaling code as well: the results aren't as good as they could be (bilinear scaling isn't the solution for everything), and the interface is pretty awkward, anyway. IMO, this kind of functionality should be left to apps that are actually thought for image editing. Another solution would be a Tracker add-on that resizes (multiple) images.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39105 a95241bf-73f2-0310-859d-f6bbb57e9c96
|