summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* move all the build tools to utilsVincent Sanders2020-06-223-1544/+3
| | | | | move the source and make rules of the convert image and font tools to the utils directory. This puts all the rules for build tools together.
* Framebuffer: Internal font: Fix SW and NW arrow directions.Michael Drake2020-06-221-16/+16
|
* remove perl split-messages tool usageVincent Sanders2020-06-223-12/+13
|
* Amiga: avoid read from NULL pointerChris Young2020-05-261-0/+5
|
* Amiga: Use IANA codeset number to identify local charsetChris Young2020-05-263-6/+19
|
* Amiga: Use codesets.library for UTF8 conversion if availableChris Young2020-05-262-10/+52
|
* Amiga: correct schedule parameterChris Young2020-05-251-1/+1
|
* Amiga: avoid use after freeChris Young2020-05-251-3/+3
| | | | Use the scheduler to trigger page info close as that does not allow the same event to be in the queue multiple times
* fix warnings in amiga stringviewVincent Sanders2020-05-251-2/+2
|
* fix incorrect content handler function table operations return typesVincent Sanders2020-05-253-15/+15
|
* make browser_window_update internal to browser window as intendedVincent Sanders2020-05-252-130/+139
|
* Amiga: try to guard against page info window being destroyed twiceChris Young2020-05-251-3/+7
|
* Update version for next development cycleVincent Sanders2020-05-241-1/+1
|
* fix RISC OS corewindows incorrectly becoming visible when scroll extents are setVincent Sanders2020-05-241-1/+5
|
* RISC OS: Prevent closed corewindows opening on scroll requests.Michael Drake2020-05-241-0/+14
|
* RISC OS: Drop extended scroll request logging.Michael Drake2020-05-241-2/+0
|
* RISC OS: Try to improve scroll wheel handling.Michael Drake2020-05-241-2/+4
|
* Fix open url dialog not coping with invalid url by using the omnibox helperVincent Sanders2020-05-241-27/+24
|
* RISC OS: Update page info urlbar icons.Michael Drake2020-05-231-0/+0
|
* windows: Enable present_cookies callbackDaniel Silverstone2020-05-234-4/+10
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey: Support present_cookiesDaniel Silverstone2020-05-231-0/+11
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* riscos: Enable support for present_cookiesDaniel Silverstone2020-05-235-4/+8
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* amiga: Probably support present_cookiesDaniel Silverstone2020-05-234-4/+9
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* beos: Add NULL so present_cookies is filledDaniel Silverstone2020-05-231-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* gtk: Implement handling of new present_cookies callbackDaniel Silverstone2020-05-234-3/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* RISC OS: Be less intrusive with URL bar max URL length handling.Michael Drake2020-05-231-12/+8
|
* update resources copyright years and readme version numbersVincent Sanders2020-05-233-5/+5
|
* Amiga: fix an issue where the page info icon was not updating correctlyChris Young2020-05-231-47/+51
|
* Amiga: make page info borderlessChris Young2020-05-231-10/+12
|
* Amiga: make page info close when window goes inactiveChris Young2020-05-231-2/+6
|
* Amiga: position page info window under page info buttonChris Young2020-05-223-8/+26
|
* Amiga: simplify page info GUI, add close gadgetChris Young2020-05-221-23/+9
|
* make risc os url entry use the omi box and hence cope with bad urls gracefullyVincent Sanders2020-05-221-5/+6
|
* gtk: Do not attempt to use now-freed scaffolding when iterating them to quitDaniel Silverstone2020-05-221-1/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Amiga: Add page info windowChris Young2020-05-224-3/+323
| | | | Currently untested but builds OK
* add page information core window handler to RISC OSVincent Sanders2020-05-2210-0/+489
|
* neaten up the sourec file list to make future changes easierVincent Sanders2020-05-221-11/+45
|
* make risc os url bar widget context consistentVincent Sanders2020-05-221-198/+211
|
* add url bar click actions for page info iconVincent Sanders2020-05-222-16/+36
|
* reformat riscos url bar gui module. no code changesVincent Sanders2020-05-221-486/+590
|
* frontends/gtk: Defocus search before selecting all in relevant core windowsDaniel Silverstone2020-05-223-0/+12
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Squash warnings: '%s' directive argument is NULL.Michael Drake2020-05-221-2/+2
|
* frontends/atari: Include the *right* options headerDaniel Silverstone2020-05-221-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* frontends/atari: Add missing include of options.hDaniel Silverstone2020-05-221-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* chore: Perform sslcert_viewer-ectomyDaniel Silverstone2020-05-2236-3651/+4
| | | | | | | | | | | This removes the sslcert_viewer entirely from the code. Where possible I've also trimmed out of frontends any code I think should not be present. Frontends should check and remove any further references that I have failed to catch. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* implement content opacity check through the function tableVincent Sanders2020-05-131-0/+13
|
* GTK: Add transient popup behaviour for local history tooDaniel Silverstone2020-05-0910-7/+131
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK: Change toolbar page-info to use compat allocation functionDaniel Silverstone2020-05-091-1/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Haiku: Better map mouse cursorsFrançois Revol2020-05-091-68/+54
| | | | | | Drop custom cursor bitmaps in favor of the system ones. We only miss the wait cursor now, but the progress one should do.
* GTK: Cause the page-info popup to appear in the right placeDaniel Silverstone2020-05-088-0/+90
| | | | | | | | | | | | | To position the page-info window we have to tunnel all the way from the current scaffolding, via its top-level gui window, through to the toolbar. In the toolbar we look up the URL bar and then determine the screen coordinates of the scaffolding via the top level widget GTK semantics. Finally we place the page-info window 4 pixels down and right of the bottom-left of the entry box, which should look nice. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>