summaryrefslogtreecommitdiff
path: root/beos/window.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-359/+0
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* beos: Fix clipboard handling to use the new APIFrançois Revol2013-01-201-61/+21
|
* beos: More debug output cleanupFrançois Revol2012-11-251-3/+3
|
* beos: Silence debug outputFrançois Revol2012-11-251-4/+4
| | | | Either comment them or change to LOG() calls.
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-11/+51
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Stab at fixing beos build for private bw struct.Michael Drake2012-08-221-1/+1
|
* Remove unused includes.Michael Drake2012-08-201-1/+0
|
* Convert to use selection_copy_to_clipboard() and font style passed via ↵Michael Drake2012-08-131-37/+10
| | | | gui_add_to_clipboard. Note: untested.
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-3/+5
|
* Simplify font colour acquisition.Michael Drake2012-08-131-4/+1
|
* Fix BeOS build:François Revel2012-03-251-0/+1
| | | | | | | - comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+1773
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554