summaryrefslogtreecommitdiff
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* Fix RISC OS menu entries for deleteDave Higton2015-10-121-5/+5
| | | | | | | | | | | | The RISC OS key that deletes entries from e.g. the hotlist and the global history is Del(ete), not ^X as shown in the menus. ^X is more associated with cut to clipboard, which the above mentioned delete operations do not do, so it makes more sense to leave the functionality as is, and modify the menu text to match the key. NB It seems that NL keyboards are rare things; Netherlanders are more likely to use an English keyboard (US or UK), so Del is the correct choice for the majority in NL.
* BeOS/Haiku: improve menus managementAdrien Destugues2015-10-121-0/+15
| | | | | | | | | * Embed language resources in executable, so they can be used without installing * Add a few strings we want to use * Remove most menus since they are not implemented yet Fixes http://bugs.netsurf-browser.org/mantis/view.php?id=2164
* Allow the popupmenu-based select menu to cascade into multiple sub-menus ↵Chris Young2015-09-071-0/+6
| | | | containing further items, when there are too many to fit on the screen in one column.
* Enable control of core/popupmenu select menus in the prefs GUI.Chris Young2015-09-051-0/+5
| | | | This at least gives the option for people who prefer the popupmenu-based selection menus to easily switch back to the core ones when the options don't all fit on the screen (as popupmenu can't scroll).
* Fix the capitalisation of "New tab" to matach "New window" etc.Chris Young2015-06-211-1/+1
|
* Updated Dutch messages for NetSurfDick Tanis2015-06-021-115/+157
|
* Avoid generating confusing warning.Michael Drake2015-05-121-3/+0
| | | | Now the disc cache will be disabled silently if its too slow.
* Add widget alignment gtk compatability interface.Vincent Sanders2015-04-111-1/+1
|
* Change gtk about dialog construction to use the API as intended.Vincent Sanders2015-04-101-7/+20
| | | | | | | | | | The about dialog box construction was awkward and brittle using several depricated interfaces. This changes it to use a more generic dialog creation and uses the response API to simplify click processing. It would be even better to use the gtk about dialog but that is a more invasive change.
* Updated Dutch resources for NetSurf / interactive Help corrections and additionsDick Tanis2015-03-301-43/+45
|
* Switch the English and French "fetches per host" text to the correct languages.Chris Young2015-03-291-2/+2
|
* Remove incorrect keyboard shortcuts from iconbar menu.stevef/ibarmenuGlen Walker2015-03-091-5/+15
|
* Updated Dutch message translationsDick Tanis2015-02-281-15/+15
|
* Updated Dutch message translationsDick Tanis2015-02-241-736/+802
|
* Add French messages translations from qwebirc92123Vincent Sanders2015-01-021-330/+489
|
* Improve message split generationVincent Sanders2014-12-021-124/+16
| | | | | | | | | | This changes the message splitting code to ensure that a translation is generated for every different key using a specified language as a fallback if no translation is available. This also allows for a messages to be generated when there is no fallback at all and when the translation is the same as the fallback language
* Use translated messgae for low bandwidth errorVincent Sanders2014-12-021-0/+1
|
* Use the correct Messages string, modify the contents to better reflect what ↵Chris Young2014-11-131-5/+5
| | | | it (currently) does - only edits the title, not the address.
* Add an edit entry option to the edit menuChris Young2014-11-131-0/+5
|
* Typo fix: maintinance → maintenance in gtk frontend (closes #2217)Anthony J. Bentley2014-11-101-1/+1
|
* fixup preference dialog handling of Developer view optionsVincent Sanders2014-08-021-4/+5
|
* update gtk frontend menu structure to be more standardVincent Sanders2014-07-231-35/+40
|
* add link context menu to gtk and add link copying and bookmarkingVincent Sanders2014-07-071-15/+27
|
* Add disc cache parameters to configuration GUI.Steve Fryatt2014-06-081-15/+45
|
* Disable the dither option if we're running on a screen which doesn't use it.Chris Young2014-03-011-5/+5
|
* Improve URL handling in URL Bar.Steve Fryatt2014-01-261-0/+5
| | | | | | Rationalise handling of UTF8, so that URLs are always converted into local encoding even if there is no URL icon present. In addition, make preliminary hotlist test in set_url() use local encoding, in line with all subsequent checks. Make handling of over-length URLs more sensible: warn user and completely blank the URL bar.
* Update description to reflect realityChris Young2014-01-051-3/+3
|
* Change FatMessages so drop instructions are click instructions for some ↵Rob Kendrick2014-01-051-1/+6
| | | | frontends
* Implement user confirmation before removing hotlist entries from the URL bar.Steve Fryatt2013-12-311-0/+15
|
* Provide some interactive help for the URL Bar's favicon and hotlist indicator.Steve Fryatt2013-12-301-0/+10
|
* Some translation updates from Samir HawamdehChris Young2013-12-151-48/+48
|
* Modify conflicting Messages entryChris Young2013-11-171-5/+5
|
* Use messages for translations instead of string literals.Michael Drake2013-11-111-0/+18
|
* Updated Italian translation (credit: Samir H)Chris Young2013-11-091-59/+59
|
* Remove unused bitmap memory config window help text.Michael Drake2013-10-031-61/+0
|
* Remove redundant bitmap compression/decompression/dropping-to-disc. The ↵Michael Drake2013-10-031-15/+10
| | | | core now has a converted bitmap cache that is pruned more agressively.
* Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ↵Chris Young2013-10-011-0/+10
| | | | key.
* Use Messages for default folder name.Michael Drake2013-08-271-0/+9
|
* Update messages for default hotlist entries.Michael Drake2013-08-161-20/+15
|
* Add treeview folder label for hotlist.Michael Drake2013-08-161-0/+6
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-08-131-113/+123
|\
| * Make some RISC OS menu+shortcut strings RISC OS specific, as I believe they ↵Chris Young2013-07-271-112/+112
| | | | | | | | aren't used or useful elsewhere.
| * Localise the description, mark it Amiga-onlyChris Young2013-07-271-0/+5
| |
| * Missed an ellipsis removal. Split this one out as RISC OS uses it.Chris Young2013-07-271-1/+6
| |
* | Add messages for SSL cert treeview.Michael Drake2013-08-121-0/+26
|/
* Move remaining string literals over to FatMessages.Michael Drake2013-07-261-0/+19
|
* Add messages for new treeview.Michael Drake2013-07-251-0/+52
|
* Remove some ellipsis abuse - should only be used if the item is going to pop ↵Chris Young2013-07-191-28/+28
| | | | up a window or requester for more info before the requested operation is carried out. (have only modified the Amiga strings)
* Use messages for treeview labels.Michael Drake2013-07-011-7/+60
|
* Add proxy bypass optionChris Young2013-06-081-0/+5
|