summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
Commit message (Expand)AuthorAgeFilesLines
* move key press enums and operations to their own headerVincent Sanders2016-07-011-3/+4
* move the public form APIVincent Sanders2016-06-141-1/+1
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
* move window header into public APIVincent Sanders2016-05-301-1/+1
* improve documentation in headersVincent Sanders2014-10-191-24/+4
* remove unecessary browser.h include from core headersVincent Sanders2014-10-171-0/+1
* Update the core to use the split operations table headersVincent Sanders2014-10-161-4/+2
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-10/+10
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+0
* confine the gui table acessor to the gui factory headerVincent Sanders2014-01-141-0/+1
* move four more optional window operations to tableVincent Sanders2014-01-131-3/+4
* Fix NULL check after deref.Michael Drake2013-10-231-1/+2
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-3/+4
* Propagate native caret clip rect through core.Michael Drake2013-03-051-11/+19
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-68/+12
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-14/+11
* 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