summaryrefslogtreecommitdiff
path: root/beos/beos_scaffolding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix up BeOS front end.Michael Drake2011-07-131-3/+4
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+6
* Even less debug output.François Revel2011-04-221-1/+1
* Fix BeOS build:François Revel2011-03-171-0/+1
* Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.Michael Drake2011-03-091-1/+0
* Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). Upda...François Revel2011-01-301-17/+68
* Attempt to exit the main loop properly from the replicant view destructor. Th...François Revel2010-12-121-4/+9
* Fix passing replicant args. Remove debug output.François Revel2010-12-121-4/+2
* Fix Replicant instanciation, though it doesn't get the url correctly yet, and...François Revel2010-12-121-5/+12
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-1/+0
* Fix BeOS build:François Revel2010-08-021-3/+6
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+16
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0
* strlen() on constant string can be replaced by sizeof()-1John Tytgat2009-02-011-1/+1
* - when replicated, forbid creating windows, even though it initially works it...François Revel2008-10-171-3/+11
* Call netsurf_init() from the thread creating the replicant, then the main loo...François Revel2008-10-161-12/+18
* - handle NetPositive what codes; this makes it easy to use NetSurf instead by...François Revel2008-10-161-0/+29
* Add Replicant support. No it's not about cyborgs, just embedding NetSurf into...François Revel2008-10-161-279/+554
* - support BITMAP_CLEAR_MEMORY in create_bitmap()François Revel2008-10-101-1/+1
* - fix for copying selection to clipboardFrançois Revel2008-10-091-30/+43
* Add clipboard support. Works mostly.François Revel2008-10-081-0/+14
* Dereference symlinks on B_REFS_RECEIVED. This way dropping a symlink to an ht...François Revel2008-10-071-0/+10
* - Remove dead gtk codeFrançois Revel2008-10-061-53/+29
* Add support for editting page source.François Revel2008-10-031-0/+5
* Make sure menu items all get the target set recursively.François Revel2008-10-021-10/+11
* Add window shortcuts for toolbar actions.François Revel2008-10-021-0/+22
* Partially fix menu shortcut handling, however I'm not sure how to set Functio...François Revel2008-10-021-1/+7
* Implemented the login dialog.François Revel2008-10-021-1/+5
* First try at implementing menus, from RiscOS ones but lots don't work yet.François Revel2008-10-021-133/+481
* Fix the BeOS build:François Revel2008-08-131-2/+2
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-291-1/+1
* Add copyrightsFrançois Revel2008-06-071-0/+1
* - fixed alpha bitmap drawingFrançois Revel2008-06-041-1/+3
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ...François Revel2008-06-031-0/+1607