summaryrefslogtreecommitdiff
path: root/src/interface/Textbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-25Save ID copying for previewSimon Robertshaw1-4/+9
2012-08-25Correct size for textbox limits, fixes #8Simon Robertshaw1-1/+3
2012-08-20Limit on text width in textboxesSimon Robertshaw1-2/+5
2012-08-09Ensure keyrepeat is disabled at component creationSimon Robertshaw1-1/+2
2012-08-06Fix TPTScript 'set' functionSimon Robertshaw1-5/+0
2012-08-05Ctrl+A select allSimon Robertshaw1-0/+12
2012-08-05Key repeat for text boxesSimon Robertshaw1-1/+27
2012-08-03Old TPT console commands with "!" prefixSimon Robertshaw1-0/+2
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-1/+1
2012-07-29Neaten a little bit of codeSimon Robertshaw1-5/+5
2012-07-29Improvements to textbox, prevent selection loss on non modifying keypressesSimon Robertshaw1-3/+9
2012-07-29Number type for text fields, addresses some of issue #39Simon Robertshaw1-8/+58
2012-07-28Implement search for DirectoryListSimon Robertshaw1-1/+2
2012-07-28Move cursor to the end of the insertion after pasing in a TextboxSimon Robertshaw1-0/+1
2012-07-25Correct cursor position in TextboxSimon Robertshaw1-1/+1
2012-07-24Copy, cut and paste for TextboxesSimon Robertshaw1-8/+155
2012-07-19Fix icon drawing in text boxesSimon Robertshaw1-0/+2
2012-07-18Working comment submissionSimon Robertshaw1-0/+5
2012-07-17Improve spacing of multiline labels, multiline cursor for Textbox, autoresizi...Simon Robertshaw1-11/+11
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw1-1/+7
2012-06-26Textbox now inherits from Label - gets all the fancy text selection featuresSimon Robertshaw1-1/+229
2012-06-18Use C++ allocation/freeing for text masking and multiline processingSimon Robertshaw1-2/+2
2012-06-12Use a heap allocation when hiding password textSimon Robertshaw1-2/+3
2012-05-15Username, password icons for Login windowSimon Robertshaw1-5/+19
2012-05-15Move style into ComponentSimon Robertshaw1-45/+8
2012-04-14Remove other references to Global.hSimon Robertshaw1-1/+0
2012-02-05Started intrepreter for tpt script and various things for consoleSimon Robertshaw1-12/+12
2012-02-01Console UI, open in browser button, tab and enter shortcut for Login UI, variousSimon Robertshaw1-12/+20
2012-01-31Load user information from preferences, fps display for testingSimon Robertshaw1-14/+17
2012-01-30ASCII for key events, save and Textarea (no caret, yet)Simon Robertshaw1-41/+13
2012-01-24Fix textboxSimon Robertshaw1-0/+2
2012-01-24VariousSimon Robertshaw1-4/+17
2012-01-21Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, no...Simon Robertshaw1-1/+2
2012-01-20More stuff, need to fix memory leakSimon Robertshaw1-0/+192