summaryrefslogtreecommitdiff
path: root/beos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove last remnants of AliasesRob Kendrick2010-12-051-1/+0
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-10/+0
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+23
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+81
* Merge treeview-redux to trunkJohn Mark Bell2010-10-056-321/+56
* Remove todo comment for something already done.Michael Drake2010-08-141-1/+0
* Fix colors on copying to clipboard.François Revel2010-08-141-1/+2
* Remove printfs from bitmap plotter.Michael Drake2010-08-141-2/+1
* Delete dead code and tweak polygon plotter. Still wrong, but better.Michael Drake2010-08-131-39/+1
* Turn on knockout rendering.Michael Drake2010-08-131-1/+1
* While bitmap_test_opaque() is unimplemented, it is unsafe to assume it is opa...Michael Drake2010-08-131-2/+2
* Remove dead code. Fix bitmap_set_opaque() to apply the opacity value it's pa...Michael Drake2010-08-131-5/+2
* Copy over the gtk implementation of url_to_path/path_to_url(). This fixes get...François Revel2010-08-121-5/+20
* Include the resource id enumeration header. Not used yet.François Revel2010-08-031-0/+2
* Move the resource id enum to its own header. Add a ersizing handle pic for th...François Revel2010-08-032-13/+48
* Fix BeOS build:François Revel2010-08-027-70/+96
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+4
* 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-042-2/+3
* 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-243-5/+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-282-6/+24
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
* Use correct length definitionJohn Mark Bell2010-01-231-2/+2
* Construct font_family from core family name.John Mark Bell2010-01-221-3/+9
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* Add missing gui_window_scroll_visible().François Revel2010-01-031-0/+6
* Default BeOS implementation for save_complete_gui_save() and save_complete_ht...François Revel2010-01-021-0/+87
* Fix getting the box style to a BFont. for the clipboard.François Revel2010-01-021-1/+4
* Accomodate for plotter API change.François Revel2010-01-021-1/+1
* Actually fake stdbool inclusion here as well.François Revel2010-01-021-1/+2
* Remove copy-paste leftover ?François Revel2010-01-021-2/+0
* Handle new parameter to fetch_send_callback().François Revel2010-01-021-12/+12
* s/TRANSPARENT/NS_TRANSPARENT/François Revel2010-01-021-5/+5
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-172-0/+91
* Typo.François Revel2009-08-021-1/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-233-5/+12
* Fix stupidJohn Mark Bell2009-07-222-5/+4
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-1/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-213-76/+48
* next round of plotter refactorVincent Sanders2009-07-141-21/+21