summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable; help gccChris Young2016-07-092-16/+15
* Set an env-var if we don't have AltiVecChris Young2016-07-091-0/+13
* Fix logic in the rare case we're running 8-bit and have a cached full-size na...Chris Young2016-07-081-2/+4
* Fix the caching logic now we've moved 8-bit scaling earlier in the codeChris Young2016-07-081-2/+4
* Use GuiGFX to scale 8-bit images rather than doing two separate operationsChris Young2016-07-081-7/+12
* Force friend BitMap usage at depths>8bppChris Young2016-07-081-17/+15
* restrict some more varsChris Young2016-07-081-8/+8
* 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-023-7/+21
* 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-0146-120/+153
* 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 treeview headerVincent Sanders2016-06-303-9/+13
* remove unecessary textinput header use from global history headerVincent Sanders2016-06-304-6/+8
* remove unecessary textinput header use from hotlist headerVincent Sanders2016-06-303-4/+5
* fix missing keycode include on atari platformVincent Sanders2016-06-301-6/+7
* remove unecessary textinput header useVincent Sanders2016-06-301-4/+3
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-2915-37/+39
* Actually use utils/inet.h instead of sys/select.hDaniel Silverstone2016-06-271-2/+1
* fetch.h needs sys/select.h for the fd_set type et al.Daniel Silverstone2016-06-271-0/+2
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal bu...Daniel Silverstone2016-06-277-36/+36
* Add NULL for silly frontend which can't use a useful compilerDaniel Silverstone2016-06-271-0/+1
* Refactor the fdset acquisition into the fetchers to stop fetch.c including cu...Daniel Silverstone2016-06-273-9/+38
* Fix handling of certificate chainsVincent Sanders2016-06-271-145/+251
* 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-1411-21/+22
* fix url database test after API header changesVincent Sanders2016-06-141-0/+1
* msplit public url database API out for frontendsVincent Sanders2016-06-1328-219/+297
* 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-0812-23/+8
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-0785-54/+40
* remove unused and broken spidermonkey integrationVincent Sanders2016-06-0716-3703/+0
* reduce unecessary usage of content headersVincent Sanders2016-06-067-13/+6
* reduce usage of content headers by monkey frontendVincent Sanders2016-06-065-9/+10
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-0638-66/+72
* beos frontend compile cannot do forward declrarations of enumsVincent Sanders2016-06-061-1/+1