summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Render trees in UTF8 via rufl (fix 1434430)Richard Wilson2006-07-111-1/+0
| | | | svn path=/trunk/netsurf/; revision=2728
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-102-5/+19
| | | | svn path=/trunk/netsurf/; revision=2725
* Fix 1488164.Richard Wilson2006-07-051-0/+6
| | | | svn path=/trunk/netsurf/; revision=2718
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=2717
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-053-13/+29
| | | | svn path=/trunk/netsurf/; revision=2716
* Fix 1516353 and implement 1352354Richard Wilson2006-07-042-4/+12
| | | | svn path=/trunk/netsurf/; revision=2711
* Stop knockout logging.Richard Wilson2006-07-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=2710
* Stop lack of history entries from writing to invalid pointers (fix 1479657)Richard Wilson2006-07-041-8/+10
| | | | svn path=/trunk/netsurf/; revision=2708
* Fix submission of forms in embedded objects; resolve submission URL at John Mark Bell2006-07-031-23/+10
| | | | | | form creation time rather than at submit. svn path=/trunk/netsurf/; revision=2707
* Disable debugging.Richard Wilson2006-07-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2694
* Re-instate the knockout renderers after a nested flush(). Make so knockout ↵Richard Wilson2006-07-023-5/+6
| | | | | | rendering is always used. svn path=/trunk/netsurf/; revision=2693
* Allow nested calls to knockout rendering (stops iframes from flushing the ↵Richard Wilson2006-07-021-15/+42
| | | | | | current data). svn path=/trunk/netsurf/; revision=2692
* Ensure all plots are bounding boxes are correctly clipped. Handle ↵Richard Wilson2006-07-021-35/+89
| | | | | | non-repeating backgrounds better. Delink deleted nodes for improved efficiency. svn path=/trunk/netsurf/; revision=2690
* Totally knock out boxes as early into the tree as possible to improve ↵Richard Wilson2006-07-021-19/+27
| | | | | | efficiency. Fix incorrect buffer check. svn path=/trunk/netsurf/; revision=2688
* Move array definitions for GCC4Richard Wilson2006-07-021-16/+16
| | | | svn path=/trunk/netsurf/; revision=2687
* Don't assume tiled plotting will cover the entire clipping region.Richard Wilson2006-07-011-3/+14
| | | | svn path=/trunk/netsurf/; revision=2683
* Implement knockout rendering (controlled by 'knockout_rendering' option or ↵Richard Wilson2006-07-014-0/+788
| | | | | | 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
* Handle memory exhaustion better.Richard Wilson2006-06-281-9/+10
| | | | svn path=/trunk/netsurf/; revision=2666
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-241-2/+0
| | | | | | No longer need urldb_init; remove it. svn path=/trunk/netsurf/; revision=2643
* 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
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-2/+3
| | | | | | | 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
* 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-024-2/+391
| | | | svn path=/trunk/netsurf/; revision=2611
* Fix box_at_point() for certain cases involving floats (solves unclickable ↵James Bursa2006-05-241-7/+14
| | | | | | 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
* Update the title when updating the history on reloadDaniel Silverstone2006-05-131-0/+7
| | | | svn path=/trunk/netsurf/; revision=2600
* Fix crash when saving a selection after its containing window's content John Mark Bell2006-04-261-6/+9
| | | | | | has changed. svn path=/trunk/netsurf/; revision=2557
* 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-223-19/+42
| | | | svn path=/trunk/netsurf/; revision=2547
* Clone history for child browser windows.Richard Wilson2006-04-223-1/+95
| | | | svn path=/trunk/netsurf/; revision=2546
* Fix utter stupidityJohn Mark Bell2006-04-161-8/+10
| | | | svn path=/trunk/netsurf/; revision=2536
* Use database's copy of URL for new global history entriesJohn Mark Bell2006-04-151-1/+2
| | | | svn path=/trunk/netsurf/; revision=2534
* Fix crash when deleting directoriesJohn Mark Bell2006-04-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=2533
* Ensure hotlist URLs are retained in the databaseJohn Mark Bell2006-04-151-3/+8
| | | | | | Reduce number of unconditional calls to urldb_get_url_data svn path=/trunk/netsurf/; revision=2531
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-111-10/+7
| | | | | | 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-096-96/+104
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-31 10:41:21 by rjek]Rob Kendrick2006-03-312-0/+20
| | | | | | Move default font face choices from RISC OS front end to core svn path=/import/netsurf/; revision=2482
* [project @ 2006-03-29 15:26:53 by rjek]Rob Kendrick2006-03-292-1/+4
| | | | | | Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
* [project @ 2006-03-27 00:30:04 by dsilvers]Daniel Silverstone2006-03-271-0/+1
| | | | | | Ensure refresh_interval is -1 just in case svn path=/import/netsurf/; revision=2194
* [project @ 2006-03-27 00:19:19 by dsilvers]Daniel Silverstone2006-03-272-2/+8
| | | | | | Defer scheduling a refresh until the content is loaded. This prevents assertion failures in the rare case that a schedule_run ends up being called before a content object containing a refresh which is due is fully loaded svn path=/import/netsurf/; revision=2193
* [project @ 2006-03-26 23:06:18 by dsilvers]Daniel Silverstone2006-03-261-0/+9
| | | | | | Consider the margins on the <html> object when calculating where a point is. svn path=/import/netsurf/; revision=2189
* [project @ 2006-03-26 21:26:47 by rjek]Rob Kendrick2006-03-261-0/+11
| | | | | | Add a 5 pixel 'tail' at the start and end of history node links svn path=/import/netsurf/; revision=2183
* [project @ 2006-03-26 17:48:56 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | Argh, it's a length but it's called an offset svn path=/import/netsurf/; revision=2181
* [project @ 2006-03-26 17:43:43 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | char_offset is an offset, add one to make it a length svn path=/import/netsurf/; revision=2180
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-254-12/+588
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-03-22 23:37:59 by tlsa]Michael Drake2006-03-221-0/+4
| | | | | | More pointer types for RISC OS build. svn path=/import/netsurf/; revision=2150
* [project @ 2006-03-21 17:22:41 by rjek]Rob Kendrick2006-03-211-0/+2
| | | | | | Radio and checkbox widgets are now 3D, and implemented arc plotting for them svn path=/import/netsurf/; revision=2145
* [project @ 2006-03-19 19:03:07 by rjek]Rob Kendrick2006-03-191-1/+1
| | | | | | Implemented unfilled disc plotting and GTK disc plotting svn path=/import/netsurf/; revision=2136
* [project @ 2006-03-19 17:49:32 by dsilvers]Daniel Silverstone2006-03-192-6/+28
| | | | | | Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had svn path=/import/netsurf/; revision=2135
* [project @ 2006-03-14 14:21:00 by dsilvers]Daniel Silverstone2006-03-142-0/+25
| | | | | | Multi-parallel fetch. Needs documenting, works in basic GTK tests, makes things way faster on GTK port. Needs testing on RO and in general more testing is good. svn path=/import/netsurf/; revision=2127