summaryrefslogtreecommitdiffstatshomepage
path: root/lineedit.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial multi monitor HIDPI supportAlexander Neumann2019-04-301-2/+1
|
* [Line|Text]Edit: Rename [Set]Alignment to [Set]TextAlignmentAlexander Neumann2019-02-271-2/+2
|
* Add support for widgets that trade height for width to layouts and do some refactoringAlexander 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
|
* Merge branch 'master' into graphicseffectsAlexander Neumann2017-10-171-0/+11
|\ | | | | | | | | # Conflicts: # window.go
| * [Line|Number|Text]Edit: Add support for TextColor, fixes #328Alexander Neumann2017-10-171-0/+11
| |
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-08-221-0/+29
|\|
| * [Line|Text]Edit: Add text alignment supportAlexander Neumann2017-08-171-0/+29
| |
* | [Line|Number]Edit: Invalidate border when changing read-only statusAlexander Neumann2017-08-031-0/+4
|/
* 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
| | | | | | 1) Develop on something other then a windows box, and cross compile the program to target windows. 2) Develop a program that will run on the command line for any OS, but also have a gui when run on windows. 3) Use the walk library for the windows gui, and some other library for a gui on other platforms.
* LineEdit: Add CaseModeAlexander Neumann2015-08-131-0/+42
|
* Don't ask...Alexander Neumann2015-06-251-2/+2
|
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-27/+27
|
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
|
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-6/+6
|
* LineEdit: Make select all (Ctrl+A) work againAlexander Neumann2013-05-161-1/+7
|
* LineEdit: Remove some comment cruftAlexander Neumann2013-05-131-12/+0
|
* LineEdit: Remove ReturnPressed eventAlexander Neumann2013-05-081-6/+0
|
* Don't store Property values in widgetsAlexander Neumann2013-05-011-15/+10
|
* Change Property to be an interface, provide some implementations and adjust widgetsAlexander Neumann2013-04-301-13/+12
|
* Remove remnants of old data binding codeAlexander Neumann2012-10-301-41/+4
|
* Add some properties to many widgetsAlexander Neumann2012-10-301-6/+34
|
* LineEdit: Rename a fieldAlexander Neumann2012-10-051-3/+3
|
* Add initial support for data bindingAlexander Neumann2012-10-051-0/+27
|
* LineEdit: Fix SetPasswordMode which ignored its parameter.Alexander Neumann2012-09-291-1/+6
|
* LineEdit: set SizeHint and Greedyness based on MaxLengthAttila Tajti2012-09-241-5/+55
| | | | | | | This way LineEdits that accept only few characters and are intended to be short, will not be grown indefinitely. Lineedits without a MaxLength specified (or more specifically, with MaxLength > 80) will still be Greedy (default MaxLength is 32767)
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-9/+9
|
* 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-6/+5
|
* 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/+215