summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* Correct memory pool allocs with the ones from masterchris/debugChris Young2019-06-091-2/+2
* Revert "Ensure we free the pen list memory"Chris Young2019-06-091-0/+1
* Replace custom itempool functions with malloc/free as clib handles these more...Chris Young2019-06-091-2/+2
* Updates to allow clib2 memory debug mode to workChris Young2019-06-092-4/+4
* Enable clib2 debug to workChris Young2019-06-092-1/+3
* NULL drawhandle after freeChris Young2019-06-091-0/+1
* Update schedulers return codesVincent Sanders2019-06-082-20/+42
* add ability to stop a navigation in monkey frontendVincent Sanders2019-06-061-0/+25
* quieten down windows debugVincent Sanders2019-05-172-13/+18
* Make SimpleRefresh the default.Chris Young2019-05-122-2/+2
* Add a render hook to ensure the browser window is redrawn when neededChris Young2019-05-121-0/+19
* Mark functions as staticChris Young2019-05-101-20/+19
* Hide the message port which is shared amongst all Amiga NetSurf windowsChris Young2019-05-1012-13/+25
* Make the window list more privateChris Young2019-05-105-51/+68
* Use new beep functionChris Young2019-05-102-4/+3
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-1023-32/+66
* Replace global current gui_window with an accessor functionChris Young2019-05-105-15/+26
* make win32 keyboard handling in browsing window functionalVincent Sanders2019-05-091-36/+86
* implement windows clipboard functionalityVincent Sanders2019-05-098-90/+195
* fix os3 buildChris Young2019-05-081-1/+1
* try storing form_control in the hook dataChris Young2019-05-083-28/+3
* 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
* No debug symbols on OS3Chris Young2019-05-061-1/+3
* Fix crash on exitChris Young2019-05-061-1/+1
* attempt to fix amiga os3 buildVincent Sanders2019-05-061-0/+2
* fix several amiga frontend warningsVincent Sanders2019-05-066-17/+25
* Support DEBUG log level in console_logDaniel Silverstone2019-05-061-0/+3
* Monkey: Support console_logDaniel Silverstone2019-05-061-0/+51
* fix type used with content_get_source_data()Vincent Sanders2019-05-061-2/+4
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-0514-100/+124
* remove some warnings in amiga frontend buildVincent Sanders2019-05-054-13/+24
* Monkey: Support WINDOW EXEC WIN n cmd...Daniel Silverstone2019-05-051-0/+35
* fix enum name incompatability between gtk 2 and 3Vincent Sanders2019-05-052-1/+7
* Release guigfx drawhandleChris Young2019-04-101-9/+10
* Re-instate accidental removal of pkg-config for curl/opensslChris Young2019-04-081-3/+5