summaryrefslogtreecommitdiff
path: root/resources/FatMessages
Commit message (Collapse)AuthorAgeFilesLines
* FatMessages: Improve french translationÉtienne Deparis2024-03-011-533/+577
|
* Amiga: Add "Enable CSS" item to the Browser menuChris Young2024-01-031-0/+7
| | | | | This allows for a quick toggle of CSS next to the similar JS option Enable CSS has not yet been added to the full prefs GUI
* Update copyright years and version numbersVincent Sanders2023-12-281-5/+5
|
* RISC OS: Add "Disable CSS" option to content choices UIMichael Drake2023-11-261-6/+6
|
* Amiga: Add page theme toggleChris Young2022-08-031-9/+37
|
* resources: add Chinese (Simplified) translationsWeiyi Xu2020-09-021-0/+2309
| | | | | | Signed-off-by: Weiyi Xu <xuweiyi0923@gmail.com> Signed-off-by: Zixing Liu <liushuyu@aosc.io> Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
* fix italian ObjInfo key being labelled frenchVincent Sanders2020-06-151-1/+1
|
* fix: Make it OK if the chain isn't avilable during bad-ssl queryingDaniel Silverstone2020-05-231-0/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* FatMessages: Undo encoding change from ChrisDaniel Silverstone2020-05-221-9/+9
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Amiga: Add page info windowChris Young2020-05-221-9/+10
| | | | Currently untested but builds OK
* query/ssl: Include link to view certificate detailsDaniel Silverstone2020-05-221-0/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* FatMessages: Fix typo, occour -> occur, occoured -> occurredDaniel Silverstone2020-05-041-2/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add BadURL messageDaniel Silverstone2020-02-241-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fetch: Automatically handle fetches which fail to finishDaniel Silverstone2020-02-241-0/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Updated italian translationss.hawamdeh2020-01-211-201/+385
|
* Fix some characters which were not UTF-8Chris Young2019-12-081-3/+3
|
* Add page info icon to Amiga frontendChris Young2019-12-081-3/+8
|
* Add certificate-missing error codeDaniel Silverstone2019-12-031-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* remove spurious whitespace in fetch error pagesVincent Sanders2019-11-041-2/+2
|
* move the fallback text for about handler into messages handlerVincent Sanders2019-10-301-3/+3
|
* add internal query handler for fetch errorsVincent Sanders2019-10-301-0/+7
| | | | | | | | | | | | | Any errors from the fetch which are not already handled are reported with an internal query page instead of a modal dialog. This is much less invasive for the user and much more in keeping with how this is handled by other browsers. The handler is similar to the timeout handler but the functionality is kept separate as it is intended timeout handling be extended in future.
* add internal query page for request timeoutsVincent Sanders2019-10-291-0/+9
|
* Improve timeout error messagingVincent Sanders2019-10-281-0/+1
|
* improve human_friendly_bytesize to cope with sizes up to 16 exibytesVincent Sanders2019-10-191-1/+8
|
* clean up find in page to operate nicelyVincent Sanders2019-09-211-0/+9
|
* construct all toolbar items from data tableVincent Sanders2019-09-211-0/+3
| | | | | | | | This changes toolbar item constuction to use toolbar_items.h instead of explicit macros. Additionally all remenants of old stock item themeing are done away with and GTK icon names are used instead.
* fix dragging into customisation toolbarVincent Sanders2019-09-211-5/+12
|
* implement more toolbar item handlers and make menus call themVincent Sanders2019-09-211-10/+10
|
* SSL Error: Enable OpenSSL hostname verificationDaniel Silverstone2019-08-141-1/+1
| | | | | | | | Since OpenSSL 1.0.2 there has been hostname verification support which cURL doesn't turn on for some reason. Turn it on so that we get better hostname verification handling. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Clean up message translationsVincent Sanders2019-08-141-1682/+1688
| | | | | | reorder sections to be a bit more logical change numerous messages to be frontend specific move several tokens to the "Unused" secion and comment them all
* add English message text for ssl errorsVincent Sanders2019-08-101-0/+11
|
* add basic styling to about scheme privacy query pageVincent Sanders2019-08-071-1/+13
|
* Improve the about scheme query page generation be be bounds safeVincent Sanders2019-08-061-0/+1
|
* add about scheme query handlersVincent Sanders2019-08-061-2/+14
|
* Fixup copyright yearVincent Sanders2019-02-191-4/+4
|
* Message: Fix french translation.Michael Drake2018-11-221-1/+1
| | | | Thanks to rico542.
* make "Help" string available in all frontendsVincent Sanders2018-08-211-5/+5
|
* Update windows frontend to use windows resourcesVincent Sanders2018-08-211-0/+1
|
* Improve GTK login dialogVincent Sanders2018-08-191-0/+3
|
* Initial conversion of GTK accelerators to separate config fileVincent Sanders2018-04-221-165/+0
|
* Messages: Update German translation.Sebastian Barthel2017-12-181-42/+167
|
* Updated Italian translation from SamirChris Young2017-06-281-111/+116
|
* Enable displaying download progress within a notification.Chris Young2017-03-201-0/+5
| | | | | | 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.
* haiku: add some menu accelerators to FatMessagesVincent Sanders2016-11-211-0/+9
|
* if the cookie is a session cookie indicate itVincent Sanders2016-09-131-0/+1
| | | | | previously session cookies were simply displayed as having an expiry in 1970 which was unhelpful.
* Don't abort on startup if GuiGFX is not availableChris Young2016-07-021-0/+5
| | | | Most OS4 users won't need it, everybody else might like the opportunity of using NetSurf to download it :)
* Update copyright yearVincent Sanders2016-02-161-2/+2
|
* Add an option to close inactive tabs to the tab bar context menuChris Young2016-01-311-0/+5
|
* Add a GUI prefs option on OS3 only, to toggle between bitmap and outline fontsChris Young2016-01-271-0/+5
| | | | | | "Allow bitmap fonts" causes NetSurf to use diskfont and graphics library routines for opening and displaying fonts. This allows bitmap fonts to be used which are much faster on 68k hardware than outline fonts, but loses the ability to render pages in UTF-8. Conversely, toggling this option off makes NetSurf use bullet.library directly and render glyphs itself, which precludes the usage of bitmap fonts but allows the full range of UTF-8 characters to be displayed. This option is ON by default on OS3 for speed reasons, and OFF by default on OS4. Additionally, this option is not shown on the prefs GUI on OS4 as the speed difference between bitmap and outline fonts is negligible on that hardware and I don't want to encourage the use of an option which provides inferior rendering.
* Update Italian messages (credit: Samir)Chris Young2015-11-061-30/+30
|