summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Add frame target support to imagemaps.John Mark Bell2006-09-061-56/+56
| | | | svn path=/trunk/netsurf/; revision=2920
* Limit maximum frame nesting level.Richard Wilson2006-09-051-0/+13
| | | | svn path=/trunk/netsurf/; revision=2918
* Make frame border width external to frame.Richard Wilson2006-09-041-0/+12
| | | | svn path=/trunk/netsurf/; revision=2912
* Fix 1551183.Richard Wilson2006-09-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=2911
* Experimental new frames code.Richard Wilson2006-09-027-185/+1097
| | | | svn path=/trunk/netsurf/; revision=2906
* Implement user-defined new window placement in nsgtkRob Kendrick2006-08-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=2901
* Move default window size opens into core for use from nsgtkRob Kendrick2006-08-292-0/+33
| | | | svn path=/trunk/netsurf/; revision=2900
* Use browser_window_remove_caret() instead of resetting caret-related ↵James Bursa2006-08-281-15/+5
| | | | | | callbacks directly. svn path=/trunk/netsurf/; revision=2896
* Fix crash when using forms due to bug in browser_window_remove_caret().James Bursa2006-08-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=2895
* Fix for knockout rendering of native formatsAdrian Lees2006-08-192-1/+3
| | | | svn path=/trunk/netsurf/; revision=2869
* Give Adjust precedence over SelectAdrian Lees2006-08-191-6/+6
| | | | svn path=/trunk/netsurf/; revision=2868
* Change max_fetchers_per_host to 2, as the RFC states we SHOULD not hold more ↵Daniel Silverstone2006-08-171-1/+1
| | | | | | than 2 simultaneous connections to a host. Closes #1469511 svn path=/trunk/netsurf/; revision=2854
* Reposition caret when browser window reformattedAdrian Lees2006-08-133-3/+96
| | | | svn path=/trunk/netsurf/; revision=2839
* Make url_suggest option core, rather than RISC OS-specific.Rob Kendrick2006-07-282-0/+4
| | | | svn path=/trunk/netsurf/; revision=2799
* Make Cairo rendering a run-time option in nsgtk - also add infrastructure ↵Rob Kendrick2006-07-231-1/+3
| | | | | | for nsgtk-specific options. svn path=/trunk/netsurf/; revision=2793
* Allow the user to delete cookies.Richard Wilson2006-07-162-37/+55
| | | | svn path=/trunk/netsurf/; revision=2770
* Extent cookie_update API to allow notification of deleted domains. Fix nodes ↵Richard Wilson2006-07-161-1/+1
| | | | | | not being re-calculated. svn path=/trunk/netsurf/; revision=2765
* Slightly improve positioning of lists.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2759
* Update forgotten files.Richard Wilson2006-07-161-3/+5
| | | | svn path=/trunk/netsurf/; revision=2756
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-10/+30
| | | | svn path=/trunk/netsurf/; revision=2755
* Add relevent extensions to allow treeviews to be used as an embedded list ↵Richard Wilson2006-07-152-54/+53
| | | | | | component. svn path=/trunk/netsurf/; revision=2753
* Display session cookies' expiry correctlyJohn Mark Bell2006-07-151-10/+13
| | | | | | | Fix urldb debug build Fix GTK build's cookie_update API svn path=/trunk/netsurf/; revision=2752
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-131-1/+3
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* Fixup missing includesJohn Mark Bell2006-07-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=2745
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-134-10/+177
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* 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