summaryrefslogtreecommitdiff
path: root/beos
Commit message (Expand)AuthorAgeFilesLines
* Remove unused nsbeos_gui_window_attach_child function.Michael Drake2011-09-051-33/+0
* Delete same from GTK code copy in BeOS code.Michael Drake2011-09-051-16/+5
* Remove frames handling from gui_create_browser_window().Michael Drake2011-09-051-37/+7
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-59/+0
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
* Fix up BeOS front end.Michael Drake2011-07-131-3/+4
* Fix up BeOS for r12574 API change.Michael Drake2011-07-061-5/+3
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-303-6/+18
* Remove search function that's implemented in the core.Michael Drake2011-06-281-8/+0
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
* Remove gui_window_set_scale().Michael Drake2011-06-241-12/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-0/+2
* Automatically build an rdef file importing the resources listed as dependenci...François Revel2011-05-082-14/+9
* Add the icons to the BeOS resources.François Revel2011-05-072-0/+3
* Fix BeOS build after the content_factory merge.François Revel2011-05-071-2/+3
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-062-30/+2
* Even less debug output.François Revel2011-04-222-2/+2
* 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-218-26/+29
* Fix BeOS build:François Revel2011-03-172-1/+5
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Move schedule.h to utils/John Mark Bell2011-03-131-0/+1
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-2/+0
* Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.Michael Drake2011-03-095-16/+0
* Don't scale text plots in front end (BeOS).Michael Drake2011-03-081-1/+1
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
* Fix build: inline what used to be gui_window_redraw().François Revel2011-03-041-9/+13
* 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-223-5/+6
* Pass bw, not content.Michael Drake2011-02-201-1/+1
* Port BeOS front end to browser_window_redraw().Michael Drake2011-02-201-9/+3
* Use core thumbnail_redraw() function in BeOS front end.Michael Drake2011-02-201-11/+1
* Impose maximum constraint on BeOS intrim thumbnail size.Michael Drake2011-02-201-20/+15
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-0/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-13/+24
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-132-6/+14
* Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). Upda...François Revel2011-01-306-45/+198
* Fix BeOS build.François Revel2011-01-301-5/+17
* add default system colour handlers to each frontendVincent Sanders2011-01-302-1/+285
* 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