- 13 Dec, 2011 1 commit
-
-
Robert Sprowson authored
Version 0.16. Tagged as 'Common-0_16'
-
- 28 Feb, 2010 1 commit
-
-
Robert Sprowson authored
The error base and, where possible, error numbers are set to be the same as used in the RISC OS Ltd version of the TextGadgets module. Version 0.15. Tagged as 'Common-0_15'
-
- 07 Oct, 2008 1 commit
-
-
Steve Revill authored
Detail: Use the XWIPE macro rather than WIPE so that when the component is cleaned, we don't get loads of irritating errors from AMU if the object to be wiped doesn't exist. Admin: No code change. Version 0.14. Tagged as 'Common-0_14'
-
- 02 Dec, 2003 1 commit
-
-
Ben Avison authored
In conjunction with a new BuildSys, this makefile removes the requirement for all Toolbox components to define the TARGET symbol.
-
- 23 Jul, 2002 1 commit
-
-
Steve Revill authored
Detail: This version now builds with cc-5_45. Note: it has not been verified as actually functioning correctly. Admin: Tested in DSL Baseline build. Version 0.13. Tagged as 'Common-0_13'
-
- 31 May, 2001 1 commit
-
-
Neil Bingham authored
Detail: Numerous instances of '#include "objects.window.h"' replaced with correct '#include "objects/window.h". Admin: Tested on RiscPC (APCS-32 Ursula environment). Version 0.12. Tagged as 'Common-0_12'
-
- 11 May, 2000 1 commit
-
-
Stewart Brodie authored
Version 0.11. Tagged as 'Common-0_11'
-
- 05 May, 2000 1 commit
-
-
Stewart Brodie authored
Detail: The rewrite of ABSSYM to use c_abssym (to avoid link errors in Window) got lost between my testing and the last checkin. This version has it. Admin: Required by Window 1.64 Version 0.10. Tagged as 'Common-0_10'
-
- 04 May, 2000 1 commit
-
-
Stewart Brodie authored
Extra shared facilities for object modules. Debug support improved. Detail: New common operations for Toolbox object modules have been abstracted into this component in order to simplify the object modules. Debugging services made common to all modules and now uses DebugLib. Common Makefile fragment now exported with correct rules for ROM builds as well as RAM builds, and (new in this version), DebugLib RAM builds. As a result, all object modules now have debug versions available. Admin: Requires BuildSys 1.92 or later (RiscOS/BuildSys; tag BuildSys-1_92) Requires Library 0.41 or later (RiscOS/Library; tag Library-0_41) Required by any Toolbox object module dated 4th May 2000 or later. Version 0.09. Tagged as 'Common-0_09'
-
- 17 Apr, 2000 1 commit
-
-
Stewart Brodie authored
Exports LibVersion Admin: Required by future versions of toolbox modules.. Version 0.08. Tagged as 'Common-0_08'
-
- 17 Nov, 1999 2 commits
-
-
Stewart Brodie authored
Admin: Built. Version 0.07. Tagged as 'Common-0_07'
-
Stewart Brodie authored
Detail: Symbols in Hdr:SWIs are now correct. Admin: Requires HdrSrc 0.61 or later. Required by Window 1.62 and later. Version 0.06. Tagged as 'Common-0_06'
-
- 16 Nov, 1999 2 commits
-
-
Stewart Brodie authored
C headers protect their definitions of service calls to avoid clashes Detail: Exported headers contain SWI definitions only. Exported C headers protect their definitions of service call symbols to avoid clashes with Global/Services.h (which will contain them all from the next source drop) Admin: Tested with the Window module. Version 0.05. Tagged as 'Common-0_05'
-
Stewart Brodie authored
Detail: I keep finding declarations of the Toolbox SWI symbols all over the place. These header files provide a single definition for the SWIs for the Toolbox and Window modules. Admin: Exported from Common because Libs is too awkward to modify just for this change (it uses Makatic).
-
- 17 Mar, 1999 1 commit
-
-
Piers Wombwell authored
Changed validation strings for ActionButton to include "AA~A". Java requires input focus to be set on ActionButtons, y'see, but we don't actually want them writable. Version 0.04. Tagged as 'Common-0_04'
-
- 23 Feb, 1999 1 commit
-
-
Stewart Brodie authored
THICK_WRITABLE_BORDERS macro introduced to control thick borders on writable gadgets (surprisingly). Detail: Validation string for icons implementing writable gadgets now contains "Pptr_write;R5;C//0/0/0/0" if THICK_WRITABLE_BORDERS is defined. This should alleviate flicker on STB3. Admin: Tested briefly. Used by RiscOS/Sources/Toolbox/Window (tag: Window-1_59 and later) Version 0.03. Tagged as 'Common-0_03'
-
- 16 Feb, 1999 1 commit
-
-
Stewart Brodie authored
Detail: Renamed (meaningless) formal parameter "template" in function declarations. Renamed other variables in the C sources too. Stops C compiler moaning about the use of symbols reserved for C++. Admin: Required by Toolbox-1_47 and later. Version 0.02. Tagged as 'Common-0_02'
-
- 18 Jan, 1999 2 commits
-
-
Stewart Brodie authored
Detail: Currently, there is no way of ascertaining the client handle that used to belong to a deleted object. Thus applications cannot rely on this event to close down any associated data structures referenced via the client handle. This event now provides the client handle and the class ID of the deleted object (application can check flags bit 0 to determine if they are valid). Admin: Required by Toolbox-1_46 and later. Version 0.01. Tagged as 'Common-0_01'
-
Stewart Brodie authored
-
- 11 Jun, 1998 1 commit
-
-
Stewart Brodie authored
New SWI symbol added to internal header files for the transient object show private Window SWI. Needed for Toolbox 1.42/Window 1.51 builds.
-
- 17 Feb, 1998 2 commits
-
-
Stewart Brodie authored
-
Stewart Brodie authored
In addition to the offset into the gadget structure of the pointer to the string data, this macro takes the offset of the maximum length field in the same template and ensures that the buffer length stated is at least long enough to hold the string being zapped into the buffer. This
-
- 04 Feb, 1998 1 commit
-
-
Stewart Brodie authored
!MkRam,fd7 added to enable RAM builds of all Toolbox modules MakeFile tidied up and support for RAM build added Module now uses Toolbox memory allocation instead of calling OS_Module.
-
- 15 Jan, 1998 1 commit
-
-
Piers Wombwell authored
-
- 12 Dec, 1997 1 commit
-
-
Stewart Brodie authored
-
- 13 Oct, 1997 1 commit
-
-
Richard Buckley authored
* Standardised make process in common will all other modules in build. * Internal and external toolbox libraries and headers exported to <Lib$Dir>.tboxlibint and <Lib$Dir>.tboxlibs respectivly. * Resources now localised. * Local !MkClean and !MkRom now use amu_machine.
-
- 12 Oct, 1997 1 commit
-
-
Piers Wombwell authored
-
- 09 Oct, 1997 1 commit
-
-
Richard Buckley authored
Tided up the make process for the libraries tboxlib and debuglib (debuglib was in with the same set of sources as tboxlib to I build it anyway). All header files in the objects directory now get exported to <Lib$Dir>.tboxlibs.h during export_hdrs phase. tboxlib and debuglib get build with both zM and none zM flags and exported to <Lib$Dir>.tboxlibs.o. Changed the sources slightly so they don't refer to the internal copy of the header files found in objects but the copy previously exported to the right place.
-
- 22 Jul, 1997 1 commit
-
-
Julian Smith authored
-
- 08 Jul, 1997 4 commits
-
-
Kevin Bracey authored
-
Kevin Bracey authored
-
Kevin Bracey authored
-
Kevin Bracey authored
-
- 13 May, 1997 1 commit
-
-
Kevin Bracey authored
-
- 30 Jan, 1997 1 commit
-
-
Neil Turton authored
-
- 27 Jan, 1997 2 commits
-
-
Neil Turton authored
-
Neil Turton authored
-
- 21 Jan, 1997 1 commit
-
-
Neil Turton authored
-
- 20 Jan, 1997 1 commit
-
-
Neil Turton authored
-
- 29 Nov, 1996 1 commit
-
-
Neil Turton authored
-