Skip to content

Releases: whtiehack/wingui

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 14 Dec 15:42

Changes since v0.0.13:

  • New widgets: ListView, SpinControl, RichEdit, TreeView
  • TabControl: API improvements, WM_NOTIFY handling fix, and hang prevention
  • Menu: new Menu API, support for .rc-defined menus, and Dialog WM_COMMAND handling via OnCommand
  • Infrastructure: InitCommonControlsEx; auto-load Msftedit/Riched20; cross-thread SendMessage uses SendMessageTimeout to avoid deadlocks
  • Examples: refreshed basic demo and added MessageBox/widget demos

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 23 Nov 12:58

fix remove CGO bug. fix messageloop thread lock.

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 23 Nov 08:48

examples: try fix wowjump.

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 09 May 12:06

wowjump support 20 classic window

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 01 Jul 02:11

examples: wowjump optimize win11

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 28 Jun 12:38

examples: wowjump fix window focus problem in win11

action: update versions

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 08 Dec 00:36

wowjump support vanilla client.

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 20 Jun 06:24

fix commctrl const value,adjust tab control.

Edit, add OnChanged.

Dialog, add GetWidget method.

Dialog, add OnClose OnDestroy

	// TODO: need fix value
	LVM_FIRST = 0 // ListView messages
	TV_FIRST  = 0 // TreeView messages
	HDM_FIRST = 0 // Header messages

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 20 Feb 15:47

update examples.
winapi add api FlashWindow

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 24 Dec 02:59

update examples.