Colin McMillen mcmillen
mcmillen pushed to main at semicolin/totte 2023-08-30 12:01:42 -04:00
c0ac67103f fix up GPS more properly
mcmillen pushed to main at semicolin/totte 2023-08-30 01:06:27 -04:00
0ca67f2cef fix up GPS, sorta
mcmillen pushed to main at semicolin/totte 2023-08-26 15:58:05 -04:00
32403ddeb5 handle different directions of crop
mcmillen pushed to main at semicolin/totte 2023-08-26 15:38:13 -04:00
7c7976a82d change mouse cursor when inside crop box
mcmillen pushed to main at semicolin/totte 2023-08-26 13:15:12 -04:00
bcb2e7be7d only consider mouse-move events as "active" (for framerate purposes) if the pointer is in the window area
mcmillen pushed to main at semicolin/totte 2023-08-26 12:55:20 -04:00
6478f1ee95 adapt frame rate based on whether events are happening
mcmillen pushed to main at semicolin/totte 2023-08-26 12:40:57 -04:00
393369773b add toasts! and toast about thumbnail loading
mcmillen pushed to main at semicolin/totte 2023-08-26 11:47:36 -04:00
9620a3af1d add photo dimensions to statusbar
mcmillen pushed to main at semicolin/totte 2023-08-26 00:12:49 -04:00
e9a13dba49 print out thumbnail loading status to console
mcmillen pushed to main at semicolin/totte 2023-08-25 01:22:30 -04:00
870daa3851 update some comments
mcmillen pushed to main at semicolin/totte 2023-08-25 01:04:57 -04:00
95882f3135 skip metadata for texture loading
mcmillen pushed to main at semicolin/totte 2023-08-24 23:38:39 -04:00
67736630e0 load smaller main images by default
mcmillen pushed to main at semicolin/totte 2023-08-24 22:37:06 -04:00
50b0e8d8e0 load thumbnails for everything, async'ly on load
mcmillen pushed to main at semicolin/totte 2023-08-24 21:31:31 -04:00
cbea050334 temporary test: loading small thumbs only
mcmillen pushed to main at semicolin/totte 2023-08-23 02:30:13 -04:00
44752c5567 add fixme re photo export GPS
mcmillen pushed to main at semicolin/totte 2023-08-22 21:21:47 -04:00
c053672108 draw crop handles (they don't do anything yet)
mcmillen pushed to main at semicolin/totte 2023-08-05 23:21:29 -04:00
c77183915b wrap long columns to 100 characters
mcmillen pushed to main at semicolin/totte 2023-08-05 23:12:28 -04:00
3d507f3794 move Texture into its own file
mcmillen pushed to main at semicolin/totte 2023-08-05 22:56:51 -04:00
d63bdb3265 alt-P -> ctrl-P
mcmillen pushed to main at semicolin/totte 2023-08-05 15:10:32 -04:00
e736d2db5f remove most of CameraInfo, just use an AspectRatio instead