summaryrefslogtreecommitdiffstatshomepage
path: root/textedit.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Line|Text]Edit: Rename [Set]Alignment to [Set]TextAlignmentAlexander Neumann2019-02-271-2/+2
* Label reformAlexander Neumann2018-12-051-0/+4
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-1/+1
* Cache widget text size calculation results to speed up layoutAlexander Neumann2018-04-231-2/+2
* More GraphicsEffects changesAlexander Neumann2017-11-211-1/+2
* Some more graphics effects workAlexander Neumann2017-11-201-0/+2
* [Line|Number|Text]Edit: Add support for TextColor, fixes #328Alexander Neumann2017-10-171-0/+11
* [Line|Text]Edit: Add text alignment supportAlexander Neumann2017-08-171-0/+29
* TextEdit: Publish TextChanged event if text was changed via SetTextAlexander Neumann2017-05-171-2/+8
* TextEdit: Apply scroll bar styles at creationAlexander Neumann2017-05-021-12/+6
* Update textedit.gopwolf232017-04-281-2/+12
* Sets the max length of an text edit.llxwj2015-11-171-0/+8
* Add build tags to allow this library to be included in a cross platform program. This allows for several things:Joseph Watson2015-09-151-0/+2
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-19/+19
* Use new in more placesAlexander Neumann2013-07-241-1/+1
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-3/+3
* TextEdit: Make select all (Ctrl+A) work againAlexander Neumann2013-05-161-0/+5
* Don't store Property values in widgetsAlexander Neumann2013-05-011-14/+9
* Change Property to be an interface, provide some implementations and adjust widgetsAlexander Neumann2013-04-301-7/+9
* Remove remnants of old data binding codeAlexander Neumann2012-10-301-27/+0
* Add some properties to many widgetsAlexander Neumann2012-10-301-0/+24
* TextEdit: Add support for data bindingAlexander Neumann2012-10-051-3/+45
* TextEdit: AppendText functionAttila Tajti2012-09-241-0/+8
* TextEdit: TextLength, ReplaceSelectedText functionsAttila Tajti2012-09-241-0/+11
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-3/+3
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Clean up handling of subclassed windows.Alexander Neumann2012-09-151-11/+0
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-0/+4
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-7/+4
* Remove winapi sub-package and use github.com/lxn/go-winapi insteadAlexander Neumann2012-02-201-1/+1
* Revert directory layout to what we had initiallyAlexander Neumann2012-02-201-0/+92