- 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
-