summaryrefslogtreecommitdiff
path: root/src/interface/Label.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-18move clipboard functions out of misc.cpp without creating errorsjacob11-3/+3
2012-12-15make sure long amounts of text without spaces doesn't run over out of boundsjacob11-20/+22
2012-09-30Fix word wrapping issue (words moved onto new lines were not being added to t...Simon Robertshaw1-1/+2
2012-09-13Save history and new multiline formatterSimon Robertshaw1-14/+47
2012-09-13Show version info in update prompt. Fixes #177Simon Robertshaw1-1/+12
2012-08-27Ensure previewview comment box resizing is triggered.Simon Robertshaw1-0/+8
2012-08-14Better text selection colour invert, fixes #107Simon Robertshaw1-4/+27
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-0/+1
2012-08-06Fix TPTScript 'set' functionSimon Robertshaw1-4/+26
2012-08-03Fix text selection issue in #65Simon Robertshaw1-2/+11
2012-08-03Fix context menu position #65Simon Robertshaw1-1/+1
2012-08-01Prevent newlines being inserted into the begining of a multiline label/textboxSimon Robertshaw1-2/+5
2012-07-24Copy, cut and paste for TextboxesSimon Robertshaw1-5/+52
2012-07-24Remove bounds check for text selection, makes text selection a little easier ...Simon Robertshaw1-10/+7
2012-07-20Prevent the multiline update for labels from going out of boundsSimon Robertshaw1-27/+38
2012-06-26Textbox now inherits from Label - gets all the fancy text selection featuresSimon Robertshaw1-4/+42
2012-06-26Release selection when the label component loses focusSimon Robertshaw1-0/+11
2012-06-26Replace textblock with new multiline label - with text selection!!!!111!!!one!!Simon Robertshaw1-23/+165
2012-05-15Move style into ComponentSimon Robertshaw1-34/+10
2012-04-14Remove other references to Global.hSimon Robertshaw1-1/+0
2012-01-29Background retrieval of save info and save list.Simon Robertshaw1-6/+7
2012-01-20More stuff, need to fix memory leakSimon Robertshaw1-9/+54
2012-01-17Some minor changesSimon Robertshaw1-2/+2
2012-01-15More stuff, better events and starting on interfaceSimon Robertshaw1-1/+3
2012-01-14Various things, also IEF UISimon Robertshaw1-0/+38