summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change option to get accepted languages from Locale into a checkbox so it upd...Chris Young2011-09-113-9/+27
* Stop Esc/Ctrl-[ crashing when browser_window selection is NULLChris Young2011-09-111-1/+1
* Setting screen signals this late doesn't work, so revert r12486 completely an...Chris Young2011-09-101-19/+5
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-105-114/+161
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-095-7/+53
* do not send around message for NULL dialog. Ole Loots2011-09-091-1/+1
* Move length calculation outside loopJohn Mark Bell2011-09-081-1/+2
* Initialise bitmap ptr to NULLChris Young2011-09-081-1/+1
* make high level cache take a parameter structureVincent Sanders2011-09-084-46/+96
* Handle zero-length documents correctlyJohn Mark Bell2011-09-082-2/+37
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2
* Select fonts, sizes and colours for splash screen text rather than relying on...Chris Young2011-09-073-3/+43
* Italian messages update (credit: Samir Hawamdeh)Chris Young2011-09-071-6/+6
* Don't try to render overflow scrollbars for the root element.Michael Drake2011-09-071-1/+2
* Use Michael Drake's proper splash screenChris Young2011-09-074-5/+31
* Use ISO rand() rather than BSD random() as it is more widely supported.Chris Young2011-09-071-1/+1
* Improve resizing frames.Michael Drake2011-09-072-3/+3
* move bitmap cache initialisation up a levelVincent Sanders2011-09-073-39/+63
* gcc 2.95 knows about named initializers... just not for C++ :(François Revel2011-09-061-4/+2
* C89.François Revel2011-09-061-1/+2
* make the image_cache cleaner less brain deadVincent Sanders2011-09-063-61/+139
* Copy a non-iconv.library version of parserutils into the archive in case anyb...Chris Young2011-09-062-1/+7
* Stop plugin_hack objects crashing when not embedded into a pageChris Young2011-09-061-2/+5
* Fill out struct after creation.Michael Drake2011-09-061-4/+3
* Avoid button flickerChris Young2011-09-061-16/+22
* Swap position of context menu and behaviour optionsChris Young2011-09-061-34/+34
* Port cocoa front end to browser_window_get_contextual_content.Michael Drake2011-09-061-7/+10
* Port RISC OS front end to browser_window_get_contextual_content. Adds suppor...Michael Drake2011-09-061-20/+9
* Handle scrolled (i)frames.Michael Drake2011-09-061-0/+4
* Port GTK front end's context menu handling to browser_window_get_contextual_c...Michael Drake2011-09-061-16/+16
* Expose contextual content request API to front ends, via browser window layer.Michael Drake2011-09-062-0/+67
* HTML handler for contextual content requests.Michael Drake2011-09-061-0/+50
* Content interface to get at contextual content at point.Michael Drake2011-09-064-0/+29
* Pass html_content to imagemap_get, instead of hlcache_handle.Michael Drake2011-09-063-4/+3
* Remove chained self-assignment.Michael Drake2011-09-061-1/+1
* Remove old frame dimensions from browser_window struct.Michael Drake2011-09-061-6/+0
* Finish moving frame resizing over to new frame dimensions.Michael Drake2011-09-061-19/+20
* Move to new frame dimensions. Need to avoid poking inside bw struct here.Michael Drake2011-09-061-1/+1
* Move to new bw dimensions.Michael Drake2011-09-061-1/+1
* Updated root certificates. Removes compromised DigiNotar certs (see eg.Chris Young2011-09-051-378/+2
* Add more cache stats.Michael Drake2011-09-051-1/+32
* Count total number of images that were not rendered and log on exit.Michael Drake2011-09-051-0/+9
* Remove unused browser_window_owner function.Michael Drake2011-09-052-32/+0
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-0511-145/+8
* Remove gui_window_get_browser_window from core. Remove unused implementation...Michael Drake2011-09-0510-71/+61
* Delete frame creation handling.Michael Drake2011-09-051-40/+12
* Delete frame creation handling.Michael Drake2011-09-051-10/+4
* Delete dead handling of frame creation destruction.Michael Drake2011-09-051-28/+12
* Remove various bits of dead frames handling.Michael Drake2011-09-051-10/+1
* Remove frames handling from ro_msg_dataload function.Michael Drake2011-09-051-4/+0