summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-113-10/+29
* Allow drag handlers to inform browser window layer of any pointer range const...Michael Drake2012-01-103-28/+41
* Browser window destruction destroys search context.Michael Drake2012-01-061-0/+4
* Simplify frameset distribution calcs.Michael Drake2012-01-061-20/+20
* Set drag type correctly for page drag.Michael Drake2012-01-061-1/+1
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-016-1/+161
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-0/+5
* Redraw old width after deletion too.Michael Drake2011-12-241-3/+5
* Set background image requirement in core print redraw_context.Michael Drake2011-12-231-0/+1
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-232-0/+8
* Delete comment that seems incorrect.Michael Drake2011-12-201-3/+0
* When deleting multiple treeview nodes, don't redraw after every node is delet...Michael Drake2011-12-201-3/+31
* Add named scroll offset values for page up, page down, top and bottom.Michael Drake2011-12-182-0/+32
* Fix frame dimension calculations when required sizes don't fit the available ...Michael Drake2011-12-141-14/+40
* Fix frameset resizing.Michael Drake2011-12-051-4/+4
* Revert r13235 as we can now log URLs for hlcache_handles without an underlyin...John Mark Bell2011-12-041-1/+3
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-046-20/+20
* Can't log an erroring content's URL.Michael Drake2011-12-041-3/+1
* Big wodge of internal browser window scroll fixes, or "rationalisation of bro...Michael Drake2011-12-023-25/+19
* Currently untested (and unused) "drop file on browser window" handling.Michael Drake2011-12-012-0/+49
* Squash use of uninitialised variable warning.Michael Drake2011-12-011-1/+2
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars a...Michael Drake2011-11-291-2/+5
* New function for sending a scroll request into a core browser window at a giv...Michael Drake2011-11-292-0/+61
* New function for applying a change in offset to a scrollbar.Michael Drake2011-11-292-0/+56
* Remove redundant break.Michael Drake2011-11-291-1/+0
* Fix caret position after deleting selection. Thanks to Ole Loots.Michael Drake2011-11-291-3/+6
* Fix function usageChris Young2011-11-281-2/+2
* Allow new (blank) hotlist entries to be created in the currently-selected folderChris Young2011-11-274-9/+46
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-2/+3
* Fix bug #3441539: downloads may be created from within framesJohn Mark Bell2011-11-241-6/+11
* Committing textarea_set_dimensions patch from Ole Loots.John Mark Bell2011-11-212-1/+16
* Squash warnings.Michael Drake2011-11-151-3/+6
* Trap RMB and select the node under the pointer if no other node selectedChris Young2011-11-112-0/+24
* fix redrawChris Young2011-11-101-2/+2
* Make default folder appear different (redraw seems to be broken at present)Chris Young2011-11-101-3/+46
* Make default hotlist folder persistent across sessionsChris Young2011-11-104-11/+46
* Allow setting a default folder in the tree for hotlist entries to go into. F...Chris Young2011-11-104-7/+83
* Use lwc_string for box->id.Michael Drake2011-10-291-3/+3
* Intern bw->frag_id.Michael Drake2011-10-282-38/+21
* Constify frag_id param.Michael Drake2011-10-282-2/+2
* Use nsurl to add fragment for URL bar display.Michael Drake2011-10-281-12/+19
* Increase default mem cache size.Michael Drake2011-10-101-1/+1
* Only permit root windows to convert fetch requests to downloadsJohn Mark Bell2011-10-101-2/+5
* Avoid a strlen.Michael Drake2011-10-081-1/+1
* Pedantic style changes.Michael Drake2011-10-081-29/+20
* Improve error handlingJohn Mark Bell2011-10-081-29/+41
* Lose unnecessary loggingJohn Mark Bell2011-10-071-6/+0
* use the default resource:favicon.ico when a site has no icon of its ownVincent Sanders2011-10-072-8/+32
* nsurl_ref returns the referenced nsurl.Michael Drake2011-10-071-2/+1
* Don't fetch favicons for (i)frames.Michael Drake2011-10-071-0/+4