mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
09_intuition/README.md: - Add system architecture diagram (Intuition ↔ graphics ↔ input ↔ hardware) - Add keypress-to-application sequence diagram - Add screen/window/gadget hierarchy with ownership rules - Add IDCMP event system diagram and class reference table - Add library interaction call graph - Add screen display pipeline (Copper compositing) - Add GadTools vs BOOPSI comparison - Add refresh modes table and event loop examples 11_libraries/mathffp.md: - Comprehensive rewrite covering all three numeric formats (FFP/IEEE SP/DP) - Add developer decision flowchart for library selection - Add FPU detection and transparent acceleration sequence diagram - Add 68040/68060 CPU support layer (FPSP, Line-F trapping) - Add CPU flavour table (full vs LC vs EC variants) - Document third-party replacements: HSMathLibs, Mu680x0Libs, SoftIEEE, MuRedox - Add complete function reference (basic + transcendental + conversion) - Add compiler integration (SAS/C, GCC, vbcc) - Fix diagram colors for readability |
||
|---|---|---|
| .. | ||
| diskfont.md | ||
| expansion.md | ||
| icon.md | ||
| iffparse.md | ||
| keymap.md | ||
| layers.md | ||
| locale.md | ||
| mathffp.md | ||
| README.md | ||
| rexxsyslib.md | ||
| utility.md | ||
| workbench.md | ||
Common Libraries — Overview
Section Index
| File | Description |
|---|---|
| utility.md | utility.library — TagItem, hooks, date |
| expansion.md | expansion.library — Zorro/AutoConfig |
| icon.md | icon.library — Workbench icons (.info) |
| workbench.md | workbench.library — Workbench integration |
| iffparse.md | iffparse.library — IFF file parsing |
| locale.md | locale.library — internationalisation |
| keymap.md | keymap.library — keyboard mapping |
| rexxsyslib.md | rexxsyslib.library — ARexx interface |
| mathffp.md | mathffp/mathieeesingbas — floating point |
| layers.md | layers.library — window clipping layers |
| diskfont.md | diskfont.library — disk-based fonts |