summaryrefslogtreecommitdiffstatshomepage
path: root/tooltip.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ToolTip: Add TTS_NOPREFIX styleAlexander Neumann2020-07-291-1/+1
* TableView: Display header tool tips for too narrow columnsAlexander Neumann2019-11-281-12/+19
* Label: Add EllipsisModeAlexander Neumann2019-11-211-8/+15
* DPI: CleanupSimon Rozman2019-09-271-0/+2
* DPI: Merge `PointPixels` to `Point`Simon Rozman2019-09-271-1/+1
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-1/+1
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-3/+1
* Added WindowGroup for management of state with thread affinityJoshua Sjoding2019-09-051-11/+0
* global: don't do things in global init()Jason A. Donenfeld2019-09-041-4/+6
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-8/+0
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-1/+1
* tooltip: increase max lengthJason A. Donenfeld2019-05-051-2/+4
* Add right to left supportAlexander Neumann2017-08-171-1/+7
* Add ToolTipErrorPresenterAlexander Neumann2017-04-111-4/+79
* ToolTip: allow 79 code points, not bytes for textAttila Tajti2015-11-201-3/+15
* 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
* ToolTip: Embed WindowBase instead of WidgetBaseAlexander Neumann2013-07-301-1/+1
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-21/+21
* Use new in more placesAlexander Neumann2013-07-241-1/+1
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* Fix and simplify tool tip handlingAlexander Neumann2012-10-261-6/+13
* ToolTip: Some additions and fixesAlexander Neumann2012-10-261-20/+88
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-3/+3
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Clean up handling of subclassed windows.Alexander Neumann2012-09-151-11/+0
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-5/+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/+111