summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Comment out broken copy selection to clipboard stuff and add a TODO.Michael Drake2011-09-051-4/+6
* Remove unused nsbeos_gui_window_attach_child function.Michael Drake2011-09-051-33/+0
* Delete same from GTK code copy in BeOS code.Michael Drake2011-09-051-16/+5
* Remove frames handling from gui_create_browser_window().Michael Drake2011-09-051-37/+7
* Delete some dead frames stuff.Michael Drake2011-09-051-3/+0
* Dig out more dead frames stuff.Michael Drake2011-09-051-18/+3
* Squash warningsJohn Mark Bell2011-09-051-2/+4
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-047-211/+970
* Remove more checks for browser_window_typeChris Young2011-09-044-7/+2
* Remove browser_window type from ami_create_menu()Chris Young2011-09-043-16/+10
* Fix runtime warningJohn Mark Bell2011-09-041-2/+3
* Delete redundant browser_window_type test.Michael Drake2011-09-041-2/+1
* Remove dead code.Michael Drake2011-09-041-26/+2
* Fix indentation.Michael Drake2011-09-041-339/+339
* Delete a whole bunch of redundant tests for browser_window_type. Front ends ...Michael Drake2011-09-041-93/+11
* Remove dead code from gui_create_browser_window().Michael Drake2011-09-041-22/+4
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-0410-264/+0
* Purge dead code out of gui_create_browser_window().Michael Drake2011-09-041-77/+24
* Implement frames in the core.Michael Drake2011-09-042-112/+284
* Fix string leakageJohn Mark Bell2011-09-041-1/+3
* Sniff content types where appropriate.John Mark Bell2011-09-0413-116/+937
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-0325-41/+39
* Squash compiler warningsJohn Mark Bell2011-09-022-14/+14
* Add missing includeJohn Mark Bell2011-09-021-0/+1
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-025-6/+6
* Fix erroneous API usageJohn Mark Bell2011-09-021-2/+1
* Search for librosprite when cross compiling for Amiga platformsJohn Mark Bell2011-09-021-0/+1
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to in...Chris Young2011-09-024-36/+19
* Remove redundant bw->current_content check.Michael Drake2011-09-011-4/+0
* More accurate legacy font size handlingJohn Mark Bell2011-08-312-15/+97
* Don't refresh buttons when enabling/disabling. Fixes bitmap alpha/overprintingChris Young2011-08-311-5/+5
* fix buildChris Young2011-08-311-1/+1
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-314-73/+75
* add Mac OS X .dmg instalelr file build rulesVincent Sanders2011-08-311-0/+10
* Optimise out scrollbar action induced redraws with no effect.Michael Drake2011-08-311-0/+5
* fix apple image content handlerVincent Sanders2011-08-311-3/+4
* refactor bitmap out of generic content structureVincent Sanders2011-08-3117-125/+320
* Include missing header.Michael Drake2011-08-311-0/+1
* Avoid name clash.Michael Drake2011-08-311-2/+2
* Use API to find out if a browser window has a selection.Michael Drake2011-08-311-2/+2
* Removed frame artifacts. Ole Loots2011-08-301-40/+0
* Avoid double free. Wasn't triggered before, because no data was passed to des...Ole Loots2011-08-301-4/+0
* Removed usage of duplicate types for the same thing (bbox, rect) Ole Loots2011-08-302-55/+50
* #ifdef this properlyChris Young2011-08-301-2/+4
* More robustification.Michael Drake2011-08-301-5/+12
* Update to latest root certificatesChris Young2011-08-291-2/+112
* Disable the DataTypes animation handler for now as it doesn't work properlyChris Young2011-08-291-0/+2
* If no Cookies file path is set in Choices file, use default of "~/.netsurf/Co...Michael Drake2011-08-291-2/+2
* Fix build when using NETSURF_USE_ROSPRITEChris Young2011-08-281-1/+1
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-2833-216/+127