summaryrefslogtreecommitdiff
path: root/beos/beos_gui.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tone down debug output a bit.François Revel2011-04-221-1/+1
* Change rsrc: fetcher to check the mime type of resources from the extension. ...François Revel2011-03-211-3/+3
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Forward resources: to rsrc: which the BeOS port already has to use the stuff ...François Revel2011-02-271-1/+4
* The frontend has no business calling fetch_poll(). Stop it.John Mark Bell2011-02-231-1/+0
* add resource handlingVincent Sanders2011-02-231-0/+6
* Fix the build.François Revel2011-02-221-1/+1
* Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). Upda...François Revel2011-01-301-0/+3
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-10/+0
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-7/+0
* Copy over the gtk implementation of url_to_path/path_to_url(). This fixes get...François Revel2010-08-121-5/+20
* Fix BeOS build:François Revel2010-08-021-18/+33
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Check the last character for a path separator, rather than the NULL string te...Chris Young2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-2/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* Make downloads work again.John Mark Bell2010-04-051-6/+6
* rationalise the usage of the file schemeVincent Sanders2010-03-311-3/+3
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-18/+22
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-2/+11
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+11
* Hubbub is no longer optional.John Mark Bell2009-04-171-10/+0
* Call netsurf_init() from the thread creating the replicant, then the main loo...François Revel2008-10-161-2/+4
* - handle NetPositive what codes; this makes it easy to use NetSurf instead by...François Revel2008-10-161-0/+14
* Add Replicant support. No it's not about cyborgs, just embedding NetSurf into...François Revel2008-10-161-8/+32
* - support BITMAP_CLEAR_MEMORY in create_bitmap()François Revel2008-10-101-1/+17
* - fix for copying selection to clipboardFrançois Revel2008-10-091-0/+14
* Fix app signature for Haiku's StyledEdit.François Revel2008-10-071-1/+1
* - fix using undefined fd_sets in case active was false. Looks like I was too ...François Revel2008-10-071-67/+4
* - less debug outputFrançois Revel2008-10-061-2/+2
* Make gui_poll() a little better. Don't check for the event pipe fd if select ...François Revel2008-10-061-3/+6
* Add Hubbub support, should work much better when actually initializing it.François Revel2008-10-051-0/+31
* Fix build and opening source file in editor.François Revel2008-10-051-8/+10
* Add support for editting page source.François Revel2008-10-031-0/+90
* - cleanup dead gtk code and copyrightsFrançois Revel2008-10-021-97/+23
* Use find_directory() to find where to put settings instead of polluting ~/.François Revel2008-10-021-23/+42
* - Cleanup: remove dead gtk code and its copyrightsFrançois Revel2008-10-021-2/+2
* - switch to using builtin css files from rsrc:François Revel2008-10-021-2/+12
* Fix BeOS build. We don't handle tabs yet though.François Revel2008-08-261-1/+1
* Fix the BeOS build:François Revel2008-08-131-5/+24
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-291-1/+1
* Use bundled resources instead of separate files. throbber uses 'data' type al...François Revel2008-06-071-8/+7
* Add copyrightsFrançois Revel2008-06-071-0/+1
* - fixed alpha bitmap drawingFrançois Revel2008-06-041-1/+31
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ...François Revel2008-06-031-0/+1018