summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* Fix the signalling to the old session of NetSurf from the newly-launched one.Chris Young2016-07-033-5/+12
* Help gcc optChris Young2016-07-031-3/+3
* Fix specifying URLs on command lineChris Young2016-07-031-1/+1
* Attempt to help gcc out a littleChris Young2016-07-037-38/+47
* Use functions for determining throbber bitmap sizeChris Young2016-07-033-17/+27
* Handle closing windows and quitting from the menu differentlyChris Young2016-07-034-17/+22
* Remove ami_menu_toggle_checked globalChris Young2016-07-034-9/+31
* Ensure we aren't using a NULL native BitMap anywhereChris Young2016-07-022-23/+29
* Don't abort on startup if GuiGFX is not availableChris Young2016-07-022-7/+16
* Make Amiga SearchEngines file out of the global one plus our own additionsChris Young2016-07-013-23/+4
* move key press enums and operations to their own headerVincent Sanders2016-07-0138-51/+50
* remove unecessary core window header usageVincent Sanders2016-06-306-5/+3
* fix missing includes caused by header cleanupsVincent Sanders2016-06-302-0/+2
* remove unecessary textinput header use from global history headerVincent Sanders2016-06-302-1/+3
* remove unecessary textinput header use from hotlist headerVincent Sanders2016-06-302-0/+2
* fix missing keycode include on atari platformVincent Sanders2016-06-301-6/+7
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-298-21/+23
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal bu...Daniel Silverstone2016-06-274-8/+8
* Add NULL for silly frontend which can't use a useful compilerDaniel Silverstone2016-06-271-0/+1
* Remove old native build lines from makefileChris Young2016-06-251-34/+10
* Use libiconv instead of newlib's iconvChris Young2016-06-252-7/+13
* Use charset from default Locale and store it in an option so we can (a) overr...Chris Young2016-06-255-51/+30
* NULL a couple of variablesChris Young2016-06-152-2/+2
* move the public form APIVincent Sanders2016-06-146-8/+8
* msplit public url database API out for frontendsVincent Sanders2016-06-1321-26/+42
* reduce cocoa unecessary use of core APIVincent Sanders2016-06-128-7/+9
* reduce cocoa frontend use of content APIVincent Sanders2016-06-127-17/+13
* remove unecessary content header inclusion from beos frontendVincent Sanders2016-06-1110-76/+72
* remove unecessary risc os frontend usage of content headersVincent Sanders2016-06-1014-50/+43
* remove unecessary content API usage from atari frontendVincent Sanders2016-06-0811-23/+7
* reduce unecessary usage of content headersVincent Sanders2016-06-065-11/+4
* reduce usage of content headers by monkey frontendVincent Sanders2016-06-065-9/+10
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-0/+2
* beos frontend compile cannot do forward declrarations of enumsVincent Sanders2016-06-061-1/+1
* missed necessary header for haikuVincent Sanders2016-06-061-0/+1
* fixup beos build after content header changesVincent Sanders2016-06-062-7/+8
* fixup cocoa image handler for content API changesVincent Sanders2016-06-062-3/+5
* haiku gcc does not support forward enum declarationsVincent Sanders2016-06-061-0/+1
* Clean up RISC OS save source to remove forward declarations and improve docum...Vincent Sanders2016-06-061-747/+754
* Update content to split public and internal APIVincent Sanders2016-06-0645-151/+168
* Fix OS3 buildChris Young2016-06-022-0/+8
* Ensure variables are declared correctlyChris Young2016-06-0228-43/+56
* Make rxsig private to gui.cChris Young2016-06-023-7/+6
* Make arexx_obj private to arexx.cChris Young2016-06-023-8/+12
* Move some globals into gui.cChris Young2016-06-022-6/+11
* Make more drag-related global variables privateChris Young2016-06-014-8/+12
* Make ami_autoscroll private to drag.cChris Young2016-06-014-14/+14
* Rationalise gui_globals a bitChris Young2016-06-018-9/+18
* reduce core header usageVincent Sanders2016-06-0112-35/+68
* fix missing header for amiga warn user callVincent Sanders2016-05-312-5/+12