summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Make GTK UI resources more consistentVincent Sanders2020-09-0430-33/+28
| | | | | | | | | | | | | | The GTK UI resources have to be different resources between major versions. When kept in one directory with slightly different filenames they were difficult to distinguish and resource definition was difficult to update. The resources for both gtk versions were stored in both builds resulting in unneccessary increased binary size. The new stratagy lists the UI files once in a single gresources file and only includes what is required. If a UI file is added it must be provided in both gtk2 and 3 or a build failure will occour rather than a runtime error.
* Makefile: add Chinese (Simplified) translation targetZixing Liu2020-09-023-1/+5
| | | | Signed-off-by: Zixing Liu <liushuyu@aosc.io>
* resources: add Chinese (Simplified) translationsWeiyi Xu2020-09-023-0/+3
| | | | | | Signed-off-by: Weiyi Xu <xuweiyi0923@gmail.com> Signed-off-by: Zixing Liu <liushuyu@aosc.io> Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
* Support Ctrl+A in the windows toolkit address barzeug2020-08-161-1/+5
|
* gtk compile din resource list was missing pageinfo for gtk2 buildVincent Sanders2020-08-151-15/+16
|
* split tools and utilsVincent Sanders2020-06-271-1/+1
|
* 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>