summaryrefslogtreecommitdiff
path: root/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'vince/forms-fixed'Vincent Sanders2012-07-141-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile.sources render/box_construct.c render/html.c render/html_internal.h Merge Daniel Silverstones forms branch
| * Rework form acessors to deal with binding changesVincent Sanders2012-07-141-1/+2
| |
* | remove parser binding layerVincent Sanders2012-07-131-1/+1
| |
* | split out script handling from htmlVincent Sanders2012-07-131-1/+2
|/
* Add initial navigator object creation.Vincent Sanders2012-07-021-1/+1
| | | | | | | Basic navigator object outline ready to add methods to. The navigator object contains all the information about the browser Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
* correctly setup window object as globalVincent Sanders2012-06-261-1/+2
| | | | svn path=/trunk/netsurf/; revision=13987
* add content handler for javascriptVincent Sanders2012-06-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=13971
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-2/+2
| | | | | | | fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968
* improve javascript supportVincent Sanders2012-06-101-7/+9
| | | | svn path=/trunk/netsurf/; revision=13962
* initial move to libdomVincent Sanders2012-03-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13573
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-1/+8
| | | | svn path=/trunk/netsurf/; revision=13360
* Beginnings of a gstreamer binding. I've been sitting on this for too longJohn Mark Bell2011-12-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=13248
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=12899
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-041-1/+1
| | | | | | | Current periodic cache clean algorithm is poor and requires replacing with something suitable (probably a segregated LRU) The speculative load algorithm is likewise poor and only uses the image size to make a decision. svn path=/trunk/netsurf/; revision=12720
* Sniff content types where appropriate.John Mark Bell2011-09-041-1/+1
| | | | | | We never sniff for CSS, nor for non-page artefacts (e.g. treeview icons) svn path=/trunk/netsurf/; revision=12707
* Fix build when using NETSURF_USE_ROSPRITEChris Young2011-08-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12674
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-3/+13
| | | | svn path=/trunk/netsurf/; revision=12673
* Core part of search improvement:Michael Drake2011-08-241-2/+2
| | | | | | | | | | + Split up browser window and content related elements of html & text search. + Associate search contexts with contents, rather than browser windows. + Remove highlighting of search terms dependency on current_redraw_browser. + Fixes issues with search contexts being applied to the wrong content. svn path=/trunk/netsurf/; revision=12646
* Refactor http utilitiesJohn Mark Bell2011-07-081-1/+5
| | | | svn path=/trunk/netsurf/; revision=12595
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with ↵Michael Drake2011-07-071-1/+2
| | | | | | browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows. svn path=/trunk/netsurf/; revision=12587
* Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ↵François Revel2011-05-161-1/+1
| | | | | | ACM doesn't use it. And kyllikki was jumping on his seat anyway... It's still in the svn history if needed. I have some stuff for view-source: and man: but I'm not use they would be appreciated either :-D svn path=/trunk/netsurf/; revision=12414
* Add a redirecting fetcher for the doi: URI scheme. Not much used but just in ↵François Revel2011-05-151-1/+1
| | | | | | case... svn path=/trunk/netsurf/; revision=12412
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12363
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-4/+5
| | | | svn path=/trunk/netsurf/; revision=12283
* Try encouraging the auto-build of testament a little harderDaniel Silverstone2011-03-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=12122
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-1/+1
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* Initial testament functionalityDaniel Silverstone2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12020
* add resource handlingVincent Sanders2011-02-231-2/+2
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-1/+2
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* add about: fetcher Vincent Sanders2011-02-151-2/+4
| | | | | | rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692
* Debug function for dumping browser_mouse_state.Michael Drake2010-12-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=11061
* Futher simplification of the makefileVincent Sanders2010-10-291-129/+6
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Fix windows url barVincent Sanders2010-10-171-1/+1
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* make windows frontend build and run againVincent Sanders2010-10-101-1/+1
| | | | | | | Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-13/+14
| | | | svn path=/trunk/netsurf/; revision=10865
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-1/+2
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Use core file fetcherChris Young2010-09-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=10759
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-2/+2
| | | | | | r=jmb svn path=/trunk/netsurf/; revision=10750
* Move directory listing HTML generation functions into separate module.Michael Drake2010-08-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=10715
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=10668
* Correct executable name. Apparently running the wrong executable makes it ↵Chris Young2010-07-101-1/+1
| | | | | | | | difficult to spot glaringly obvious bugs :) svn path=/trunk/netsurf/; revision=10625
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-3/+7
| | | | svn path=/trunk/netsurf/; revision=10605
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-2/+2
| | | | | | | | | | | | | handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same ↵Chris Young2010-05-031-1/+1
| | | | | | source tree svn path=/trunk/netsurf/; revision=10544
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=10466
* Add gtk_compat.c, which provides implementations of newer GTK functions that ↵Rob Kendrick2010-04-131-1/+1
| | | | | | we require. This is needed because some macros we were using have been deprecated and replaced with functions, and we build without deprecated features due to it spewing warnings everywhere. svn path=/trunk/netsurf/; revision=10392
* Make downloads work again.John Mark Bell2010-04-051-2/+2
| | | | svn path=/trunk/netsurf/; revision=10243
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=10180
* Factor Amiga theme-related code out to a new file. This includes all ↵Chris Young2010-03-231-0/+1
| | | | | | | | | throbber and mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145
* Replace old internal font with new one. New fontMichael Drake2010-02-061-1/+2
| | | | | | | | has bold, italic and italic&bold variants. Change internal font's encoding from CP437 to CP1252, since it has more useful glyphs for web browsing. svn path=/trunk/netsurf/; revision=9957