summaryrefslogtreecommitdiff
path: root/beos/download.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-264/+0
|
* fixup haiku brakage from header changesVincent Sanders2016-04-211-0/+1
|
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
| | | | | split out the string handling API from the rest of the utils header and fix up all the fallout.
* update beos frontend to cope with updated operation tableVincent Sanders2014-10-161-1/+1
|
* beos: Fix build (missing includes)François Revol2014-02-021-0/+3
|
* beos: Fix buildFrançois Revol2014-01-161-4/+4
| | | | gcc2 doesn't know about named initializers in C++...
* split browser gui operations upVincent Sanders2014-01-151-2/+2
|
* move download operations to download tableVincent Sanders2014-01-141-4/+13
|
* beos: Set the filename in the download file panelFrançois Revol2013-03-091-1/+2
|
* beos: gcc2 fixesFrançois Revol2012-11-251-0/+3
| | | | We'll probably drop gcc2 support soon though.
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-0/+246
* 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>