summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Core part of search improvement:Michael Drake2011-08-244-663/+48
* Revert accidental changeChris Young2011-07-281-1/+1
* Fix memory leakChris Young2011-07-281-1/+2
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-261-2/+1
* Selection is now subordinate to html and text content types, and disassociate...Michael Drake2011-07-263-85/+83
* Remove unused hlcache_handle from search context.Michael Drake2011-07-261-4/+1
* Shared URL nodes in the treeview actually want to be readonly. They certainly...John Mark Bell2011-07-244-32/+32
* Fix double frees on download failureJohn Mark Bell2011-07-231-1/+4
* Abort loading content when closing windowJohn Mark Bell2011-07-231-0/+1
* Remove assumption of gui window from search.Michael Drake2011-07-143-11/+48
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-136-74/+108
* Scale caret height in coreMichael Drake2011-07-111-1/+1
* Refactor http utilitiesJohn Mark Bell2011-07-081-24/+30
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-074-2174/+36
* Reduce forward declaration of functions.Michael Drake2011-07-071-1183/+1158
* Pass struct rect to browser_window_update_box(), rather than union content_ms...Michael Drake2011-07-062-17/+17
* Pass struct rect to gui_window_update_box(), rather than union content_msg_data.Michael Drake2011-07-062-10/+13
* Fix update_box coords when issued from scaled iframe.Michael Drake2011-07-061-4/+4
* Use prescribed method for discovering browser window position.Michael Drake2011-07-061-15/+4
* Iframe scrollbars.Michael Drake2011-07-054-24/+401
* Set focus browser_window in place_caret.Michael Drake2011-07-042-5/+3
* Function to find out if browser window has a selection. Front ends should us...Michael Drake2011-07-022-0/+22
* Minor selection changes.Michael Drake2011-07-022-9/+4
* 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-027-14/+35
* Set/unset selection context's browser window on content_open/content_close.Michael Drake2011-07-012-46/+29
* Fix up RISC OS front end.Michael Drake2011-06-301-0/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-3016-177/+208
* 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-284-12/+53
* Move rectangle type to utils/types.hMichael Drake2011-06-283-34/+2
* Make search_term_highlighted a core function.Michael Drake2011-06-283-8/+8
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-282-10/+1
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-273-24/+11
* 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
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-272-21/+44
* Iframes inherit parent browser window's scale.Michael Drake2011-06-241-0/+1
* Remove gui_window_set_scale().Michael Drake2011-06-241-1/+0
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-241-2/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-244-18/+91
* 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
* Give the selection context the current bw when it's created.Michael Drake2011-06-161-0/+2
* Delete redundant function declaration.Michael Drake2011-06-151-2/+0
* Fix paste in form inputs in iframes.Michael Drake2011-06-151-2/+3
* Remove logging.Michael Drake2011-06-151-1/+0
* Improve scale with iframes.Michael Drake2011-06-151-4/+10
* Only call gui_window_new_content for browser windows with gui windows.Michael Drake2011-06-141-1/+2
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-147-90/+407