summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | in and pass those to nsoption_commandline directly.
* 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 ↵Vincent Sanders2014-01-122-17/+2
| | | | hide_pointer operation altogether
* 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 ↵Chris Young2014-01-101-2/+1
| | | | do so.
* Enforce the use of popupmenu.library >=53.11Chris Young2014-01-103-1/+20
| | | | Older versions have a dangerous bug which manifests itself as a deadlock or a crash.
* 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 ↵Chris Young2014-01-063-1/+4
| | | | same graphics board. This should fix the slowness when multiple graphics cards are installed.
* 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
|\
| * Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-051-1/+1
| | | | | | | | GTK implementation that of course does not work.
| * Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-051-2/+10
| |
* | Add Javascript build ability to cross-compiled targetChris Young2014-01-051-0/+1
|/
* remove all references to using libMNGVincent Sanders2014-01-042-5/+0
|
* Make the new tab button also use the new blank tab function. This fixes bug 2034Chris Young2014-01-031-18/+1
|
* Move new blank tab into own functionChris Young2014-01-033-24/+33
|
* Attempt fix/workaround of bug #2034Chris Young2014-01-031-1/+7
|
* Convert download filename to local charsetChris Young2014-01-022-4/+6
|
* Revert "Think this needs converting back to local charset here otherwise ↵Chris Young2013-12-311-1/+1
| | | | | | non-ASCII file uploads don't work." This reverts commit 2aacb411fc07441679f6a73f13956792919dee65.
* Think this needs converting back to local charset here otherwise non-ASCII ↵Chris Young2013-12-311-1/+1
| | | | file uploads don't work.
* Minor formatting changeChris Young2013-12-151-2/+1
|
* Create a layout group for favicon, URL and the new favourites star. This ↵Chris Young2013-11-241-29/+31
| | | | makes the balance bar work again.
* Update favourites button when switching tabsChris Young2013-11-231-0/+2
|
* Create the BitMapObjects and just switch between them.Chris Young2013-11-234-18/+26
| | | | Fix the themes so the images are correct.
* Make hotlist button do somethingChris Young2013-11-231-11/+21
|