Go to file
Pietro Gagliardi 3c25b58652 Added Listbox.Append() and Listbox.InsertBefore(). 2014-02-15 17:59:12 -05:00
unmigrated Added message boxes and adjusted init() accordingly to display one on failure. 2014-02-15 16:27:07 -05:00
button.go Gave all relevant controls matching SetText()/Text() pairs. Also added a TODO for Checkbox related to checked state. 2014-02-15 15:51:06 -05:00
checkbox.go Gave all relevant controls matching SetText()/Text() pairs. Also added a TODO for Checkbox related to checked state. 2014-02-15 15:51:06 -05:00
combobox.go Added Combobox.Append() and Combobox.InsertBefore(). 2014-02-15 17:52:33 -05:00
common_windows.go Removed a TODO regarding Windows Common Controls because I'm not going to be using those constants (and if I ever add more controls I will need to use comctl anyway). 2014-02-15 15:59:02 -05:00
control.go Renamed Control.apply() to Control.make(). 2014-02-14 11:12:08 -05:00
controls_windows.go Split out combobox and listbox error constants into their own sections of controls_windows.go. 2014-02-15 12:49:21 -05:00
dialog_windows.go Fixed a build error in the previous commit. 2014-02-15 16:27:47 -05:00
init.go Added message boxes and adjusted init() accordingly to display one on failure. 2014-02-15 16:27:07 -05:00
init_windows.go More error/TODO reduction. 2014-02-15 14:11:54 -05:00
label.go Gave all relevant controls matching SetText()/Text() pairs. Also added a TODO for Checkbox related to checked state. 2014-02-15 15:51:06 -05:00
lineedit.go Gave all relevant controls matching SetText()/Text() pairs. Also added a TODO for Checkbox related to checked state. 2014-02-15 15:51:06 -05:00
listbox.go Added Listbox.Append() and Listbox.InsertBefore(). 2014-02-15 17:59:12 -05:00
main.go Added Listbox.Append() and Listbox.InsertBefore(). 2014-02-15 17:59:12 -05:00
main_windows.go More error corrections; not done yet... 2014-02-11 19:09:10 -05:00
menus_windows.go All build errors resolved. Now to test... 2014-02-11 19:18:03 -05:00
plan.md Added the initial planning document for the portable API. 2014-02-11 12:33:32 -05:00
restrictions.md Windows sysData has been adjusted to deal with child controls. Rather than storing the parent window, it is passed as an argument to sysData.make(), which does the child ID allocation. Child IDs are now window-local, getting rid of that restriction. 2014-02-12 21:08:10 -05:00
stack.go More TODO reduction. 2014-02-15 15:38:41 -05:00
stdwndclass_windows.go Fixed the resizing deadlock. 2014-02-13 11:42:21 -05:00
sysdata.go More error handling reduction. 2014-02-15 14:03:46 -05:00
sysdata_windows.go Added vertical scroll bars to Combobox. 2014-02-15 17:55:15 -05:00
todo.md Added a TODO related to the previous commit. 2014-02-15 16:30:44 -05:00
uitask_windows.go More error/TODO reduction. 2014-02-15 14:11:54 -05:00
window.go Removed another TODO in window.go related to resizing. Also a note I forgot to say a few commits ago: setWindowSize() also keeps the OS-decided window position. 2014-02-15 13:12:46 -05:00
windows_windows.go Removing more leftover stuff. 2014-02-15 11:57:49 -05:00
winerrors.md More TODO reduction. 2014-02-15 15:41:50 -05:00