summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed toolbar_bg_color to type "colour",Ole Loots2012-07-234-97/+94
| | | | | Now the toolbar background can be configured as RGB colour.
* renamed plot functions (use plot_ prefix)Ole Loots2012-07-231-3/+3
|
* renmaed plot functions (use plot_ prefix).Ole Loots2012-07-234-56/+50
|
* moved "bitmap_resize()" to bitmap.cOle Loots2012-07-234-74/+76
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-07-222-18/+18
|\
| * Inline some functionsOle Loots2012-07-231-8/+8
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-2344-646/+1266
| |\
| * | Updated download links to latest versionsOle Loots2012-07-151-10/+10
| | |
* | | Interned string cleanup, phase 6 (final): Move html.c to corestring.Michael Drake2012-07-223-182/+109
| |/ |/|
* | Fix ref counting issue in meta tag finder.Michael Drake2012-07-221-0/+5
| |
* | Fix ref counting issue in node_id selection callback.Michael Drake2012-07-221-0/+1
| |
* | Fix ref counting issue in HEAD handler. Fix logic error too.Michael Drake2012-07-221-6/+10
| |
* | Fix ref counting issue in named sibling selection callback.Michael Drake2012-07-221-1/+2
| |
* | Interned string cleanup, phase 5: Move imagemap.c to corestring.Michael Drake2012-07-223-21/+91
| |
* | Show refcnt in lwc iterator at netsurf exit.Daniel Silverstone2012-07-221-1/+1
| |
* | Interned string cleanup, phase 4: Move html_script.c to corestring.Michael Drake2012-07-223-7/+20
| |
* | Interned string cleanup, phase 3: Move html_forms.c to corestring.Michael Drake2012-07-224-9/+11
| |
* | Fix reference handling when computing next node.John-Mark Bell2012-07-221-1/+3
| |
* | Interned string cleanup, phase 2: Create utils/corestrings and use it in css ↵Michael Drake2012-07-227-465/+556
| | | | | | | | handler.
* | Interned string cleanup, phase 1: Use lwc_string where possible in CSS handler.Michael Drake2012-07-223-353/+414
| |
* | Fix ref leak in error caseJohn-Mark Bell2012-07-221-0/+2
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfDaniel Silverstone2012-07-215-81/+77
|\ \
| * | Fix node name comparisons to be case insensitive.Michael Drake2012-07-211-74/+74
| | |
| * | Remove favicon and fix logo URL in non-en welcome pages.Michael Drake2012-07-214-7/+3
| | |
* | | Unref the <html> node where appropriate, so we don't have it left behindDaniel Silverstone2012-07-211-2/+19
|/ /
* | Add textarea support back in.Michael Drake2012-07-211-0/+50
| |
* | Avoid strcasecmp in form control creation node name handler.Michael Drake2012-07-213-14/+24
| |
* | Use online docs.Michael Drake2012-07-214-24/+15
| |
* | Update default homepage URL to about:welcome. Make RISC OS front end use ↵Michael Drake2012-07-215-24/+11
| | | | | | | | | | | | | | NETSURF_HOMEPAGE too. Currently only the English welcome page will be fetched. Need to add language negotiation to choose best language option.
* | Add about:welcome handler and enable resource:welcome.html.Michael Drake2012-07-212-2/+21
| |
* | Add welcome page resources. Add symlinks to English welcome page to gtk and ↵Michael Drake2012-07-216-0/+264
| | | | | | | | framebuffer.
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-07-211-2/+19
|\ \
| * | Plumbing for Atari cross-compilationJohn-Mark Bell2012-07-201-2/+19
| | |
* | | Fix ignore of files in !NetSurf dir.Michael Drake2012-07-211-6/+6
|/ /
* | Remove reference to robuild web page.Michael Drake2012-07-161-6/+1
| |
* | Update docs for Git.Michael Drake2012-07-156-6/+6
| |
* | Update URLs for glyph data.Michael Drake2012-07-154-4/+4
| |
* | Update some project urls.Michael Drake2012-07-152-6/+6
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-07-151-1/+1
|\ \
| * | git-testament: Cope with detached HEAD betterDaniel Silverstone2012-07-151-1/+1
| | |
* | | Fix input type test to compare correct variable.Michael Drake2012-07-151-5/+5
|/ /
* | Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-154-30/+35
| |
* | fix stylesheet renderVincent Sanders2012-07-141-1/+1
| |
* | Do not render noscript when script is enabled.John-Mark Bell2012-07-151-0/+16
| |
* | Squash warningsJohn-Mark Bell2012-07-152-2/+3
|/
* Merge branch 'vince/forms-fixed'Vincent Sanders2012-07-145-26/+470
|\ | | | | | | | | | | | | | | | | | | 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-146-465/+484
| |
| * Early <input> elements working, but we need more caseless comparisonsDaniel Silverstone2012-07-082-4/+145
| |
| * BINDING: Support <button> and added the infra for form controls a litle moreDaniel Silverstone2012-07-071-8/+152
| |
| * Binding: Construct forms objects for a documentDaniel Silverstone2012-07-071-7/+166
| |