summaryrefslogtreecommitdiff
path: root/frontends/amiga
Commit message (Collapse)AuthorAgeFilesLines
* fix several amiga frontend warningsVincent Sanders2019-05-066-17/+25
|
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-057-37/+58
| | | | | previously these interfaces returned char * and unsigned int which was undesirable.
* remove some warnings in amiga frontend buildVincent Sanders2019-05-054-13/+24
|
* Release guigfx drawhandleChris Young2019-04-101-9/+10
|
* Re-instate accidental removal of pkg-config for curl/opensslChris Young2019-04-081-3/+5
|
* Small Capital Q codepointChris Young2019-04-081-2/+2
|
* Add AmiSSL requirementChris Young2019-04-081-1/+1
|
* Fix some bsdsocket.library usageChris Young2019-04-081-0/+6
| | | | NetSurf now builds against libcurl-AmiSSL
* Allow for building against AmiSSL instead of OpenSSLChris Young2019-04-082-1/+16
|
* No reason why RISC OS ,type extensions should end up in the Amiga resources ↵Chris Young2019-03-171-15/+1
| | | | any more
* Fix IORequest duplication and ensure library bases are cleared when closed.Chris Young2019-03-172-4/+16
|
* Reduce compression level for compatibility with Amiga LhA 2.15Chris Young2019-03-151-1/+1
|
* Ensure the message port has been initialisedChris Young2019-03-151-0/+1
|
* Fix URL + FORCE issue #2635Chris Young2019-03-021-4/+4
|
* single precision testChris Young2018-11-212-11/+11
|
* Add a TODO for history context menuChris Young2018-09-271-0/+1
|
* Quick fix to convert helphints to correct charsetChris Young2018-09-272-3/+5
| | | | We should probably have our own strings for these
* Convert find window messages to local charsetChris Young2018-09-271-30/+52
|
* Stop using the same large list of gadget constants everywhereChris Young2018-09-265-98/+123
| | | | Saves a small amount of memory
* Change logging back to INFOChris Young2018-09-091-5/+5
|
* Log version numbers of opened librariesChris Young2018-09-021-4/+10
| | | | Log open failures as ERROR instead of INFO
* update copyright years and versions in docs and readmeVincent Sanders2018-08-292-4/+4
|
* Convert user/pass from/to UTF-8Chris Young2018-08-151-6/+20
| | | | Haven't successfully logged in with credentials featuring UTF-8 characters, but ASCII run through the conversion is working and UTF-8 usernames display correctly when the user is re-prompted.
* Convert user/pass to UTF-8 for submissionChris Young2018-08-151-5/+14
|
* Convert login UI strings from UTF-8 before displayChris Young2018-08-151-9/+32
|
* Close login window if NetSurf quitsChris Young2018-08-151-3/+5
|
* Amiga: Update for new HTTP auth API.Michael Drake2018-08-152-32/+28
|
* Amiga: Fix silly.Michael Drake2018-08-131-1/+1
|
* Amiga: Ensure realm is copied for local struct.Michael Drake2018-08-131-1/+2
|
* Browser: Rename function to access bw URL.Michael Drake2018-07-234-10/+10
|
* Plotters: Remove width param from path plotter.Michael Drake2018-05-231-2/+0
| | | | We now use the stroke_width in the plot_style.
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-233-6/+6
|
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-232-3/+3
|
* move html and text content handlers where they belongVincent Sanders2018-05-101-1/+1
|
* Fix embarassing typo in amiga MakefileDaniel Silverstone2018-04-221-1/+1
|
* Fix amiga Icons->icons issueDaniel Silverstone2018-04-221-1/+2
|
* Fix last uses of !NetSurf outside of riscos buildDaniel Silverstone2018-04-222-18/+18
|
* Initial shuffle of stuff out of !NetSurfDaniel Silverstone2018-04-229-9/+4
|
* Minor optChris Young2018-02-271-4/+2
|
* Avoid potential division by zeroChris Young2018-02-011-1/+3
|
* Don't destroy layers if we never created them.Chris Young2017-12-231-0/+2
|
* Ensure we have a layer before deleting it.Chris Young2017-12-231-1/+1
|
* Explicitly open dos.libraryChris Young2017-12-102-1/+4
|
* Fix switching back to own screen after using a public screen.Chris Young2017-11-161-1/+1
|
* Fix radio button labels on OS3 (thx Mikhail Malyshev)Chris Young2017-11-141-3/+2
|
* Remove the iconify gadget from the OS3 buildChris Young2017-11-131-0/+2
| | | | It is unlikely to ever work and I'm bored of hearing about it not working.
* 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
|