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
/
examples
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Examples: Regenerate rsrc.syso files
Alexander Neumann
2020-09-01
25
-0
/
+0
*
Merge branch 'pending/dpi-fun2' of https://github.com/Amebis/walk into dpi-fun2
Alexander Neumann
2019-10-23
8
-23
/
+25
|
\
|
*
DPI: Cleanup
Simon Rozman
2019-09-27
6
-7
/
+13
|
*
DPI: Merge `RectanglePixels` to `Rectangle`
Simon Rozman
2019-09-27
1
-3
/
+3
|
*
DPI: Merge `SizePixels` to `Size`
Simon Rozman
2019-09-27
2
-6
/
+6
|
*
DPI: Merge `PointPixels` to `Point`
Simon Rozman
2019-09-27
1
-1
/
+1
|
*
DPI: Merge `Pixel` to `int`
Simon Rozman
2019-09-27
2
-9
/
+7
|
*
examples/multiplepages: Fix to compile
Simon Rozman
2019-09-27
1
-1
/
+0
|
*
examples/logview: Fix to compile
Simon Rozman
2019-09-27
1
-10
/
+2
|
*
example/listbox_ownerdrawing: Make margins and line width DPI-aware
Simon Rozman
2019-09-27
1
-15
/
+26
|
*
DPI, Bitmap: Legacy create methods expect sizes at screen DPI
Simon Rozman
2019-09-26
1
-1
/
+1
|
*
DPI: Revise examples/actions to examples/gradientcomposite
Simon Rozman
2019-09-26
5
-23
/
+19
|
*
DPI: Reorganize metrics structs to approach client compatibility
Simon Rozman
2019-09-26
1
-1
/
+1
|
*
examples/img: Set all PNGs to 96dpi
Simon Rozman
2019-09-26
4
-0
/
+0
*
|
Accessibility: Add declarative support
Simon Rozman
2019-09-27
1
-0
/
+6
|
/
*
examples/databinding: Use AppendToWalkInit to initialize graphics effects
Alexander Neumann
2019-09-09
1
-5
/
+6
*
examples/externalwidgets: Adjust to layout system changes
Alexander Neumann
2019-09-09
1
-4
/
+16
*
examples/externalwidgets: use MustRegister properly
Jason A. Donenfeld
2019-09-05
1
-1
/
+3
*
TableView: Upgrade alternating row color to follow theme changes
Simon Rozman
2019-09-04
2
-8
/
+8
*
Minor improvements to list box owner drawing example
Alexander Neumann
2019-06-19
1
-2
/
+2
*
ListBox: Owner drawing improvements
Alexander Neumann
2019-06-18
1
-25
/
+58
*
High DPI fixes for ListBox owner drawing
Alexander Neumann
2019-06-12
1
-4
/
+6
*
Whoops
Alexander Neumann
2019-06-12
1
-18
/
+22
*
ListBox: Add support for owner drawing (WIP)
Alexander Neumann
2019-06-12
3
-0
/
+231
*
Fix not enough arguments in call to ni.ShowCustom
马标
2019-05-23
1
-1
/
+2
*
manifest: walk doesn't support PM on Win8
Jason A. Donenfeld
2019-05-20
24
-24
/
+24
*
manifets: make less sloppy
Jason A. Donenfeld
2019-05-16
24
-96
/
+48
*
Update example manifest files for multi monitor hidpi
Alexander Neumann
2019-04-30
24
-72
/
+144
*
Merge branch 'jd/notifyicon-visible-mainwindow' of https://github.com/zx2c4-forks/walk into notifyicon_fix
Alexander Neumann
2019-02-26
1
-1
/
+1
|
\
|
*
notifyicon: Use mainwindow's window instead of creating own
Jason A. Donenfeld
2019-02-25
1
-1
/
+1
*
|
Merge pull request #451 from zx2c4-forks/jd/kill-manifest-hack
Alexander Neumann
2019-02-26
48
-0
/
+336
|
\
\
|
*
|
Manifest: Revert tmpfile manifest loading
Jason A. Donenfeld
2019-02-25
48
-0
/
+336
|
|
/
*
/
Add two-way binding for checked menu item to bool property via Action.Checked
Alexander Neumann
2019-02-25
1
-0
/
+13
|
/
*
Add support for using the DataSource of a DataBinder in a data binding expression
Alexander Neumann
2018-11-06
1
-1
/
+2
*
Now that we don't need them any more, remove .manifest and .syso files from examples
Alexander Neumann
2018-08-21
48
-336
/
+0
*
(1)CommandStateChange event of DWebBrowser2.Invoke is splitted into 3 properties: ToolBarEnabled, CanGoBack, CanGoForward , preventing the use of constants in lxn/win package.
ryujimiya
2018-04-27
1
-5
/
+17
*
rename: EventArg -> EventData
ryujimiya
2018-04-17
1
-26
/
+26
*
rename: OnTitleChanged -> OnDocumentTitleChanged
ryujimiya
2018-04-17
1
-27
/
+28
*
- declarative/webview.go : The fields are sorted alphabetically.
ryujimiya
2018-04-15
3
-266
/
+189
*
WebView
ryujimiya
2018-04-08
3
-0
/
+280
*
examples/multiplepages: Use the right page types
Alexander Neumann
2018-02-07
1
-2
/
+2
*
examples/tableview: Some more fiddling
Alexander Neumann
2017-11-30
1
-4
/
+7
*
examples/tableview: Minor improvements
Alexander Neumann
2017-11-29
1
-1
/
+5
*
TableView: Add support for cell owner drawing
Alexander Neumann
2017-11-29
1
-2
/
+23
*
examples/databinding: Use some graphics effects
Alexander Neumann
2017-11-21
1
-0
/
+4
*
examples/imageview: Some refactoring
Alexander Neumann
2017-11-14
1
-55
/
+28
*
examples/imageview: Use semi-transparent bitmap instead of icon
Alexander Neumann
2017-11-14
1
-7
/
+7
*
examples/imageviewer: Use ImageViewModeShrink to restore previous behavior
Alexander Neumann
2017-11-14
1
-0
/
+2
*
ImageView: Add support for specifying how to size and display images
Alexander Neumann
2017-11-14
1
-5
/
+55
*
examples/statusbar: Use check.ico instead of previously removed x.ico
Alexander Neumann
2017-11-07
1
-1
/
+1
[next]