summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix loggingJohn-Mark Bell2013-02-271-1/+2
|
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-2710-217/+418
|
* Fix toolbar flag setup.Ole Loots2013-02-261-1/+1
|
* Removed unused variable.Ole Loots2013-02-262-15/+6
|
* Fix handling of inline stylesheets with @importJohn-Mark Bell2013-02-263-22/+57
|
* split out object handling from render/html.cVincent Sanders2013-02-254-574/+655
|
* fix quirk stylesheet loadingVincent Sanders2013-02-253-23/+55
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfSteve Fryatt2013-02-242-0/+6
|\
| * Fix leak when handling pasteJohn-Mark Bell2013-02-241-0/+2
| |
| * Fix memory leakJohn-Mark Bell2013-02-241-0/+4
| |
* | Set Message_DataRequest length correctly.Steve Fryatt2013-02-241-1/+1
|/
* Fix handling of Ctrl-Left/Right/Up/Down in browser windows.Steve Fryatt2013-02-241-7/+8
| | | | | | Reverse Ctrl-Left/Right actions to match reality. Make Ctrl-Down duplicate End action. Tidy mixed usage of + and | in key definitions.
* refactor stylesheet handling to separate object from within html renderingVincent Sanders2013-02-247-668/+729
|
* Handle readonly attribute for text inputs and textareas.Michael Drake2013-02-233-15/+25
|
* Fix trying to free a load of stuff dereferenced from a NULL ptr.Michael Drake2013-02-221-11/+13
|
* Fix over-allocation of space for hash table chain heads.Michael Drake2013-02-221-1/+1
|
* Don't need initial caret pos now.Michael Drake2013-02-221-2/+2
|
* No point in setting caret there.Michael Drake2013-02-221-1/+0
|
* Fix drag saving text selectionsChris Young2013-02-221-1/+2
|
* Remove redundant code.John-Mark Bell2013-02-222-13/+0
|
* Remove obsolete ami_selection_to_textChris Young2013-02-223-41/+4
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2013-02-221-2/+12
|\
| * Fix min width to take account of white-space property.Michael Drake2013-02-221-2/+12
| |
* | Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-228-30/+37
|/
* Always set caret.Michael Drake2013-02-221-3/+1
|
* Shove allocation step size into #define.Michael Drake2013-02-221-12/+16
|
* Increase allocation increment step size.Michael Drake2013-02-221-13/+13
|
* Textarea tweaks for caret placement after selection removal.Michael Drake2013-02-221-3/+6
|
* Fix setting of empty selections.Michael Drake2013-02-221-0/+5
|
* Fixup for core selection change.Michael Drake2013-02-223-6/+4
|
* Don't bypass html form handling layer when passing keypress to textarea.Michael Drake2013-02-221-1/+2
|
* Various warning squashes and fixes.Michael Drake2013-02-225-5/+9
|
* Fixup for core changes. (Selection and errorcode.)Michael Drake2013-02-221-3/+4
|
* Squash warnings from errorcode shake up.Michael Drake2013-02-221-0/+1
|
* Pass select all as keypress.Michael Drake2013-02-221-2/+1
|
* Update for core change.Michael Drake2013-02-221-3/+5
|
* More fixup for new core selection treatment.Michael Drake2013-02-221-2/+2
|
* Update for new core selection stuff. Save handling still needs fixing. ↵Michael Drake2013-02-221-2/+2
| | | | Core now gives a char * that the front end should free.
* Update for new core selection handling.Michael Drake2013-02-221-2/+2
|
* Include stdbool.hMichael Drake2013-02-221-0/+1
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-226-481/+594
|\ | | | | | | | | Conflicts of doom: render/html.c
| * remove alloc.cChris Young2013-02-211-1/+1
| |
| * Remove this; it's worse in real-life situations than the buggy newlib version.Chris Young2013-02-211-36/+0
| |
| * Deactivate alloc replacement; it refuses to work when other libs are ↵Chris Young2013-02-211-1/+0
| | | | | | | | involved. Replacing the relevant malloc/realloc/free triplets in textarea.c does appear to work with the replacement, however.
| * Attempt replacement of memory allocation functions with primitive working ↵Chris Young2013-02-212-1/+38
| | | | | | | | alternatives
| * memory leakChris Young2013-02-201-0/+3
| |
| * correct reference counting for moved css callsVincent Sanders2013-02-201-16/+6
| |
| * deal with inline styles on updates instead of insertVincent Sanders2013-02-202-79/+159
| |
| * change stylesheet fetching to be generated from the default dom eventsVincent Sanders2013-02-194-448/+509
| |
| * refactor stylesheet fetching code to not have redundant sheet countVincent Sanders2013-02-191-68/+47
| |