summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * When receiving a "To Front" message, don't open a window if none are active.Chris Young2013-07-271-18/+0
| |
* | Use new SSL certificate viewer.Michael Drake2013-08-121-2/+0
|/
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* If a new browser window opens, bring the screen NetSurf is running on to the ↵Chris Young2013-06-021-2/+3
| | | | front
* Better logging for resource searchingChris Young2013-06-021-0/+2
|
* Ensure treeview gets a palette rather than the built-in defaultsChris Young2013-06-011-38/+50
|
* amiga is the only user of the very odd usage of the options APIVincent Sanders2013-06-011-0/+6
|
* Set redraw tile size to default on screen changeChris Young2013-06-011-1/+4
|
* Remove unneeded parameterChris Young2013-06-011-33/+30
|
* Fix the new prefs hookChris Young2013-06-011-2/+1
|
* Set default colours when screen changesChris Young2013-06-011-32/+34
|
* Use default macros for updating window sizeChris Young2013-06-011-9/+4
|
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-6/+6
| | | | Rename use_pubscreen to make it clearer what the option is for
* Set more sensible default window sizeChris Young2013-05-311-7/+17
|
* Fix Guru on exitChris Young2013-05-281-0/+2
|
* Re-order Messages loading to avoid a crash on launchChris Young2013-05-281-6/+3
|
* add missing includesVincent Sanders2013-05-281-0/+2
|
* replace accidentallly removed functionVincent Sanders2013-05-281-29/+39
|
* fix stupid mistake introduced in options API changeVincent Sanders2013-05-281-2/+2
|
* fixup atari option namesVincent Sanders2013-05-281-1/+1
|
* fixup issues with new options API mergeVincent Sanders2013-05-281-7/+9
|
* move amiga to new options codeVincent Sanders2013-05-281-20/+93
|
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* move options includeVincent Sanders2013-05-281-2/+2
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+5
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.