summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
...
* Generate directory listings (fix 1397934)Richard Wilson2006-07-062-8/+23
| | | | svn path=/trunk/netsurf/; revision=2719
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-053-20/+64
| | | | svn path=/trunk/netsurf/; revision=2717
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-051-2/+6
| | | | svn path=/trunk/netsurf/; revision=2716
* Fix 1516353 and implement 1352354Richard Wilson2006-07-041-0/+17
| | | | svn path=/trunk/netsurf/; revision=2711
* Respect CMOS configuration for full-size toggles on small contents.Richard Wilson2006-07-041-1/+7
| | | | svn path=/trunk/netsurf/; revision=2709
* Implement up toolbar icon and menu option.Richard Wilson2006-07-036-10/+58
| | | | svn path=/trunk/netsurf/; revision=2705
* Delegate redraw optimisations to the knockout rendering system (fix garbage ↵Richard Wilson2006-07-031-85/+18
| | | | | | being displayed in certain situations with buffered rendering) svn path=/trunk/netsurf/; revision=2703
* Set ECF origin for buffered rendering (fix 1422009)Richard Wilson2006-07-031-0/+11
| | | | svn path=/trunk/netsurf/; revision=2702
* Allow any content to be dragged into a text area (fix 1461378)Richard Wilson2006-07-031-4/+1
| | | | svn path=/trunk/netsurf/; revision=2701
* Fix 1496309.Richard Wilson2006-07-031-4/+9
| | | | svn path=/trunk/netsurf/; revision=2700
* Allow thumbnail icons to be turned off.Richard Wilson2006-07-033-5/+19
| | | | svn path=/trunk/netsurf/; revision=2699
* Re-instate the knockout renderers after a nested flush(). Make so knockout ↵Richard Wilson2006-07-021-5/+0
| | | | | | rendering is always used. svn path=/trunk/netsurf/; revision=2693
* Implement knockout rendering (controlled by 'knockout_rendering' option or ↵Richard Wilson2006-07-011-0/+5
| | | | | | Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages. svn path=/trunk/netsurf/; revision=2682
* Only check caret position for writable icons.Richard Wilson2006-06-281-28/+40
| | | | svn path=/trunk/netsurf/; revision=2667
* Dump RUfl family list if Homerton isn't foundJohn Mark Bell2006-06-281-1/+6
| | | | svn path=/trunk/netsurf/; revision=2659
* Fix textarea crashesJohn Mark Bell2006-06-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=2650
* UTF-8 capable single/multi-line text area/display field - needs John Mark Bell2006-06-263-11/+1322
| | | | | | | optimisation, completion of outstanding todos. Use this to display SSL certificate issuer and subject information. svn path=/trunk/netsurf/; revision=2647
* Lose compiler warningsJohn Mark Bell2006-06-251-2/+3
| | | | svn path=/trunk/netsurf/; revision=2645
* Fix typo in Pinboard workaround (stops it being overly zealous)Rob Kendrick2006-06-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2644
* Add workaround to bug in Pinboard not displaying some windows when iconisedRob Kendrick2006-06-231-0/+9
| | | | svn path=/trunk/netsurf/; revision=2641
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-202-19/+27
| | | | | | | | Constify return of filename_request Make bitmap save code check for filename_request failure Update ro_gui_view_source to take account of constification svn path=/trunk/netsurf/; revision=2639
* Localise configure icon strings when appropriate.John Mark Bell2006-06-206-340/+493
| | | | | | | | Fix gright menu handling - now writes into display field without attempting to localise the selection string - it's already localised. Update German Messages file appropriately. svn path=/trunk/netsurf/; revision=2638
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+2
| | | | | | still need implementing. svn path=/trunk/netsurf/; revision=2632
* Make URL completion ignore unvisited URLsJohn Mark Bell2006-06-151-2/+8
| | | | svn path=/trunk/netsurf/; revision=2621
* Provide persistent flag for urldb entries.John Mark Bell2006-06-142-5/+6
| | | | | | | Make hotlist use this, rather than abusing the last visited date. This fixes the hotlist being copied to global history issue. svn path=/trunk/netsurf/; revision=2619
* Fix handling of backspace in URL entry fieldJohn Mark Bell2006-06-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2614
* New keybindings similar to other browsers:John Mark Bell2006-06-011-0/+18
| | | | | | | Backspace -> back Shift + Backspace -> forward svn path=/trunk/netsurf/; revision=2610
* Eliminate error at end of page drag scrolling on SelectAdrian Lees2006-05-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=2608
* Replace a call to wimp_create_icon() with xwimp_create_icon().James Bursa2006-05-241-1/+8
| | | | svn path=/trunk/netsurf/; revision=2607
* Handle omitted realmJohn Mark Bell2006-05-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=2602
* Add Ctrl-Shift-Q and Ctrl-Shift-W to change scale in 10% steps.James Bursa2006-05-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=2593
* Reinstate Ctrl+R (full reload).Michael Drake2006-05-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=2584
* Fix crash when no Choices file is presentJohn Mark Bell2006-04-291-3/+6
| | | | svn path=/trunk/netsurf/; revision=2562
* Fix crash when saving a selection after its containing window's content John Mark Bell2006-04-261-1/+2
| | | | | | has changed. svn path=/trunk/netsurf/; revision=2557
* Remove redundant mouseaction code.Richard Wilson2006-04-221-304/+0
| | | | svn path=/trunk/netsurf/; revision=2554
* Remove redundant mouseaction code.Richard Wilson2006-04-222-4/+0
| | | | svn path=/trunk/netsurf/; revision=2553
* Fix incorrect interactive help assignment.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2551
* Fix incorrect interactive help assignmentRichard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2549
* Finish history cloning.Richard Wilson2006-04-2211-23/+23
| | | | svn path=/trunk/netsurf/; revision=2547
* Apparently I need to specify add/deletions too...Richard Wilson2006-04-212-449/+0
| | | | svn path=/trunk/netsurf/; revision=2541
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-213-21/+46
| | | | svn path=/trunk/netsurf/; revision=2540
* Ensure hotlist URLs are retained in the databaseJohn Mark Bell2006-04-152-8/+14
| | | | | | Reduce number of unconditional calls to urldb_get_url_data svn path=/trunk/netsurf/; revision=2531
* Fix insertion of unordered base nodesJohn Mark Bell2006-04-141-17/+25
| | | | svn path=/trunk/netsurf/; revision=2529
* Fix redraw issues for CONTENT_CSSJohn Mark Bell2006-04-131-0/+3
| | | | svn path=/trunk/netsurf/; revision=2528
* Fix global history tree corruptionJohn Mark Bell2006-04-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=2525
* Fix URL file loading and add support for file:/// URLs to urldbJohn Mark Bell2006-04-122-17/+14
| | | | | | Convert file:/... to file:///... (the former isn't a valid URL) svn path=/trunk/netsurf/; revision=2524
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-112-51/+35
| | | | | | Iteration callbacks now passed url_data struct to remove need to look up svn path=/trunk/netsurf/; revision=2522
* Unify information databasesJohn Mark Bell2006-04-0911-255/+370
| | | | svn path=/trunk/netsurf/; revision=2519
* Fix spelling in comment.Michael Drake2006-04-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=2518
* Add missing include.James Bursa2006-04-091-0/+1
| | | | svn path=/trunk/netsurf/; revision=2515