Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -20/+25 |
| | |||||
* | Fix crash in textinput | Matthew Rasmus | 2014-12-16 | 1 | -1/+7 |
| | |||||
* | some fixes for multiple-mode textinput | Rohan Prinja | 2014-12-11 | 1 | -23/+29 |
| | |||||
* | Implement selection ranges and deletion of \n for TextInput. | Emanuel Rylke | 2014-12-08 | 1 | -81/+77 |
| | |||||
* | Fix bug of TextInput.adjust_horizontal causing stack overflow or wraparound | Emanuel Rylke | 2014-12-06 | 1 | -19/+10 |
| | | | | | | | When the edit_point is in the first position of a multiline TextInput adjust_horizontal(-1) moves the edit_point to the end of the first line. When the first line is empty this causes a stack overflow. When the edit_point is in the last position adjust_horizontal(1) causes a stack overflow. | ||||
* | Implement Page(Up|Down) functionality for TextInput. | Emanuel Rylke | 2014-12-06 | 1 | -2/+10 |
| | |||||
* | Fix bug of TextInput.adjust_vertical(1) always moving to the end of text. | Emanuel Rylke | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Make TextInput correctly handle multibyte chars. | Emanuel Rylke | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | allow deleting last char | Rohan Prinja | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | Fix interfaces test | Keegan McAllister | 2014-11-13 | 1 | -3/+7 |
| | |||||
* | More documentation. | Josh Matthews | 2014-11-13 | 1 | -6/+42 |
| | |||||
* | Add single-line text input with no visible cursor. | Josh Matthews | 2014-11-13 | 1 | -0/+259 |