summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-07-262-2/+3
|\
| * add libdomVincent Sanders2012-07-261-2/+2
| * add missing includeVincent Sanders2012-07-261-0/+1
* | s/object/option/Michael Drake2012-07-261-1/+1
|/
* A few tweaks from when I was looking for internal font renderer bug in wrong ...Michael Drake2012-07-261-6/+8
* More use of interns.Michael Drake2012-07-263-32/+93
* Use interns for string comparisons.Michael Drake2012-07-263-9/+39
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-261-3/+18
|\
| * Merge origin/mono/change-atari-defaults on Ole Loots' behalf.Daniel Silverstone2012-07-261-3/+18
| |\
| | * Added option commentsOle Loots2012-07-261-0/+6
| | * Adjusted atari defaultsOle Loots2012-07-261-3/+12
| |/
* / Implemented a new colour picker.Ole Loots2012-07-264-167/+272
|/
* Clean up flags setup, requires changes to Makefile.defaultOle Loots2012-07-251-13/+23
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-2512-183/+923
|\
| * doxygen serious warning cleanupVincent Sanders2012-07-2410-16/+27
| * update doxygen configVincent Sanders2012-07-241-164/+893
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfVincent Sanders2012-07-241-35/+35
| |\
| * | fix library link orderVincent Sanders2012-07-241-3/+3
* | | Fixed colour type for vs* functions, added comments.Ole Loots2012-07-251-13/+42
| |/ |/|
* | Change Disegna to Draw for consistency, and because this refers to !DrawChris Young2012-07-231-2/+2
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-07-233-14/+16
|\|
| * change to use netsurf toolchain buildVincent Sanders2012-07-233-14/+16
* | Update of Italian strings (credit: Samir Hawamdeh)Chris Young2012-07-231-33/+33
|/
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-234-38/+87
|\
| * Fix reference counting in generic sibling selection callback.Michael Drake2012-07-231-1/+2
| * Compare interns instead of strings in html_forms.cMichael Drake2012-07-233-37/+85
| * Fix free of NULL.Michael Drake2012-07-231-1/+1
* | Changed toolbar_bg_color to type "colour",Ole Loots2012-07-234-97/+94
|/
* 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
* | 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