Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 descendants of [e4268c4b4e]
2018-06-09
| ||
11:21 | Update image link in README for fossil Leaf check-in: 13032180e6 user: atomicules tags: trunk, master | |
2018-06-05
| ||
11:26 | Formatting check-in: 5ad33f648f user: noreply@github.com tags: trunk, master | |
2014-02-11
| ||
12:19 | Swap year/name (I don't know! Hopeless!) check-in: 2a36747a14 user: atomicules@users.noreply.github.com tags: trunk, master | |
12:18 | Add license check-in: e260f20049 user: atomicules@users.noreply.github.com tags: trunk, master | |
2013-09-19
| ||
21:48 | Tweak README Leaf check-in: 9b32672308 user: base@atomicules.co.uk tags: origin/master, trunk | |
2013-09-18
| ||
21:35 | Add screenshot to README check-in: 2a307b38c7 user: base@atomicules.co.uk tags: origin/master, trunk | |
14:21 | Tweak menu widths, make future adjustment more flexible check-in: 338867e3ed user: base@atomicules.co.uk tags: origin/master, trunk | |
13:34 | Remove some spurious trailing tabs check-in: fee7533a30 user: base@atomicules.co.uk tags: origin/master, trunk | |
12:51 | I never noticed it originated in DOS format. Poop check-in: 0b2d1fbf49 user: base@atomicules.co.uk tags: origin/master, trunk | |
12:49 | Clean up comments check-in: 946bdcbbb6 user: base@atomicules.co.uk tags: origin/master, trunk | |
12:49 | Split out ITEM creation into separate func so can clean on exit I still hadn't got things quite right from when I'd split out the menu and window creation functions. The segfault on exit was due to the item pointers I thought existed not actually existing. Need to make sure they exist as expected as otherwise I can't free up the memory, etc. Yay, pretty much done. check-in: d39151ac51 user: base@atomicules.co.uk tags: origin/master, trunk | |
12:49 | Ignore selection of OVER/UNDER in shutter/aperture menus Since this seems easier than trying to prevent selection. check-in: 4cc8e33f3c user: base@atomicules.co.uk tags: origin/master, trunk | |
12:48 | Add under/over exposure indication in to the shutter/aperture menus Keeping the NULLs in makes array indices very confusing, but this seems to be the right thing to do. check-in: 7312ab2b6f user: base@atomicules.co.uk tags: origin/master, trunk | |
11:01 | Fix menu numbering (from adding exposure menu in) Didn't change functionality (it was still working), but just gives better consistency to the code. check-in: 4a3cabadc2 user: base@atomicules.co.uk tags: origin/master, trunk | |
11:01 | Make the add_menu and add_win subs work I was still using the "variable pointers" technique, well trying to, and it wasn't working for things like `set_menu_win` so pull this back out into main. Seg faults on exit, but haven't fixed that bit yet. check-in: c2741c67e7 user: base@atomicules.co.uk tags: origin/master, trunk | |
11:01 | Try separate win and menu functions instead of trying to wrap everything in one. This way I know I can return the correct thing and I know I'm setting things as expected. As opposed to previous attempt where I was (trying) to use variable pointers, but with pointers to pointers, etc. And was obviously a bit beyond me. check-in: e4268c4b4e user: base@atomicules.co.uk tags: origin/master, trunk | |