- 18 Aug, 2015 1 commit
-
-
Robert Sprowson authored
Don't bother calling TinyStubs SWI since in ROM it does nothing, and the RAM versions haven't used it since ~1997. Use module header constants generated from CMHG rather than hand made one. Version 0.38. Tagged as 'Gadgets-0_38'
-
- 30 Aug, 2013 1 commit
-
-
Robert Sprowson authored
For some reason this toolbox module was unique in linking against the public toolboxlib rather than the internal one, this meant having to carefully tippy toe around not mixing header files (as they contain similar but differently named definitions). A massive search and replace job. Tested briefly using ResEd/ResTest and a textarea and scrolllist in a ROM build. Requires Common-0_21. Version 0.36. Tagged as 'Gadgets-0_36'
-
- 14 Jan, 2012 1 commit
-
-
Robert Sprowson authored
Removed local duplication of string32 and rmensure, since the common library has these in. Rename TextGadget.c to main.c to fall into line with the "o.mainROM" rule. Compiles, but not tested. Version 0.33. Tagged as 'Gadgets-0_33'
-
- 17 Jun, 1999 1 commit
-
-
John Beranek authored
TextArea_SetCursorPosition and TextArea_GetCursorPosition. * Removed a lot of unneeded comments that wrapped around changes I made a while ago. * !MkRam now enables throwback. Version 0.20. Tagged as 'Gadgets-0_20'
-
- 18 Jun, 1998 2 commits
-
-
Stewart Brodie authored
-
Stewart Brodie authored
* Event generation for ScrollList fixed - you no longer get spurious events for a phantom extra item on the list. * Flag added to ScrollList_Selection event to indicate adjust click. * Fixed un-initialised base_line variable causing text of ScrollList items to disappear when the desktop font was the System font. Version 0.10, 1.1.2.2. Tagged as 'Gadgets-0_10-1_1_2_2'
-