summaryrefslogtreecommitdiff
path: root/beos/beos_gui.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build and opening source file in editor.François Revel2008-10-051-8/+10
| | | | svn path=/trunk/netsurf/; revision=5485
* Add support for editting page source.François Revel2008-10-031-0/+90
| | | | svn path=/trunk/netsurf/; revision=5479
* - cleanup dead gtk code and copyrightsFrançois Revel2008-10-021-97/+23
| | | | | | - 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
* Use find_directory() to find where to put settings instead of polluting ~/.François Revel2008-10-021-23/+42
| | | | svn path=/trunk/netsurf/; revision=5475
* - Cleanup: remove dead gtk code and its copyrightsFrançois Revel2008-10-021-2/+2
| | | | | | | - remove unneeded fieltype hashlist code we just use the mime roster - implemented saving bitmaps svn path=/trunk/netsurf/; revision=5469
* - switch to using builtin css files from rsrc:François Revel2008-10-021-2/+12
| | | | | | - add debug output to trace keyboard input as textinput doesn't work anymore. svn path=/trunk/netsurf/; revision=5468
* Fix BeOS build. We don't handle tabs yet though.François Revel2008-08-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=5209
* Fix the BeOS build:François Revel2008-08-131-5/+24
| | | | | | | | | | | | | | | | | - 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
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=4803
* Use bundled resources instead of separate files. throbber uses 'data' type ↵François Revel2008-06-071-8/+7
| | | | | | also now. svn path=/trunk/netsurf/; revision=4297
* 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-1/+31
| | | | | | | - 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/+1018
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