summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* complete transition to locale independant core operationVincent Sanders2016-09-291-6/+5
* Style: Fix ignoring of STYLE elements with non-screen media.Michael Drake2016-09-244-0/+43
* cleanup seevral doxygen warningsVincent Sanders2016-09-133-5/+5
* make html content line parsing use no locale dependant ascii processingVincent Sanders2016-09-121-7/+7
* use ascii processing when determining form charsetVincent Sanders2016-09-121-9/+10
* make box construction use correct ascii processingVincent Sanders2016-09-111-57/+66
* simplify box_extract_link interface and improve documentationVincent Sanders2016-09-113-30/+33
* URL escape: Simplify to avoid unnecessary allocation.Michael Drake2016-07-251-2/+2
* move key press enums and operations to their own headerVincent Sanders2016-07-013-6/+6
* move the public form APIVincent Sanders2016-06-143-82/+6
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-0611-13/+13
* Update content to split public and internal APIVincent Sanders2016-06-0612-26/+34
* move plotters header into public APIVincent Sanders2016-05-303-3/+3
* move desktop window header into public APIVincent Sanders2016-05-309-10/+7
* move mouse and pointer state header into public APIVincent Sanders2016-05-304-4/+4
* move layout header into public APIVincent Sanders2016-05-305-5/+5
* move misc header into public APIVincent Sanders2016-05-308-8/+8
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
* move search header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-262-2/+2
* move the CSS content handlerVincent Sanders2016-05-2614-31/+27
* move image content handlers to accomodate core build changesVincent Sanders2016-05-232-2/+2
* fix plain text render regression introduced in layout table changesVincent Sanders2016-04-281-3/+5
* remove all core usage of warn_user APIVincent Sanders2016-04-264-17/+25
* update scrollbar_create error handling to return nserrorVincent Sanders2016-04-262-6/+8
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-237-3156/+3183
* Split utils header into string functions and everything elseVincent Sanders2016-04-212-6/+8
* implement tsla code review points in render monotonic time changeVincent Sanders2016-04-201-15/+16
* use monotonic clock call for html reflow timingVincent Sanders2016-04-202-29/+44
* stop content header dragging in so many other headersVincent Sanders2016-04-191-0/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-163-8/+8
* Fix size_t printf formattingVincent Sanders2016-03-171-1/+1
* Revert "Fix memory leak in error handling"Vincent Sanders2016-03-161-1/+0
* Fix memory leak in error handlingVincent Sanders2016-03-141-0/+1
* Fix possible dereference of NULLVincent Sanders2016-03-141-14/+30
* Fix object accounting for aborted HTML contents.Michael Drake2016-02-111-3/+4
* HTML: Remove some status bar updating code.Michael Drake2016-02-104-43/+0
* Layout: Don't generate :before and :after boxes for replaced elements.Michael Drake2016-02-092-6/+17
* Split out presentational hints handling.Michael Drake2016-02-051-1/+2
* Simplify special element handling in node inserted callback.Michael Drake2016-01-291-31/+31
* Spaces to tabs.Michael Drake2016-01-291-1/+1
* Add comment on on-demand JS context creation safetyMichael Drake2016-01-211-0/+3
* Ensure we do on-demand JS context creation only when JS is enabled.Michael Drake2016-01-211-13/+16
* Fix place where we're calling a js_* fn without checking for context.Michael Drake2016-01-211-1/+3
* Ensure constant javascript_enabled for HTML contents.Michael Drake2016-01-213-4/+8
* Pass html_content to box_extract_link.Michael Drake2016-01-213-15/+18
* Simplify place_float_below loop condition.Michael Drake2016-01-211-1/+1
* Make use of cached place float below value earlier.Michael Drake2016-01-201-1/+5
* Cache place below level, to avoid pointless calls to find_sides.Michael Drake2016-01-203-1/+12
* Optimise white hot find_sides to take advantage of sorted float_children.Michael Drake2016-01-201-1/+7