summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make gadget object enum private to gui.cChris Young2019-05-083-40/+41
* make gui_window_2 private to gui.cChris Young2019-05-084-82/+82
* Pass ptr to clicktab var instead of func callsChris Young2019-05-084-8/+9
* more accessor for gui_window_2Chris Young2019-05-087-37/+166
* Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_...Chris Young2019-05-084-19/+18
* throbber crapChris Young2019-05-083-10/+70
* get the window title from a gui_windowChris Young2019-05-083-1/+13
* set find window functionChris Young2019-05-083-4/+19
* Try moving form_control into gui_windowChris Young2019-05-082-5/+3
* Accessor for the select menu control pointerChris Young2019-05-083-2/+30
* remove direct access to gui_window_2's gui_windowChris Young2019-05-0810-58/+82
* accessor for window from gui_window_2Chris Young2019-05-077-22/+32
* set menu to window through a functionChris Young2019-05-074-7/+38
* Get menu structure directly from gui_windowChris Young2019-05-074-25/+37
* Get the shared window's window structure directly from the gui_windowChris Young2019-05-0710-21/+32
* Make gui_window private to gui.cChris Young2019-05-0718-193/+315
* HTML: Update selection media data for new libcss API.Michael Drake2019-05-071-4/+7
* CSS: One inch is 96 css pixels.Michael Drake2019-05-071-2/+2
* HTML: Set up the CSS length measuring context in CSS pixels.Michael Drake2019-05-061-2/+2
* CSS: Use helper to convert form css to physical pixels.Michael Drake2019-05-061-2/+1
* CSS: Add helpers to convert between css and physical pixels.Michael Drake2019-05-061-0/+25
* CSS: Extern the nscss_baseline_pixel_density value.Michael Drake2019-05-061-0/+3
* Convert css_len2pt and css_len2px for CSS pixels.Michael Drake2019-05-061-15/+20
* Add js-exec to monkey_driver, add a test, etc.Daniel Silverstone2019-05-063-2/+25
* HTML: Squash error-path leaks in select box construction.Michael Drake2019-05-061-0/+2
* Curl fetcher: Force HTTP1.1 to fix HTTP2 crash.Michael Drake2019-05-061-0/+4
* HTML: Before building the box tree, get viewport dimensions.Michael Drake2019-05-061-0/+21
* HTML content handler: Handle content msg for getdims.Michael Drake2019-05-061-0/+7
* Browser window: Handle the content msg for getdims.Michael Drake2019-05-061-0/+12
* Content: Add content message to get viewport dimensions.Michael Drake2019-05-061-0/+7
* Quieten dukky a little more in default log levelsDaniel Silverstone2019-05-061-3/+3
* Do not prevent reattempting conversion of HTML contentsDaniel Silverstone2019-05-061-8/+0
* Use new safe context dumpDaniel Silverstone2019-05-061-9/+3
* Support context dump safely in duktapeDaniel Silverstone2019-05-062-2/+24
* No debug symbols on OS3Chris Young2019-05-061-1/+3
* Fix crash on exitChris Young2019-05-061-1/+1
* Logging: Bump lwc leak exit report to WARNING level.Michael Drake2019-05-061-1/+1
* Add some missing unrefsDaniel Silverstone2019-05-061-0/+4
* attempt to fix amiga os3 buildVincent Sanders2019-05-061-0/+2
* complete basic binding documentationVincent Sanders2019-05-062-5/+134
* Example script console log test, needs genericising on pathDaniel Silverstone2019-05-061-0/+21
* Support logging in monkey_driver.pyDaniel Silverstone2019-05-061-0/+33
* Monkeyfarmer: Support loggingDaniel Silverstone2019-05-061-1/+42
* fix several amiga frontend warningsVincent Sanders2019-05-066-17/+25
* Properly set log levelsDaniel Silverstone2019-05-061-8/+8
* Support DEBUG log level in console_logDaniel Silverstone2019-05-063-5/+14
* Update using-monkey docs for console logging outputDaniel Silverstone2019-05-061-3/+13
* Monkey: Support console_logDaniel Silverstone2019-05-061-0/+51
* Use console_log from browser_window_console_logDaniel Silverstone2019-05-061-1/+3
* Add console_log to gui tablesDaniel Silverstone2019-05-062-0/+31