summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
* Fix building on Haiku.François Revel2012-04-171-4/+9
| | | | | | Some ui_color codes were renamed recently. Account for this. svn path=/trunk/netsurf/; revision=13879
* Fix the fix. (we used a different name for this struct member than on other ↵François Revel2012-03-291-1/+1
| | | | | | platforms) :p svn path=/trunk/netsurf/; revision=13770
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-4/+2
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Fix BeOS build:François Revel2012-03-254-5/+6
| | | | | | | - comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-2233-68/+68
| | | | | | and the rest so it builds. svn path=/trunk/netsurf/; revision=13554
* Build fix for BeOS:François Revel2012-03-222-3/+1
| | | | | | | - don't include options.h directly, - typo. svn path=/trunk/netsurf/; revision=13551
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-228-333/+118
| | | | svn path=/trunk/netsurf/; revision=13548
* Since nsurl wants to add // to url schemes, just abide by it. Third / ↵François Revel2012-03-193-6/+6
| | | | | | separates the type and name. svn path=/trunk/netsurf/; revision=13534
* Fix the BeOS build. The rsrc: fetcher was left behind some fetcher changes.François Revel2012-03-191-35/+57
| | | | svn path=/trunk/netsurf/; revision=13533
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-233-1/+3
| | | | svn path=/trunk/netsurf/; revision=13335
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* return;John Mark Bell2011-11-271-0/+6
| | | | | | Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched. svn path=/trunk/netsurf/; revision=13182
* Build resource: map at start timeJohn Mark Bell2011-10-051-37/+9
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12931
* Remove gui_multitaskJohn Mark Bell2011-09-212-13/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* gcc 2.95 knows about named initializers... just not for C++ :(François Revel2011-09-061-4/+2
| | | | svn path=/trunk/netsurf/; revision=12768
* Fill out struct after creation.Michael Drake2011-09-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12762
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-4/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Don't need to attach children to scaffolding, because there aren't any.Michael Drake2011-09-051-9/+4
| | | | svn path=/trunk/netsurf/; revision=12728
* Remove unused nsbeos_gui_window_attach_child function.Michael Drake2011-09-051-33/+0
| | | | svn path=/trunk/netsurf/; revision=12726
* Delete same from GTK code copy in BeOS code.Michael Drake2011-09-051-16/+5
| | | | svn path=/trunk/netsurf/; revision=12725
* Remove frames handling from gui_create_browser_window().Michael Drake2011-09-051-37/+7
| | | | svn path=/trunk/netsurf/; revision=12724
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-59/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12659
* Fix up BeOS front end.Michael Drake2011-07-131-3/+4
| | | | svn path=/trunk/netsurf/; revision=12600
* Fix up BeOS for r12574 API change.Michael Drake2011-07-061-5/+3
| | | | svn path=/trunk/netsurf/; revision=12577
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-303-6/+18
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Remove search function that's implemented in the core.Michael Drake2011-06-281-8/+0
| | | | svn path=/trunk/netsurf/; revision=12523
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=12515
* Remove gui_window_set_scale().Michael Drake2011-06-241-12/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-0/+2
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Automatically build an rdef file importing the resources listed as ↵François Revel2011-05-082-14/+9
| | | | | | dependencies for BeOS. svn path=/trunk/netsurf/; revision=12306
* Add the icons to the BeOS resources.François Revel2011-05-072-0/+3
| | | | svn path=/trunk/netsurf/; revision=12301
* Fix BeOS build after the content_factory merge.François Revel2011-05-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=12290
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-062-30/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* Even less debug output.François Revel2011-04-222-2/+2
| | | | svn path=/trunk/netsurf/; revision=12234
* Tone down debug output a bit.François Revel2011-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=12222
* Change rsrc: fetcher to check the mime type of resources from the extension. ↵François Revel2011-03-218-26/+29
| | | | | | Add needed resource to get about: working. svn path=/trunk/netsurf/; revision=12119
* Fix BeOS build:François Revel2011-03-172-1/+5
| | | | | | | - missing include, - use css_computed_color() accessor instead of struct css_computed_style member as it's now opaque to us. svn path=/trunk/netsurf/; revision=12100
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Move schedule.h to utils/John Mark Bell2011-03-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-2/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.Michael Drake2011-03-095-16/+0
| | | | svn path=/trunk/netsurf/; revision=11944
* Don't scale text plots in front end (BeOS).Michael Drake2011-03-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11938
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* Fix build: inline what used to be gui_window_redraw().François Revel2011-03-041-9/+13
| | | | svn path=/trunk/netsurf/; revision=11902