summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support HTML alignment hints.John Mark Bell2009-08-214-93/+421
| | | | svn path=/trunk/netsurf/; revision=9381
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir ↵Chris Young2009-08-206-6/+6
| | | | | | | | Hawamdeh for the heads-up svn path=/trunk/netsurf/; revision=9377
* Updated Italian translation from Samir HawamdehChris Young2009-08-201-15/+15
| | | | svn path=/trunk/netsurf/; revision=9376
* Add missing code to apply the fetcher settingsChris Young2009-08-182-76/+77
| | | | | | Make some stuff private to gui_options.c svn path=/trunk/netsurf/; revision=9349
* Tweak throbber anim speedChris Young2009-08-183-3/+5
| | | | svn path=/trunk/netsurf/; revision=9348
* Built libxml2-2.7.3 and gave it a sensible name.Chris Young2009-08-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=9338
* Only try to reset scroll position on textarea wrap if there is a scrollbar.Michael Drake2009-08-171-83/+85
| | | | svn path=/trunk/netsurf/; revision=9335
* Revert back to creating a new clip region rather than reusing the previous ↵Chris Young2009-08-172-16/+7
| | | | | | | | | one. This fixes the long-standing incremental_reflow problem, as apparently ClearClipRegion can't cope with the frequency of calls it gets with this switched on. svn path=/trunk/netsurf/; revision=9333
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar ↵Michael Drake2009-08-146-24/+39
| | | | | | behaviour. svn path=/trunk/netsurf/; revision=9306
* Fix compileChris Young2009-08-141-6/+14
| | | | svn path=/trunk/netsurf/; revision=9302
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-1426-702/+2067
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Make textarea widget unaware of its global position. Credit: paulblokus.Michael Drake2009-08-132-90/+64
| | | | svn path=/trunk/netsurf/; revision=9274
* Improve explanation of how to ensure NetSurf finds its resources.Michael Drake2009-08-131-7/+21
| | | | svn path=/trunk/netsurf/; revision=9273
* Replace hard spaces with regular ones.Michael Drake2009-08-133-19/+19
| | | | svn path=/trunk/netsurf/; revision=9271
* Simplfy and reduce repetition in framebuffer building guide. Update GTK doc ↵Michael Drake2009-08-132-63/+27
| | | | | | date. svn path=/trunk/netsurf/; revision=9270
* Simplfy and reduce repetition.Michael Drake2009-08-131-50/+24
| | | | svn path=/trunk/netsurf/; revision=9269
* Copy libcss and wapcaplet stuff from the GTK doc.Michael Drake2009-08-131-0/+16
| | | | svn path=/trunk/netsurf/; revision=9264
* Fix up.Michael Drake2009-08-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=9178
* Even simpler library installation.Michael Drake2009-08-101-1/+0
| | | | svn path=/trunk/netsurf/; revision=9177
* Simplify library installation.Michael Drake2009-08-101-15/+13
| | | | svn path=/trunk/netsurf/; revision=9176
* Fix directory name.Michael Drake2009-08-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=9174
* Add the minimal make version number needed.John Tytgat2009-08-101-0/+2
| | | | svn path=/trunk/netsurf/; revision=9173
* Fix menu pointer's hotspot.Michael Drake2009-08-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=9153
* Fix some underline lengths.Michael Drake2009-08-105-6/+6
| | | | svn path=/trunk/netsurf/; revision=9152
* Mention svn up.Michael Drake2009-08-101-0/+5
| | | | svn path=/trunk/netsurf/; revision=9151
* Play with formatting.Michael Drake2009-08-102-25/+25
| | | | svn path=/trunk/netsurf/; revision=9150
* Fix indentation.Michael Drake2009-08-101-3/+3
| | | | svn path=/trunk/netsurf/; revision=9148
* Update info about AR warning.Michael Drake2009-08-101-3/+2
| | | | svn path=/trunk/netsurf/; revision=9147
* Remove mention of web site's robuild doc.Michael Drake2009-08-101-5/+0
| | | | svn path=/trunk/netsurf/; revision=9142
* Mention native doc.Michael Drake2009-08-101-0/+3
| | | | svn path=/trunk/netsurf/; revision=9141
* First draft of RISC OS native build document.Michael Drake2009-08-101-0/+121
| | | | svn path=/trunk/netsurf/; revision=9140
* Revert r9108, as component order in libnsgif due to be corrected.Chris Young2009-08-094-50/+8
| | | | svn path=/trunk/netsurf/; revision=9137
* Move README from Docs/ to root.Michael Drake2009-08-091-0/+0
| | | | svn path=/trunk/netsurf/; revision=9136
* Say BUILDING docs are in the Docs directory.Michael Drake2009-08-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=9135
* Copy libcurl.so, have built 7.19.5 with a sensible nameChris Young2009-08-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=9133
* Test with -fno-strict-aliasing.Michael Drake2009-08-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=9109
* Support new libnsgif by adding bitmap flag BITMAP_ABGR.Chris Young2009-08-074-9/+59
| | | | | | | | | | | | | | This tells big endian systems that the data is in ABGR instead of RGBA. It should be ignored on little endian systems! Add support in Amiga platform code. -> All platform code that could be compiled for big endian systems will need to be updated to recognise BITMAP_ABGR. This includes GTK and Framebuffer frontends. Both BITMAP_ABGR *and* the endianness of the host will most likely need to be checked and the allocated bitmap format and/or bitmap plotter changed to handle ABGR component order. svn path=/trunk/netsurf/; revision=9108
* Ensure that inline end boxes get the correct height.Michael Drake2009-08-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=9104
* Slightly more useful vertical alignment.Michael Drake2009-08-071-3/+21
| | | | svn path=/trunk/netsurf/; revision=9100
* - content/urldb.c(auth_data): Removed;John Tytgat2009-08-047-71/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (prot_space_data): Added, it lives linked in the leaf host_part struct and together with its scheme and port (which defins canonical root url) and realm this defines a protection space. (path_data): Removed auth_data field and replaced by a prot_space_data pointer. (host_part::prot_space): Added linked list of protection space data structs. (urldb_get_auth_details): Given an URL fetch fetches its auth. (urldb_set_auth_details): Creates or updates the contents of a protection space to which given URL belongs. (urldb_destroy_host_tree): Delete protection data space structures using urldb_destroy_prot_space. (urldb_destroy_prot_space): Added. - content/urldb.h(urldb_get_auth_details): Added realm parameter. - content/fetchers/fetch_curl.c(fetch_curl_set_options): Update urldb_get_auth_details call (we don't know realm at this point). - content/fetchcache.c(fetchcache_callback, fetchcache_auth): At FETCH_AUTH, use realm to determine if we really don't know auth data and if so, refetch content. - content/content.h(struct content): Add content::tried_with_auth. - content/content.c(content_create): Initialize content::tried_with_auth. - riscos/401login.c(ro_gui_401login_open): Show known authentication data in dialogue so user can see what was wrong with it and correct it. Solves bug #2830829. svn path=/trunk/netsurf/; revision=9045
* Add default line-height for form elements. Fixes squashed Google homepage.Michael Drake2009-08-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=9012
* Search pkg-config for libcares, too.John Mark Bell2009-08-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=9004
* C89.John Mark Bell2009-08-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=9000
* Port to modified libcss API.John Mark Bell2009-08-028-53/+53
| | | | svn path=/trunk/netsurf/; revision=8997
* Drop pkg-config on cairo, not needed here. Added const.John Tytgat2009-08-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=8985
* Typo.François Revel2009-08-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=8984
* Update RISC OS cross building notes.John Tytgat2009-08-011-8/+12
| | | | svn path=/trunk/netsurf/; revision=8953
* Disable resize with contents. This should stop the resize lockups once and ↵Chris Young2009-08-011-9/+8
| | | | | | for all. svn path=/trunk/netsurf/; revision=8950
* Prevent negative calculated width of replaced inlines in layout_minmax_line().John Mark Bell2009-08-011-1/+3
| | | | svn path=/trunk/netsurf/; revision=8933
* Actually handle failure to allocate bitmap structure or retrieve its data ↵John Mark Bell2009-07-312-16/+35
| | | | | | buffer pointer. I hope these longjmps are valid -- libpng's documentation is unhelpfully vague on this subject. svn path=/trunk/netsurf/; revision=8924