summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make cookie file parser more strict (cookies with spaces in the value John Mark Bell2006-06-201-56/+52
| | | | | | | have been seen in the wild). Fix lookup of cookies for top-level paths (i.e. a path segment of "/") svn path=/trunk/netsurf/; revision=2636
* Fix handling of broken Expires avpairsJohn Mark Bell2006-06-191-5/+41
| | | | svn path=/trunk/netsurf/; revision=2633
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-197-10/+1063
| | | | | | 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
* Fix handling of hosts with no paths attached (fixes #1505891)John Mark Bell2006-06-151-7/+17
| | | | svn path=/trunk/netsurf/; revision=2620
* Provide persistent flag for urldb entries.John Mark Bell2006-06-145-11/+35
| | | | | | | 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 off-by-one error in search routines which caused crashes with John Mark Bell2006-06-141-5/+5
| | | | | | (invalid) host names ending in a '.'. svn path=/trunk/netsurf/; revision=2618
* Updated German translation. Thanks to Sebastian Barthel.Michael Drake2006-06-082-46/+46
| | | | svn path=/trunk/netsurf/; revision=2615
* Fix handling of backspace in URL entry fieldJohn Mark Bell2006-06-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2614
* Don't clone a NULL gesturerDaniel Silverstone2006-06-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2613
* Fix comment about direction 8 in the gesture core.Daniel Silverstone2006-06-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2612
* Added rudimentary gesture engine and test in gtk frontendDaniel Silverstone2006-06-026-7/+420
| | | | svn path=/trunk/netsurf/; revision=2611
* New keybindings similar to other browsers:John Mark Bell2006-06-011-0/+18
| | | | | | | Backspace -> back Shift + Backspace -> forward svn path=/trunk/netsurf/; revision=2610
* Report fetching of 1 object/stylesheet correctly in status barAdrian Lees2006-05-295-21/+44
| | | | svn path=/trunk/netsurf/; revision=2609
* 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
* Fix box_at_point() for certain cases involving floats (solves unclickable ↵James Bursa2006-05-242-24/+37
| | | | | | links on Wikipedia). Fix text-selection code that assumed that text boxes would be returned last by box_at_point(). svn path=/trunk/netsurf/; revision=2606
* Improve handling of attempts to run NetSurf twiceJohn Mark Bell2006-05-202-0/+11
| | | | svn path=/trunk/netsurf/; revision=2604
* Handle omitted realmJohn Mark Bell2006-05-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=2602
* Fix pango position-in-string function's off-by-one bugDaniel Silverstone2006-05-132-100/+100
| | | | svn path=/trunk/netsurf/; revision=2601
* Update the title when updating the history on reloadDaniel Silverstone2006-05-131-0/+7
| | | | svn path=/trunk/netsurf/; revision=2600
* Update !Unicode URL. Ensure revision tag gets updated.John Mark Bell2006-05-072-3/+3
| | | | svn path=/trunk/netsurf/; revision=2599
* Fix float positions after a block with a specified height.James Bursa2006-05-071-0/+7
| | | | svn path=/trunk/netsurf/; revision=2598
* Update download URLs.Michael Drake2006-05-071-4/+4
| | | | svn path=/trunk/netsurf/; revision=2596
* 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
* Update welcome page.Michael Drake2006-05-021-4/+5
| | | | svn path=/trunk/netsurf/; revision=2589
* Reinstate Ctrl+R (full reload).Michael Drake2006-05-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=2584
* Clarify fetching section of connection configuration.Michael Drake2006-05-014-0/+0
| | | | svn path=/trunk/netsurf/; revision=2577
* Update and fix inconsistency all the Messages files and add interactive help ↵Michael Drake2006-05-014-21/+99
| | | | | | text for global history menus. svn path=/trunk/netsurf/; revision=2576
* Fix some warnings and casting errors in GTK versionRob Kendrick2006-05-012-16/+8
| | | | svn path=/trunk/netsurf/; revision=2575
* Fix minor spelling error.Michael Drake2006-04-304-0/+0
| | | | svn path=/trunk/netsurf/; revision=2570
* Fix validation stringJohn Mark Bell2006-04-304-0/+0
| | | | svn path=/trunk/netsurf/; revision=2567
* Fix crash when no Choices file is presentJohn Mark Bell2006-04-291-3/+6
| | | | svn path=/trunk/netsurf/; revision=2562
* New home page choices section icon.Michael Drake2006-04-281-0/+0
| | | | svn path=/trunk/netsurf/; revision=2561
* Interactive help for configuration windows.Michael Drake2006-04-274-533/+537
| | | | svn path=/trunk/netsurf/; revision=2559
* Update depend fileJohn Mark Bell2006-04-261-6/+5
| | | | svn path=/trunk/netsurf/; revision=2558
* Fix crash when saving a selection after its containing window's content John Mark Bell2006-04-262-7/+11
| | | | | | has changed. svn path=/trunk/netsurf/; revision=2557
* Fix undersized bufferJohn Mark Bell2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2555
* Remove redundant mouseaction code.Richard Wilson2006-04-221-304/+0
| | | | svn path=/trunk/netsurf/; revision=2554
* Remove redundant mouseaction code.Richard Wilson2006-04-223-5/+1
| | | | svn path=/trunk/netsurf/; revision=2553
* Add interactive help stubs ready for text.Richard Wilson2006-04-224-0/+580
| | | | svn path=/trunk/netsurf/; revision=2552
* Fix incorrect interactive help assignment.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2551
* Fix GTK buildJohn Mark Bell2006-04-222-25/+25
| | | | svn path=/trunk/netsurf/; revision=2550
* Fix incorrect interactive help assignmentRichard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2549
* Update history cloning to stop missing references.Richard Wilson2006-04-221-38/+31
| | | | svn path=/trunk/netsurf/; revision=2548
* Finish history cloning.Richard Wilson2006-04-2214-42/+65
| | | | svn path=/trunk/netsurf/; revision=2547
* Clone history for child browser windows.Richard Wilson2006-04-223-1/+95
| | | | svn path=/trunk/netsurf/; revision=2546
* Center text in TH.Michael Drake2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2544
* Fix crash when a relative URL contains "//../".James Bursa2006-04-221-5/+5
| | | | svn path=/trunk/netsurf/; revision=2543
* Lose spurious RISC OS-specific include (fixes GTK build)John Mark Bell2006-04-221-1/+0
| | | | svn path=/trunk/netsurf/; revision=2542