summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Forward resources: to rsrc: which the BeOS port already has to use the stuff ↵François Revel2011-02-271-1/+4
| | | | | | embedded in the binary. Doesn't seem to be used yet though !? svn path=/trunk/netsurf/; revision=11836
* The frontend has no business calling fetch_poll(). Stop it.John Mark Bell2011-02-231-1/+0
| | | | svn path=/trunk/netsurf/; revision=11773
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Fix the build.François Revel2011-02-223-5/+6
| | | | svn path=/trunk/netsurf/; revision=11766
* Pass bw, not content.Michael Drake2011-02-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11726
* Port BeOS front end to browser_window_redraw().Michael Drake2011-02-201-9/+3
| | | | svn path=/trunk/netsurf/; revision=11725
* Use core thumbnail_redraw() function in BeOS front end.Michael Drake2011-02-201-11/+1
| | | | svn path=/trunk/netsurf/; revision=11722
* Impose maximum constraint on BeOS intrim thumbnail size.Michael Drake2011-02-201-20/+15
| | | | svn path=/trunk/netsurf/; revision=11721
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-0/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-13/+24
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-132-6/+14
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). ↵François Revel2011-01-306-45/+198
| | | | | | Update those when they are updated in ZETA. Also update the toolbar and statusbar background. svn path=/trunk/netsurf/; revision=11535
* Fix BeOS build.François Revel2011-01-301-5/+17
| | | | svn path=/trunk/netsurf/; revision=11531
* add default system colour handlers to each frontendVincent Sanders2011-01-302-1/+285
| | | | svn path=/trunk/netsurf/; revision=11530
* Attempt to exit the main loop properly from the replicant view destructor. ↵François Revel2010-12-121-4/+9
| | | | | | There are still some issues with multiple instances or on second instanciation though... svn path=/trunk/netsurf/; revision=11030
* Fix passing replicant args. Remove debug output.François Revel2010-12-121-4/+2
| | | | svn path=/trunk/netsurf/; revision=11029
* Fix Replicant instanciation, though it doesn't get the url correctly yet, ↵François Revel2010-12-121-5/+12
| | | | | | and leaves stuff behind when removed (like the main thread). svn path=/trunk/netsurf/; revision=11028
* Remove last remnants of AliasesRob Kendrick2010-12-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=11003
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=10982
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-10/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+23
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+81
| | | | | | Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910
* Merge treeview-redux to trunkJohn Mark Bell2010-10-056-321/+56
| | | | svn path=/trunk/netsurf/; revision=10865
* Remove todo comment for something already done.Michael Drake2010-08-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=10708
* Fix colors on copying to clipboard.François Revel2010-08-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=10704
* Remove printfs from bitmap plotter.Michael Drake2010-08-141-2/+1
| | | | svn path=/trunk/netsurf/; revision=10699
* Delete dead code and tweak polygon plotter. Still wrong, but better.Michael Drake2010-08-131-39/+1
| | | | svn path=/trunk/netsurf/; revision=10692
* Turn on knockout rendering.Michael Drake2010-08-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10691
* While bitmap_test_opaque() is unimplemented, it is unsafe to assume it is ↵Michael Drake2010-08-131-2/+2
| | | | | | opaque, so return false instead. svn path=/trunk/netsurf/; revision=10690
* Remove dead code. Fix bitmap_set_opaque() to apply the opacity value it's ↵Michael Drake2010-08-131-5/+2
| | | | | | passed, rather than just setting it to true. svn path=/trunk/netsurf/; revision=10689