summaryrefslogtreecommitdiff
path: root/beos/beos_bitmap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+10
| | | | svn path=/trunk/netsurf/; revision=10865
* Remove todo comment for something already done.Michael Drake2010-08-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=10708
* While bitmap_test_opaque() is unimplemented, it is unsafe to assume it is ↵Michael Drake2010-08-131-2/+2
| | | | | | opaque, so return false instead. svn path=/trunk/netsurf/; revision=10690
* Remove dead code. Fix bitmap_set_opaque() to apply the opacity value it's ↵Michael Drake2010-08-131-5/+2
| | | | | | passed, rather than just setting it to true. svn path=/trunk/netsurf/; revision=10689
* - support BITMAP_CLEAR_MEMORY in create_bitmap()François Revel2008-10-101-2/+9
| | | | | | | - 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
* Fix prototype to get it as C linkage.François Revel2008-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=5477
* - Cleanup: remove dead gtk code and its copyrightsFrançois Revel2008-10-021-59/+15
| | | | | | | - remove unneeded fieltype hashlist code we just use the mime roster - implemented saving bitmaps svn path=/trunk/netsurf/; revision=5469
* - iMissing knockout option to falseFrançois Revel2008-10-011-2/+4
| | | | | | | - Use Begin/EndViewTransaction() though it doesn't seem to help much reduce flicker - some fiddling with bitmaps svn path=/trunk/netsurf/; revision=5466
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not ↵Michael Drake2008-09-071-17/+17
| | | | | | bits.) Fix param comments for vbitmap. svn path=/trunk/netsurf/; revision=5281
* Fix the BeOS build:François Revel2008-08-131-13/+38
| | | | | | | | | | | | | | | | | - 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
* - fixed alpha bitmap drawingFrançois Revel2008-06-041-2/+4
| | | | | | | - fixed polygon drawing - newstyle throbber, loosely copied from the gtk one. svn path=/trunk/netsurf/; revision=4259
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ↵François Revel2008-06-031-0/+425
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