https://bitbucket.org/hudson/magic-lantern

sort by:
Revision Author Date Message Commit Date
303eb56 Rework menu code to use async redraw. - gui handler now only updates state and releases lock - gui_task does periodic redraws of menus - No err70! 29 July 2009, 23:55:53 UTC
089fe4d Fix err70 bug: add nops to limit write-rate to bmp vram 29 July 2009, 23:54:48 UTC
72bbd04 Removed gui_events log 29 July 2009, 23:09:55 UTC
c850a87 Added debug.timed-dump parameter 29 July 2009, 23:06:28 UTC
f863070 32-bit writes in bmp_fill 29 July 2009, 23:05:52 UTC
30690a5 GUI_TIMER additions (no idea what they mean) 29 July 2009, 23:05:09 UTC
dec2e6c Which is DM_RSC? 29 July 2009, 23:04:33 UTC
25619c7 Added lots of dialog prototypes 29 July 2009, 23:02:28 UTC
7b869e8 Rename audio_ic_write() to be an inline function (like audio_ic_read()) 29 July 2009, 23:01:42 UTC
1727278 Remove old 1.0.7 symbols, add lots of dialog functions and rename _audio_ic_write 29 July 2009, 23:01:14 UTC
873333b sei()/cli() now only manipulates the interrupt flag in CPSR 29 July 2009, 23:00:18 UTC
c947209 Back on the KINGSTON card 29 July 2009, 22:59:45 UTC
01f1ba0 Forgot to update prototype for audio_configure() 26 July 2009, 01:37:24 UTC
5bb3971 Rewrite the AGC registers if necessary at 1 Hz (fix bug 29) 25 July 2009, 19:00:33 UTC
99b9e4c Enable zebras by default 25 July 2009, 18:59:40 UTC
1eda93d Fix sense of direction (bug 23) 25 July 2009, 14:51:56 UTC
86475e7 Allow dial and subdial to navigate menus, and wrap around at end of menus - Fix bug 24 - Fix bug 23 25 July 2009, 14:16:45 UTC
196a97b Added output volume control (fix bug 15) 25 July 2009, 02:44:10 UTC
c5544be Added debug.timed-dump option 25 July 2009, 00:11:17 UTC
39cbb86 Better tracking of when we are in menu mode and when we are not 25 July 2009, 00:11:05 UTC
577a20e More properties 25 July 2009, 00:10:36 UTC
d02d7d0 Printout fix 25 July 2009, 00:10:25 UTC
ea8a713 Try to force data to appear in buffer. Is there a sync read? 25 July 2009, 00:10:05 UTC
11cf5b2 Minor debug message cleanup 24 July 2009, 22:17:50 UTC
401f7ac Moved init functions into 5d-hack.c and created debug.c - Moved property logging code into debug.c - Moved init_func startup code out of menu.c - Moved debug_task out of audio.c - Turned on zebras by default for now (better behaved?) 24 July 2009, 22:03:39 UTC
3254b0a Try to only draw zebras when it is safe to do so 24 July 2009, 22:01:55 UTC
1001935 Ignore more generated and non-source files 24 July 2009, 22:00:11 UTC
55bc62b More properties 23 July 2009, 01:59:49 UTC
7fa073c prop_get_value 23 July 2009, 00:55:07 UTC
0663323 Renamed menu to "Brack" to fit in short space 23 July 2009, 00:53:03 UTC
3f68e82 Updated arg for task_create and added ErrBatteryApp prototypes 23 July 2009, 00:52:51 UTC
943759f Extracted list of functions 21 July 2009, 22:47:29 UTC
f7ec21e mvr_struct location 21 July 2009, 02:35:44 UTC
cfa49b0 More properties 21 July 2009, 02:35:36 UTC
8684dcf More debugging and property attempts. Trying to hack fps 21 July 2009, 02:35:20 UTC
bff2761 Bracketing works! 21 July 2009, 02:34:47 UTC
3c385da mvr_state structure 21 July 2009, 02:33:25 UTC
b1e3587 Update some debug types 21 July 2009, 02:33:11 UTC
0a46367 Started on script loader (can walk filesystem) 18 July 2009, 01:49:53 UTC
8762a65 Added directory traversal code and removed older cruft 18 July 2009, 01:48:40 UTC
5c28ea7 Rack focus test (in bracketing section) 17 July 2009, 23:26:52 UTC
5944958 Better lens property info 17 July 2009, 23:26:37 UTC
f317627 Change name of cf card 17 July 2009, 23:26:00 UTC
94f1f64 Try to avoid err70 by not drawing menu background and remove old aperture code 17 July 2009, 23:25:51 UTC
5f43dff Added test bracketing code (currently doing rackfocus) 15 July 2009, 04:35:20 UTC
6fb70de Added draw_prop menu item and removed older bracketing test code 15 July 2009, 04:34:54 UTC
3e4b0fb Display PROP_FOCUS for debugging right now 15 July 2009, 04:34:37 UTC
9cc3041 Added PROP_FOCUS and a struct prop_focus 15 July 2009, 04:34:13 UTC
2f6ca35 Minor bug fix in bmp_hexdump and add COLOR_EMPTY 15 July 2009, 04:33:25 UTC
3a7e9b0 Added multi-level menus. - Fix bug 12 - menu_entry_add() now takes a const char * for the menu name - Menus will be created dynamically - There are still redraw bugs. - Made streq() global. 14 July 2009, 23:12:16 UTC
3217008 Added yellow 14 July 2009, 23:11:13 UTC
d329246 Add property slave for PROP_EFIC_TEMP (fix bug 10) 13 July 2009, 01:08:04 UTC
e74609e bug 9: document config changes 12 July 2009, 15:45:03 UTC
a1e293a Turn off dangerous set_aperture call 12 July 2009, 15:45:01 UTC
c4cd68a Split digital gains to fix bug 9 12 July 2009, 15:41:51 UTC
d90ec7f Removed dumper target and add no-unused-parameter 12 July 2009, 14:16:47 UTC
854d56a Add license notices on each file (fix bug 7) 11 July 2009, 22:30:08 UTC
91c3ff2 Call bmp_fill() when menu has GOT_TOP_OF_CONTROL. - Calling at INITIALIZE_CONTROLLER was causing err70? - Rework bmp_fill() to be more straightforward (but slower) - Fixes bug 6. 11 July 2009, 21:44:43 UTC
ea4d17b Testing release method to take pictures (hangs camera now) 11 July 2009, 17:13:08 UTC
90d8f03 Added lens information parsing 11 July 2009, 14:07:50 UTC
8450744 Start trying to understand f stop, iso and shutter mesures 11 July 2009, 05:10:39 UTC
2b0ba34 test setting aperture works! 11 July 2009, 05:10:20 UTC
722058e Added prop_request_change() and ISO/apeture/shutter 11 July 2009, 05:10:14 UTC
af28a7c Better short-circuit for no drawing case 11 July 2009, 02:57:19 UTC
e81ca65 cropmark.bmp added and drawn 11 July 2009, 02:40:56 UTC
7446d6b Prototype cropmarks showing 4:3 area 11 July 2009, 02:34:24 UTC
560d814 Source for bmp 11 July 2009, 00:20:38 UTC
b10afa7 Overhaul zebra and crop drawing to use a bitmap. This fixes bug 5 11 July 2009, 00:18:14 UTC
d5c5acc Disable draw palette function 11 July 2009, 00:17:52 UTC
b2cb080 Added PACKED directive 11 July 2009, 00:17:32 UTC
c52f1a3 Fix bug 4 by using a stack buffer for bmp_printf. Also enhance bmp file loading 11 July 2009, 00:17:19 UTC
a280c9f Terminate magic lantern menu when requested. This fixes bug 3 by detecting when DryOS wants the Magic Lantern menu to shutdown. Initial tests show that the camera reboots correctly when the card slot is opened with the ML menu up. 10 July 2009, 21:56:05 UTC
b7bfe7f Highlight menus in blue instead of with an arrow 10 July 2009, 21:20:56 UTC
44987b1 Started on bmp loader and moved printf into dryos.h 10 July 2009, 21:20:39 UTC
ecdee72 Add screendump option and enable property drawing 10 July 2009, 21:12:57 UTC
aa7ed06 Bump version 10 July 2009, 21:12:29 UTC
1691691 Removed old 0.1.5 tag 08 July 2009, 02:49:08 UTC
18a0075 Added tag release-0.1.5 for changeset 30e454701429 08 July 2009, 02:48:51 UTC
fc5fe8d Zebra adjustments to avoid writing over the recording circle 08 July 2009, 02:37:24 UTC
1bfeacc More straightforward implementation 08 July 2009, 02:37:05 UTC
2f11116 Typo in dB 08 July 2009, 02:20:15 UTC
55a4faf Try to track sensor temp (maybe) 08 July 2009, 02:20:06 UTC
9cb6853 edge and crop options 08 July 2009, 01:18:19 UTC
b9a693b cleanup 08 July 2009, 01:18:09 UTC
b618c13 Display actual mgain 08 July 2009, 01:18:01 UTC
57fe028 Added edge drawing option 08 July 2009, 01:17:48 UTC
c3d6a34 Moved audio menu into audio.c 08 July 2009, 01:06:05 UTC
c8e9a6d Moved cropping into separate menu item 08 July 2009, 01:05:48 UTC
2569b60 Started moving menus into separate files 08 July 2009, 00:49:06 UTC
bc57105 More font twiddling 07 July 2009, 23:50:15 UTC
4dac881 increase size of medium font 07 July 2009, 23:49:31 UTC
a79713f Flag day: bmp_printf() now uses a fontspec 07 July 2009, 23:16:50 UTC
ba9ce01 Added font-med and updated bmp_printf() to use the medium sized font 07 July 2009, 22:13:17 UTC
ca7b504 Large font works! 07 July 2009, 21:28:58 UTC
7b5be87 Support different size fonts 07 July 2009, 17:22:13 UTC
ca8f474 Script to generate fonts 07 July 2009, 17:21:59 UTC
ce9a6ca Enable audio.mic-power option 07 July 2009, 01:46:06 UTC
559c708 Draw lens info in an orderly fashion in the corner 07 July 2009, 01:31:36 UTC
8e78bac Shrank meters to 600 pixels from 640 px 07 July 2009, 01:31:23 UTC
472bc39 Added lens parser and init function section, once display is up and running 06 July 2009, 23:46:41 UTC
back to top