summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
...
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-107-84/+60
* Unset tab flag in kiosk mode.Michael Drake2014-02-091-1/+1
* Fix errors.Michael Drake2014-02-091-2/+2
* Clean up gui_window creation API.Michael Drake2014-02-091-15/+12
* Fix amiga build.Michael Drake2014-02-081-2/+3
* Simplify local history interface.Michael Drake2014-02-083-5/+5
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+1
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-081-2/+1
* Initialise AmigaGuide help system only at the point of first use.Chris Young2014-02-074-7/+7
* Only allocate printing resources for the period of time we need them.Chris Young2014-02-072-12/+11
* BracketsChris Young2014-02-061-1/+1
* Only allocate a signal for screen closure at the point we need it. This ensur...Chris Young2014-02-061-8/+11
* Formatting.Chris Young2014-02-061-7/+6
* Avoid a potential crash when two tabs are opened and one of them is closed.Chris Young2014-02-061-0/+6
* Ensure pkg-config pulls in all the curl libs we needChris Young2014-02-041-1/+1
* fix missing includesVincent Sanders2014-02-011-0/+2
* move utf8 local conversion operations to tableVincent Sanders2014-02-014-41/+57
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-283-10/+8
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-252-0/+6
* Ensure the screen actually gets closed before NetSurf quits.Chris Young2014-01-241-2/+6
* fix build faliures from fetch table operation refactorVincent Sanders2014-01-231-1/+1
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-9/+12
* Fix ReadArgs() argument parsing. Collect any parameters we're not interested ...Chris Young2014-01-181-51/+78
* Debug loggingChris Young2014-01-181-0/+4
* fixup amiga build errorsVincent Sanders2014-01-165-24/+34
* move 401 login into operation tableVincent Sanders2014-01-163-1/+5
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-162-27/+29
* split browser gui operations upVincent Sanders2014-01-153-13/+16
* move remaining gui operations to tableVincent Sanders2014-01-145-1/+20
* move download operations to download tableVincent Sanders2014-01-143-4/+17
* move teh final optional window operations into the tableVincent Sanders2014-01-135-14/+12
* move four more optional window operations to tableVincent Sanders2014-01-132-4/+10
* move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+4
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+7
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-122-17/+2
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-122-72/+88
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-122-2/+13
* move window creation and destruction into tableVincent Sanders2014-01-111-5/+9
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-89/+94
* Re-add proper notification of ability to close public screen.Chris Young2014-01-101-3/+8
* Re-enable the RAmiga-U shortcut to activate the URL bar, now it is safe to do...Chris Young2014-01-101-2/+1
* Enforce the use of popupmenu.library >=53.11Chris Young2014-01-103-1/+20
* Tentatively enable AmigaGuide helpChris Young2014-01-101-4/+4
* Probably shouldn't override thumbnail source alphaChris Young2014-01-061-1/+1
* Get Composite() to befriend the screen's BitMap to ensure they are on the sam...Chris Young2014-01-063-1/+4
* Add file upload request on clickChris Young2014-01-051-1/+13
* This shouldn't be UTF-8Chris Young2014-01-051-7/+1
* Fix some log statementsDaniel Silverstone2014-01-051-1/+1
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-051-2/+10
|\