summaryrefslogtreecommitdiff
path: root/beos/beos_thumbnail.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-168/+0
| | | | | | and the rest so it builds. svn path=/trunk/netsurf/; revision=13554
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Fill out struct after creation.Michael Drake2011-09-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12762
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-3/+6
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-2/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.Michael Drake2011-03-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=11944
* Fix the build.François Revel2011-02-221-3/+4
| | | | svn path=/trunk/netsurf/; revision=11766
* Use core thumbnail_redraw() function in BeOS front end.Michael Drake2011-02-201-11/+1
| | | | svn path=/trunk/netsurf/; revision=11722
* Impose maximum constraint on BeOS intrim thumbnail size.Michael Drake2011-02-201-20/+15
| | | | svn path=/trunk/netsurf/; revision=11721
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-0/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-2/+7
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Fix BeOS build:François Revel2010-08-021-7/+15
| | | | | | | | | | - struct content -> hlcache_handle - login window (though it won't work yet as the message isn't handled, and since we don't have the window pointer anymore we can't add the alert as subset of the window...), - rsrc fetcher, - netsurf_init() args (but the replicant is still broken due to this), - export the realpath() hack as it's needed elsewhere too. svn path=/trunk/netsurf/; revision=10677
* Accomodate for plotter API change.François Revel2010-01-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=9777
* - support BITMAP_CLEAR_MEMORY in create_bitmap()François Revel2008-10-101-1/+1
| | | | | | | - copying to clipboard now constructs a text_run_array for StyledEdit, that is added to the clipboard. In applications supporting it it pastes the text with the correct fonts and sizes, and the text colors. - tried to find which line in source code the selection starts to open the editor there, but it's not finished so it's disabled. svn path=/trunk/netsurf/; revision=5533
* - cleanup dead gtk code and copyrightsFrançois Revel2008-10-021-1/+0
| | | | | | - fix refs received before we have a window open (as in OpenWith...), maybe I should just open a new window each time anyway ? svn path=/trunk/netsurf/; revision=5476
* - Cleanup: remove dead gtk code and its copyrightsFrançois Revel2008-10-021-0/+2
| | | | | | | - remove unneeded fieltype hashlist code we just use the mime roster - implemented saving bitmaps svn path=/trunk/netsurf/; revision=5469
* Implemented thumbnails, though we don't use them yet.François Revel2008-10-011-49/+81
| | | | svn path=/trunk/netsurf/; revision=5465
* Fix the BeOS build:François Revel2008-08-131-0/+1
| | | | | | | | | | | | | | | | | - hack to work around stdbool.h issue with R5 devkit - fix prototypes - fix bitmap code - fix copy-paste on forward button - remove unused gif throbber loading code - R5 rgb_color doesn't have != operator, use memcmp() - switch back to file based [beos]default.css for the time being - realpath() hack for R5 Regressions: - asserts on haiku-os.org - no libns* yet, so less image support - text field input doesn't work anymore. svn path=/trunk/netsurf/; revision=5109
* Add copyrightsFrançois Revel2008-06-071-0/+1
| | | | | | Notes on a plot_path implementation. svn path=/trunk/netsurf/; revision=4292
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ↵François Revel2008-06-031-0/+133
GTK version. Some fixes are needed elsewhere but non-obvious ones I'll post on the mailing list for discussion. Currently it opens windows with a toolbar, url and status bar, a (yet empty) menu bar. Rendering seems to work including scrolling at scale 1 (other non-tested). framesets seems broken though. svn path=/trunk/netsurf/; revision=4253