167 Commits (4cd0d4efc629a8bd6a2f90d721df3d8da190ce03)

Author SHA1 Message Date
Colin McMillen 9796827f96 pull ParseExif() into a standalone function 12 months ago
Colin McMillen e6d3f197ea ah right, Orientation 4 is just a vertical flip 12 months ago
Colin McMillen 1336498682 add skeptical comment 12 months ago
Colin McMillen 4f667f2400 handle all 8 Exif orientations 12 months ago
Colin McMillen c461d55101 start of Exif orientation handling 12 months ago
Colin McMillen 98cae0e9c1 add comment about exif width/height tags 12 months ago
Colin McMillen cb01d1dbea ParseRating -> TryParseRating 12 months ago
Colin McMillen a33304ae7d draw status box background black 12 months ago
Colin McMillen 3a9192b478 parse star ratings from canon image metadata 12 months ago
Colin McMillen d52e8fce79 clean up null checks on CameraModel/LensModel 12 months ago
Colin McMillen 25ca0d99ff handle ExposureTime edge cases (for long exposures) 12 months ago
Colin McMillen 6c7dbe5516 add focal length to EXIF display & tweak other EXIF display 12 months ago
Colin McMillen 4d63f64be6 display some exif data on-screen 12 months ago
Colin McMillen 56311bc56c add StatusBox geometry and draw it 12 months ago
Colin McMillen a0d6267905 make a DrawText function; draw the active photo's filename 12 months ago
Colin McMillen 028419eb20 String.Format -> $"" 12 months ago
Colin McMillen 4c72f797ab capitalize function names like a C# programmer 12 months ago
Colin McMillen fe9da67b04 draw text indicating zoom level 12 months ago
Colin McMillen f853ef7cda add the ability to render text labels and stars 12 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 1 year 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
Colin McMillen eff73b2ced make glClearColor actually black 1 year ago
Colin McMillen 5c2b831ced send Color4 to GL.Uniform4 1 year ago
Colin McMillen 5b135bc889 use Box2i instead of Rectangle 1 year ago
Colin McMillen c7bb0deb0c use Color4 constants 1 year ago
Colin McMillen cadc8e4779 Draw{Texture,Box}: allow passing in a different draw color 1 year ago
Colin McMillen dd7c3f6615 rm unused imports 1 year ago
Colin McMillen ca4ea40916 remove non-Rect versions of Draw{Texture,Box} 1 year ago