summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Implementing selection and clipboard functions.Sven Weidauer2011-01-144-37/+142
| | | | svn path=/trunk/netsurf/; revision=11319
* Better mouse handling for browserSven Weidauer2011-01-142-3/+42
| | | | svn path=/trunk/netsurf/; revision=11318
* Implemented download windowSven Weidauer2011-01-145-29/+755
| | | | svn path=/trunk/netsurf/; revision=11317
* Opening URLsSven Weidauer2011-01-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11316
* Correctly handling users closing windowsSven Weidauer2011-01-132-6/+17
| | | | svn path=/trunk/netsurf/; revision=11311
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-138-68/+312
| | | | svn path=/trunk/netsurf/; revision=11310
* Implemented tree view/history window.Sven Weidauer2011-01-136-6/+485
| | | | svn path=/trunk/netsurf/; revision=11309
* Copy scale value from cloned window and setting new clip rect for every ↵Sven Weidauer2011-01-132-3/+6
| | | | | | drawing operation. svn path=/trunk/netsurf/; revision=11308
* Adding build instructions for Cocoa and building with system-provided libpng ↵Sven Weidauer2011-01-132-2/+91
| | | | | | by default. svn path=/trunk/netsurf/; revision=11307
* Recalculating actual position in string after text split.Sven Weidauer2011-01-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=11300
* Added UTF-8 to local encoding conversion functions. Just copies the string.Sven Weidauer2011-01-121-5/+10
| | | | svn path=/trunk/netsurf/; revision=11299
* Check for animating GIF favicon only if compiled with GIF support.Sven Weidauer2011-01-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=11298
* including <cocoa/cocoa.h> in prefix headerSven Weidauer2011-01-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=11297
* Added iconSven Weidauer2011-01-123-2/+6
| | | | svn path=/trunk/netsurf/; revision=11296
* Changed project file to use .xcconfig files and added shell script ↵Sven Weidauer2011-01-126-126/+215
| | | | | | (config/detect.sh) to auto-generate local config file using pkg-config svn path=/trunk/netsurf/; revision=11295
* Rendering only dirty rectsSven Weidauer2011-01-121-11/+17
| | | | svn path=/trunk/netsurf/; revision=11294
* Fix url_host_is_ip_address() when encountering blatently invalid IPv4 ↵John Mark Bell2011-01-121-10/+27
| | | | | | | | addresses (which inet_aton fails to notice). Also fix a number of insidious buffer overflows. svn path=/trunk/netsurf/; revision=11293
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-1233-0/+5640
| | | | svn path=/trunk/netsurf/; revision=11292
* Add Mac OS X detection to config.h (credit: Sven Weidauer)John Mark Bell2011-01-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=11291
* Add test for purely numeric subdomains (currently fails)John Mark Bell2011-01-121-2/+3
| | | | svn path=/trunk/netsurf/; revision=11289
* Fix testsuiteJohn Mark Bell2011-01-123-31/+28
| | | | svn path=/trunk/netsurf/; revision=11288
* Added missing font copy commandOle Loots2011-01-101-0/+3
| | | | svn path=/trunk/netsurf/; revision=11283
* Added realpath() for plain TOS systems.Ole Loots2011-01-101-0/+54
| | | | svn path=/trunk/netsurf/; revision=11282
* Remove unused include.James Bursa2011-01-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=11273
* Don't clear floats if there aren't floats to clear.Michael Drake2011-01-091-2/+9
| | | | svn path=/trunk/netsurf/; revision=11270
* Copy correct libxmlChris Young2011-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11269
* Remove unnecessary assertion (we've already handled the NULL case)John Mark Bell2011-01-091-2/+0
| | | | svn path=/trunk/netsurf/; revision=11265
* Remove redundant computation.John Mark Bell2011-01-091-13/+26
| | | | | | Fix nsfont_split to actually conform to its API and not return split points in the middle of character byte sequences. svn path=/trunk/netsurf/; revision=11264
* Ensure top margin is affects static position in particular case.Michael Drake2011-01-091-1/+7
| | | | svn path=/trunk/netsurf/; revision=11262
* Document font APIs -- specifically, string lengths are specified in bytes, ↵John Mark Bell2011-01-092-1/+45
| | | | | | not characters svn path=/trunk/netsurf/; revision=11261
* Include OS3 support headerJohn Mark Bell2011-01-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=11259
* Table top/bottom margin is 0px when computed value is 'auto'.Michael Drake2011-01-081-0/+6
| | | | svn path=/trunk/netsurf/; revision=11257
* Partially support 8-bit icons for superimposeChris Young2011-01-081-7/+49
| | | | | | Fix memory leak svn path=/trunk/netsurf/; revision=11255
* ami_superimpose_favicon isn't dependent on Amiga icon loaderChris Young2011-01-071-8/+2
| | | | svn path=/trunk/netsurf/; revision=11253
* #defines for icon.library v51Chris Young2011-01-071-0/+8
| | | | svn path=/trunk/netsurf/; revision=11252
* Use base type for gfxbaseChris Young2011-01-073-4/+7
| | | | svn path=/trunk/netsurf/; revision=11249
* Ensure we poke the favicon as soon as an HTML content reaches the browser ↵Daniel Silverstone2011-01-071-1/+6
| | | | | | window. This is the earliest we can safely do this, otherwise STOP etc. can cause problems. svn path=/trunk/netsurf/; revision=11248
* Make the default favicon a desaturated netsurf logoDaniel Silverstone2011-01-071-0/+0
| | | | svn path=/trunk/netsurf/; revision=11247
* Ensure that if we're given no icon (or can't generate one) we default to the ↵Daniel Silverstone2011-01-071-13/+12
| | | | | | system-default favicon svn path=/trunk/netsurf/; revision=11246
* New tabs should be (assuming not blank) my-home-page/netsurf-home-page ↵Daniel Silverstone2011-01-071-5/+11
| | | | | | rather than current URL svn path=/trunk/netsurf/; revision=11245
* Ensure we only update the favicon rendering when the icon being updated is ↵Daniel Silverstone2011-01-071-0/+2
| | | | | | the one in the active tab. svn path=/trunk/netsurf/; revision=11244
* Fix sillinessDaniel Silverstone2011-01-071-3/+1
| | | | svn path=/trunk/netsurf/; revision=11243
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. ↵Daniel Silverstone2011-01-073-8/+21
| | | | | | Animated favicons now work svn path=/trunk/netsurf/; revision=11242
* Add cheating redraw bypass for gifs, so we can cause animation updatesDaniel Silverstone2011-01-071-0/+2
| | | | svn path=/trunk/netsurf/; revision=11241
* Ensure that we only set done once, but that we do reformat if we're updated. ↵Daniel Silverstone2011-01-071-7/+11
| | | | | | (First stage to animated favicon) svn path=/trunk/netsurf/; revision=11240
* Only consider a favicon for redraw/done if an event *caused* it to become readyDaniel Silverstone2011-01-071-2/+6
| | | | svn path=/trunk/netsurf/; revision=11239
* Include OS3 support headerJohn Mark Bell2011-01-071-0/+3
| | | | | | Squash warning about implicit declaration of free() svn path=/trunk/netsurf/; revision=11238
* Include os3support headerJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11236
* More #ifdef __amigaos4__. This is getting a little messy.John Mark Bell2011-01-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=11235
* Define __USE_BASETYPE__, makes thumbnail.c compile again on OS4. GfxBase ↵Chris Young2011-01-061-1/+1
| | | | | | | | changes will need to be made to other files in the same manner. svn path=/trunk/netsurf/; revision=11234