summaryrefslogtreecommitdiff
path: root/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* Don't build or include old render/textinput module.Michael Drake2013-02-071-1/+1
|
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-1/+1
| | | | | (Input element types text & password, and textarea element.) Can edit and submit forms, but there are loads of issues.
* Remove code that hasn't been used since 2004.John-Mark Bell2013-01-121-18/+0
|
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-101-1/+1
|
* add document.body, head and documentElement gettersVincent Sanders2012-11-071-1/+1
| | | | add a dom utility file and use it
* use generated htmldocument bindingVincent Sanders2012-10-251-8/+4
|
* treeview.c hasn't been pushed yet.Michael Drake2012-10-241-1/+1
|
* More useful title info for images.Michael Drake2012-10-241-1/+1
|
* Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.Michael Drake2012-10-121-3/+3
|
* If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version ↵Daniel Silverstone2012-10-061-0/+1
| | | | string and also mention it in the testament
* fixup jsapi dom interface to include correct html/dom acessor hierachyVincent Sanders2012-08-151-1/+1
|
* add element objectVincent Sanders2012-08-051-1/+1
|
* Interned string cleanup, phase 2: Create utils/corestrings and use it in css ↵Michael Drake2012-07-221-4/+5
| | | | handler.
* 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