summaryrefslogtreecommitdiff
path: root/frontends/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Remove excess loggingChris Young2017-10-241-1/+0
|
* Update version for next development cycleVincent Sanders2017-10-151-1/+1
|
* Ensure X DPI set correctlyChris Young2017-10-031-1/+1
|
* Widen available values for DPIChris Young2017-10-031-2/+2
|
* Button disable state updates should now work correctly on OS3Chris Young2017-09-261-4/+2
|
* OS3 was not checking the GA_Disabled tag valueChris Young2017-09-261-1/+2
|
* Fix attributeChris Young2017-09-241-1/+1
|
* rationalise history icon bitmap handling to ensure correct lifetimeVincent Sanders2017-09-101-4/+3
|
* Finalise nslog layer properly in closedownDaniel Silverstone2017-09-101-0/+3
|
* Fixup everything the semantic patch missedVincent Sanders2017-09-075-15/+24
|
* Update scheduler logging to use catagoryVincent Sanders2017-09-071-3/+5
|
* update plotter logging to use a catagoryVincent Sanders2017-09-061-23/+11
|
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-0627-155/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for F in $(git ls-files '*.c');do spatch --sp-file foo.cocci --in-place ${F};done @@ expression E; @@ -LOG(E); +NSLOG(netsurf, INFO, E); @@ expression E, E1; @@ -LOG(E, E1); +NSLOG(netsurf, INFO, E, E1); @@ expression E, E1, E2; @@ -LOG(E, E1, E2); +NSLOG(netsurf, INFO, E, E1, E2); @@ expression E, E1, E2, E3; @@ -LOG(E, E1, E2, E3); +NSLOG(netsurf, INFO, E, E1, E2, E3); @@ expression E, E1, E2, E3, E4; @@ -LOG(E, E1, E2, E3, E4); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4); @@ expression E, E1, E2, E3, E4, E5; @@ -LOG(E, E1, E2, E3, E4, E5); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5); @@ expression E, E1, E2, E3, E4, E5, E6; @@ -LOG(E, E1, E2, E3, E4, E5, E6); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6); @@ expression E, E1, E2, E3, E4, E5, E6, E7; @@ -LOG(E, E1, E2, E3, E4, E5, E6, E7); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6, E7);
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-263-6/+6
|
* Don't double-convert stringChris Young2017-06-281-3/+1
|
* cleanup use of internal frames scrollbar widget headerVincent Sanders2017-06-111-1/+6
|
* Use the correct function to get the URL at positionChris Young2017-06-101-19/+21
| | | | Hint popup still broken though :(
* Migrate Amiga local history to corewindowChris Young2017-06-105-318/+247
|
* Split local history data from viewer in headersVincent Sanders2017-06-101-6/+21
| | | | | | This separates the local history data object API from the viewing API. It also changes the api to return nsurl references instead of strings.
* Core window: Ensure all front ends initialise drag_status.Michael Drake2017-06-101-0/+1
|
* Local history: Pass clip rectangle around as struct.Michael Drake2017-06-101-3/+6
|
* Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-092-2/+2
|
* Free the structure with the correct function callChris Young2017-06-081-1/+1
|
* Correct alignment (thx Jaime Cagigal)Chris Young2017-06-071-1/+1
|
* update amiga corewindow implementation for changed APIVincent Sanders2017-05-231-4/+15
|
* fixup errors introduced in set_scroll API changeVincent Sanders2017-04-261-15/+33
|
* update amiga frontend to new set_scroll APIVincent Sanders2017-04-261-3/+18
|
* update amiga frontend to remove reformat APIVincent Sanders2017-04-261-29/+20
|
* Amiga: Update for core hotlist API change.Michael Drake2017-04-251-2/+3
|
* update amiga frontend invalidate window API changeVincent Sanders2017-04-191-35/+48
|
* Adjust the requested class versions to be the minimum required.Chris Young2017-04-166-26/+50
| | | | | | | Some features of later versions are used but are either restricted to OS4 only, or runtime version checks select the appropriate routines. Where the lowest required version cannot be determined, the version provided in the ClassAct 3.3 archive is requested. Bugs may mean these older classes do not work as expected. In addition, restrict the opening of listbrowser.gadget and the custom Stringview class to OS4 only.
* Allow for more varied notification backmsgsChris Young2017-03-213-4/+30
|
* Try to avoid extraneous progress notificationsChris Young2017-03-201-4/+7
|
* Enable displaying download progress within a notification.Chris Young2017-03-203-7/+48
| | | | | | Requires Enhancer Pack (Ringhio 53.65+) Defaults to 0 (off) as there is currently no check to see if this version is installed. This is currently potentially dangerous to toggle whilst a download is in progress, so cannot be changed through the GUI.
* fix errors from cppcheck in amiga frontendVincent Sanders2017-03-035-3/+11
|
* When switching to outline fonts on OS3 reset the fontsChris Young2017-02-251-0/+9
| | | | TODO: make this change in the GUI when toggling
* Fix menu shortcuts on non-menuclass menusChris Young2017-02-241-1/+1
|
* clean up some of the doxygen generation warningsVincent Sanders2017-02-197-12/+22
|
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-142-5/+7
|
* Try to ensure we get the correct type of native BitMapChris Young2017-02-136-10/+12
|
* Remove direct_render, only ever used for debuggingChris Young2017-02-133-32/+3
|
* Make gui_globals less... globalChris Young2017-02-136-26/+40
|
* Get render bitmap size via functionChris Young2017-02-134-4/+22
|
* Manage shared pens internally unless we need multiple lists (eg. per ↵Chris Young2017-02-137-14/+68
| | | | browser_window)
* Alloc gui_global structure when initialisingChris Young2017-02-138-55/+60
|
* Remove use of global context data from Amiga frontendChris Young2017-02-1311-92/+81
|
* Merge branch 'vince/plotctx'Vincent Sanders2017-02-125-357/+557
|\
| * update amiga plot APIVincent Sanders2017-02-115-357/+557
| |
* | Fix OS3 buildChris Young2017-02-111-0/+1
|/
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+1
|