summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-275-106/+128
* s/nsurl_get_lwc/nsurl_get_component/Michael Drake2011-09-272-2/+2
* Reflect differences between draft-abarth-mime-sniff-06 and draft-ietf-websec-...John Mark Bell2011-09-272-12/+81
* add option to set tab positionVincent Sanders2011-09-264-4203/+2562
* Abort if user is <OS4.1 and no static version available.Chris Young2011-09-261-0/+7
* Add nsurl_get_lwc function.Michael Drake2011-09-262-0/+69
* Build Cairo version as NetSurf; non-Cairo version as NetSurf-StaticChris Young2011-09-264-7/+7
* Document fetch_add_fetcher.Michael Drake2011-09-261-0/+12
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-267-55/+119
* Disable fetch debug loops when not debugging.Michael Drake2011-09-261-5/+3
* Simply return bool from nsurl_compare.Michael Drake2011-09-262-32/+32
* clean up gtk tabs argument types to avoid uncessary castingVincent Sanders2011-09-264-103/+108
* Change if/else if ladder to a switch.Michael Drake2011-09-261-16/+21
* Remember to free host, now it's not kept for anything.Michael Drake2011-09-261-0/+1
* Remove unused host from fetch info struct.Michael Drake2011-09-261-3/+0
* Updated documentation.Michael Drake2011-09-261-1/+0
* Add means to find out if a NetSurf URL object contains a given component.Michael Drake2011-09-262-0/+81
* Don't return length from nsurl_access.Michael Drake2011-09-262-6/+4
* make cocoa build use pkg-config properly and build release tarballs (primaril...Vincent Sanders2011-09-262-8/+15
* Fix bug #3413611: results page should be added to historyJohn Mark Bell2011-09-261-1/+1
* Add context menu items for framesChris Young2011-09-256-4/+126
* Also read mimetype mappings from mimetypes.userChris Young2011-09-255-5/+11
* increase keyboard scroll speed to 10pxChris Young2011-09-251-4/+6
* Reduce task priority to -1Chris Young2011-09-252-0/+0
* When pressing mouse button don't try to go forwards in history first... inste...Chris Young2011-09-241-1/+1
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-247-46/+47
* Add layout_get_object_dimensions param documentation missing from last commit.Michael Drake2011-09-231-0/+2
* Handle min/max-width on replaced elements.Michael Drake2011-09-231-11/+41
* Use fixed insted of floating point to get percentage of available_width, for ...Michael Drake2011-09-231-2/+2
* Move css_fixed and css_unit variables to where they're used.Michael Drake2011-09-231-2/+2
* Simplify layout_get_object_dimensions.Michael Drake2011-09-231-22/+15
* Use layout_find_dimensions to get inline object width/height.Michael Drake2011-09-231-24/+5
* Assert that the url exists before reducing its reference count. Thanks to Ma...Michael Drake2011-09-231-2/+2
* Fix fallout from r12733John Mark Bell2011-09-231-0/+2
* nsurl_access must return const.Michael Drake2011-09-222-2/+2
* Simplify nsurl_access and sync implementation with API.Michael Drake2011-09-222-24/+77
* Add nsurl_ref for copying, replace nsurl_destroy with nsurl_unref, and add ns...Michael Drake2011-09-221-4/+37
* make resource path discovery robust when no resources can be foundVincent Sanders2011-09-221-10/+14
* Better caret positioning in scrolled frames.Michael Drake2011-09-211-2/+9
* New URL handling (unused atm).Michael Drake2011-09-213-1/+1471
* Remove gui_multitaskJohn Mark Bell2011-09-2116-181/+8
* added new options. Ole Loots2011-09-201-22/+25
* Added "view source" to context menu. Ole Loots2011-09-202-5/+49
* Obey to clipping rules... (walk the rectangle list) Ole Loots2011-09-201-26/+42
* Set focus to next available window when gui_window is closed. Ole Loots2011-09-202-7/+16
* updatet docs. Ole Loots2011-09-194-57/+19
* Added context menu.Ole Loots2011-09-193-3/+24
* Added context menu, Ole Loots2011-09-1910-220/+439
* Call sslcert_cleanup module on quit.Michael Drake2011-09-181-0/+2
* Correctly create a sentinel and initialise user_list with it when cloning a c...John Mark Bell2011-09-181-0/+8