summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable extra logging. Here treeview init is down to ~5 seconds from ~20.Chris Young2011-06-041-1/+1
* Don't expand cookies tree by defaultChris Young2011-06-041-1/+1
* Rudimentary text width caching to speed up many duplicate "Today", "Yesterday...Chris Young2011-06-041-4/+16
* Remove at least one instance of unnecessary recalculationChris Young2011-06-041-13/+19
* Extra logging to track the source of node size calculationsChris Young2011-06-041-4/+21
* Remove redundant code.Michael Drake2011-06-041-9/+0
* Purge unused variable.Michael Drake2011-05-171-3/+1
* check for dereference of teh right valueVincent Sanders2011-05-171-1/+1
* Avoid dereferencing NULLJohn Mark Bell2011-05-161-1/+2
* Clean up after content factoryJohn Mark Bell2011-05-161-0/+3
* Fix url node iconsJohn Mark Bell2011-05-111-0/+1
* Increase pointer drag range. Setting the clamps correctly seems to cause us ...Michael Drake2011-05-111-8/+8
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-111-21/+24
* Rename scroll offset in scrollbar message data, although nothing seems to use...Michael Drake2011-05-102-2/+2
* Move scrollbar widget API documentation to header.Michael Drake2011-05-102-94/+123
* Scrollbar widget changes: Update functon parameters to have names that aren't...Michael Drake2011-05-102-225/+197
* Continue improving comments. Fix bugs in scrollbar_set_extents. Rename things...Michael Drake2011-05-101-64/+66
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-097-933/+961
* Pedantic whitespace changes.Michael Drake2011-05-091-0/+28
* Remove forward declaration.Michael Drake2011-05-091-62/+59
* consolidate content redraw Vincent Sanders2011-05-084-4/+4
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-069-118/+71
* Fix build with NDEBUG definedJohn Mark Bell2011-04-032-4/+16
* move logging initialisationVincent Sanders2011-04-022-14/+10
* Fix bug #3253090: don't schedule updates of the cookie treeJohn Mark Bell2011-03-281-3/+3
* commandline option settingVincent Sanders2011-03-183-30/+105
* Improve options outputVincent Sanders2011-03-171-15/+17
* Temporary hack to stop crashing in Amiga frontend. Roll on frames re-impleme...Chris Young2011-03-161-0/+8
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-151-40/+3