195 Commits (main)
 

Author SHA1 Message Date
Colin McMillen 44752c5567 add fixme re photo export GPS 9 months ago
Colin McMillen c053672108 draw crop handles (they don't do anything yet) 9 months ago
Colin McMillen c77183915b wrap long columns to 100 characters 10 months ago
Colin McMillen 3d507f3794 move Texture into its own file 10 months ago
Colin McMillen d63bdb3265 alt-P -> ctrl-P 10 months ago
Colin McMillen e736d2db5f remove most of CameraInfo, just use an AspectRatio instead 10 months ago
Colin McMillen 82e9f59f5e pull out a separate Transform class 10 months ago
Colin McMillen 1c586a6197 allow user to drag around the crop box 10 months ago
Colin McMillen c953fa2b47 refactor CropTool.HandleInput a bit 10 months ago
Colin McMillen 1793fee616 restore crop position for a photo who gets edited with CropTool again 10 months ago
Colin McMillen 304097177c add namespace to Shader 10 months ago
Colin McMillen 48072d7b4a pull out Photo into its own file 10 months ago
Colin McMillen 2a28f94dc1 remove SetActivePhoto() functions 10 months ago
Colin McMillen 086088fb4c move the white border of crop rectangle out by 1 10 months ago
Colin McMillen ff938693ff draw crop rectangle when viewing a cropped photo 10 months ago
Colin McMillen 08862f52af draw newly-refactored cropbox on screen etc 10 months ago
Colin McMillen 8d4bf9c69f bug fixes and performance improvements 10 months ago
Colin McMillen 6df7f1e53b rearrange statusbar a bit 10 months ago
Colin McMillen 4514509c62 pull out Shader into its own file 10 months ago
Colin McMillen 6076abe9d1 return ToolState and start switching tools 10 months ago
Colin McMillen 7db0ec7e62 refactor a bunch of stuff into a CropTool 10 months ago
Colin McMillen 6d07a533d7 rearrange & shorten some statusbar items 10 months ago
Colin McMillen 473fac7a6f cropping works! janky af for now, but it works 10 months ago
Colin McMillen e5c1b01806 more crop progress 10 months ago
Colin McMillen 190dda46d4 more cropbox work 10 months ago
Colin McMillen 1ad8b06be8 add ability to draw a simple crop box 10 months ago
Colin McMillen 9cdef230f4 add Rating to EXIF as well just in case that matters somehow 10 months ago
Colin McMillen 58a19d061d save rating in XMP data. also change default window size 10 months ago
Colin McMillen 9e03d8f2c5 change Export keybinding to Alt-P 10 months ago
Colin McMillen c68f42915c output to the "prod" photos location. also make sure there's at least one thumbnail in the ribbon 10 months ago
Colin McMillen ac93b55609 change Export to shift-P 10 months ago
Colin McMillen c74d5c5385 add some things to exif output 10 months ago
Colin McMillen 831637338c ExportPhotos: load images async'ly 10 months ago
Colin McMillen cf354937e7 async'ify ExportPhotos 10 months ago
Colin McMillen a326c8432e bump JPEG quality from 98->100 and add a comment 10 months ago
Colin McMillen 073c9745e9 basic image export! 10 months ago
Colin McMillen 3e4bd73091 add revision # to packaged zip file 10 months ago
Colin McMillen fe02e13a11 keep around more loaded images 10 months ago
Colin McMillen 33f6ee739e introduce loadingImages & add a lock around image load/unload state 10 months ago
Colin McMillen ad598e68a5 rm spurious "async" keyword 10 months ago
Colin McMillen a36bad5c1f add fixme re exif times 10 months ago
Colin McMillen 3a0060fc9d fix memory leak (and crash under debugging) by not trying to unload textures on a non-GL thread 10 months ago
Colin McMillen 75b80507bd handle "filter result size = 0" without crashing 10 months ago
Colin McMillen 1bedac471d show "photo # / total photos" in status bar 10 months ago
Colin McMillen 0b6de0840f Move photoIndex to wherever the previously active photo was 10 months ago
Colin McMillen ca5b2d94f5 unload Photos by least-recently-used 10 months ago
Colin McMillen dc909a80f4 cache images by string (filename) rather than index; disable unloading for now 10 months ago
Colin McMillen 3c1e2c8dad start work on filtering by rating 10 months ago
Colin McMillen 067b54a77d remove keyboard autorepeat and change IsKeyDown -> IsKeyPressed 10 months ago
Colin McMillen 42ea309794 add keybindings for rating 10 months ago