176 Commits (4cd0d4efc629a8bd6a2f90d721df3d8da190ce03)
 

Author SHA1 Message Date
Colin McMillen 6076abe9d1 return ToolState and start switching tools 11 months ago
Colin McMillen 7db0ec7e62 refactor a bunch of stuff into a CropTool 11 months ago
Colin McMillen 6d07a533d7 rearrange & shorten some statusbar items 11 months ago
Colin McMillen 473fac7a6f cropping works! janky af for now, but it works 11 months ago
Colin McMillen e5c1b01806 more crop progress 11 months ago
Colin McMillen 190dda46d4 more cropbox work 11 months ago
Colin McMillen 1ad8b06be8 add ability to draw a simple crop box 11 months ago
Colin McMillen 9cdef230f4 add Rating to EXIF as well just in case that matters somehow 11 months ago
Colin McMillen 58a19d061d save rating in XMP data. also change default window size 11 months ago
Colin McMillen 9e03d8f2c5 change Export keybinding to Alt-P 11 months ago
Colin McMillen c68f42915c output to the "prod" photos location. also make sure there's at least one thumbnail in the ribbon 11 months ago
Colin McMillen ac93b55609 change Export to shift-P 11 months ago
Colin McMillen c74d5c5385 add some things to exif output 11 months ago
Colin McMillen 831637338c ExportPhotos: load images async'ly 11 months ago
Colin McMillen cf354937e7 async'ify ExportPhotos 11 months ago
Colin McMillen a326c8432e bump JPEG quality from 98->100 and add a comment 11 months ago
Colin McMillen 073c9745e9 basic image export! 11 months ago
Colin McMillen 3e4bd73091 add revision # to packaged zip file 11 months ago
Colin McMillen fe02e13a11 keep around more loaded images 11 months ago
Colin McMillen 33f6ee739e introduce loadingImages & add a lock around image load/unload state 11 months ago
Colin McMillen ad598e68a5 rm spurious "async" keyword 11 months ago
Colin McMillen a36bad5c1f add fixme re exif times 11 months ago
Colin McMillen 3a0060fc9d fix memory leak (and crash under debugging) by not trying to unload textures on a non-GL thread 11 months ago
Colin McMillen 75b80507bd handle "filter result size = 0" without crashing 11 months ago
Colin McMillen 1bedac471d show "photo # / total photos" in status bar 11 months ago
Colin McMillen 0b6de0840f Move photoIndex to wherever the previously active photo was 11 months ago
Colin McMillen ca5b2d94f5 unload Photos by least-recently-used 11 months ago
Colin McMillen dc909a80f4 cache images by string (filename) rather than index; disable unloading for now 11 months ago
Colin McMillen 3c1e2c8dad start work on filtering by rating 11 months ago
Colin McMillen 067b54a77d remove keyboard autorepeat and change IsKeyDown -> IsKeyPressed 11 months ago
Colin McMillen 42ea309794 add keybindings for rating 11 months ago
Colin McMillen 247d6ac6f2 click on stars to set rating 11 months ago
Colin McMillen 8ca4ff7cad put stars at the center bottom and make f/ stringification simpler 11 months ago
Colin McMillen e98b19d87b make DrawTexture(texture, x, y) function 11 months ago
Colin McMillen 7ce97438ae add stars to the thumbnail view 11 months ago
Colin McMillen 77b0f2b191 display rating info in upper left 11 months ago
Colin McMillen 7b8c64d8be little changes to thumbnails / image load/unload constants 11 months ago
Colin McMillen f83d7f13aa FpsCounter frameTimes size: 60 -> 30 11 months ago
Colin McMillen a92d089c5b add poadding to top of statusbar 11 months ago
Colin McMillen 3012f67c9f use a more universally-available japanese font 11 months ago
Colin McMillen a67912e1ce make icon size a variable 11 months ago
Colin McMillen c7ff5ee15d render app icon 11 months ago
Colin McMillen 07d25742fb try IsEventDriven = true 11 months ago
Colin McMillen 57e6968f3c add fps counter 11 months ago
Colin McMillen 32cb03ab15 Photo.Unload() is now async 11 months ago
Colin McMillen b0fd20cd89 add PageUp/PageDown/Home/End keybindings for going through photos 11 months ago
Colin McMillen 27a4a64ccb load and unload images dynamically 11 months ago
Colin McMillen fb26de5fa1 show date in status bar 11 months ago
Colin McMillen 3b85c5d21a sort photos by creation time 11 months ago
Colin McMillen af4827a127 add some links to comments so i can close the chrome tabs :) 11 months ago