summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
...
* avoid a crash when switching tabsChris Young2015-01-131-2/+1
* Avoid confusing double-negativesChris Young2015-01-133-12/+12
* fix os4 buildChris Young2015-01-121-26/+28
* Don't create processes under OS3, or OS4 for now for testingChris Young2015-01-123-26/+70
* Stub out font.c and font_scan.c for OS3 for nowChris Young2015-01-123-1/+87
* select a colour which isn't wholly transparentChris Young2015-01-111-1/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2015-01-1119-57/+168
|\
| * more easy os3 fixesChris Young2015-01-115-5/+28
| * Fix file.c and remove some rogue semicolonsChris Young2015-01-102-3/+6
| * fix-up the datatypes handlers for os3Chris Young2015-01-104-3/+16
| * stub out drag stuff for os3Chris Young2015-01-102-5/+48
| * allocvec clearChris Young2015-01-101-1/+1
| * make context_menu.c build for os3Chris Young2015-01-102-2/+9
| * Use a function to create ready-cleared memoryChris Young2015-01-106-14/+30
| * Use inlines and OS3ify amigaguide.classChris Young2015-01-102-25/+31
* | fix os4 buildChris Young2015-01-111-1/+1
|/
* More simple OS3 fixesChris Young2015-01-091-3/+14
* OS3 GetSucc()Chris Young2015-01-091-0/+1
* Some easy OS3 compatibilityChris Young2015-01-092-5/+139
* Tidy upChris Young2015-01-082-15/+4
* Fix the passing of NetSurf internally-handled args to the coreChris Young2015-01-051-2/+14
* Translate common RAmiga-shortcuts directly to their NetSurf keycodesChris Young2015-01-031-33/+36
* Greatly simplify finding out if our gui_window is the one being displayed.Chris Young2015-01-022-72/+10
* Some OS3 compatibility for testingChris Young2014-12-205-10/+82
* Fix crash on startup when "always show tabs" is enabled.Chris Young2014-12-191-1/+1
* Helper script to open YouTube videos with SMTubeChris Young2014-12-151-0/+29
* Remove GetVideo supportChris Young2014-12-142-30/+0
* Encourage requesters onto the correct screen and remove some unneeded includesChris Young2014-12-131-12/+1
* Remove redundant checkChris Young2014-12-101-3/+1
* Get scale after memory allocatedChris Young2014-12-041-1/+1
* Don't need browser window private header now.Michael Drake2014-12-041-1/+1
* Use API to get at a browser window's content.Michael Drake2014-12-041-12/+10
* Fix missmatched bracket.Michael Drake2014-12-041-1/+1
* Use browser_window_get_extents to simplify window content size handling.Michael Drake2014-12-041-10/+20
* Use browser_window_get_url()Michael Drake2014-12-041-1/+1
* Don't include browser_private.hMichael Drake2014-12-041-1/+1
* Remove what seems a redundant check for bw->download.Michael Drake2014-12-041-9/+7
* Use browser_window_get_url instead of poking inside bw at contents.Michael Drake2014-12-041-3/+3
* Use API to get content from browser_window.Michael Drake2014-12-041-1/+2
* Store scale in gui_window. Remove a lot of bw dereferencing for scale.Michael Drake2014-12-043-39/+51
* Remove unused variableChris Young2014-12-011-2/+0
* Clear message port variable so we don't errorneously send messages to it.Chris Young2014-12-011-0/+3
* Run backing store jobs synchronously in the background.Chris Young2014-12-011-24/+313
* Fix leakChris Young2014-12-011-0/+1
* Enable the async write process to be disabled for testing purposesChris Young2014-11-301-0/+7
* Add some comments about timer.device.Chris Young2014-11-292-3/+14
* Ensure we're not running events ahead of time.Chris Young2014-11-221-2/+9
* Process scheduled event changes before incoming timer events.Chris Young2014-11-221-10/+11
* Fix llcache ops tableChris Young2014-11-221-0/+1
* Revert "Revert "Write out to the backing store asynchronously.""Chris Young2014-11-225-7/+123