summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-0212-21/+42
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Set/unset selection context's browser window on content_open/content_close.Michael Drake2011-07-014-48/+54
| | | | svn path=/trunk/netsurf/; revision=12551
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-3012-260/+123
| | | | svn path=/trunk/netsurf/; revision=12550
* Formatting changesChris Young2011-06-301-18/+18
| | | | svn path=/trunk/netsurf/; revision=12549
* adjusted typo, fixed compilation of setting knockout option during runtime. Ole Loots2011-06-301-8/+9
| | | | svn path=/trunk/netsurf/; revision=12548
* Fix compilationChris Young2011-06-301-2/+1
| | | | svn path=/trunk/netsurf/; revision=12547
* Make text/plain contents aware of the browser window they are opened in.Michael Drake2011-06-301-1/+21
| | | | svn path=/trunk/netsurf/; revision=12546
* Fix up RISC OS front end.Michael Drake2011-06-305-10/+5
| | | | svn path=/trunk/netsurf/; revision=12545
* Add file missing from r12543.Michael Drake2011-06-301-0/+5
| | | | svn path=/trunk/netsurf/; revision=12544
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-3085-477/+739
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Less broken WWW-Authenticate header parserJohn Mark Bell2011-06-291-12/+12
| | | | svn path=/trunk/netsurf/; revision=12542
* Fix up amiga content handlers.Michael Drake2011-06-295-58/+45
| | | | svn path=/trunk/netsurf/; revision=12541
* Fix up apple image content handler.Michael Drake2011-06-291-13/+8
| | | | svn path=/trunk/netsurf/; revision=12540
* Fix up Artworks content handler.Michael Drake2011-06-281-5/+5
| | | | svn path=/trunk/netsurf/; revision=12536
* Front end gets root browser window on notification of scrollbar widget drag ↵Michael Drake2011-06-282-2/+8
| | | | | | start. svn path=/trunk/netsurf/; revision=12533
* Function to get root browser window.Michael Drake2011-06-282-20/+22
| | | | svn path=/trunk/netsurf/; revision=12531
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-2826-268/+325
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Prevent iframes with display:inline and percentage width from getting a ↵Michael Drake2011-06-281-1/+6
| | | | | | width of AUTO during minmax layout phase. svn path=/trunk/netsurf/; revision=12528
* Update shortcutsChris Young2011-06-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=12527
* Update from Samir HawamdehChris Young2011-06-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=12526
* Move rectangle type to utils/types.hMichael Drake2011-06-286-8/+8
| | | | svn path=/trunk/netsurf/; revision=12525
* Make search_term_highlighted a core function.Michael Drake2011-06-285-13/+11
| | | | svn path=/trunk/netsurf/; revision=12524
* Remove search function that's implemented in the core.Michael Drake2011-06-281-8/+0
| | | | svn path=/trunk/netsurf/; revision=12523
* Core form select widget now associated with HTML contents. Don't use ↵Michael Drake2011-06-287-52/+60
| | | | | | current_redraw_browser for select widget redraw. Fixes core select widget in iframes. svn path=/trunk/netsurf/; revision=12522
* Use interface for turning off drag.Michael Drake2011-06-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=12521
* Pass the content object down through html_redraw. Make overflow scrollbars ↵Michael Drake2011-06-281-14/+16
| | | | | | used content for scrollbar, rather than browser window. Fixes overflow scrollbars in iframes. svn path=/trunk/netsurf/; revision=12520
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-2710-50/+57
| | | | svn path=/trunk/netsurf/; revision=12519
* Enable content redraw request without hlcache_handle.Michael Drake2011-06-272-2/+20
| | | | svn path=/trunk/netsurf/; revision=12518
* Remove obsolete comment.Michael Drake2011-06-271-3/+0
| | | | svn path=/trunk/netsurf/; revision=12517
* browser_window_mouse_drag_end is private now, and can be removed once ↵Michael Drake2011-06-272-4/+5
| | | | | | contents handle all their own interaction. svn path=/trunk/netsurf/; revision=12516
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-278-13/+15
| | | | svn path=/trunk/netsurf/; revision=12515
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-274-21/+48
| | | | svn path=/trunk/netsurf/; revision=12514
* Simplify browser_window_mouse_drag_end calls.Michael Drake2011-06-272-8/+2
| | | | svn path=/trunk/netsurf/; revision=12513
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ↵Ole Loots2011-06-259-1308/+7
| | | | | | in not-working page up / page down and up / down keys. svn path=/trunk/netsurf/; revision=12510
* avoid usage of uninitialized variable. Ole Loots2011-06-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12509
* adjusted comment to match reality. Ole Loots2011-06-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=12508
* small toolbar icon fix.Ole Loots2011-06-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=12507
* Shortcut backspace = go back one page in historyChris Young2011-06-251-0/+4
| | | | svn path=/trunk/netsurf/; revision=12506
* Iframes inherit parent browser window's scale.Michael Drake2011-06-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=12505
* Code style fix. Thanks Kinnison.Michael Drake2011-06-241-2/+2
| | | | svn path=/trunk/netsurf/; revision=12504
* Fix mouse action offsets within scaled iframes.Michael Drake2011-06-241-0/+2
| | | | svn path=/trunk/netsurf/; revision=12503
* Remove gui_window_set_scale().Michael Drake2011-06-249-65/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-242-15/+0
| | | | svn path=/trunk/netsurf/; revision=12501
* Delete commented out code.Michael Drake2011-06-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12500
* Replace iframe stuff with asserts for now.Michael Drake2011-06-241-7/+6
| | | | svn path=/trunk/netsurf/; revision=12499
* Correct offset for scaled iframe redraw.Michael Drake2011-06-241-2/+4
| | | | svn path=/trunk/netsurf/; revision=12498
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-2420-61/+141
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Decouple context menus from gui_window, ensure they get disposed on exitChris Young2011-06-232-28/+32
| | | | svn path=/trunk/netsurf/; revision=12496
* Ensure top level browser window has focus by default.Michael Drake2011-06-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=12495
* Purge more favicon remnants.Michael Drake2011-06-221-7/+0
| | | | svn path=/trunk/netsurf/; revision=12494