summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/fr
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix button hover assert.Michael Drake2009-02-201-0/+1
| | | | svn path=/trunk/netsurf/; revision=6585
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=6327
* Avoid having '...' in the RISC OS PDF export menu entry.John Tytgat2009-01-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=6323
* Selection- and link-related functions now on menu; other menu changes as per ↵Adrian Lees2009-01-301-57/+86
| | | | | | t's plan svn path=/trunk/netsurf/; revision=6296
* First attempt at Amiga text search function based on RISC OS code.Chris Young2008-12-131-0/+3
| | | | | | | | | Needs some improvements: - add case sensitive, show all options - add search history - use AmigaOS pattern matching svn path=/trunk/netsurf/; revision=5902
* Allow opening of local files from anywhere, not just the parent of the ↵Chris Young2008-11-151-0/+2
| | | | | | current dir. svn path=/trunk/netsurf/; revision=5695
* AmigaOS implementation of complete page save.Chris Young2008-11-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=5653
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-261-0/+5
| | | | svn path=/trunk/netsurf/; revision=5632
* Complete (but quite minimal at the moment) context menu implementation for ↵Chris Young2008-10-251-0/+9
| | | | | | | | | | | | | | | | | AmigaOS: Links, objects and upload file boxes have their own menu item or submenu. Context menus can be enable/disabled and be made "sticky" with the following options: context_menu sticky_context_menu Seperated clipboard related code out to clipboard.c to make it easier to maintain and add the ability to copy URLs to the clipboard. Copying images to the clipboard will come later. svn path=/trunk/netsurf/; revision=5629
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-131-0/+7
| | | | svn path=/trunk/netsurf/; revision=5563
* AmigaOS tabs implementation.Chris Young2008-10-051-0/+2
| | | | | | | | | | | Two new strings: NewTab, CloseTab Two new options: always_open_tabs indicates to open tabs instead of windows by default new_tab_is_active makes any new tab the current one (default is to open tabs in background) svn path=/trunk/netsurf/; revision=5483
* Drag Messages files back in sync.Michael Drake2008-09-161-4/+43
| | | | svn path=/trunk/netsurf/; revision=5360
* Amiga message additions/correctionsChris Young2008-09-161-1/+61
| | | | svn path=/trunk/netsurf/; revision=5358
* Add PNGError to Messages files.Michael Drake2008-09-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=5334
* Use ccres (http://www.riscos.info/index.php/CCres) to compile textualJohn Tytgat2008-08-061-0/+0
| | | | | | | | | versions of our Templates to their binary versions. This allows us during the build to conditionally enable/disable certain icons or change the icon representation. Change made by jmb & joty. svn path=/trunk/netsurf/; revision=4929
* Remove nonsensical disc cache section from Choices window.James Bursa2008-06-142-7/+3
| | | | svn path=/trunk/netsurf/; revision=4331
* Update MNGError to include error code. Remove PNGError.James Bursa2008-06-011-2/+1
| | | | svn path=/trunk/netsurf/; revision=4238
* Update interactive help text for links.Michael Drake2007-11-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=3650
* Scroll wheel support on hotlist and history windowsAdrian Lees2007-06-241-0/+0
| | | | svn path=/trunk/netsurf/; revision=3364
* Remove spare 'F'.Michael Drake2007-01-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=3143
* New French resources by Jerome Mathevet.Michael Drake2007-01-132-41/+41
| | | | svn path=/trunk/netsurf/; revision=3142
* Bring Messages file translations in to line with English version.Michael Drake2007-01-131-4/+41
| | | | svn path=/trunk/netsurf/; revision=3141
* Implement 1553994.Richard Wilson2006-12-031-0/+0
| | | | svn path=/trunk/netsurf/; revision=3097
* Fix Navigation menu help text. Thanks to Sebastian Barthel.Michael Drake2006-10-191-2/+3
| | | | svn path=/trunk/netsurf/; revision=3009
* Fix 1553282.Richard Wilson2006-09-081-0/+0
| | | | svn path=/trunk/netsurf/; revision=2932
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-0/+0
| | | | svn path=/trunk/netsurf/; revision=2922
* Experimental new frames code.Richard Wilson2006-09-022-4/+10
| | | | svn path=/trunk/netsurf/; revision=2906
* Updated French translation and English messages corrections. Thanks to ↵Michael Drake2006-08-202-246/+246
| | | | | | Jerome Mathevet. svn path=/trunk/netsurf/; revision=2874
* Allow the user to delete cookies.Richard Wilson2006-07-161-1/+4
| | | | svn path=/trunk/netsurf/; revision=2770
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-0/+0
| | | | svn path=/trunk/netsurf/; revision=2755
* Display session cookies' expiry correctlyJohn Mark Bell2006-07-151-0/+1
| | | | | | | Fix urldb debug build Fix GTK build's cookie_update API svn path=/trunk/netsurf/; revision=2752
* Help text for show cookies menu options.Michael Drake2006-07-141-7/+10
| | | | svn path=/trunk/netsurf/; revision=2751
* Add cookie menu help text.Michael Drake2006-07-131-0/+17
| | | | svn path=/trunk/netsurf/; revision=2740
* Additional messages for cookie treesRichard Wilson2006-07-131-0/+14
| | | | svn path=/trunk/netsurf/; revision=2738
* Add cookie window related messagesRichard Wilson2006-07-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=2737
* Add cookie toolbar help text.Michael Drake2006-07-121-0/+5
| | | | svn path=/trunk/netsurf/; revision=2736
* Improve SSL window.Richard Wilson2006-07-111-0/+0
| | | | svn path=/trunk/netsurf/; revision=2731
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-3/+5
| | | | svn path=/trunk/netsurf/; revision=2705
* Allow thumbnail icons to be turned off.Richard Wilson2006-07-032-3/+4
| | | | svn path=/trunk/netsurf/; revision=2699
* Report fetching of 1 object/stylesheet correctly in status barAdrian Lees2006-05-291-4/+8
| | | | svn path=/trunk/netsurf/; revision=2609
* Clarify fetching section of connection configuration.Michael Drake2006-05-011-0/+0
| | | | svn path=/trunk/netsurf/; revision=2577
* Update and fix inconsistency all the Messages files and add interactive help ↵Michael Drake2006-05-011-5/+25
| | | | | | text for global history menus. svn path=/trunk/netsurf/; revision=2576
* Fix minor spelling error.Michael Drake2006-04-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=2570
* Fix validation stringJohn Mark Bell2006-04-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=2567
* Interactive help for configuration windows.Michael Drake2006-04-271-133/+134
| | | | svn path=/trunk/netsurf/; revision=2559
* Add interactive help stubs ready for text.Richard Wilson2006-04-221-0/+145
| | | | svn path=/trunk/netsurf/; revision=2552
* [project @ 2006-04-06 22:36:42 by rjw]Richard Wilson2006-04-062-4/+5
| | | | | | Connection tokens and template modifications. svn path=/import/netsurf/; revision=2496
* [project @ 2006-04-06 21:06:41 by rjw]Richard Wilson2006-04-061-0/+0
| | | | | | Add connection template svn path=/import/netsurf/; revision=2494
* [project @ 2006-04-06 17:48:51 by rjw]Richard Wilson2006-04-061-0/+0
| | | | | | Correct errors in templates. svn path=/import/netsurf/; revision=2492
* [project @ 2006-04-06 17:06:17 by rjw]Richard Wilson2006-04-061-0/+0
| | | | | | Add more interface options. svn path=/import/netsurf/; revision=2491