summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
Commit message (Expand)AuthorAgeFilesLines
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-051-2/+2
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-6/+7
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-1/+1
* Fix textarea crash.John Mark Bell2010-04-071-5/+21
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-2/+5
* Only try to reset scroll position on textarea wrap if there is a scrollbar.Michael Drake2009-08-171-83/+85
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar behav...Michael Drake2009-08-141-0/+3
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-34/+49
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-11/+32
* Lose more redundancyJohn Mark Bell2009-05-281-1/+0
* Remove redundant statementsJohn Mark Bell2009-05-281-8/+1
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-0/+1
* Only attempt to find the next character in a string if we're not already at t...John Mark Bell2009-02-221-5/+7
* Obvious fix for text start/end problem; missing something?Adrian Lees2009-02-081-11/+11
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-011-16/+16
* Improve pasting into password boxesAdrian Lees2008-12-301-14/+26
* Update my e-mail address.John Tytgat2008-08-051-1/+1
* Assert first, before acting on selectionJohn Mark Bell2008-07-291-3/+8
* - C89 againFrançois Revel2008-07-291-3/+5
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4431,...Rob Kendrick2008-07-261-0/+4
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-10/+10
* Fix deletion from text gadgetsJohn Mark Bell2008-07-251-1/+1
* Lose unused variableJohn Mark Bell2008-07-191-3/+4
* Fix inverted logic.John Mark Bell2008-07-191-3/+3
* Modify textarea_cut to allow caller to specify whether to place removed text ...John Mark Bell2008-07-191-17/+28
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 ...Rob Kendrick2008-07-161-375/+547
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-5/+5
* Squash warnings differently.Michael Drake2008-03-031-4/+3
* Squash two warnings.Michael Drake2008-03-031-2/+3
* SignednessWarnings.squash()John Mark Bell2008-02-251-15/+18
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-071-4/+10
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-4/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-12/+12
* Open window targets with a new name in a new window. Fix handling of Adjust-c...Richard Wilson2007-04-071-1/+1
* Support insertion into textbox after optional trailing space.John Mark Bell2007-04-061-11/+25
* Apply Darren Salt's keypress callbacl claiming patch, with addition of doc co...Rob Kendrick2007-03-061-30/+42
* Implement form targets (fix 1619094)Richard Wilson2006-12-301-1/+1
* Update project URL.Michael Drake2006-11-271-1/+1
* Fix wordwrap+horizontal scroll in textareasJeffrey Lee2006-09-101-1/+4
* Fixed the other caret issues after pasting into textareaJeffrey Lee2006-09-101-3/+20
* Fix some caret/scrolling issues after pasting into textareaJeffrey Lee2006-09-101-8/+14
* Fixed spurious newline after pasting into textarea; possibly fixed some selec...Jeffrey Lee2006-09-101-0/+2
* textarea html tag fix; horizontal scrollbars; auto-scroll improvementsJeffrey Lee2006-09-101-29/+54
* Fix crash when using forms due to bug in browser_window_remove_caret().James Bursa2006-08-281-0/+2
* Reposition caret when browser window reformattedAdrian Lees2006-08-131-0/+81
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-051-1/+1
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-0/+54
* [project @ 2006-02-11 18:44:23 by adrianl]Adrian Lees2006-02-111-54/+0
* [project @ 2006-02-11 18:33:05 by adrianl]Adrian Lees2006-02-111-71/+211
* [project @ 2005-08-22 22:49:52 by bursa]James Bursa2005-08-221-1/+1