James Bursa
d860d93de2
Check file exists in bitmap_create_file(). Fixes empty local history when Scrap is wiped.
...
svn path=/trunk/netsurf/; revision=4335
2008-06-15 00:27:22 +00:00
James Bursa
337a2004cc
Don't crash when attempting to save a bitmap with no data. This can happen when out of memory.
...
svn path=/trunk/netsurf/; revision=4332
2008-06-14 23:13:19 +00:00
Adrian Lees
aefa03aed9
Save non-opaque images with a proper mask/full alpha channel
...
svn path=/trunk/netsurf/; revision=4047
2008-03-24 01:35:13 +00:00
Vincent Sanders
2f864eeecc
Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text
...
svn path=/trunk/netsurf/; revision=3486
2007-08-08 16:16:03 +00:00
Daniel Silverstone
6807b4208a
Remove the netsurf/ from the include paths and rationalise use of <> vs "" in includes
...
NetSurf includes are now done with ""s and other system includes with <>s as C intended.
The scandeps tool has been updated to only look for ""ed includes, and to verify that the
files exist in the tree before adding them to the dependency lines. The depend rule has
therefore been augmented to make sure the autogenerated files are built before it is run.
This is untested under self-hosted RISC OS builds. All else tested and works.
svn path=/trunk/netsurf/; revision=3307
2007-05-30 22:39:54 +00:00
Michael Drake
ba23e4b693
Update project URL.
...
svn path=/trunk/netsurf/; revision=3073
2006-11-27 15:35:18 +00:00
James Bursa
b51f807fe3
Fix uninformative error message log.
...
svn path=/trunk/netsurf/; revision=2903
2006-08-30 20:09:02 +00:00
Richard Wilson
cad95f5aca
Add ptr_lr shape and iconise outline for pre-RISC OS 5.
...
svn path=/trunk/netsurf/; revision=2807
2006-08-04 19:18:27 +00:00
John Mark Bell
9eb3efff78
Make filename_create_directory check if directory already exists
...
Constify return of filename_request
Make bitmap save code check for filename_request failure
Update ro_gui_view_source to take account of constification
svn path=/trunk/netsurf/; revision=2639
2006-06-20 22:58:36 +00:00
Richard Wilson
a2465c779f
Remove RISC OS dependencies from filename code.
...
svn path=/trunk/netsurf/; revision=2540
2006-04-21 23:49:52 +00:00
Adrian Lees
74a86c3751
[project @ 2006-03-24 04:00:27 by adrianl]
...
Missing #include
svn path=/import/netsurf/; revision=2159
2006-03-24 04:00:27 +00:00
Adrian Lees
4b03028b51
[project @ 2006-03-24 03:44:33 by adrianl]
...
Use thumbnails for iconised windows
svn path=/import/netsurf/; revision=2157
2006-03-24 03:44:37 +00:00
Richard Wilson
3d9a1198db
[project @ 2006-02-22 01:58:19 by rjw]
...
Reduce constant bitmap overhead per reference by moving to a flag word. Allow bitmaps to be reduced back to their raw data to free extra memory in a highly efficient manner.
svn path=/import/netsurf/; revision=2089
2006-02-22 01:58:19 +00:00
Richard Wilson
01cc7987c7
[project @ 2006-02-21 22:29:17 by rjw]
...
Fix broken decompression
svn path=/import/netsurf/; revision=2088
2006-02-21 22:29:17 +00:00
Richard Wilson
4cc85469cb
[project @ 2006-02-21 20:49:11 by rjw]
...
Allow any content to be used as a background. Simplify bitmap code.
svn path=/import/netsurf/; revision=2087
2006-02-21 20:49:12 +00:00
Richard Wilson
ef1f971a9a
[project @ 2006-01-24 23:05:22 by rjw]
...
Don't allocate memory until it's actually needed.
svn path=/import/netsurf/; revision=2029
2006-01-24 23:05:22 +00:00
Richard Wilson
2765c12163
[project @ 2006-01-02 22:04:35 by rjw]
...
Remove redundant externs.
svn path=/import/netsurf/; revision=1957
2006-01-02 22:04:35 +00:00
Richard Wilson
1f9a35369b
[project @ 2006-01-02 02:52:53 by rjw]
...
Allow dynamic memory configuration.
svn path=/import/netsurf/; revision=1938
2006-01-02 02:52:53 +00:00
Richard Wilson
faabbafa38
[project @ 2005-12-31 04:29:00 by rjw]
...
Improve efficiency of bitmaps not held in memory
svn path=/import/netsurf/; revision=1908
2005-12-31 04:29:00 +00:00
Richard Wilson
17aa1a3ff3
[project @ 2005-12-18 15:53:47 by rjw]
...
Ensure bitmap dimensions are as expected before decompression.
svn path=/import/netsurf/; revision=1899
2005-12-18 15:53:47 +00:00
Adrian Lees
09768a5008
[project @ 2005-10-01 23:28:46 by adrianl]
...
Make robust against missing/unexpected thumbnail filenames, eg. saving errors (caused SIGSEGV recursion when starting)
svn path=/import/netsurf/; revision=1869
2005-10-01 23:28:46 +00:00
John Mark Bell
5903845c4a
[project @ 2005-09-07 20:22:33 by jmb]
...
Tighten up error checking.
When loading bitmaps from the disk cache, ensure they look valid.
svn path=/import/netsurf/; revision=1862
2005-09-07 20:22:33 +00:00
Adrian Lees
4a5dc6d5cc
[project @ 2005-07-16 05:54:45 by adrianl]
...
Thumbnails displayed and dragged for full page save; spelling correction
svn path=/import/netsurf/; revision=1793
2005-07-16 05:54:45 +00:00
Adrian Lees
ba6f228418
[project @ 2005-06-26 23:24:03 by adrianl]
...
Fix calculation of available memory
svn path=/import/netsurf/; revision=1769
2005-06-26 23:24:03 +00:00
Richard Wilson
b88a81b9d9
[project @ 2005-06-23 17:22:28 by rjw]
...
Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2.
svn path=/import/netsurf/; revision=1761
2005-06-23 17:22:28 +00:00
Richard Wilson
ec9db1d6af
[project @ 2005-04-29 01:35:52 by rjw]
...
Only initialise canvases if we need to.
svn path=/import/netsurf/; revision=1699
2005-04-29 01:35:52 +00:00
Adrian Lees
89993a5bf2
[project @ 2005-04-15 05:54:44 by adrianl]
...
Text selection, page drag scrolling, drag-saving images and a few SaveAs improvements
svn path=/import/netsurf/; revision=1640
2005-04-15 05:54:44 +00:00
James Bursa
ed05aa87f8
[project @ 2004-12-25 11:37:35 by bursa]
...
Fix line endings.
svn path=/import/netsurf/; revision=1409
2004-12-25 11:37:35 +00:00
Richard Wilson
542f783b18
[project @ 2004-11-10 19:51:31 by rjw]
...
Further GIF optimisation to reduce flicker.
svn path=/import/netsurf/; revision=1356
2004-11-10 19:51:32 +00:00
James Bursa
511d66331f
[project @ 2004-10-17 21:16:00 by bursa]
...
Move to use plotters. Replace html.layout->children with html.layout.
svn path=/import/netsurf/; revision=1318
2004-10-17 21:16:00 +00:00
Richard Wilson
403f12872d
[project @ 2004-10-04 23:54:42 by rjw]
...
Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too.
svn path=/import/netsurf/; revision=1301
2004-10-04 23:54:42 +00:00
John Mark Bell
101c87958d
[project @ 2004-09-04 16:41:28 by jmb]
...
Fix jpeg redraw
Move png.c/h to /image and rework to use the bitmap code
Make RISC OS bitmap struct publically accessible (via riscos/bitmap.h)
Draw export now embeds JPEGs and PNGs/MNGs/JNGs correctly again.
Background images are now plotted correctly again.
svn path=/import/netsurf/; revision=1268
2004-09-04 16:41:28 +00:00
James Bursa
a9e62d78f7
[project @ 2004-09-04 07:08:26 by bursa]
...
Add missing files.
svn path=/import/netsurf/; revision=1266
2004-09-04 07:08:26 +00:00