home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Resources / System / BoingBag1 / Contributions / Workbench / RexxArpLib3p6 / src / todo.txt < prev    next >
Text File  |  1994-04-19  |  7KB  |  140 lines

  1. RexxArpLib to-do list
  2. =====================
  3.  
  4. 2.0  - WBToFront()?
  5. 2.0  - Button?
  6. 2.0  - use (screen->Flags & SCREENTYPE) = WBENCHSCREEN
  7. 2.0  - new screen share
  8. 2.0  - wildcard expander?
  9. 2.0  - change (sub)item so command and/or mut. excl. don't have to be specified.
  10. 2.0  - add string per menuitem -> add one more argument.
  11. 2.0  - test setreqcolor.
  12. 2.0  - rename auto...
  13. 2.0  - add setitem
  14. 2.0  - fix setitem
  15. 2.1  - add flag CONTINUE to closewindow
  16. 2.1  - add topedge and leftedge to readout.
  17. 2.1  - add readhost function
  18. 2.1  - crashes if IDCMP is zero
  19. 2.1  - fix additem and addsubitem to require 5th argument is same and 3,4 optional
  20. 2.1  - setapen, setdrmd, setbpen no longer work.
  21. 2.1  - add setgadget.
  22. 2.2  - Use Getenv()/Setenv()
  23. 2.2  - add screenshare.library to the docs and diskfont too.
  24. 2.2  - add expand option to filelist()
  25. 2.2  - add stem.0 as number of files for filelist()
  26. 2.2  - fix bug in filelist.
  27. 2.2  - add option to IFFImage()
  28. 2.2a - fix of filelist()
  29. 2.3  - add noexpand option to filelist.
  30. 2.3  - fix NULL is string bug in MakeSIText
  31. 2.3  - fix DrawCircle
  32. 2.3  - fix NULL ptrs in filreq.c
  33. 2.3  - fix proper version number display
  34.      - Multiple PostMsg()'s
  35.      - Auto-resizing PostMsg()'s
  36. 2.33 - running two PostMsg processe simultaneously can cause one orphaned one.
  37. 2.32 - running too many windows in low chip ram causes crash. Fixed to some extent
  38. 2.32 - Fix the delexp flag problem
  39. 2.32 - Fix the docs on AddItem? Additional name field not used? Not broken.
  40. ---- - Fix low memory crashes.
  41. 2.32 - ScreenToFront should return 0 when screen name is unknown.
  42. 2.32 - At least IFFImage does not handle null-space commas right. Not true.
  43. 2.32 - but anything besides 'N' works too in IFFImage last argument.
  44. 2.33 - PostMsg locks screen on every call, even when not closed
  45. 2.33 - Use 0xCC rather than 0xC0 in ClipBlit etc.
  46. 2.33 - use new AreaPolyDraw
  47. 2.4  - add pattern and dither capability to AreaEnd()
  48. 2.33 - set new version number
  49. 2.85 - ScreenMove()
  50. 2.42 - Missing: Screenheight can't be specified. Sorta fixed by TRUNCATE.
  51. 2.41 - Add GADGIMMEDIATE to bool gadgets
  52. 2.42 - Make window min sizes small.
  53. 2.42 - Add TRUNCATE to Screen flags.
  54. 2.43 - Fix in FileList: "D/F" didn't work with fourth argument.
  55. 2.44 - FileList: use of N (no expand) strips of first character...
  56. 2.45 - Add ShowTitle
  57. 2.46 - documentation bug: screen ops on non-existing pub scr's don't "do WB"
  58. 2.46 - Allow createhost to open on WB if screen not exists.
  59. ---- - Fix interlace bug. Fixed in OS later release.
  60. 2.46 - Fix screen 3D look.
  61. 2.46 - check latest area routine used?
  62. 2.5  - incorporate all changes since 2.3
  63. 2.51 - Fix screens.c for 2.0 public screens.
  64. 2.52 - filerequester works, postmsg not, createhost not. All fixed now.
  65. 2.80 - 1-bitplane screen problems with gadgets and text under 2.0
  66. 2.53 - add setting of colors with extra args for ScreenColor
  67. 2.90 - Problem with SetFont. Wrong use of Open(Disk)Font, no closing
  68. 2.70 - Bug with reqpens for simple requester for 1.3
  69. ---- - need to be able to set reqpens for simple requester
  70. 2.80 - check to see if Flood needs a TmpRas, and if I install one
  71. 2.90 - CreateHost should check to see if there are outstanding messages before closewindow
  72. 2.90 - Fix non-reentrant Filelist expand fucntion.
  73. 2.85 - Check if we check for DiskfontBase everywhere.
  74. 2.60 - Use ASL file requester
  75. 2.60 - Use ASL font requester (GetFont)
  76. 2.70 - Use 2.0 shared screens
  77. 2.70 - fix other routines to use 2.0 pub scrs
  78. 2.70 - fix open screens so the width and height can be given right (factors of 2)
  79. 2.80 - fix string gadget rendering.
  80. 2.80 - fix number of args for openscreen
  81. 2.90 - add softstyles to setfont acto fontreq
  82. 2.90 - same with flags
  83. 2.90 - Make fontreq return JAM1, JAM2, COMPLEMENT
  84. 2.91 - Make Backfill reset the pen to what it was?
  85. 2.90 - SetSoftStyle done automatically.
  86. 2.92 - getvar setvar.
  87. 2.91 - 'Workbench' as a public screen name?
  88. 2.91 - add start from 0 to setitem.
  89. 2.91 - provide a way to insert the default pattern with PATGAD
  90. -NR- - put a pattern of '#?.vlt' in the Match gadget GURU.  (fixed by 37.25)
  91. -NR- - right mouse doesn't bring up the drives. Right, not ARP.
  92. -NR- - Must hit right-Amiga X twice to make it work (fixed by 37.25)
  93. -NR- - Pressing Amiga key in drawer or pattern gadget drops to file (f.i.37.25)
  94. ---- - Pathname with files/wildcards shows only those, not wild. Feature? doc?
  95. -NR- - Can include wilds in filename will return unexpanded. As documented
  96. -NR- - Double click on name in multiselect terminates and doesn't select. ASL.
  97. 2.92 - Problem witht he getenv function: returns garbage for regular. compiler?
  98. 2.93 - select.vlt on two-color screen.
  99. 2.93 - Doc-MULTISELECT, file: RESULT returns the number of files selected
  100. 2.93 - Doc-getfont, parameters list not in order of template (stemname,options).
  101. 2.93 - Getfile() and Getfont() are inconsistent parameter ordering.
  102. 2.93 - Doc-getfont, stem: RESULT not "1" if selection made, but font name.
  103. 2.93 - Doc-getfont, stem:"CANCEL" vs. "OK" with font and size gadgets empty.
  104. 2.93 - string gadget looks with negative size.
  105. 2.94 - use GVF_BINARY_VAR|LV_VARS in GetVar.
  106. 2.94 - doc-addgadget: document negative size. Actually, go to flags.
  107. 2.94 - Make sure a pattern buffer is added for v.36 benefit (GURU) if PATGAD
  108. 2.94 - bug in addgadget when certain items not specified.
  109. 2.94 - NUMERIC flag for gadgets.
  110. 2.95 - problem if allocation fails in postmsg: screen never unlocked.
  111. 2.95 - Check all CreatePort's.
  112. 2.96 - added BACKDROP option.
  113. 2.96 - fixed bug with Createhost and public screens under 1.3
  114. 3.0  - release version
  115.      - docs: mention that ".font" is necessary in SetFont.
  116.      - Would be nice to find size of gadget
  117.      - Allow SetGadget to change string of string gadget on the fly.
  118.      - Use recessing buttons, not highlighting ones.
  119. 3.3  - Document sendparsed().
  120.      - make examples independent of WSH.
  121.      - golf.rexx causes cash on call CloseScreen(). This is because the screen has no title.
  122. 3.1  - relink with sreqr.lib.
  123.      - add menuon/menuoff.
  124.      - mention that needs OVERSCAN in addition to AUTOSCROLL to make latter work.
  125.      - or, make the OVERSCAN flag implicit.
  126.      - add SetPointer (WAIT, NONE, NORMAL).
  127. 3.2  - fix bug in screens.c which requires screenshare to do 3-D look.
  128.      - broken 'Workbench' code. Will use the screen's type (WB) so ignores screen so gets shanghaied.
  129.      - upper case stem variables e.g. in FileList.
  130.      - can't load new 8-bitplane pix on AGA machines.
  131. 3.3  - release. Probably last release.
  132.  
  133. Gadtools:
  134.      - add capability for Addgadget to call creategadget
  135.      - add capability for Setgadget to call setgadgetattrs
  136.      - add capability for ReadGadget to read gadtools gadgets
  137.      - add capability to rectfill to call bevelbox
  138.      - need a gadget pointer in the structure to hold context
  139.      - need a list of gadget info for labels message text and id's.
  140.