summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge new glade nsgtk window code into trunk.Rob Kendrick2006-08-157-1064/+2024
| | | | svn path=/trunk/netsurf/; revision=2853
* Fix accidental press of delete :-sRichard Wilson2006-08-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=2852
* Treat unitless CSS values as pixels (fix 1527056)Richard Wilson2006-08-151-4/+9
| | | | svn path=/trunk/netsurf/; revision=2851
* Call rufl_dump_state() when a crash occurs.James Bursa2006-08-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=2850
* Fix layout of standalone <br>.James Bursa2006-08-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=2849
* Reposition caret when browser window reformattedAdrian Lees2006-08-133-3/+96
| | | | svn path=/trunk/netsurf/; revision=2839
* Use a minimum line height of 0 for inline containers which have no text.James Bursa2006-08-131-2/+16
| | | | svn path=/trunk/netsurf/; revision=2838
* Make Home/End jump to top/bottom of pageAdrian Lees2006-08-111-0/+4
| | | | svn path=/trunk/netsurf/; revision=2827
* Revert depend change from 2824Daniel Silverstone2006-08-091-66/+58
| | | | svn path=/trunk/netsurf/; revision=2825
* Merge 2818:HEAD of branches/dsilvers/gtk-bitmap-pretileDaniel Silverstone2006-08-095-73/+250
| | | | svn path=/trunk/netsurf/; revision=2824
* Implement 401 login window in nsgtkRob Kendrick2006-08-065-24/+187
| | | | svn path=/trunk/netsurf/; revision=2817
* Detect attempted fetches using protocols we can't handle.John Mark Bell2006-08-061-4/+36
| | | | | | Mark content in error in a couple of cases that I'd missed ages ago. svn path=/trunk/netsurf/; revision=2816
* Save and restore FP registers for APCS complianceAdrian Lees2006-08-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=2815
* Do not send referer when Home button is used. Fix some compile warnings.James Bursa2006-08-061-6/+3
| | | | svn path=/trunk/netsurf/; revision=2814
* Update overflow status.Michael Drake2006-08-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=2813
* Add ptr_lr shape and iconise outline for pre-RISC OS 5.Richard Wilson2006-08-043-10/+14
| | | | svn path=/trunk/netsurf/; revision=2807
* Fix mask creation for thumbnails.Richard Wilson2006-08-041-3/+5
| | | | svn path=/trunk/netsurf/; revision=2806
* Update TODOs.Michael Drake2006-08-042-38/+34
| | | | svn path=/trunk/netsurf/; revision=2804
* Turn more recent GTK calls into properties sets for compatibility with GTK 2.6Rob Kendrick2006-07-311-3/+4
| | | | svn path=/trunk/netsurf/; revision=2803
* Fix key press event handling in drawing area for nsgtkRob Kendrick2006-07-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=2802
* Loading and saving of urldb on init/exit of nsgtk.Rob Kendrick2006-07-282-4/+14
| | | | svn path=/trunk/netsurf/; revision=2801
* Make URL completion optional in nsgtkRob Kendrick2006-07-283-2/+5
| | | | svn path=/trunk/netsurf/; revision=2800
* Make url_suggest option core, rather than RISC OS-specific.Rob Kendrick2006-07-283-3/+4
| | | | svn path=/trunk/netsurf/; revision=2799
* nsgtk URL completion: fix problem with pressing enter on a completion not ↵Rob Kendrick2006-07-281-10/+5
| | | | | | working correctly. svn path=/trunk/netsurf/; revision=2798
* Make nsgtk use find_resource() to locate netsurf.gladeRob Kendrick2006-07-281-5/+3
| | | | svn path=/trunk/netsurf/; revision=2797
* Fix problem number 2 in previous commitRob Kendrick2006-07-251-2/+5
| | | | svn path=/trunk/netsurf/; revision=2796
* Initial work on URL completion in nsgtk. Some problems still exist.Rob Kendrick2006-07-255-4/+120
| | | | | | | | 1. It works without the code that should be required to make it do so. Boggle. 2. It appears to include the URLs to images and other resources as well as pages 3. Although you can highlight a completion with the cursor keys, pressing enter on one doesn't work - you need to click on it with the mouse. svn path=/trunk/netsurf/; revision=2795
* Make image resampling optional in nsgtkRob Kendrick2006-07-233-2/+3
| | | | svn path=/trunk/netsurf/; revision=2794
* Make Cairo rendering a run-time option in nsgtk - also add infrastructure ↵Rob Kendrick2006-07-236-86/+134
| | | | | | for nsgtk-specific options. svn path=/trunk/netsurf/; revision=2793
* Initial code to support usable Choices window in nsgtk. Unsupported choices ↵Rob Kendrick2006-07-237-16/+583
| | | | | | are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. svn path=/trunk/netsurf/; revision=2792
* Layout absolutely positioned children of tables.James Bursa2006-07-231-0/+3
| | | | svn path=/trunk/netsurf/; revision=2791
* Fix debug build.James Bursa2006-07-231-1/+2
| | | | svn path=/trunk/netsurf/; revision=2790
* Add tracking of open windows to nsgtkRob Kendrick2006-07-211-3/+23
| | | | svn path=/trunk/netsurf/; revision=2789
* Tidies for eventual gladification of main browser window in nsgtkRob Kendrick2006-07-201-97/+104
| | | | svn path=/trunk/netsurf/; revision=2784
* Further templates for other nsgtk windowsRob Kendrick2006-07-191-0/+722
| | | | svn path=/trunk/netsurf/; revision=2783
* Further nsgtk Choices window template improvementsRob Kendrick2006-07-191-61/+97
| | | | svn path=/trunk/netsurf/; revision=2782
* Fix typo corruption in makefileRob Kendrick2006-07-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=2781
* Add more options and layout to nsgtk's options window. Also added some ↵Rob Kendrick2006-07-191-2/+1166
| | | | | | tooltips. svn path=/trunk/netsurf/; revision=2780
* Add simple (currently non-functional) options window for nsgtkRob Kendrick2006-07-196-6/+1363
| | | | svn path=/trunk/netsurf/; revision=2779
* Use desktop fontAdrian Lees2006-07-187-19/+195
| | | | svn path=/trunk/netsurf/; revision=2778
* Allow broken meta refresh commands (fix mail.google.com, bug 1522982)Richard Wilson2006-07-171-1/+10
| | | | svn path=/trunk/netsurf/; revision=2777
* Fix edge case in cookie search code when handling Path=/fooJohn Mark Bell2006-07-171-4/+39
| | | | svn path=/trunk/netsurf/; revision=2776
* Fix Ctrl+Right.Richard Wilson2006-07-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=2775
* Implement Ctrl+U, Ctrl+Up, Ctrl+Down.Richard Wilson2006-07-171-2/+7
| | | | svn path=/trunk/netsurf/; revision=2774
* Increase default status bar width to two thirds.Michael Drake2006-07-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=2773
* Allow the user to delete cookies.Richard Wilson2006-07-1613-47/+147
| | | | svn path=/trunk/netsurf/; revision=2770
* Workaround for A9home crash drawing patterned lines; maybe temporaryAdrian Lees2006-07-162-6/+25
| | | | svn path=/trunk/netsurf/; revision=2768
* More key bindings for textarea implementation. Still loads missing.John Mark Bell2006-07-161-28/+94
| | | | svn path=/trunk/netsurf/; revision=2767
* Update empty cookie_update stub.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2766
* Extent cookie_update API to allow notification of deleted domains. Fix nodes ↵Richard Wilson2006-07-164-20/+35
| | | | | | not being re-calculated. svn path=/trunk/netsurf/; revision=2765