summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
...
* Add named scroll offset values for page up, page down, top and bottom.Michael Drake2011-12-182-0/+32
| | | | svn path=/trunk/netsurf/; revision=13293
* Fix frame dimension calculations when required sizes don't fit the available ↵Michael Drake2011-12-141-14/+40
| | | | | | space. svn path=/trunk/netsurf/; revision=13271
* Fix frameset resizing.Michael Drake2011-12-051-4/+4
| | | | svn path=/trunk/netsurf/; revision=13246
* Revert r13235 as we can now log URLs for hlcache_handles without an ↵John Mark Bell2011-12-041-1/+3
| | | | | | underlying content svn path=/trunk/netsurf/; revision=13237
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-046-20/+20
| | | | svn path=/trunk/netsurf/; revision=13236
* Can't log an erroring content's URL.Michael Drake2011-12-041-3/+1
| | | | svn path=/trunk/netsurf/; revision=13235
* Big wodge of internal browser window scroll fixes, or "rationalisation of ↵Michael Drake2011-12-023-25/+19
| | | | | | browser window scrollbar handling". svn path=/trunk/netsurf/; revision=13221
* Currently untested (and unused) "drop file on browser window" handling.Michael Drake2011-12-012-0/+49
| | | | svn path=/trunk/netsurf/; revision=13215
* Squash use of uninitialised variable warning.Michael Drake2011-12-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=13213
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars ↵Michael Drake2011-11-291-2/+5
| | | | | | and iframes. svn path=/trunk/netsurf/; revision=13200
* New function for sending a scroll request into a core browser window at a ↵Michael Drake2011-11-292-0/+61
| | | | | | given coordinate. Currently handles frames only. TODO: iframes and css overflow scrollable boxes. Front ends should call this to pass scroll wheel actions to the core. svn path=/trunk/netsurf/; revision=13197
* New function for applying a change in offset to a scrollbar.Michael Drake2011-11-292-0/+56
| | | | svn path=/trunk/netsurf/; revision=13196
* Remove redundant break.Michael Drake2011-11-291-1/+0
| | | | svn path=/trunk/netsurf/; revision=13194
* Fix caret position after deleting selection. Thanks to Ole Loots.Michael Drake2011-11-291-3/+6
| | | | svn path=/trunk/netsurf/; revision=13193
* Fix function usageChris Young2011-11-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=13190
* Allow new (blank) hotlist entries to be created in the currently-selected folderChris Young2011-11-274-9/+46
| | | | | | | | | (if there is one) as this gives the user more control where their additions are being created. Functionality can be enabled/disabled by passing true/false to hotlist_add_folder/hotlist_add_entry. svn path=/trunk/netsurf/; revision=13185
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-2/+3
| | | | svn path=/trunk/netsurf/; revision=13183
* Fix bug #3441539: downloads may be created from within framesJohn Mark Bell2011-11-241-6/+11
| | | | svn path=/trunk/netsurf/; revision=13178
* Committing textarea_set_dimensions patch from Ole Loots.John Mark Bell2011-11-212-1/+16
| | | | svn path=/trunk/netsurf/; revision=13160
* Squash warnings.Michael Drake2011-11-151-3/+6
| | | | svn path=/trunk/netsurf/; revision=13148
* Trap RMB and select the node under the pointer if no other node selectedChris Young2011-11-112-0/+24
| | | | svn path=/trunk/netsurf/; revision=13146
* fix redrawChris Young2011-11-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=13143
* Make default folder appear different (redraw seems to be broken at present)Chris Young2011-11-101-3/+46
| | | | svn path=/trunk/netsurf/; revision=13142
* Make default hotlist folder persistent across sessionsChris Young2011-11-104-11/+46
| | | | svn path=/trunk/netsurf/; revision=13141
* Allow setting a default folder in the tree for hotlist entries to go into. ↵Chris Young2011-11-104-7/+83
| | | | | | | | | Frontends will need to be updated to use hotlist_set_default_folder() if they want to use this functionality. svn path=/trunk/netsurf/; revision=13139
* Use lwc_string for box->id.Michael Drake2011-10-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=13093
* Intern bw->frag_id.Michael Drake2011-10-282-38/+21
| | | | svn path=/trunk/netsurf/; revision=13090
* Constify frag_id param.Michael Drake2011-10-282-2/+2
| | | | svn path=/trunk/netsurf/; revision=13089
* Use nsurl to add fragment for URL bar display.Michael Drake2011-10-281-12/+19
| | | | svn path=/trunk/netsurf/; revision=13088
* Increase default mem cache size.Michael Drake2011-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13027
* Only permit root windows to convert fetch requests to downloadsJohn Mark Bell2011-10-101-2/+5
| | | | svn path=/trunk/netsurf/; revision=13026
* Avoid a strlen.Michael Drake2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13004
* Pedantic style changes.Michael Drake2011-10-081-29/+20
| | | | svn path=/trunk/netsurf/; revision=13001
* Improve error handlingJohn Mark Bell2011-10-081-29/+41
| | | | svn path=/trunk/netsurf/; revision=12997
* Lose unnecessary loggingJohn Mark Bell2011-10-071-6/+0
| | | | svn path=/trunk/netsurf/; revision=12993
* use the default resource:favicon.ico when a site has no icon of its ownVincent Sanders2011-10-072-8/+32
| | | | svn path=/trunk/netsurf/; revision=12992
* nsurl_ref returns the referenced nsurl.Michael Drake2011-10-071-2/+1
| | | | svn path=/trunk/netsurf/; revision=12991
* Don't fetch favicons for (i)frames.Michael Drake2011-10-071-0/+4
| | | | svn path=/trunk/netsurf/; revision=12986
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=12982
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-071-2/+26
| | | | svn path=/trunk/netsurf/; revision=12981
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-071-0/+3
| | | | svn path=/trunk/netsurf/; revision=12980
* Attempting to download favicons is sillyJohn Mark Bell2011-10-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=12979
* consolidate code so a single codepath starts the retrival of the faviconVincent Sanders2011-10-071-28/+28
| | | | svn path=/trunk/netsurf/; revision=12978
* metadata links stored in contentsVincent Sanders2011-10-072-57/+124
| | | | | | browser uses metadata links for favicons svn path=/trunk/netsurf/; revision=12977
* initial favicon supportVincent Sanders2011-10-062-25/+101
| | | | svn path=/trunk/netsurf/; revision=12975
* Optimise hotlist loading by using nsurl instead of url_normalise. Also ↵Michael Drake2011-10-061-28/+31
| | | | | | convert tree url post-edit normalisation to use nsurl. The treeviews still store urls as strings for now. svn path=/trunk/netsurf/; revision=12970
* Build resource: map at start timeJohn Mark Bell2011-10-051-3/+3
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-2/+3
| | | | svn path=/trunk/netsurf/; revision=12933
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-039-80/+121
| | | | svn path=/trunk/netsurf/; revision=12926
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=12905