summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
...
* Propagate native caret clip rect through core.Michael Drake2013-03-051-1/+10
* Unref the node in the callbacksDaniel Silverstone2013-03-051-0/+2
* Use correct base URL for inline stylesheetsJohn-Mark Bell2013-02-273-5/+23
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-275-161/+375
* Fix handling of inline stylesheets with @importJohn-Mark Bell2013-02-262-20/+55
* split out object handling from render/html.cVincent Sanders2013-02-253-570/+651
* fix quirk stylesheet loadingVincent Sanders2013-02-253-23/+55
* Fix memory leakJohn-Mark Bell2013-02-241-0/+4
* refactor stylesheet handling to separate object from within html renderingVincent Sanders2013-02-244-665/+722
* Handle readonly attribute for text inputs and textareas.Michael Drake2013-02-231-2/+16
* Fix trying to free a load of stuff dereferenced from a NULL ptr.Michael Drake2013-02-221-11/+13
* Remove redundant code.John-Mark Bell2013-02-221-5/+0
* Fix min width to take account of white-space property.Michael Drake2013-02-221-2/+12
* Don't bypass html form handling layer when passing keypress to textarea.Michael Drake2013-02-221-1/+2
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-223-481/+571
|\
| * 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-192-448/+489
| * refactor stylesheet fetching code to not have redundant sheet countVincent Sanders2013-02-191-68/+47
* | A load of refactoring of how content selection and input work.Michael Drake2013-02-227-100/+568
|/
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-182-10/+10
* browser_window_navigate refactorVincent Sanders2013-02-182-27/+58
* Change selection colours so selection background takes text colour, and selec...Michael Drake2013-02-151-9/+6
* Don't reduce width of textarea box for CSS overflow scrollbar; it won't get one.Michael Drake2013-02-111-2/+0
* Move html textarea's selection colour chooser to plot_style.h, as it could be...Michael Drake2013-02-111-7/+2
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-102-59/+55
|\
| * Document new nsfont_split expected behaviour.Michael Drake2013-02-101-4/+11
| * Update HTML layout not to demand that nsfont_split only splits on a space.Michael Drake2013-02-101-56/+43
| * Make nowrap code path a bit plainer.Michael Drake2013-02-101-4/+4
| * Comment current html wrap/text-splitting behaviour.Michael Drake2013-02-101-3/+5
* | Choose pretty colours for selection.Michael Drake2013-02-091-3/+11
* | Don't add box scrollbar padding to gadgets.Michael Drake2013-02-091-2/+4
* | Scaled textarea rendering support. Ugly.Michael Drake2013-02-081-2/+2
* | Support dropping text file on textarea widget.Michael Drake2013-02-081-7/+7
* | Add scrollwheel support to textareas.Michael Drake2013-02-081-0/+9
* | Fix comment.Michael Drake2013-02-081-2/+2
* | Drag fixup. Add some documentation.Michael Drake2013-02-082-0/+9
* | HTML drags now go via content msg.Michael Drake2013-02-084-94/+206
* | Remove unused textinput widget. (Old html form text editing.)Michael Drake2013-02-072-2254/+0
* | Don't build or include old render/textinput module.Michael Drake2013-02-071-1/+0
* | Native caret not now set in redraw. Prevents endless redraw when textarea ha...Michael Drake2013-02-071-1/+4
* | First pass at getting html forms to use textarea widget.Michael Drake2013-02-0612-275/+447
|/
* Ensure buff is NULL-initialised.Chris Young2013-01-211-2/+2
* Check the right thing for NULL.Michael Drake2013-01-181-2/+2
* Redo html textinput for new front end clipboard API. This doesn't affect the...Michael Drake2013-01-081-26/+103
* Remove content_msg for PASTE, since it doesn't need a gui_window to get the b...Michael Drake2013-01-081-1/+0
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-031-1/+1
|\
| * search for teh correct script type in the defer callback.Vincent Sanders2013-01-021-1/+1
* | Make scale const.Michael Drake2013-01-021-1/+1
* | Remove forward declaration.Michael Drake2013-01-021-1237/+1200
|/