summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Detailed the needed steps and deps for the BeOS build.François Revel2008-06-071-1/+107
| | | | svn path=/trunk/netsurf/; revision=4290
* Zoom using shift-scrollwheelAdrian Lees2008-06-071-38/+58
| | | | svn path=/trunk/netsurf/; revision=4289
* Fix cache controlJohn Mark Bell2008-06-061-10/+27
| | | | svn path=/trunk/netsurf/; revision=4288
* Fix up.Michael Drake2008-06-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=4285
* Remove stray semicolon.Michael Drake2008-06-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=4284
* Remove stray semicolon.Michael Drake2008-06-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=4283
* Change box scrollbar drag to happen on HOLDING.Michael Drake2008-06-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=4282
* Establish a new block formatting context for blocks with non-visisble ↵Michael Drake2008-06-061-0/+33
| | | | | | overflow style. (9.4.1) svn path=/trunk/netsurf/; revision=4270
* Placeholder for infos on building the BeOS version.François Revel2008-06-061-0/+13
| | | | svn path=/trunk/netsurf/; revision=4269
* + Change core to handle different front end click behaviourMichael Drake2008-06-065-38/+86
| | | | | | | | | styles. (Act on mouse button press or on button release.) + Click hold on CSS scrollbar arrows now pauses before starting to auto-repeat. + Click hold on scrollbar wells will now auto-repeat. svn path=/trunk/netsurf/; revision=4268
* Get rid of non ASCII \xa0 character in comments (copy-pasting a webpage ?) I ↵François Revel2008-06-051-32/+33
| | | | | | also need config.h for a missing type on BeOS. svn path=/trunk/netsurf/; revision=4265
* BeOS: I can now use *ng and jpeg... Also link to libtranslation, it's used ↵François Revel2008-06-051-3/+5
| | | | | | to load the throbber pngs. Switched from beres to rc as ressource compiler, it should allow importing external css and html files from resources. svn path=/trunk/netsurf/; revision=4264
* - fixed alpha bitmap drawingFrançois Revel2008-06-0416-9/+155
| | | | | | | - fixed polygon drawing - newstyle throbber, loosely copied from the gtk one. svn path=/trunk/netsurf/; revision=4259
* Fix list marker check. Thanks to jmb and mikeL.Michael Drake2008-06-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=4258
* Squash warningJohn Mark Bell2008-06-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=4257
* Don't constrain mouse pointer to window area during text selection.Michael Drake2008-06-031-4/+5
| | | | svn path=/trunk/netsurf/; revision=4256
* Added BeOS specific host & target detection.François Revel2008-06-031-4/+132
| | | | | | | As BeOS needs gcc2 some hacking is required on the dependancy generation... Added support for using resources, and C++ code. svn path=/trunk/netsurf/; revision=4255
* Add BeOS sources.François Revel2008-06-031-0/+15
| | | | svn path=/trunk/netsurf/; revision=4254
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ↵François Revel2008-06-0337-0/+9100
| | | | | | | | | | | GTK version. Some fixes are needed elsewhere but non-obvious ones I'll post on the mailing list for discussion. Currently it opens windows with a toolbar, url and status bar, a (yet empty) menu bar. Rendering seems to work including scrolling at scale 1 (other non-tested). framesets seems broken though. svn path=/trunk/netsurf/; revision=4253
* Add code to save DA to a file if NetSurf crashes and NetSurf$CoreDump exists.James Bursa2008-06-031-0/+19
| | | | svn path=/trunk/netsurf/; revision=4247
* Move struct cache_data from fetch to content as it is no longer needed by ↵James Bursa2008-06-034-80/+74
| | | | | | fetch. Make it a member instead of pointer in struct content. svn path=/trunk/netsurf/; revision=4246
* Remove old GTK throbber GIF.Michael Drake2008-06-021-0/+0
| | | | svn path=/trunk/netsurf/; revision=4245
* nsgtk now loads the throbber from a set of PNG files. This change will make ↵Rob Kendrick2008-06-023-6/+99
| | | | | | your eyes bleed. Please avoid looking at it until I make this cleaner. svn path=/trunk/netsurf/; revision=4244
* Add new throbber PNGs. (Currently unused.)Michael Drake2008-06-029-0/+0
| | | | svn path=/trunk/netsurf/; revision=4242
* Update RISC OS throbber.Michael Drake2008-06-021-0/+0
| | | | svn path=/trunk/netsurf/; revision=4241
* Update MNGError to include error code. Remove PNGError.James Bursa2008-06-014-8/+4
| | | | svn path=/trunk/netsurf/; revision=4238
* Improve MNG error handling to show error code. Fix code not expecting ↵James Bursa2008-06-015-41/+107
| | | | | | bitmap_get_buffer() to return 0. svn path=/trunk/netsurf/; revision=4237
* Remove unused members of struct fetch (were moved to fetch_curl but not ↵James Bursa2008-05-311-4/+0
| | | | | | removed from here). svn path=/trunk/netsurf/; revision=4232
* Stop processing headers and sending FETCH_HEADER if fetch was aborted.James Bursa2008-05-311-0/+5
| | | | svn path=/trunk/netsurf/; revision=4231
* Fix freeing of etag data.James Bursa2008-05-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=4229
* Fix native RISC OS build. Thanks joty.Michael Drake2008-05-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=4228
* Fix handling of cache control dataJohn Mark Bell2008-05-302-7/+17
| | | | svn path=/trunk/netsurf/; revision=4227
* Add new fetch callback FETCH_HEADER for headers and move as much header ↵James Bursa2008-05-303-109/+113
| | | | | | parsing as possible from fetch_curl.c to fetchcache.c. This simplifies fetch_curl.c and will make it possible to store response headers in future. svn path=/trunk/netsurf/; revision=4226
* Wrap very verbose logging with #ifdef, so as to silence it.John Mark Bell2008-05-291-0/+25
| | | | svn path=/trunk/netsurf/; revision=4225
* Fix desensitisation of reload menu entryJohn Mark Bell2008-05-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=4224
* Fix clipping.John Mark Bell2008-05-291-0/+6
| | | | svn path=/trunk/netsurf/; revision=4223
* Drop support for non-cairo plotting.John Mark Bell2008-05-293-136/+133
| | | | | | Implement path plotter. svn path=/trunk/netsurf/; revision=4222
* Recurse into <area> and <a>, too.John Mark Bell2008-05-281-3/+5
| | | | svn path=/trunk/netsurf/; revision=4220
* Squash more warnings.John Mark Bell2008-05-261-3/+3
| | | | svn path=/trunk/netsurf/; revision=4210
* Squash warningJohn Mark Bell2008-05-261-1/+2
| | | | svn path=/trunk/netsurf/; revision=4209
* Fix callback prototypeJohn Mark Bell2008-05-261-4/+4
| | | | svn path=/trunk/netsurf/; revision=4208
* Lose redundant functionJohn Mark Bell2008-05-261-13/+0
| | | | svn path=/trunk/netsurf/; revision=4207
* warnings.squash();John Mark Bell2008-05-261-4/+5
| | | | svn path=/trunk/netsurf/; revision=4206
* Update optimisation/warning flagsDaniel Silverstone2008-05-261-4/+11
| | | | svn path=/trunk/netsurf/; revision=4204
* Fix debug build some more. Disable optimisation for debug build.John Mark Bell2008-05-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=4203
* Add TARGET=debug and fix the debug build.James Bursa2008-05-254-4/+28
| | | | svn path=/trunk/netsurf/; revision=4202
* Simplify code using xmlDocGetRootElement().James Bursa2008-05-251-4/+1
| | | | svn path=/trunk/netsurf/; revision=4201
* - introduction of SLEN()John Tytgat2008-05-254-10/+24
| | | | | | | - enforce result of url_normalize() being NULL on failure - plug memory leak when url_normalize() fails svn path=/trunk/netsurf/; revision=4200
* Remove .cvsignore.John Tytgat2008-05-251-1/+0
| | | | svn path=/trunk/netsurf/; revision=4199
* Contribution from Philip Boulain <prb@ecs.soton.ac.uk>:John Tytgat2008-05-252-44/+85
| | | | | | | | | | | | | | | | | | | | | This makes url_normalize take care of whitespace in a fairly useful way, consistent with other browsers: - Leading and trailing whitespace is trimmed - Internal whitespace is urlescaped For example, " http://www.google.co.uk/search?q=hello world " becomes "http://www.google.co.uk/search?q=hello%20world" Explicit trailing whitespace, e.g. "...hello world%20", is left alone. The upshot is that if you sloppily copy-paste a URL from IRC or whatnot into the address bar, NetSurf no longer silently ignores you if you caught some adjacent whitespace. svn path=/trunk/netsurf/; revision=4198