176 Commits (4cd0d4efc629a8bd6a2f90d721df3d8da190ce03)
 

Author SHA1 Message Date
Colin McMillen 50445dbe59 allow mouse forward/back buttons to advance photoIndex. simplify photoIndex logic a bit 11 months ago
Colin McMillen 3cf125fba7 make the ribbon actually scroll down off the page etc 11 months ago
Colin McMillen f9aeb81313 draw black background for thumbnail boxes 11 months ago
Colin McMillen 4f1adef895 minor cleanups 11 months ago
Colin McMillen 060565b44a load all metadata at beginning, load textures afterwards 11 months ago
Colin McMillen 9796827f96 pull ParseExif() into a standalone function 11 months ago
Colin McMillen e6d3f197ea ah right, Orientation 4 is just a vertical flip 11 months ago
Colin McMillen 1336498682 add skeptical comment 11 months ago
Colin McMillen 4f667f2400 handle all 8 Exif orientations 11 months ago
Colin McMillen c461d55101 start of Exif orientation handling 11 months ago
Colin McMillen 98cae0e9c1 add comment about exif width/height tags 11 months ago
Colin McMillen cb01d1dbea ParseRating -> TryParseRating 11 months ago
Colin McMillen a33304ae7d draw status box background black 11 months ago
Colin McMillen 3a9192b478 parse star ratings from canon image metadata 11 months ago
Colin McMillen 7f375a6446 add zip file to gitignore 11 months ago
Colin McMillen d52e8fce79 clean up null checks on CameraModel/LensModel 11 months ago
Colin McMillen cdc2cb336d add script to package a debug zip 11 months ago
Colin McMillen 25ca0d99ff handle ExposureTime edge cases (for long exposures) 11 months ago
Colin McMillen 6c7dbe5516 add focal length to EXIF display & tweak other EXIF display 11 months ago
Colin McMillen 4d63f64be6 display some exif data on-screen 11 months ago
Colin McMillen 56311bc56c add StatusBox geometry and draw it 11 months ago
Colin McMillen a0d6267905 make a DrawText function; draw the active photo's filename 11 months ago
Colin McMillen 028419eb20 String.Format -> $"" 11 months ago
Colin McMillen 4c72f797ab capitalize function names like a C# programmer 11 months ago
Colin McMillen fe9da67b04 draw text indicating zoom level 11 months ago
Colin McMillen f853ef7cda add the ability to render text labels and stars 11 months ago
Colin McMillen ec6be80143 do memegen-style text better. also fix indentation 12 months ago
Colin McMillen 9de8c6de51 add sample code for drawing text and shapes 12 months ago
Colin McMillen 4a857b461c let ` set zoom to 0 12 months ago
Colin McMillen b02647d469 add some basic zoom keybinds 12 months ago
Colin McMillen 4b66284c65 don't use mipmaps? (makes texture loading much slower) 12 months ago
Colin McMillen 0bc0d97122 load Photos more async'ly 12 months ago
Colin McMillen faee485b5c start to load images async 12 months ago
Colin McMillen 693269b8f5 make photo loading a separate thing from construction 12 months ago
Colin McMillen e58f717ffe rename textureIndex -> photoIndex 12 months ago
Colin McMillen 75e186c392 add new Photo class 12 months ago
Colin McMillen 8600a7e490 allow keyboard repeat for moving between thumbnails 12 months ago
Colin McMillen ee3af4fc57 change hard-coded photo dir 12 months ago
Colin McMillen b3e3d3d11a use fancy new type-inferring new() 1 year ago
Colin McMillen 22aa1e0d88 clean up photo / letterbox centering code 1 year ago
Colin McMillen 87c8b6cfd0 rm spurious whitespace 1 year ago
Colin McMillen 95397087d2 let mouse clicks change active photo 1 year ago
Colin McMillen 5194fec400 clean up TEXTURE_WHITE initialization & thumbnail geometry 1 year ago
Colin McMillen ec2989a9b0 use a Vector2i for Texture size 1 year ago
Colin McMillen 30f21943a8 rm spurious comment 1 year ago
Colin McMillen 30ac76f4c0 construct shader & WHITE_TEXTURE at Game constructor time 1 year ago
Colin McMillen 72e65b912c fix letterboxing calculation & use new UiGeometry 1 year ago
Colin McMillen b41321b0c7 move more calculations into UiGeometry 1 year ago
Colin McMillen 6812699401 pull some calculations into a new UiGeometry class 1 year ago
Colin McMillen 6670b358c0 add black border on the drawn box 1 year ago