summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct Code2000 addressChris Young2011-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=12788
* Change option to get accepted languages from Locale into a checkbox so it ↵Chris Young2011-09-113-9/+27
| | | | | | | | updates at startup svn path=/trunk/netsurf/; revision=12787
* Stop Esc/Ctrl-[ crashing when browser_window selection is NULLChris Young2011-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=12786
* Setting screen signals this late doesn't work, so revert r12486 completely ↵Chris Young2011-09-101-19/+5
| | | | | | | | and return to busy-looping (but a bit friendlier this time, waiting 1 second between attempts) svn path=/trunk/netsurf/; revision=12785
* Make high level cache, low level cache and image cache all be initialised ↵Vincent Sanders2011-09-105-114/+161
| | | | | | | | | from passed parameters Calculate all cache sizes from single memory cache size option and sanity check have a single global struct to hold all parameters instead of several individual variables svn path=/trunk/netsurf/; revision=12784
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-095-7/+53
| | | | svn path=/trunk/netsurf/; revision=12783
* do not send around message for NULL dialog. Ole Loots2011-09-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12782
* Move length calculation outside loopJohn Mark Bell2011-09-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=12781
* Initialise bitmap ptr to NULLChris Young2011-09-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=12780
* make high level cache take a parameter structureVincent Sanders2011-09-084-46/+96
| | | | | | make hlcache have a single global container svn path=/trunk/netsurf/; revision=12779
* Handle zero-length documents correctlyJohn Mark Bell2011-09-082-2/+37
| | | | svn path=/trunk/netsurf/; revision=12778
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2
| | | | svn path=/trunk/netsurf/; revision=12777
* Select fonts, sizes and colours for splash screen text rather than relying ↵Chris Young2011-09-073-3/+43
| | | | | | | | on system default svn path=/trunk/netsurf/; revision=12776
* Italian messages update (credit: Samir Hawamdeh)Chris Young2011-09-071-6/+6
| | | | svn path=/trunk/netsurf/; revision=12775
* Don't try to render overflow scrollbars for the root element.Michael Drake2011-09-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=12774
* Use Michael Drake's proper splash screenChris Young2011-09-074-5/+31
| | | | svn path=/trunk/netsurf/; revision=12773
* Use ISO rand() rather than BSD random() as it is more widely supported.Chris Young2011-09-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=12772
* Improve resizing frames.Michael Drake2011-09-072-3/+3
| | | | svn path=/trunk/netsurf/; revision=12771
* move bitmap cache initialisation up a levelVincent Sanders2011-09-073-39/+63
| | | | | | improve stats reporting svn path=/trunk/netsurf/; revision=12770
* gcc 2.95 knows about named initializers... just not for C++ :(François Revel2011-09-061-4/+2
| | | | svn path=/trunk/netsurf/; revision=12768
* C89.François Revel2011-09-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=12767
* make the image_cache cleaner less brain deadVincent Sanders2011-09-063-61/+139
| | | | svn path=/trunk/netsurf/; revision=12766
* Copy a non-iconv.library version of parserutils into the archive in case ↵Chris Young2011-09-062-1/+7
| | | | | | | | anybody wants to save 1MB svn path=/trunk/netsurf/; revision=12764
* Stop plugin_hack objects crashing when not embedded into a pageChris Young2011-09-061-2/+5
| | | | svn path=/trunk/netsurf/; revision=12763
* Fill out struct after creation.Michael Drake2011-09-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12762
* Avoid button flickerChris Young2011-09-061-16/+22
| | | | svn path=/trunk/netsurf/; revision=12761
* Swap position of context menu and behaviour optionsChris Young2011-09-061-34/+34
| | | | svn path=/trunk/netsurf/; revision=12760
* Port cocoa front end to browser_window_get_contextual_content.Michael Drake2011-09-061-7/+10
| | | | svn path=/trunk/netsurf/; revision=12759
* Port RISC OS front end to browser_window_get_contextual_content. Adds ↵Michael Drake2011-09-061-20/+9
| | | | | | support for saving link pointed to from imagemap. Fixes behaviour with frames. svn path=/trunk/netsurf/; revision=12758
* Handle scrolled (i)frames.Michael Drake2011-09-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=12757
* Port GTK front end's context menu handling to ↵Michael Drake2011-09-061-16/+16
| | | | | | browser_window_get_contextual_content. (Can handle various things the old code couldn't (imagemaps, (i)frames).) Fix "Save Link" menu option to save the target of the link rather than the current content. svn path=/trunk/netsurf/; revision=12756
* Expose contextual content request API to front ends, via browser window layer.Michael Drake2011-09-062-0/+67
| | | | svn path=/trunk/netsurf/; revision=12755
* HTML handler for contextual content requests.Michael Drake2011-09-061-0/+50
| | | | svn path=/trunk/netsurf/; revision=12754
* Content interface to get at contextual content at point.Michael Drake2011-09-064-0/+29
| | | | svn path=/trunk/netsurf/; revision=12753
* Pass html_content to imagemap_get, instead of hlcache_handle.Michael Drake2011-09-063-4/+3
| | | | svn path=/trunk/netsurf/; revision=12752
* Remove chained self-assignment.Michael Drake2011-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12751
* Remove old frame dimensions from browser_window struct.Michael Drake2011-09-061-6/+0
| | | | svn path=/trunk/netsurf/; revision=12750
* Finish moving frame resizing over to new frame dimensions.Michael Drake2011-09-061-19/+20
| | | | svn path=/trunk/netsurf/; revision=12749
* Move to new frame dimensions. Need to avoid poking inside bw struct here.Michael Drake2011-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12748
* Move to new bw dimensions.Michael Drake2011-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12747
* Updated root certificates. Removes compromised DigiNotar certs (see eg.Chris Young2011-09-051-378/+2
| | | | | | http://www.computerworld.com/s/article/9219727/Hackers_steal_SSL_certificates_for_CIA_MI6_Mossad) svn path=/trunk/netsurf/; revision=12745
* Add more cache stats.Michael Drake2011-09-051-1/+32
| | | | svn path=/trunk/netsurf/; revision=12741
* Count total number of images that were not rendered and log on exit.Michael Drake2011-09-051-0/+9
| | | | svn path=/trunk/netsurf/; revision=12740
* Remove unused browser_window_owner function.Michael Drake2011-09-052-32/+0
| | | | svn path=/trunk/netsurf/; revision=12739
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-0511-145/+8
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-0510-71/+61
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* Delete frame creation handling.Michael Drake2011-09-051-40/+12
| | | | svn path=/trunk/netsurf/; revision=12736
* Delete frame creation handling.Michael Drake2011-09-051-10/+4
| | | | svn path=/trunk/netsurf/; revision=12735
* Delete dead handling of frame creation destruction.Michael Drake2011-09-051-28/+12
| | | | svn path=/trunk/netsurf/; revision=12734
* Remove various bits of dead frames handling.Michael Drake2011-09-051-10/+1
| | | | svn path=/trunk/netsurf/; revision=12733