summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Debug loggingChris Young2014-01-181-0/+4
|
* fixup amiga build errorsVincent Sanders2014-01-161-5/+7
|
* move 401 login into operation tableVincent Sanders2014-01-161-0/+1
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+29
|
* split browser gui operations upVincent Sanders2014-01-151-10/+13
|
* move remaining gui operations to tableVincent Sanders2014-01-141-1/+7
|
* move download operations to download tableVincent Sanders2014-01-141-0/+2
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-1/+5
|
* move four more optional window operations to tableVincent Sanders2014-01-131-3/+9
|
* 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-121-12/+2
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-72/+85
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-2/+8
|
* 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-101-1/+17
| | | | Older versions have a dangerous bug which manifests itself as a deadlock or a crash.
* Tentatively enable AmigaGuide helpChris Young2014-01-101-4/+4
|
* Add file upload request on clickChris Young2014-01-051-1/+13
|
* Fix some log statementsDaniel Silverstone2014-01-051-1/+1
|
* 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
|
* 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-031-1/+29
|
* 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-231-14/+21
| | | | Fix the themes so the images are correct.
* Make hotlist button do somethingChris Young2013-11-231-11/+21
|
* Add hotlist favourites star buttonChris Young2013-11-231-25/+65
|
* tidy-upChris Young2013-10-281-6/+2
|
* Correct some memory allocation parametersChris Young2013-10-121-1/+1
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-6/+6
| | | | where it is not necessary.
* application.library fix for new SDK. Note that:Chris Young2013-10-121-8/+4
| | | | | * application.library functionality will no longer be available on OS4.0, however that only extends to the Docky icon as notifications weren't supported anyway. * CI builds may crash until the toolchain is updated.
* Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ↵Chris Young2013-10-011-1/+5
| | | | key.
* Extra loggingChris Young2013-09-281-0/+7
|
* Make the hotlist toolbar workChris Young2013-09-121-10/+5
|
* Make hotlist toolbar use the new functionsChris Young2013-09-121-50/+25
|
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-2/+0
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-2/+0
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-1/+6
| | | | cocoa front ends. Amiga front end very likely broken.
* Make some global DrawInfo local to the function it is needed in.Chris Young2013-08-201-7/+5
|
* Slightly better layoutingChris Young2013-08-201-0/+1
|
* Correct pathChris Young2013-08-151-0/+1
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-08-131-21/+4
|\
| * Show iconified windows when quitting (horrible flickery workaround for a ↵Chris Young2013-07-271-1/+1
| | | | | | | | recoverable alert)
| * Localise the description, mark it Amiga-onlyChris Young2013-07-271-2/+2
| |
| * Remove any AppIcons on quitChris Young2013-07-271-1/+2
| |