16
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use CallHookPkt() instead of MUIM_CallHook in some areas. More... about 22 years ago
Use CallHookPkt() instead of MUIM_CallHook in some areas. More... about 22 years ago
Use CallHookPkt() instead of MUIM_CallHook in some areas. More... about 22 years ago
print out more info. Needs to use "l" for arguments (ie. %ld, %lx), because VPrintf ends up using RawDoFmt() from exec.library. More... about 22 years ago
don't do endianess conversion for the TAG_DONE's ti_Data, as this overlaps the tfc_TagCount. BTW: I wonder if it would make more sense to have already diskfont.library/NewFontContents() create everything in the amiga compatible big endian format :-\ More... about 22 years ago
fixed tag handling (inside .font files = FontContent structure) More... about 22 years ago
removed a debug output. More... about 22 years ago
disabled debug output More... about 22 years ago
AFF_SCALED handling seemed to be wrong. The fonts affected by this flag don't seem to depend on the font's FPF_DESIGNED bit, but whether at least one of FPF_ROMFONT/FPF_DISKFONT is set. Usually all fonts have at least on of these set, only scaled *bitmap* fonts have not. More... about 22 years ago
nothing worth mentioning. More... about 22 years ago
activated and fixed handling of TagItems which go into the ".font" file. More... about 22 years ago
when writing fontcache, write also a TAG_DONE tagitem if there's a taglist. More... about 22 years ago
Forgot to add these files More... about 22 years ago
Forgot to add these files More... about 22 years ago
Forgot to add these files More... about 22 years ago
Implemented popobject class somewhat. Some enhancements in the popstring class. Changed the handling of the active object, so that also objects which are not in the cycle chain can be activated. Some tags of window class implemented. More... about 22 years ago
Implemented popobject class somewhat. Some enhancements in the popstring class. Changed the handling of the active object, so that also objects which are not in the cycle chain can be activated. Some tags of window class implemented. More... about 22 years ago
Implemented popobject class somewhat. Some enhancements in the popstring class. Changed the handling of the active object, so that also objects which are not in the cycle chain can be activated. Some tags of window class implemented. More... about 22 years ago
create mx gadget with ng_Flags = PLACETEXT_RIGHT (because default is left). clear ng_GadgetText to NULL when creating text gadget. More... about 22 years ago
needs PGA_NotifyBehaviour, PG_BEHAVIOUR_NICE. More... about 22 years ago
almost finished, ie. ready to be put into diskfont.library More... about 22 years ago
almost finished, ie. ready to be put into diskfont.library More... about 22 years ago
Toggle CHECKED Flag according to Adam's suggestion :-) More... about 22 years ago
Also return NULL when MenuStrip is NULL. More... about 22 years ago
Implemented "Backdrop" menuitem. Code cleanup. More... about 22 years ago
Implemented RexxMsg functions Started with RexxMast.
Fats
as verhaegs
More... about 22 years ago
text class now understands MUIA_String_Contents. Minor improvements of some objects created by MUI_MakeObject More... about 22 years ago
text class now understands MUIA_String_Contents. Minor improvements of some objects created by MUI_MakeObject More... about 22 years ago
text class now understands MUIA_String_Contents. Minor improvements of some objects created by MUI_MakeObject More... about 22 years ago
Added the second way of underlining characters More... about 22 years ago