François Revol
48dc679d7b
beos: Fix replicants
...
Waiting on the semaphore was not enough, it was causing a crash on
replicant removal. Now we wait for the replicant main thread to exit.
It fixes replicants, at least when a single one is used per application.
Using more than one still causes issues due to some libs not liking
being used twice (hlcache it seems).
12 years ago
Adrien Destugues - PulkoMandy
29f062e963
beos: Fix some cpp warnings
12 years ago
Michael Drake
a3c00c7192
Fixup for core selection change.
12 years ago
Vincent Sanders
869c7245f5
clean out useless outdated #if 0 blocks they serve no purpose and keep causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
12 years ago
Vincent Sanders
529ca251fc
rename flags for browser_window routines to be shorter
12 years ago
Vincent Sanders
b112dec78d
change browser_window_create and refactor all callsites
12 years ago
Vincent Sanders
3bfb5b96a7
browser_window_navigate refactor
12 years ago
François Revol
87946c5de8
beos: Fix clipboard handling to use the new API
12 years ago
François Revol
1765212be2
beos: Fix replicating with empty URL in archive
...
We just got to about: when no valid URL is passed.
12 years ago
François Revol
38b17e1112
beos: Partial replicant instanciation fix
...
* use the correct resources
* work around a deadlock, allows BeHappy to start, though removing
the replicant from Tracker crashes
12 years ago
François Revol
9b009dfb01
beos: Fix toolbar border
...
Use B_PLAIN_BORDER instead of the default B_FANCY_BORDER.
Also force full redraw on resize to avoid artefacts.
12 years ago
François Revol
dea524f585
beos: gcc2 fix
12 years ago
Adrien Destugues - PulkoMandy
eb28188661
Update the BeOS/Haiku port
...
* 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>
12 years ago
Michael Drake
37d148f4d7
Stab at fixing beos build for private bw struct.
13 years ago
Michael Drake
d4ca800268
Use proper function for box tree dump.
13 years ago
Michael Drake
854e556041
Remove unused includes.
13 years ago
François Revel
b9a2def970
Fix BeOS build:
...
- comment out unneeded includes for now,
- fix static lib linking order.
svn path=/trunk/netsurf/; revision=13713
13 years ago
François Revel
a66adbbfef
Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds.
...
svn path=/trunk/netsurf/; revision=13554
13 years ago