Fix double-free
Update README
Update .hgignore
Replace EIV_WINDOW_{WIDTH,HEIGHT} with EIV_DEFAULT_WIDNOW_{WIDTH,HEIGHT}
The easiest solution seems to be: Don't add the main container unless it's a remote image (so we can show the progress bar) Add the image as a direct child of the window using "elm_object_content_set()". This may become a limitation later if I try and add other features, but for the foreseeable future this should be find.
The image doesn't reposition when the window changes size
Don't scale the image up automatically
The image no longer scales up automatically. See change set [c9f2033d080afc5c386a728959fc3f76bc18caeb]
Don't scale the image to be larger than the original size.
Set eiv_about_dialog private data to NULL when created
Add EIVLicense enumeration
Elm Image Viewer -> EFL Image Viewer
Don't scale the image up automatically
Don't scale the image up automatically
Begin a re-write of Eiv_About
Reformat eiv.{h,c} and include documentation.
Ignore documentation
Add the 'Save As...' menu item
Improve logging in main and about
Move logging to separate files
Formatting changes
Add eiv_about.h to HG tracking
Update README
Add eiv_about.c to HG tracking.
Add Ctrl+Q Keydown callback to quit from main window.
Add a basic "about" dialog.
Initial commit