summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Less broken WWW-Authenticate header parserJohn Mark Bell2011-06-291-12/+12
* Fix up amiga content handlers.Michael Drake2011-06-295-58/+45
* Fix up apple image content handler.Michael Drake2011-06-291-13/+8
* Fix up Artworks content handler.Michael Drake2011-06-281-5/+5
* Front end gets root browser window on notification of scrollbar widget drag s...Michael Drake2011-06-282-2/+8
* Function to get root browser window.Michael Drake2011-06-282-20/+22
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-2826-268/+325
* Prevent iframes with display:inline and percentage width from getting a width...Michael Drake2011-06-281-1/+6
* Update shortcutsChris Young2011-06-281-0/+1
* Update from Samir HawamdehChris Young2011-06-281-3/+3
* Move rectangle type to utils/types.hMichael Drake2011-06-286-8/+8
* Make search_term_highlighted a core function.Michael Drake2011-06-285-13/+11
* Remove search function that's implemented in the core.Michael Drake2011-06-281-8/+0
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-287-52/+60
* Use interface for turning off drag.Michael Drake2011-06-281-2/+3
* Pass the content object down through html_redraw. Make overflow scrollbars u...Michael Drake2011-06-281-14/+16
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-2710-50/+57
* Enable content redraw request without hlcache_handle.Michael Drake2011-06-272-2/+20
* Remove obsolete comment.Michael Drake2011-06-271-3/+0
* browser_window_mouse_drag_end is private now, and can be removed once content...Michael Drake2011-06-272-4/+5
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-278-13/+15
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-274-21/+48
* Simplify browser_window_mouse_drag_end calls.Michael Drake2011-06-272-8/+2
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ...Ole Loots2011-06-259-1308/+7
* avoid usage of uninitialized variable. Ole Loots2011-06-251-1/+1
* adjusted comment to match reality. Ole Loots2011-06-251-2/+2
* small toolbar icon fix.Ole Loots2011-06-251-3/+8
* Shortcut backspace = go back one page in historyChris Young2011-06-251-0/+4
* Iframes inherit parent browser window's scale.Michael Drake2011-06-241-0/+1
* Code style fix. Thanks Kinnison.Michael Drake2011-06-241-2/+2
* Fix mouse action offsets within scaled iframes.Michael Drake2011-06-241-0/+2
* Remove gui_window_set_scale().Michael Drake2011-06-249-65/+0
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-242-15/+0
* Delete commented out code.Michael Drake2011-06-241-4/+0
* Replace iframe stuff with asserts for now.Michael Drake2011-06-241-7/+6
* Correct offset for scaled iframe redraw.Michael Drake2011-06-241-2/+4
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-2420-61/+141
* Decouple context menus from gui_window, ensure they get disposed on exitChris Young2011-06-232-28/+32
* Ensure top level browser window has focus by default.Michael Drake2011-06-221-1/+2
* Purge more favicon remnants.Michael Drake2011-06-221-7/+0
* fix memory leakChris Young2011-06-191-0/+3
* translate / to - when guessing mime typesChris Young2011-06-191-1/+2
* Ensure the WB screen gets unlocked, avoid passing a NULL to CloseScreenChris Young2011-06-191-5/+6
* screen type should be PUBLICSCREEN not CUSTOMSCREENChris Young2011-06-181-5/+5
* initialise context menus regardless of user's preferences on startupChris Young2011-06-181-3/+3
* missing includeChris Young2011-06-171-1/+1
* disable context menus until i figure out why they have suddenly started crashingChris Young2011-06-171-1/+1
* Reinstate waiting for visitor windows to close if the public screen could not beChris Young2011-06-161-5/+23
* Give the selection context the current bw when it's created.Michael Drake2011-06-161-0/+2
* convert from mimetype to filetype rather than simple content type to filetype...Chris Young2011-06-153-3/+24