summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lwc version of ring function.Michael Drake2011-09-291-0/+19
| | | | svn path=/trunk/netsurf/; revision=12911
* Convert fetchers to nsurl.Michael Drake2011-09-297-32/+30
| | | | svn path=/trunk/netsurf/; revision=12910
* Re-instate default.css.info as the install script copies it to def_css.info ↵Chris Young2011-09-281-0/+0
| | | | | | | | if there isn't one already. svn path=/trunk/netsurf/; revision=12909
* set default pkg-config path on Mac OS X to make default build workVincent Sanders2011-09-281-2/+6
| | | | svn path=/trunk/netsurf/; revision=12907
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-285-18/+24
| | | | svn path=/trunk/netsurf/; revision=12905
* Port llcache to nsurl.Michael Drake2011-09-285-157/+155
| | | | svn path=/trunk/netsurf/; revision=12904
* Add function to get a nsurl with fragment removed from a nsurl.Michael Drake2011-09-282-0/+47
| | | | svn path=/trunk/netsurf/; revision=12903
* fetch_can_fetch can take const nsurl.Michael Drake2011-09-272-2/+2
| | | | svn path=/trunk/netsurf/; revision=12902
* Squash erroneous warnings abuout uninitalised variable use from gcc 3.4.6.Michael Drake2011-09-271-11/+11
| | | | svn path=/trunk/netsurf/; revision=12901
* fetch_can_fetch takes a nsurl now.Michael Drake2011-09-272-2/+23
| | | | svn path=/trunk/netsurf/; revision=12900
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-275-106/+128
| | | | svn path=/trunk/netsurf/; revision=12899
* s/nsurl_get_lwc/nsurl_get_component/Michael Drake2011-09-272-2/+2
| | | | svn path=/trunk/netsurf/; revision=12898
* Reflect differences between draft-abarth-mime-sniff-06 and ↵John Mark Bell2011-09-272-12/+81
| | | | | | | | draft-ietf-websec-mime-sniff-03 (and thus, http://mimesniff.spec.whatwg.org) In summary: audio/x-wave becomes audio/wave and we add sniffing for mp4 video svn path=/trunk/netsurf/; revision=12897
* add option to set tab positionVincent Sanders2011-09-264-4203/+2562
| | | | svn path=/trunk/netsurf/; revision=12896
* Abort if user is <OS4.1 and no static version available.Chris Young2011-09-261-0/+7
| | | | | | Probably needs moving up to before the user has been asked for an install location svn path=/trunk/netsurf/; revision=12895
* Add nsurl_get_lwc function.Michael Drake2011-09-262-0/+69
| | | | svn path=/trunk/netsurf/; revision=12894
* Build Cairo version as NetSurf; non-Cairo version as NetSurf-StaticChris Young2011-09-264-7/+7
| | | | | | | Don't bother to build/copy NetSurf-Static for release packages Update .readme to show requirement for AmigaOS 4.1 svn path=/trunk/netsurf/; revision=12893
* Document fetch_add_fetcher.Michael Drake2011-09-261-0/+12
| | | | svn path=/trunk/netsurf/; revision=12892
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-267-55/+119
| | | | svn path=/trunk/netsurf/; revision=12891
* Disable fetch debug loops when not debugging.Michael Drake2011-09-261-5/+3
| | | | svn path=/trunk/netsurf/; revision=12890
* Simply return bool from nsurl_compare.Michael Drake2011-09-262-32/+32
| | | | svn path=/trunk/netsurf/; revision=12889
* clean up gtk tabs argument types to avoid uncessary castingVincent Sanders2011-09-264-103/+108
| | | | svn path=/trunk/netsurf/; revision=12888
* Change if/else if ladder to a switch.Michael Drake2011-09-261-16/+21
| | | | svn path=/trunk/netsurf/; revision=12887
* Remember to free host, now it's not kept for anything.Michael Drake2011-09-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=12886
* Remove unused host from fetch info struct.Michael Drake2011-09-261-3/+0
| | | | svn path=/trunk/netsurf/; revision=12885
* Updated documentation.Michael Drake2011-09-261-1/+0
| | | | svn path=/trunk/netsurf/; revision=12884
* Add means to find out if a NetSurf URL object contains a given component.Michael Drake2011-09-262-0/+81
| | | | svn path=/trunk/netsurf/; revision=12883
* Don't return length from nsurl_access.Michael Drake2011-09-262-6/+4
| | | | svn path=/trunk/netsurf/; revision=12882
* make cocoa build use pkg-config properly and build release tarballs ↵Vincent Sanders2011-09-262-8/+15
| | | | | | (primarily jmb I just made it link) svn path=/trunk/netsurf/; revision=12879
* Fix bug #3413611: results page should be added to historyJohn Mark Bell2011-09-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12878
* Add context menu items for framesChris Young2011-09-256-4/+126
| | | | svn path=/trunk/netsurf/; revision=12877
* Also read mimetype mappings from mimetypes.userChris Young2011-09-255-5/+11
| | | | svn path=/trunk/netsurf/; revision=12876
* increase keyboard scroll speed to 10pxChris Young2011-09-251-4/+6
| | | | svn path=/trunk/netsurf/; revision=12875
* Reduce task priority to -1Chris Young2011-09-252-0/+0
| | | | | | This stops the rest of the system slowing down when NetSurf is trying to receive data svn path=/trunk/netsurf/; revision=12874
* When pressing mouse button don't try to go forwards in history first... ↵Chris Young2011-09-241-1/+1
| | | | | | | | instead make releasing mouse button 5 go forwards in history. svn path=/trunk/netsurf/; revision=12873
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-247-46/+47
| | | | svn path=/trunk/netsurf/; revision=12872
* Add layout_get_object_dimensions param documentation missing from last commit.Michael Drake2011-09-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=12871
* Handle min/max-width on replaced elements.Michael Drake2011-09-231-11/+41
| | | | svn path=/trunk/netsurf/; revision=12870
* Use fixed insted of floating point to get percentage of available_width, for ↵Michael Drake2011-09-231-2/+2
| | | | | | width calc. svn path=/trunk/netsurf/; revision=12869
* Move css_fixed and css_unit variables to where they're used.Michael Drake2011-09-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=12868
* Simplify layout_get_object_dimensions.Michael Drake2011-09-231-22/+15
| | | | svn path=/trunk/netsurf/; revision=12867
* Use layout_find_dimensions to get inline object width/height.Michael Drake2011-09-231-24/+5
| | | | svn path=/trunk/netsurf/; revision=12866
* Assert that the url exists before reducing its reference count. Thanks to ↵Michael Drake2011-09-231-2/+2
| | | | | | Martin Bazley. svn path=/trunk/netsurf/; revision=12865
* Fix fallout from r12733John Mark Bell2011-09-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=12864
* nsurl_access must return const.Michael Drake2011-09-222-2/+2
| | | | svn path=/trunk/netsurf/; revision=12863
* Simplify nsurl_access and sync implementation with API.Michael Drake2011-09-222-24/+77
| | | | svn path=/trunk/netsurf/; revision=12862
* Add nsurl_ref for copying, replace nsurl_destroy with nsurl_unref, and add ↵Michael Drake2011-09-221-4/+37
| | | | | | nsurl_access for accessing a pointer to string data internal to the NetSurf URL object. svn path=/trunk/netsurf/; revision=12861
* make resource path discovery robust when no resources can be foundVincent Sanders2011-09-221-10/+14
| | | | svn path=/trunk/netsurf/; revision=12860
* Better caret positioning in scrolled frames.Michael Drake2011-09-211-2/+9
| | | | svn path=/trunk/netsurf/; revision=12851
* New URL handling (unused atm).Michael Drake2011-09-213-1/+1471
| | | | svn path=/trunk/netsurf/; revision=12843