summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Remove frames handling from ro_msg_dataload function.Michael Drake2011-09-051-4/+0
| | | | svn path=/trunk/netsurf/; revision=12732
* Delete unused function.Michael Drake2011-09-051-15/+0
| | | | svn path=/trunk/netsurf/; revision=12731
* Delete dead frames handling.Michael Drake2011-09-051-58/+37
| | | | svn path=/trunk/netsurf/; revision=12730
* fix windows build, sorce file expansion being done too earlyVincent Sanders2011-09-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=12729
* Don't need to attach children to scaffolding, because there aren't any.Michael Drake2011-09-051-9/+4
| | | | svn path=/trunk/netsurf/; revision=12728
* Comment out broken copy selection to clipboard stuff and add a TODO.Michael Drake2011-09-051-4/+6
| | | | svn path=/trunk/netsurf/; revision=12727
* Remove unused nsbeos_gui_window_attach_child function.Michael Drake2011-09-051-33/+0
| | | | svn path=/trunk/netsurf/; revision=12726
* Delete same from GTK code copy in BeOS code.Michael Drake2011-09-051-16/+5
| | | | svn path=/trunk/netsurf/; revision=12725
* Remove frames handling from gui_create_browser_window().Michael Drake2011-09-051-37/+7
| | | | svn path=/trunk/netsurf/; revision=12724
* Delete some dead frames stuff.Michael Drake2011-09-051-3/+0
| | | | svn path=/trunk/netsurf/; revision=12723
* Dig out more dead frames stuff.Michael Drake2011-09-051-18/+3
| | | | svn path=/trunk/netsurf/; revision=12722
* Squash warningsJohn Mark Bell2011-09-051-2/+4
| | | | svn path=/trunk/netsurf/; revision=12721
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-047-211/+970
| | | | | | | Current periodic cache clean algorithm is poor and requires replacing with something suitable (probably a segregated LRU) The speculative load algorithm is likewise poor and only uses the image size to make a decision. svn path=/trunk/netsurf/; revision=12720
* Remove more checks for browser_window_typeChris Young2011-09-044-7/+2
| | | | svn path=/trunk/netsurf/; revision=12719
* Remove browser_window type from ami_create_menu()Chris Young2011-09-043-16/+10
| | | | | | Remove DrawInfo too, as only there for image menus which never worked. svn path=/trunk/netsurf/; revision=12718
* Fix runtime warningJohn Mark Bell2011-09-041-2/+3
| | | | svn path=/trunk/netsurf/; revision=12717
* Delete redundant browser_window_type test.Michael Drake2011-09-041-2/+1
| | | | svn path=/trunk/netsurf/; revision=12716
* Remove dead code.Michael Drake2011-09-041-26/+2
| | | | svn path=/trunk/netsurf/; revision=12715
* Fix indentation.Michael Drake2011-09-041-339/+339
| | | | svn path=/trunk/netsurf/; revision=12714
* Delete a whole bunch of redundant tests for browser_window_type. Front ends ↵Michael Drake2011-09-041-93/+11
| | | | | | now only ever have any connection to browser windows of type BROWSER_WINDOW_NORMAL. Still a couple of uses in there; ami_menu_create() shouldn't need take a browser_window_type param now. svn path=/trunk/netsurf/; revision=12713
* Remove dead code from gui_create_browser_window().Michael Drake2011-09-041-22/+4
| | | | svn path=/trunk/netsurf/; revision=12712
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-0410-264/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Purge dead code out of gui_create_browser_window().Michael Drake2011-09-041-77/+24
| | | | svn path=/trunk/netsurf/; revision=12710
* Implement frames in the core.Michael Drake2011-09-042-112/+284
| | | | svn path=/trunk/netsurf/; revision=12709
* Fix string leakageJohn Mark Bell2011-09-041-1/+3
| | | | svn path=/trunk/netsurf/; revision=12708