summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* A load of refactoring of how content selection and input work.Michael Drake2013-02-227-100/+568
| | | | | | | | | | | | | Keypresses now go via content interface. Contents don't shove the selection object into browser windows any more. Contents report selection existence by sending message. HTML content keeps track of where selections in it exist. Contents report whether they have input focus via caret setting msg. Caret can be hidden (can still input/paste) or removed. Consolidate textarea selection handling. Make textarea report its selection status changes to client. Various textarea fixes. Changed how we decide when to clear selections, and give focus.
* 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 ↵Michael Drake2013-02-151-9/+6
| | | | selected text becomes black or white -- whichever gives greatest contrast.
* 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 ↵Michael Drake2013-02-111-7/+2
| | | | be used elsewhere.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-102-59/+55
|\ | | | | | | | | | | | | Conflicts: gtk/font_pango.c Conflict resolved.
| * 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
| | | | | | | | | | | | | | This allows the HTML layout code to wrap unicode text correctly. For example on our Japanese Welcome page, the characters will be wrapped if the platform's nsfont_split implementation implements the Unicode line breaking algorithm.
| * 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 ↵Michael Drake2013-02-071-1/+4
| | | | | | | | has caret.
* | First pass at getting html forms to use textarea widget.Michael Drake2013-02-0612-275/+447
|/ | | | | (Input element types text & password, and textarea element.) Can edit and submit forms, but there are loads of issues.
* 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 ↵Michael Drake2013-01-081-26/+103
| | | | the textinput code's brokenness.
* Remove content_msg for PASTE, since it doesn't need a gui_window to get the ↵Michael Drake2013-01-081-1/+0
| | | | buffer from the front end now.
* 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
| | | | | | | | Should fix SF bug #3599063
* | Make scale const.Michael Drake2013-01-021-1/+1
| |
* | Remove forward declaration.Michael Drake2013-01-021-1237/+1200
|/
* Fix min_max line width calc to include box spaces.Michael Drake2013-01-021-6/+12
|
* document mouse interaction a bitVincent Sanders2012-12-101-13/+49
|
* ensure default action fetcher is set to NULLVincent Sanders2012-12-061-0/+2
|
* change to parameterised parser binding creationVincent Sanders2012-12-061-96/+42
|
* issue click events at domVincent Sanders2012-12-032-8/+21
|
* make boxes keep reference to the DOM node that causes themVincent Sanders2012-11-303-3/+14
|
* add missing includeVincent Sanders2012-11-281-0/+1
|
* initial event fireing implementationVincent Sanders2012-11-281-0/+6
|
* html renderer error path fixups for meta refreshVincent Sanders2012-11-261-21/+23
|
* Improve html renderer error reportingVincent Sanders2012-11-263-207/+225
|
* Check if box with imagemap at point has area at point.Michael Drake2012-11-221-3/+6
|
* Use can_reformat instead of HTML special case. Allow reflow of parent for ↵Michael Drake2012-11-111-8/+9
| | | | any object that gets a reformat.
* Reformat objects that reach the READY state.Michael Drake2012-11-111-0/+7
|
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-101-2/+1
|
* add document.body, head and documentElement gettersVincent Sanders2012-11-071-40/+2
| | | | add a dom utility file and use it
* More useful error type for libdom hubbub binding errors.Michael Drake2012-11-071-0/+1
|
* Add clip property awareness to box_at_point.Michael Drake2012-11-061-0/+59
|
* Add support for CSS clip property.Michael Drake2012-11-061-1/+42
|
* Height is already scaled. Make OBJ char bigger.Michael Drake2012-11-051-1/+1
|