summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Apparently I need to specify add/deletions too...Richard Wilson2006-04-213-145/+138
| | | | svn path=/trunk/netsurf/; revision=2541
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-215-23/+55
| | | | svn path=/trunk/netsurf/; revision=2540
* Basic support for typing text into textual form elements.Rob Kendrick2006-04-201-2/+88
| | | | svn path=/trunk/netsurf/; revision=2539
* Correct base of font positioning. Stops click in text input causing segfault.Rob Kendrick2006-04-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=2538
* Make static function names consistent.James Bursa2006-04-161-14/+14
| | | | svn path=/trunk/netsurf/; revision=2537
* Fix utter stupidityJohn Mark Bell2006-04-161-8/+10
| | | | svn path=/trunk/netsurf/; revision=2536
* Ignore scheme when performing partial matchJohn Mark Bell2006-04-151-1/+6
| | | | svn path=/trunk/netsurf/; revision=2535
* Use database's copy of URL for new global history entriesJohn Mark Bell2006-04-153-1/+22
| | | | svn path=/trunk/netsurf/; revision=2534
* Fix crash when deleting directoriesJohn Mark Bell2006-04-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=2533
* Fix host match functionsJohn Mark Bell2006-04-151-9/+10
| | | | svn path=/trunk/netsurf/; revision=2532
* Ensure hotlist URLs are retained in the databaseJohn Mark Bell2006-04-153-11/+22
| | | | | | Reduce number of unconditional calls to urldb_get_url_data svn path=/trunk/netsurf/; revision=2531
* Fix undersized buffer for reading port number intoJohn Mark Bell2006-04-151-5/+12
| | | | | | Detect no URLs for a host before adding host to database. svn path=/trunk/netsurf/; revision=2530
* 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 issues with authentication storage/lookup in databaseJohn Mark Bell2006-04-121-4/+22
| | | | svn path=/trunk/netsurf/; revision=2527
* 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-126-39/+109
| | | | | | Convert file:/... to file:///... (the former isn't a valid URL) svn path=/trunk/netsurf/; revision=2524
* Handle memory exhaustion for version 1.06 URL filesJohn Mark Bell2006-04-111-2/+8
| | | | | | Log failure to insert from version 1.05 URL files for debugging purposes svn path=/trunk/netsurf/; revision=2523
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-115-289/+161
| | | | | | Iteration callbacks now passed url_data struct to remove need to look up svn path=/trunk/netsurf/; revision=2522
* Simple throbber for nsgtkRob Kendrick2006-04-101-11/+25
| | | | svn path=/trunk/netsurf/; revision=2521
* New URL file format more suited to urldb implementationJohn Mark Bell2006-04-101-18/+42
| | | | svn path=/trunk/netsurf/; revision=2520