summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
Commit message (Expand)AuthorAgeFilesLines
* Redo html textinput for new front end clipboard API. This doesn't affect the...Michael Drake2013-01-081-1/+3
* For now selection clear and selection copy are handled by the bw. Select all...Michael Drake2013-01-031-11/+14
* Ensure selection related keypresses go to whatever has claimed input.Michael Drake2013-01-031-6/+7
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+1
* Big wodge of internal browser window scroll fixes, or "rationalisation of bro...Michael Drake2011-12-021-9/+2
* Better caret positioning in scrolled frames.Michael Drake2011-09-211-2/+9
* Ensure root bw and gui window before asking front end to remove caret.Michael Drake2011-09-151-1/+2
* Stop Esc/Ctrl-[ crashing when browser_window selection is NULLChris Young2011-09-111-1/+1
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-12/+8
* Scale caret height in coreMichael Drake2011-07-111-1/+1
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-071-2114/+11
* Reduce forward declaration of functions.Michael Drake2011-07-071-1183/+1158
* Use prescribed method for discovering browser window position.Michael Drake2011-07-061-15/+4
* Set focus browser_window in place_caret.Michael Drake2011-07-041-0/+3
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-5/+8
* Fix paste in form inputs in iframes.Michael Drake2011-06-151-2/+3
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-10/+43
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-33/+34
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
* Fix build with NDEBUG definedJohn Mark Bell2011-04-031-2/+9
* Move clone to box flags.Michael Drake2011-03-021-1/+1
* Cache space widths.Michael Drake2011-03-011-22/+25
* Avoid unsafe cast of int* to size_t*John Mark Bell2011-02-011-3/+6
* 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