summaryrefslogtreecommitdiffstatshomepage
path: root/examples (follow)
Commit message (Expand)AuthorAgeFilesLines
* Examples: Regenerate rsrc.syso filesAlexander Neumann2020-09-0125-0/+0
* Merge branch 'pending/dpi-fun2' of https://github.com/Amebis/walk into dpi-fun2Alexander Neumann2019-10-238-23/+25
|\
| * DPI: CleanupSimon Rozman2019-09-276-7/+13
| * DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-3/+3
| * DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-272-6/+6
| * DPI: Merge `PointPixels` to `Point`Simon Rozman2019-09-271-1/+1
| * DPI: Merge `Pixel` to `int`Simon Rozman2019-09-272-9/+7
| * examples/multiplepages: Fix to compileSimon Rozman2019-09-271-1/+0
| * examples/logview: Fix to compileSimon Rozman2019-09-271-10/+2
| * example/listbox_ownerdrawing: Make margins and line width DPI-awareSimon Rozman2019-09-271-15/+26
| * DPI, Bitmap: Legacy create methods expect sizes at screen DPISimon Rozman2019-09-261-1/+1
| * DPI: Revise examples/actions to examples/gradientcompositeSimon Rozman2019-09-265-23/+19
| * DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-1/+1
| * examples/img: Set all PNGs to 96dpiSimon Rozman2019-09-264-0/+0
* | Accessibility: Add declarative supportSimon Rozman2019-09-271-0/+6
|/
* examples/databinding: Use AppendToWalkInit to initialize graphics effectsAlexander Neumann2019-09-091-5/+6
* examples/externalwidgets: Adjust to layout system changesAlexander Neumann2019-09-091-4/+16
* examples/externalwidgets: use MustRegister properlyJason A. Donenfeld2019-09-051-1/+3
* TableView: Upgrade alternating row color to follow theme changesSimon Rozman2019-09-042-8/+8
* Minor improvements to list box owner drawing exampleAlexander Neumann2019-06-191-2/+2
* ListBox: Owner drawing improvementsAlexander Neumann2019-06-181-25/+58
* High DPI fixes for ListBox owner drawingAlexander Neumann2019-06-121-4/+6
* WhoopsAlexander Neumann2019-06-121-18/+22
* ListBox: Add support for owner drawing (WIP)Alexander Neumann2019-06-123-0/+231
* Fix not enough arguments in call to ni.ShowCustom马标2019-05-231-1/+2
* manifest: walk doesn't support PM on Win8Jason A. Donenfeld2019-05-2024-24/+24
* manifets: make less sloppyJason A. Donenfeld2019-05-1624-96/+48
* Update example manifest files for multi monitor hidpiAlexander Neumann2019-04-3024-72/+144
* Merge branch 'jd/notifyicon-visible-mainwindow' of https://github.com/zx2c4-forks/walk into notifyicon_fixAlexander Neumann2019-02-261-1/+1
|\
| * notifyicon: Use mainwindow's window instead of creating ownJason A. Donenfeld2019-02-251-1/+1
* | Merge pull request #451 from zx2c4-forks/jd/kill-manifest-hackAlexander Neumann2019-02-2648-0/+336
|\ \
| * | Manifest: Revert tmpfile manifest loadingJason A. Donenfeld2019-02-2548-0/+336
| |/
* / Add two-way binding for checked menu item to bool property via Action.CheckedAlexander Neumann2019-02-251-0/+13
|/
* Add support for using the DataSource of a DataBinder in a data binding expressionAlexander Neumann2018-11-061-1/+2
* Now that we don't need them any more, remove .manifest and .syso files from examplesAlexander Neumann2018-08-2148-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.ryujimiya2018-04-271-5/+17
* rename: EventArg -> EventDataryujimiya2018-04-171-26/+26
* rename: OnTitleChanged -> OnDocumentTitleChangedryujimiya2018-04-171-27/+28
* - declarative/webview.go : The fields are sorted alphabetically.ryujimiya2018-04-153-266/+189
* WebViewryujimiya2018-04-083-0/+280
* examples/multiplepages: Use the right page typesAlexander Neumann2018-02-071-2/+2
* examples/tableview: Some more fiddlingAlexander Neumann2017-11-301-4/+7
* examples/tableview: Minor improvementsAlexander Neumann2017-11-291-1/+5
* TableView: Add support for cell owner drawingAlexander Neumann2017-11-291-2/+23
* examples/databinding: Use some graphics effectsAlexander Neumann2017-11-211-0/+4
* examples/imageview: Some refactoringAlexander Neumann2017-11-141-55/+28
* examples/imageview: Use semi-transparent bitmap instead of iconAlexander Neumann2017-11-141-7/+7
* examples/imageviewer: Use ImageViewModeShrink to restore previous behaviorAlexander Neumann2017-11-141-0/+2
* ImageView: Add support for specifying how to size and display imagesAlexander Neumann2017-11-141-5/+55
* examples/statusbar: Use check.ico instead of previously removed x.icoAlexander Neumann2017-11-071-1/+1