1. 35514d5 With the change to always position the cursor at the end of the exsisting text on entering the textentry field edit state it became necessary to avoid initializing textentry fields with blanks insteads of zeros. by oliverschmidt · 19 years ago
  2. e6280c9 Ooops ;-) by oliverschmidt · 19 years ago
  3. 3c50b3f Discard word right in fromt of </script>, </style> and </select>. by oliverschmidt · 19 years ago
  4. 7eb2981 Changed the maximum length of a single word from 40 to match the page width. Browsers wider than 40 cols can now render longer words. Browsers smaller than 40 cols avoid display inconsistencies on long words (and save memory). Additionally simplified word truncation code. by oliverschmidt · 19 years ago
  5. 269d7be Tried making the web browser quicker by reducing the amount of function calls made during the parsing. Loops are now used, which are quicker but uses a little more code space by adamdunkels · 20 years ago
  6. 3901c23 Included string.h to avoid stack corruption due to calling __fastcall__ functions without prototypes. by oliverschmidt · 20 years ago
  7. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  8. 6f6d88c Added cast from const char * to char * in order to compile under cc65 by adamdunkels · 21 years ago
  9. fe6cd59 Added CC_FASTCALL in order to reduce code size by adamdunkels · 21 years ago
  10. 9d1aaef Changed FASTCALL macro to new CC_FASTCALL by adamdunkels · 21 years ago
  11. ca9ddcb Initial import by adamdunkels · 21 years ago