index
:
wireguard-windows
ad/pkg/walk/manual-draw-tabwidget
ad/pkg/walk/rebar
ad/updatepage-bold
an/status-image
jd/adminnobs
jd/dll-clang
jd/fullycooked-peb
jd/moderatekillproc
jd/more-service-dependency
jd/no-dns-block
jd/programdata
jd/uac-arm
jd/undocumented-dns-setter
jd/wsl-dns-unblock
master
pkg/walk
pkg/walk-win
sr/for-jason
WireGuard client for Windows
Jason A. Donenfeld
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
widget.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
WidgetBase: Fix hasComplexBackground
Alexander Neumann
2020-07-29
1
-2
/
+2
*
DPI: Merge `RectanglePixels` to `Rectangle`
Simon Rozman
2019-09-27
1
-2
/
+2
*
DPI: Merge `SizePixels` to `Size`
Simon Rozman
2019-09-27
1
-8
/
+8
*
DPI: Merge `Pixel` to `int`
Simon Rozman
2019-09-27
1
-2
/
+2
*
DPI: Reorganize metrics structs to approach client compatibility
Simon Rozman
2019-09-26
1
-15
/
+15
*
DPI: Revise 1/96" to/from native pixel conversions
Simon Rozman
2019-09-26
1
-5
/
+5
*
Added WindowGroup for management of state with thread affinity
Joshua Sjoding
2019-09-05
1
-5
/
+16
*
Add check for nil
Alexander Neumann
2019-08-28
1
-0
/
+4
*
Don't do graphics effects stuff if not required
Alexander Neumann
2019-08-28
1
-0
/
+18
*
WidgetBase: Don't error out if setting control id fails in SetParent
Alexander Neumann
2019-07-31
1
-3
/
+1
*
WidgetBase: When disposing of a widget, remove it from its parent
Alexander Neumann
2019-07-25
1
-0
/
+4
*
Run for your life or prepare to meet the
Alexander Neumann
2019-07-17
1
-117
/
+26
*
Whoops
Alexander Neumann
2019-06-12
1
-0
/
+6
*
WidgetBase: Add back Bounds
Alexander Neumann
2019-06-05
1
-0
/
+8
*
WidgetBase: Remove from global tool tip when disposed
Alexander Neumann
2019-06-04
1
-0
/
+10
*
Update layout of container that stayed the same size only if dirty
Alexander Neumann
2019-06-04
1
-1
/
+15
*
Fix some layout problems caused by cached min sizes
Alexander Neumann
2019-06-03
1
-8
/
+0
*
Improve performance of applying DPI change
Alexander Neumann
2019-05-16
1
-1
/
+10
*
Widget[Base]: Add *Pixel variants of MinSize, MaxSize and SetMinMaxSize
Alexander Neumann
2019-05-07
1
-2
/
+2
*
More work on multi monitor HIDPI
Alexander Neumann
2019-05-07
1
-7
/
+7
*
Cache dpi to avoid repetitive calls to GetDpiForWindow
Alexander Neumann
2019-05-02
1
-1
/
+1
*
Avoid some ineffiency in layouts and factor out common stuff into LayoutBase
Alexander Neumann
2019-05-01
1
-11
/
+2
*
Initial multi monitor HIDPI support
Alexander Neumann
2019-04-30
1
-7
/
+7
*
WidgetBase: Hide widget before removing from parent
Alexander Neumann
2019-03-26
1
-0
/
+2
*
Fix excessive space retention of nested containers
Alexander Neumann
2019-03-26
1
-28
/
+46
*
Add support for alignment specified per widget
Alexander Neumann
2019-02-27
1
-0
/
+27
*
Nothing to see here. Move on.
Alexander Neumann
2019-02-25
1
-2
/
+6
*
Brush: Add simple method which tells us if we need to invalidate after scrolling
Alexander Neumann
2018-12-05
1
-0
/
+18
*
WidgetBase: Add ForEachAncestor
Alexander Neumann
2018-12-05
1
-4
/
+14
*
Don't panic in property accessors if type assertion fails
Alexander Neumann
2018-12-05
1
-1
/
+1
*
More GraphicsEffects changes
Alexander Neumann
2017-11-21
1
-5
/
+1
*
Some more graphics effects work
Alexander Neumann
2017-11-20
1
-0
/
+4
*
Merge branch 'master' into graphicseffects
Alexander Neumann
2017-11-06
1
-1
/
+11
|
\
|
*
Honor MaxSize even if smaller than MinSizeHint, fixes #339
Alexander Neumann
2017-11-06
1
-1
/
+11
*
|
Increase invalidated border by one pixel
Alexander Neumann
2017-07-27
1
-1
/
+1
*
|
Merge branch 'master' into graphicseffects
Alexander Neumann
2017-05-08
1
-1
/
+2
|
\
|
|
*
WidgetBase: Fix bug in updateParentLayout that prevented scheduling of layout updates
Alexander Neumann
2017-05-08
1
-1
/
+2
*
|
Add experimental support for graphics effects
Alexander Neumann
2017-04-11
1
-0
/
+60
|
/
*
Forgot some ScrollView stuff...
Alexander Neumann
2017-04-11
1
-0
/
+4
*
Add a simple layout scheduling system to avoid pointless intermediate updates
Alexander Neumann
2017-04-11
1
-14
/
+23
*
Some layout improvements
Alexander Neumann
2017-03-23
1
-2
/
+25
*
WidgetBase: Add SetMinMaxSize
Alexander Neumann
2017-01-24
1
-0
/
+12
*
Add build tags to allow this library to be included in a cross platform program. This allows for several things:
Joseph Watson
2015-09-15
1
-0
/
+2
*
Improve font propagation
Alexander Neumann
2015-08-06
1
-0
/
+6
*
Don't ask...
Alexander Neumann
2015-06-25
1
-0
/
+23
*
ToolTip: Embed WindowBase instead of WidgetBase
Alexander Neumann
2013-07-30
1
-4
/
+2
*
Reduce widgets footprint a bit by removing unneeded interface fields
Alexander Neumann
2013-07-26
1
-10
/
+9
*
Use win instead of go-winapi package and import qualified
Alexander Neumann
2013-07-25
1
-20
/
+20
*
Introduce Window and WindowBase as base for all windows
Alexander Neumann
2013-07-24
1
-1328
/
+82
*
Rename RootWidget to Form
Alexander Neumann
2013-07-16
1
-18
/
+18
[next]