summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix memory leakChris Young2011-06-191-0/+3
| | | | svn path=/trunk/netsurf/; revision=12493
* translate / to - when guessing mime typesChris Young2011-06-191-1/+2
| | | | svn path=/trunk/netsurf/; revision=12492
* Ensure the WB screen gets unlocked, avoid passing a NULL to CloseScreenChris Young2011-06-191-5/+6
| | | | svn path=/trunk/netsurf/; revision=12491
* screen type should be PUBLICSCREEN not CUSTOMSCREENChris Young2011-06-181-5/+5
| | | | svn path=/trunk/netsurf/; revision=12490
* initialise context menus regardless of user's preferences on startupChris Young2011-06-181-3/+3
| | | | svn path=/trunk/netsurf/; revision=12489
* missing includeChris Young2011-06-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12488
* disable context menus until i figure out why they have suddenly started crashingChris Young2011-06-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12487
* Reinstate waiting for visitor windows to close if the public screen could not beChris Young2011-06-161-5/+23
| | | | | | closed. Do it properly this time, with signals. svn path=/trunk/netsurf/; revision=12486
* Give the selection context the current bw when it's created.Michael Drake2011-06-161-0/+2
| | | | svn path=/trunk/netsurf/; revision=12485
* convert from mimetype to filetype rather than simple content type to ↵Chris Young2011-06-153-3/+24
| | | | | | | | filetype, where available svn path=/trunk/netsurf/; revision=12484
* remove zlib updateChris Young2011-06-152-7/+1
| | | | svn path=/trunk/netsurf/; revision=12483
* remove no_iframesChris Young2011-06-153-6/+0
| | | | svn path=/trunk/netsurf/; revision=12482
* avoid crashChris Young2011-06-151-1/+2
| | | | svn path=/trunk/netsurf/; revision=12481
* Delete redundant function declaration.Michael Drake2011-06-151-2/+0
| | | | svn path=/trunk/netsurf/; revision=12480
* Fix paste in form inputs in iframes.Michael Drake2011-06-151-2/+3
| | | | svn path=/trunk/netsurf/; revision=12479
* Remove logging.Michael Drake2011-06-151-1/+0
| | | | svn path=/trunk/netsurf/; revision=12478
* Improve scale with iframes.Michael Drake2011-06-151-4/+10
| | | | svn path=/trunk/netsurf/; revision=12477
* Reformat floated iframe browser windows only after the iframe box has been ↵Michael Drake2011-06-141-6/+10
| | | | | | linked into the box tree from the block formatting context block. svn path=/trunk/netsurf/; revision=12476
* Only call gui_window_new_content for browser windows with gui windows.Michael Drake2011-06-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=12475