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. ef13b02 Set focus to the url entry widget after successfull download of a full page because it is most likely that the user wants to enter a new url now or wants to navigate through the html form widgets (and the url entry widget is the perfect starting point for doing so). by oliverschmidt · 19 years ago
  3. bf5bffe Improved web browser usability by setting the focus to the [down] button when "stopped" (but not when "done"). Fortunately this doesn't increase the memory used as I removed an obsolete focus setting somewhere else. by oliverschmidt · 19 years ago
  4. 10f4b8d Removed unused variables. by oliverschmidt · 19 years ago
  5. d11555c Optimized web broser centering code: by oliverschmidt · 19 years ago
  6. 453510a Fixed bug in the web broswer primarily showing up: by oliverschmidt · 19 years ago
  7. 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
  8. f2f8cb2 Updated with the new 'ek' kernel API by adamdunkels · 20 years ago
  9. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  10. db300d2 uip_main -> uiplib by adamdunkels · 20 years ago
  11. 75c276c Web browser now works with numeric IP addresses as URLs by adamdunkels · 21 years ago
  12. 77b7a69 Resized download dialog, added a WWW_CONF_HOMEPAGE option for setting a default homepage by adamdunkels · 21 years ago
  13. 8bb5cca Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  14. f6eea75 Web browser now asks question about starting downloader application when it starts receiving non-HTML data by adamdunkels · 21 years ago
  15. 328e535 Now loads page directly when pressing enter after typing the URL by adamdunkels · 21 years ago
  16. d59dadf Made local variable a register variable to reduce code size - only works with latest cc65 snapshot by adamdunkels · 21 years ago
  17. fb565d9 Fixed bug which made loading start a way down the page when WWW_CONF_PAGEVIEW was set by adamdunkels · 21 years ago
  18. 11bb946 Changed ctk_window_redraw() to redraw_window() by adamdunkels · 21 years ago
  19. 89c1f4e Made window size depend on configured size, added check to log function so that only new URLs are logged in 'Back' queue, added 'Back' log for submitbuttons, added window redraw when scrolling by adamdunkels · 21 years ago
  20. 1a23b5b Made a few pointers register variables which reduces code size by adamdunkels · 21 years ago
  21. 30c449e Added new configuration option WWW_CONF_PAGEVIEW which makes web browser view one page of text at a time by adamdunkels · 21 years ago
  22. c4bf5ca Now uses new ctk_signal_widget_select, and makes sure that only hyperlinks cause the status text to change by adamdunkels · 21 years ago
  23. c11c62d Fixed bug with history list pointer being out of bounds by adamdunkels · 21 years ago
  24. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  25. 95df289 Now uses EK_ID_NONE by adamdunkels · 21 years ago
  26. 1cd53bd Added support for making program loadable by adamdunkels · 21 years ago
  27. 8af703e Program now exit their process and unload themselves if possible by adamdunkels · 21 years ago
  28. 62b6499 Process will now exit when browser window is closed by adamdunkels · 21 years ago
  29. 17e84a3 Moved a number of configuration options from the code file to a separate header file. by adamdunkels · 21 years ago
  30. aceb911 Added a ctk_window_open() so that the browser window opens when a hyperlink is activated from another process. by adamdunkels · 21 years ago
  31. ca9ddcb Initial import by adamdunkels · 21 years ago