Commit Graph

4484 Commits

Author SHA1 Message Date
John Mark Bell f5587d22a4 Squash warning
svn path=/trunk/netsurf/; revision=6986
2009-03-29 12:49:17 +00:00
Chris Young 736cb29be0 Stop screen updates going odd when animated GIFs are in the page.
Much simpler tests than before too.

svn path=/trunk/netsurf/; revision=6985
2009-03-29 10:53:51 +00:00
John Mark Bell 87add71110 Purge WITH_DRAW_EXPORT
svn path=/trunk/netsurf/; revision=6980
2009-03-29 00:24:14 +00:00
John Mark Bell f0432b9f7b Purge WITH_SAVE_COMPLETE
svn path=/trunk/netsurf/; revision=6979
2009-03-29 00:22:20 +00:00
John Mark Bell a96fe992ab Avoid unused variable if targetting RISC OS and the jpeg library has been built to output BGR.
svn path=/trunk/netsurf/; revision=6978
2009-03-29 00:17:01 +00:00
John Mark Bell 64d47f313a Aliasing fixes
svn path=/trunk/netsurf/; revision=6977
2009-03-29 00:14:28 +00:00
Chris Young 2785f18af5 Mouse scrollwheel support
svn path=/trunk/netsurf/; revision=6976
2009-03-28 23:51:39 +00:00
Chris Young 67719a64e6 Add a note about those lines I commented out earlier.. have remembered why they were
there.  Leave them commented out pending a fix.

svn path=/trunk/netsurf/; revision=6975
2009-03-28 20:36:07 +00:00
John Mark Bell e240c200d5 Avoid potentially unsafe writes through a const pointer.
svn path=/trunk/netsurf/; revision=6974
2009-03-28 19:59:46 +00:00
John Mark Bell ce10998776 More aliasing
svn path=/trunk/netsurf/; revision=6973
2009-03-28 19:19:05 +00:00
John Mark Bell 9badebaf4e More aliasing
svn path=/trunk/netsurf/; revision=6972
2009-03-28 19:17:08 +00:00
John Mark Bell 76755556e0 Aliasing fun. This is ugly.
svn path=/trunk/netsurf/; revision=6971
2009-03-28 19:10:29 +00:00
Chris Young b180dd1a11 Stop cursor drawing off the page
Implement gui_window_save_as_link
Fix warnings


svn path=/trunk/netsurf/; revision=6970
2009-03-28 15:43:12 +00:00
Chris Young 2bf6bd72b8 Remove some checks before redraw, as they only seem to achieve stopping redraws
happening when we need them.

svn path=/trunk/netsurf/; revision=6969
2009-03-28 14:44:16 +00:00
Chris Young 3179a891d6 Fix actual_x
svn path=/trunk/netsurf/; revision=6968
2009-03-28 14:12:31 +00:00
Chris Young 2cfe83a921 Minor fixes
svn path=/trunk/netsurf/; revision=6967
2009-03-28 12:56:59 +00:00
Chris Young a28f64386e Implement a download queue for ARexx-initiated downloads. Working manually, however
GummiSurf is causing it to crash for some reason.

Split download/save routines off into a new file.

svn path=/trunk/netsurf/; revision=6966
2009-03-28 12:50:19 +00:00
John Mark Bell 02d61df4e5 Squash warning
svn path=/trunk/netsurf/; revision=6962
2009-03-28 01:31:57 +00:00
John Mark Bell 8468bbbb2d Aliasing fixes
svn path=/trunk/netsurf/; revision=6961
2009-03-28 01:27:44 +00:00
John Mark Bell 8f871d43a7 Aliasing fixes
svn path=/trunk/netsurf/; revision=6960
2009-03-28 01:16:04 +00:00
John Mark Bell 70f81c8bcf Aliasing fixes
svn path=/trunk/netsurf/; revision=6959
2009-03-28 01:15:02 +00:00
John Mark Bell 2fdb251f0c Aliasing fixes
svn path=/trunk/netsurf/; revision=6958
2009-03-28 01:11:50 +00:00
John Mark Bell 9fd2dfa712 Aliasing fixes
svn path=/trunk/netsurf/; revision=6957
2009-03-28 01:10:32 +00:00
John Mark Bell f0a06d8535 Aliasing fixes
svn path=/trunk/netsurf/; revision=6956
2009-03-28 01:09:03 +00:00
John Mark Bell c431416455 Aliasing fixes
svn path=/trunk/netsurf/; revision=6955
2009-03-28 01:02:29 +00:00
John Mark Bell 3bfd7142df Aliasing fixes
svn path=/trunk/netsurf/; revision=6954
2009-03-28 01:00:31 +00:00
John Mark Bell f6b3442823 Aliasing fixes.
svn path=/trunk/netsurf/; revision=6953
2009-03-28 00:59:39 +00:00
John Mark Bell 35a0b2c910 Revert accidental commit
svn path=/trunk/netsurf/; revision=6952
2009-03-28 00:59:11 +00:00
John Mark Bell 9b9112bd7c More aliasing fixes.
svn path=/trunk/netsurf/; revision=6951
2009-03-28 00:56:29 +00:00
Chris Young 487223feb9 Make NetSurf look a little closer to the default OS4 theme
svn path=/trunk/netsurf/; revision=6950
2009-03-27 20:04:34 +00:00
Michael Drake 86ea073c40 Improve line plotter.
svn path=/trunk/netsurf/; revision=6949
2009-03-27 19:18:52 +00:00
John Mark Bell b82801129c More aliasing avoidance/permission
svn path=/trunk/netsurf/; revision=6948
2009-03-27 18:09:49 +00:00
John Mark Bell ac6cc0e4a4 More permitted aliasing
svn path=/trunk/netsurf/; revision=6947
2009-03-27 17:55:58 +00:00
John Mark Bell fbec0d96c9 Another wimp_window_state->wimp_open conversion.
Avoid aliasing an int ** and a void **.

svn path=/trunk/netsurf/; revision=6946
2009-03-27 17:54:33 +00:00
Michael Drake a6e0dfe800 Fix off by one at line end.
svn path=/trunk/netsurf/; revision=6945
2009-03-27 17:49:39 +00:00
John Mark Bell c097ddf59e Permit aliasing of pointers to wimp_window_state and wimp_open.
svn path=/trunk/netsurf/; revision=6944
2009-03-27 17:49:25 +00:00
Michael Drake dbeeea572c Draw CSS overflow scrollbars differently. Front ends can override the colours used.
svn path=/trunk/netsurf/; revision=6943
2009-03-27 16:45:56 +00:00
Michael Drake 20a95b4f8f Update build config example comment.
svn path=/trunk/netsurf/; revision=6942
2009-03-27 14:26:43 +00:00
Daniel Silverstone 0b66f6f4c2 Ensure the example Makefile.config is just that -- an example
svn path=/trunk/netsurf/; revision=6940
2009-03-27 13:48:00 +00:00
Michael Drake aa086476e8 Include the right default build options file.
svn path=/trunk/netsurf/; revision=6939
2009-03-27 13:35:43 +00:00
Daniel Silverstone 5f55c788b6 Add a default Makefile.config with an example (commented out)
svn path=/trunk/netsurf/; revision=6938
2009-03-27 11:25:27 +00:00
Daniel Silverstone 308d2d3345 Rename Makefile.config to Makefile.defaults and update the docs
svn path=/trunk/netsurf/; revision=6937
2009-03-27 11:23:25 +00:00
Daniel Silverstone 38c56a9d73 Ensure it's clear that Makefile.config is meant to be INVIOLATE to all but core devs
svn path=/trunk/netsurf/; revision=6936
2009-03-27 11:11:43 +00:00
John Mark Bell 8f25d44891 Squash warning.
svn path=/trunk/netsurf/; revision=6935
2009-03-27 02:47:16 +00:00
John Mark Bell 0bfed166f5 Squash warnings
svn path=/trunk/netsurf/; revision=6934
2009-03-27 02:46:30 +00:00
John Mark Bell efeb0134f7 Squash warnings
svn path=/trunk/netsurf/; revision=6933
2009-03-27 02:33:35 +00:00
John Mark Bell 861970fbcd Squash warnings
svn path=/trunk/netsurf/; revision=6932
2009-03-27 02:32:26 +00:00
John Mark Bell 73365fa023 Squash warnings
svn path=/trunk/netsurf/; revision=6931
2009-03-27 02:28:30 +00:00
John Mark Bell 79a2422fd1 Squash warnings
svn path=/trunk/netsurf/; revision=6930
2009-03-27 02:25:57 +00:00
John Mark Bell 68d8ed687d Squash warning.
svn path=/trunk/netsurf/; revision=6929
2009-03-27 02:24:00 +00:00