summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Change gui_file_gadget_interface to pass gui_window not browser_window, add G...Rob Kendrick2014-01-051-1/+1
| * 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 non-...Chris Young2013-12-311-1/+1
* Think this needs converting back to local charset here otherwise non-ASCII fi...Chris Young2013-12-311-1/+1
* Minor formatting changeChris Young2013-12-151-2/+1
* Create a layout group for favicon, URL and the new favourites star. This make...Chris Young2013-11-241-29/+31
* 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
* Make hotlist button do somethingChris Young2013-11-231-11/+21
* Add hotlist favourites star buttonChris Young2013-11-236-25/+74
* Add the ability to add folders and icons from the hotlist window's menuChris Young2013-11-171-15/+41
* Workaround for AM_EXECUTE not supporting PROGDIR:Chris Young2013-11-102-11/+11
* Add an implied PROGDIR: to the ARexx dir name for scanning, as executing the ...Chris Young2013-11-092-3/+7
* n an AISS icon for default hotlist dirChris Young2013-11-091-0/+1
* Use CI build number as the revision number of the internal version string whe...Chris Young2013-11-041-0/+5
* Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current ...Chris Young2013-11-041-1/+1
* tidy-upChris Young2013-10-281-6/+2
* Correct some more offsetsChris Young2013-10-261-1/+1
* Fix bitmap offsets in direct render mode by forcing use of BltBitMapChris Young2013-10-262-3/+5
* Allow direct render of treeview for debug purposes only.Chris Young2013-10-261-3/+61