summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Fix null pointer use when a content with no title is in the local history ↵James Bursa2007-04-181-17/+35
| | | | | | (history_update() was making title null). svn path=/trunk/netsurf/; revision=3256
* Don't block new windows for Adjust-click on target='_blank' links.Richard Wilson2007-04-081-1/+4
| | | | svn path=/trunk/netsurf/; revision=3253
* Fix return value checkJohn Mark Bell2007-04-071-4/+4
| | | | svn path=/trunk/netsurf/; revision=3249
* Open window targets with a new name in a new window. Fix handling of ↵Richard Wilson2007-04-074-46/+68
| | | | | | Adjust-click on a form submit when new window opening is disabled. svn path=/trunk/netsurf/; revision=3248
* Silence noisy loggingJohn Mark Bell2007-04-071-15/+8
| | | | svn path=/trunk/netsurf/; revision=3244
* 1) Fix corruption of history data structure on cloningJohn Mark Bell2007-04-071-2/+2
| | | | | | | | | 2) Only destroy urldb's thumbnail bitmap if it's not the same as the new one. This needs revisiting at a later date such that the mess surrounding who owns bitmap objects is sorted (and so that urldb doesn't need to know about bitmaps) svn path=/trunk/netsurf/; revision=3243
* Add loggingJohn Mark Bell2007-04-071-2/+20
| | | | svn path=/trunk/netsurf/; revision=3242
* Support insertion into textbox after optional trailing space.John Mark Bell2007-04-061-11/+25
| | | | svn path=/trunk/netsurf/; revision=3237
* Minor tidyingJohn Mark Bell2007-03-251-9/+2
| | | | svn path=/trunk/netsurf/; revision=3224
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-1/+5
| | | | | | | | | | error using content_broadcast and leave it to the content owner(s) to decide what to do about it. Only use warn_user for top-level contents. svn path=/trunk/netsurf/; revision=3204
* Apply Darren Salt's keypress callbacl claiming patch, with addition of doc ↵Rob Kendrick2007-03-062-31/+43
| | | | | | comment updates svn path=/trunk/netsurf/; revision=3201
* Stop iframe contents from appearing in global history. Fix by JMB.Michael Drake2007-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=3198
* Fix handling of cookies in unverifiable transactions caused by a redirect ↵John Mark Bell2007-02-021-12/+19
| | | | | | from a fetch into a browser window which was varifiable. svn path=/trunk/netsurf/; revision=3165
* Revert r3156 (content cleaner frequency reduction) as it introduces John Mark Bell2007-01-311-15/+1
| | | | | | potential stability issues. svn path=/trunk/netsurf/; revision=3160
* Generates and use a User-Agent: string based on new ↵Rob Kendrick2007-01-302-1/+4
| | | | | | netsurf_version_major/minor values, and results of uname(). svn path=/trunk/netsurf/; revision=3158
* Attempt to perform content cleaning far less frequently.John Mark Bell2007-01-301-1/+15
| | | | svn path=/trunk/netsurf/; revision=3156
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=3154
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-273-42/+93
| | | | svn path=/trunk/netsurf/; revision=3151
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ↵James Bursa2007-01-132-8/+2
| | | | | | other information to status bar. svn path=/trunk/netsurf/; revision=3140
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-032-38/+50
| | | | svn path=/trunk/netsurf/; revision=3134
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-301-2/+8
| | | | svn path=/trunk/netsurf/; revision=3126
* Implement form targets (fix 1619094)Richard Wilson2006-12-303-21/+19
| | | | svn path=/trunk/netsurf/; revision=3125
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-282-0/+4
| | | | svn path=/trunk/netsurf/; revision=3124
* Add URLdb destruction functionalityJohn Mark Bell2006-12-081-0/+3
| | | | svn path=/trunk/netsurf/; revision=3115
* Correctly support NORESIZE flag for frames (partially fix 1593228)Richard Wilson2006-12-031-8/+27
| | | | svn path=/trunk/netsurf/; revision=3100
* Update project URL.Michael Drake2006-11-2726-76/+76
| | | | svn path=/trunk/netsurf/; revision=3073
* Add browser_window_reformat() and use it instead of content_reformat() to ↵James Bursa2006-11-262-29/+58
| | | | | | remove browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3071
* Move frames-related code out of browser.c into a new file. Remove some ↵James Bursa2006-11-264-866/+937
| | | | | | browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3070
* Unescape fragment identifiers.John Mark Bell2006-10-011-5/+21
| | | | svn path=/trunk/netsurf/; revision=2973
* Squash warningJohn Mark Bell2006-09-111-1/+2
| | | | svn path=/trunk/netsurf/; revision=2951
* Fix wordwrap+horizontal scroll in textareasJeffrey Lee2006-09-101-1/+4
| | | | svn path=/trunk/netsurf/; revision=2947
* Fixed the other caret issues after pasting into textareaJeffrey Lee2006-09-101-3/+20
| | | | svn path=/trunk/netsurf/; revision=2944
* Fix some caret/scrolling issues after pasting into textareaJeffrey Lee2006-09-101-8/+14
| | | | svn path=/trunk/netsurf/; revision=2943
* Fixed spurious newline after pasting into textarea; possibly fixed some ↵Jeffrey Lee2006-09-102-7/+13
| | | | | | selection processing/rendering bugs svn path=/trunk/netsurf/; revision=2942
* textarea html tag fix; horizontal scrollbars; auto-scroll improvementsJeffrey Lee2006-09-101-29/+54
| | | | svn path=/trunk/netsurf/; revision=2940
* Stop iframes from all getting the same content.Richard Wilson2006-09-081-2/+2
| | | | svn path=/trunk/netsurf/; revision=2935
* Trigger frame recalculation on child frame scale change.Richard Wilson2006-09-081-3/+4
| | | | svn path=/trunk/netsurf/; revision=2934
* Fix 1553282.Richard Wilson2006-09-083-2/+35
| | | | svn path=/trunk/netsurf/; revision=2932
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing ↵Richard Wilson2006-09-062-12/+10
| | | | | | issues for framesets. svn path=/trunk/netsurf/; revision=2924
* 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