summaryrefslogtreecommitdiff
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* 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-086-3/+8
|
* Add certificate-missing error codeDaniel Silverstone2019-12-031-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* make gtk frontend use page information iconsVincent Sanders2019-12-016-125/+92
|
* add gtk icon resources for page informationVincent Sanders2019-12-0115-0/+520
|
* 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-302-0/+45
| | | | | | | | | | | | | 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-292-0/+47
|
* 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
|
* add cookie icon and use it for show cookies toolbar buttonVincent Sanders2019-09-211-0/+0
|
* construct all toolbar items from data tableVincent Sanders2019-09-212-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
|
* About: Tweak the new about query page renderng.Michael Drake2019-08-091-6/+6
|
* apply tlsa styling improvements to about scheme query pagesVincent Sanders2019-08-071-10/+49
|
* add basic styling to about scheme privacy query pageVincent Sanders2019-08-072-2/+40
|
* Improve the about scheme query page generation be be bounds safeVincent Sanders2019-08-061-0/+1
|
* futher refinement on about scheme query stylingVincent Sanders2019-08-061-3/+15
|
* improve css formatting in about scheme query handlersVincent Sanders2019-08-061-0/+29
|
* add about scheme query handlersVincent Sanders2019-08-061-2/+14
|
* update copyright years for releaseVincent Sanders2019-07-176-10/+10
|
* update ca bundleVincent Sanders2019-05-181-144/+337
|
* Fixup copyright yearVincent Sanders2019-02-191-4/+4
|
* Message: Fix french translation.Michael Drake2018-11-221-1/+1
| | | | Thanks to rico542.
* update copyright years and versions in docs and readmeVincent Sanders2018-08-296-24/+24
|
* update certificate bundleVincent Sanders2018-08-281-543/+211
|
* 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
|
* Welcome pages: Use HTTPS for NetSurf URLs.Michael Drake2018-07-205-25/+25
|
* Initial conversion of GTK accelerators to separate config fileVincent Sanders2018-04-221-165/+0
|
* Initial shuffle of stuff out of !NetSurfDaniel Silverstone2018-04-2225-0/+10623
|
* 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 :)
* move frontends into sub directoryVincent Sanders2016-05-151-0/+0
|
* 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.
* make search engines resource common between gtk and beosVincent Sanders2016-01-191-0/+20
|