summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Iframe scrollbars.Michael Drake2011-07-054-24/+401
* Set focus browser_window in place_caret.Michael Drake2011-07-042-5/+3
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-032-12/+22
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-032-0/+17
* Pass correct plotter table for Drawfile export.Michael Drake2011-07-031-1/+1
* Fix an issue with GETTITLE returning an incorrect string on occasionChris Young2011-07-031-8/+10
* Don't crash when freeing diskobjectChris Young2011-07-031-2/+2
* Fix AppIcons for non-HTML contentsChris Young2011-07-032-14/+25
* Make AmiDock icon behave a little more sensibly when all windows are iconified.Chris Young2011-07-031-0/+3
* Iconfication; only enabled when running on WB screen at presentChris Young2011-07-035-42/+75
* When opening new tabs next to the active one, open them sequentially until th...Chris Young2011-07-023-2/+11
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
* Add an option to open new tabs next to the current tab. Needs some additiona...Chris Young2011-07-028-3/+33
* Put a search icon where the old search favicon wasChris Young2011-07-027-1/+51
* Update to new APIChris Young2011-07-022-2/+2
* Function to find out if browser window has a selection. Front ends should us...Michael Drake2011-07-023-9/+31
* Minor selection changes.Michael Drake2011-07-022-9/+4
* Set bw for textplain selection.Michael Drake2011-07-021-0/+2
* Set selection browser window as before, for now.Michael Drake2011-07-021-0/+7
* When launching multiple URLs from a treeview, allow to open one window with m...Chris Young2011-07-0212-21/+42
* Set/unset selection context's browser window on content_open/content_close.Michael Drake2011-07-014-48/+54
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-3012-260/+123
* Formatting changesChris Young2011-06-301-18/+18
* adjusted typo, fixed compilation of setting knockout option during runtime. Ole Loots2011-06-301-8/+9
* Fix compilationChris Young2011-06-301-2/+1
* Make text/plain contents aware of the browser window they are opened in.Michael Drake2011-06-301-1/+21
* Fix up RISC OS front end.Michael Drake2011-06-305-10/+5
* Add file missing from r12543.Michael Drake2011-06-301-0/+5
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-3085-477/+739
* 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