summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Do not abort fetch on receipt of FETCH_ERROR: the fetch has already been ↵John Mark Bell2010-03-302-2/+9
| | | | | | | | destroyed. Implement LLCACHE_EVENT_ERROR case of hlcache_llcache_callback(). svn path=/trunk/netsurf/; revision=10218
* Perform a radical crapectomy on the windows redraw functionalityVincent Sanders2010-03-301-139/+62
| | | | svn path=/trunk/netsurf/; revision=10217
* netsurf_init expects a pointer, not an intChris Young2010-03-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=10216
* Revert previous changeChris Young2010-03-301-2/+1
| | | | svn path=/trunk/netsurf/; revision=10215
* Avoid crash if pargc is NULL. This might happen, for example, when ↵Chris Young2010-03-301-1/+2
| | | | | | | | launching NetSurf from Workbench under AmigaOS :) svn path=/trunk/netsurf/; revision=10214
* Fix compilation when building WITH_NS_SVGChris Young2010-03-302-2/+2
| | | | svn path=/trunk/netsurf/; revision=10213
* Remove date.Michael Drake2010-03-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=10210
* It probably helps to invert the done_parse flagJohn Mark Bell2010-03-301-0/+2
| | | | svn path=/trunk/netsurf/; revision=10209
* stop trying to redraw a browser window if its content is emptyVincent Sanders2010-03-291-0/+4
| | | | svn path=/trunk/netsurf/; revision=10208
* The convert stage of a content's state progression no longer reflows the ↵John Mark Bell2010-03-2932-104/+87
| | | | | | | | | | | | | content to the provided dimensions. It is now defined as converting the content into a state in which it is ready for use. The user of the content is now responsible for performing an initial reformat (sic) of the content before it can be redrawn. Purge width/height parameters from hlcache_handle_retrieve/content_convert/*_convert APIs. Fix up content handlers affected by the above change in semantics. Ensure that browser_window_callback performs an initial reformat of its content. svn path=/trunk/netsurf/; revision=10207
* Use hlcache_child_ctx, instead of just hoping that we replicate its members ↵John Mark Bell2010-03-291-47/+8
| | | | | | | | correctly. Ensure public API documentation is not duplicated. svn path=/trunk/netsurf/; revision=10206
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-298-90/+101
| | | | svn path=/trunk/netsurf/; revision=10205
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-298-87/+104
| | | | svn path=/trunk/netsurf/; revision=10202
* Disable llcache tracingJohn Mark Bell2010-03-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=10201
* Fix broken linked list removal.John Mark Bell2010-03-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=10200
* Forbid contents with active fetches from being cleaned.John Mark Bell2010-03-291-3/+5
| | | | svn path=/trunk/netsurf/; revision=10199
* Exceptionally verbose tracing of llcache operation.John Mark Bell2010-03-291-6/+99
| | | | svn path=/trunk/netsurf/; revision=10198
* Squash warningJohn Mark Bell2010-03-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=10197
* Fixup per reviewJohn Mark Bell2010-03-282-75/+23
| | | | svn path=/trunk/netsurf/; revision=10196
* Fix for new-cacheChris Young2010-03-281-3/+8
| | | | svn path=/trunk/netsurf/; revision=10195
* Avoid failing completely if gui_window is NULLChris Young2010-03-281-4/+3
| | | | svn path=/trunk/netsurf/; revision=10194
* Remove unnecessary assignment.Michael Drake2010-03-281-1/+0
| | | | svn path=/trunk/netsurf/; revision=10193
* Pass mouse buttons to core correctly.Michael Drake2010-03-281-12/+21
| | | | svn path=/trunk/netsurf/; revision=10192
* Only obey size property on input elements that are either text or password. ↵Rob Kendrick2010-03-281-0/+4
| | | | | | Fixes submit buttons with size properties being too small/large. svn path=/trunk/netsurf/; revision=10191
* Allow us to cache foo?bar when it explicitly allows it. as per rfc2616 13.9Daniel Silverstone2010-03-281-8/+15
| | | | svn path=/trunk/netsurf/; revision=10190
* Allow NetSurf to be opened from the CLI without a URL specified.Chris Young2010-03-281-4/+13
| | | | | | | | Add new switch FORCE which will force a new instance of NetSurf to open rather than opening a new window in the already-running application (intended for debugging when NetSurf has crashed) svn path=/trunk/netsurf/; revision=10189
* Ensure that finished redirection objects in llcache do not get found by ↵Daniel Silverstone2010-03-281-1/+6
| | | | | | subsequent fetch attempts. svn path=/trunk/netsurf/; revision=10188
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to ↵Daniel Silverstone2010-03-285-83/+82
| | | | | | complete properly. svn path=/trunk/netsurf/; revision=10187
* Changes required for new-cacheChris Young2010-03-2824-178/+205
| | | | svn path=/trunk/netsurf/; revision=10186
* Remove redundant fetch_poll callDaniel Silverstone2010-03-281-1/+0
| | | | svn path=/trunk/netsurf/; revision=10185
* Do not assert when the only thing of interest is a body box. Status string ↵Rob Kendrick2010-03-281-2/+3
| | | | | | can quite happily be NULL. svn path=/trunk/netsurf/; revision=10184
* Remove fetchcache.[ch]Daniel Silverstone2010-03-285-1386/+0
| | | | svn path=/trunk/netsurf/; revision=10183
* Adjust alignment and padding of toolbar. All this toolbar code needs ↵Rob Kendrick2010-03-281-2/+6
| | | | | | throwing away. svn path=/trunk/netsurf/; revision=10182
* Ensure we honour html_fetch_object's API properly regarding NOMEM behaviourDaniel Silverstone2010-03-281-19/+18
| | | | svn path=/trunk/netsurf/; revision=10181
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-28106-2887/+6574
| | | | svn path=/trunk/netsurf/; revision=10180
* Call the toolbar sensitivity update function when changing sensitivity of ↵Rob Kendrick2010-03-281-0/+2
| | | | | | toolbar buttons when throbber stops svn path=/trunk/netsurf/; revision=10179
* Remove empty tab labels from glade files; removes GTK assertions on startup. ↵Rob Kendrick2010-03-281-703/+396
| | | | | | Also fix popup menu stock items to be ones that actually exist. svn path=/trunk/netsurf/; revision=10178
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-277-3247/+5606
| | | | svn path=/trunk/netsurf/; revision=10157
* Stop javascript: links being passed to launch-handlerChris Young2010-03-251-1/+2
| | | | svn path=/trunk/netsurf/; revision=10149
* If a file isn't dropped over a text box or a file box, just load it.Chris Young2010-03-231-0/+5
| | | | svn path=/trunk/netsurf/; revision=10148
* Updated translation from Samir HawamdehChris Young2010-03-231-100/+99
| | | | svn path=/trunk/netsurf/; revision=10147
* Tidy up. Can almost tell what is going on in gui_init now.Chris Young2010-03-231-91/+111
| | | | svn path=/trunk/netsurf/; revision=10146
* Factor Amiga theme-related code out to a new file. This includes all ↵Chris Young2010-03-236-448/+547
| | | | | | | | | throbber and mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145
* Add missing string. Thanks to Samir Hawamdeh for the report.Chris Young2010-03-225-0/+5
| | | | svn path=/trunk/netsurf/; revision=10144
* Fix crash when attempting to open context menu in a browser_window with no ↵Chris Young2010-03-211-1/+4
| | | | | | content. svn path=/trunk/netsurf/; revision=10143
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
| | | | svn path=/trunk/netsurf/; revision=10140
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-218-34/+134
| | | | svn path=/trunk/netsurf/; revision=10139
* Updated translation from Samir HawamdehChris Young2010-03-181-5/+4
| | | | svn path=/trunk/netsurf/; revision=10138
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-173-7/+18
| | | | svn path=/trunk/netsurf/; revision=10137
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-176-7/+49
| | | | svn path=/trunk/netsurf/; revision=10136