summaryrefslogtreecommitdiff
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update Italian messages (credit: Samir)Chris Young2015-11-061-30/+30
|
* Updated Dutch messages for NetSurfDick Tanis2015-11-031-61/+140
|
* When an image content cannot be converted prevent export as spriteDave Higton2015-10-311-0/+2
| | | | | If an image is not converted, for example it is a CMYK jpeg this prevents a crash if trying to export the image as a RISC OS sprite.
* update gtk accelerators to follow other browsers usageVincent Sanders2015-10-291-5/+10
|
* 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
|\