195 Commits (main)
 

Author SHA1 Message Date
Colin McMillen 247d6ac6f2 click on stars to set rating 10 months ago
Colin McMillen 8ca4ff7cad put stars at the center bottom and make f/ stringification simpler 10 months ago
Colin McMillen e98b19d87b make DrawTexture(texture, x, y) function 10 months ago
Colin McMillen 7ce97438ae add stars to the thumbnail view 10 months ago
Colin McMillen 77b0f2b191 display rating info in upper left 10 months ago
Colin McMillen 7b8c64d8be little changes to thumbnails / image load/unload constants 10 months ago
Colin McMillen f83d7f13aa FpsCounter frameTimes size: 60 -> 30 10 months ago
Colin McMillen a92d089c5b add poadding to top of statusbar 10 months ago
Colin McMillen 3012f67c9f use a more universally-available japanese font 10 months ago
Colin McMillen a67912e1ce make icon size a variable 10 months ago
Colin McMillen c7ff5ee15d render app icon 10 months ago
Colin McMillen 07d25742fb try IsEventDriven = true 10 months ago
Colin McMillen 57e6968f3c add fps counter 10 months ago
Colin McMillen 32cb03ab15 Photo.Unload() is now async 10 months ago
Colin McMillen b0fd20cd89 add PageUp/PageDown/Home/End keybindings for going through photos 10 months ago
Colin McMillen 27a4a64ccb load and unload images dynamically 10 months ago
Colin McMillen fb26de5fa1 show date in status bar 10 months ago
Colin McMillen 3b85c5d21a sort photos by creation time 10 months ago
Colin McMillen af4827a127 add some links to comments so i can close the chrome tabs :) 10 months ago
Colin McMillen 50445dbe59 allow mouse forward/back buttons to advance photoIndex. simplify photoIndex logic a bit 10 months ago
Colin McMillen 3cf125fba7 make the ribbon actually scroll down off the page etc 10 months ago
Colin McMillen f9aeb81313 draw black background for thumbnail boxes 10 months ago
Colin McMillen 4f1adef895 minor cleanups 10 months ago
Colin McMillen 060565b44a load all metadata at beginning, load textures afterwards 10 months ago
Colin McMillen 9796827f96 pull ParseExif() into a standalone function 10 months ago
Colin McMillen e6d3f197ea ah right, Orientation 4 is just a vertical flip 10 months ago
Colin McMillen 1336498682 add skeptical comment 10 months ago
Colin McMillen 4f667f2400 handle all 8 Exif orientations 10 months ago
Colin McMillen c461d55101 start of Exif orientation handling 10 months ago
Colin McMillen 98cae0e9c1 add comment about exif width/height tags 10 months ago
Colin McMillen cb01d1dbea ParseRating -> TryParseRating 10 months ago
Colin McMillen a33304ae7d draw status box background black 10 months ago
Colin McMillen 3a9192b478 parse star ratings from canon image metadata 10 months ago
Colin McMillen 7f375a6446 add zip file to gitignore 10 months ago
Colin McMillen d52e8fce79 clean up null checks on CameraModel/LensModel 10 months ago
Colin McMillen cdc2cb336d add script to package a debug zip 10 months ago
Colin McMillen 25ca0d99ff handle ExposureTime edge cases (for long exposures) 10 months ago
Colin McMillen 6c7dbe5516 add focal length to EXIF display & tweak other EXIF display 10 months ago
Colin McMillen 4d63f64be6 display some exif data on-screen 10 months ago
Colin McMillen 56311bc56c add StatusBox geometry and draw it 10 months ago
Colin McMillen a0d6267905 make a DrawText function; draw the active photo's filename 10 months ago
Colin McMillen 028419eb20 String.Format -> $"" 10 months ago
Colin McMillen 4c72f797ab capitalize function names like a C# programmer 10 months ago
Colin McMillen fe9da67b04 draw text indicating zoom level 10 months ago
Colin McMillen f853ef7cda add the ability to render text labels and stars 10 months ago
Colin McMillen ec6be80143 do memegen-style text better. also fix indentation 10 months ago
Colin McMillen 9de8c6de51 add sample code for drawing text and shapes 10 months ago
Colin McMillen 4a857b461c let ` set zoom to 0 10 months ago
Colin McMillen b02647d469 add some basic zoom keybinds 10 months ago
Colin McMillen 4b66284c65 don't use mipmaps? (makes texture loading much slower) 10 months ago