summaryrefslogtreecommitdiff
path: root/frontends/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Replace global current gui_window with an accessor functionChris Young2019-05-105-15/+26
|
* fix os3 buildChris Young2019-05-081-1/+1
|
* try storing form_control in the hook dataChris Young2019-05-083-28/+3
| | | | it doesn't appear to be needed anywhere else
* Make gadget object enum private to gui.cChris Young2019-05-083-40/+41
|
* make gui_window_2 private to gui.cChris Young2019-05-084-82/+82
|
* Pass ptr to clicktab var instead of func callsChris Young2019-05-084-8/+9
|
* more accessor for gui_window_2Chris Young2019-05-087-37/+166
|
* Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the ↵Chris Young2019-05-084-19/+18
| | | | gui_window_2 structure
* throbber crapChris Young2019-05-083-10/+70
|
* get the window title from a gui_windowChris Young2019-05-083-1/+13
|
* set find window functionChris Young2019-05-083-4/+19
|
* Try moving form_control into gui_windowChris Young2019-05-082-5/+3
|
* Accessor for the select menu control pointerChris Young2019-05-083-2/+30
|
* remove direct access to gui_window_2's gui_windowChris Young2019-05-0810-58/+82
|
* accessor for window from gui_window_2Chris Young2019-05-077-22/+32
|
* set menu to window through a functionChris Young2019-05-074-7/+38
|
* Get menu structure directly from gui_windowChris Young2019-05-074-25/+37
|
* Get the shared window's window structure directly from the gui_windowChris Young2019-05-0710-21/+32
| | | | In a lot of places gui_window_2 was only being accessed for Window
* Make gui_window private to gui.cChris Young2019-05-0718-193/+315
| | | | TODO: ratonalise these accessors
* No debug symbols on OS3Chris Young2019-05-061-1/+3
| | | | None of the tools manage to extract any info from them
* Fix crash on exitChris Young2019-05-061-1/+1
|
* attempt to fix amiga os3 buildVincent Sanders2019-05-061-0/+2
|
* 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
|