summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dump RUfl family list if Homerton isn't foundJohn Mark Bell2006-06-281-1/+6
| | | | svn path=/trunk/netsurf/; revision=2659
* Fix URL joining for fragments.Richard Wilson2006-06-271-5/+5
| | | | svn path=/trunk/netsurf/; revision=2658
* Added calls to urldb to load and save the cookie jar at init and exitRob Kendrick2006-06-271-0/+3
| | | | svn path=/trunk/netsurf/; revision=2657
* Massively optimise common URL functions. This should (a) drastically reduce ↵Richard Wilson2006-06-271-238/+321
| | | | | | the start-up time for users with a large history/hotlist, and (b) decrease the loading time for pages with a sizable number of references. svn path=/trunk/netsurf/; revision=2656
* Don't use a regexp to extract scheme name.Richard Wilson2006-06-271-30/+38
| | | | svn path=/trunk/netsurf/; revision=2655
* Remove clean_cookiejar; it's been redundant for yearsJohn Mark Bell2006-06-272-78/+0
| | | | svn path=/trunk/netsurf/; revision=2654
* Relative positioning for absolutely positioned boxesJohn Mark Bell2006-06-261-0/+34
| | | | svn path=/trunk/netsurf/; revision=2653
* Box x,y coordinates are of padding edge relative to parent; John Mark Bell2006-06-261-2/+2
| | | | | | | top,left,bottom,right are of margin edge relative to parent, so add margin and border width when calculating x,y from left,top. svn path=/trunk/netsurf/; revision=2652
* Make box_at_point detection consider absolute children tooJohn Mark Bell2006-06-261-2/+11
| | | | svn path=/trunk/netsurf/; revision=2651
* Fix textarea crashesJohn Mark Bell2006-06-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=2650
* Fix calculation of right margin in case where margin right is autoJohn Mark Bell2006-06-261-5/+14
| | | | | | Initialise available_width correctly for shrink-to-fit widthing. svn path=/trunk/netsurf/; revision=2649
* Implement absolute positioning.James Bursa2006-06-263-234/+638
| | | | svn path=/trunk/netsurf/; revision=2648
* UTF-8 capable single/multi-line text area/display field - needs John Mark Bell2006-06-264-14/+1326
| | | | | | | optimisation, completion of outstanding todos. Use this to display SSL certificate issuer and subject information. svn path=/trunk/netsurf/; revision=2647
* Fix rendering of float children of a hidden box. Render box absolute children.James Bursa2006-06-251-24/+63
| | | | svn path=/trunk/netsurf/; revision=2646
* 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
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-243-237/+224
| | | | | | No longer need urldb_init; remove it. svn path=/trunk/netsurf/; revision=2643
* Strip day names from date strings before parsing; these are too variable John Mark Bell2006-06-241-1/+26
| | | | | | | to bother with (and carry no information useful to us) Make expires avpair handling cater for dates after 2038. svn path=/trunk/netsurf/; revision=2642
* Add workaround to bug in Pinboard not displaying some windows when iconisedRob Kendrick2006-06-231-0/+9
| | | | svn path=/trunk/netsurf/; revision=2641
* Changes to struct box for absolute positioning.James Bursa2006-06-212-0/+42
| | | | svn path=/trunk/netsurf/; revision=2640
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-204-35/+51
| | | | | | | | 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-207-341/+494
| | | | | | | | 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
* Remove assertion of invalid assumption (fixes #1509118)John Mark Bell2006-06-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=2637
* 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