Go to file
Pietro Gagliardi 16e561c1e3 Added message boxes and adjusted init() accordingly to display one on failure. 2014-02-15 16:27:07 -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 Reduced the number of unnecessary error returns based on MSDN. The TODOs that used to be there have been moved to a new file; similar files for Mac and Linux will also be made. 2014-02-15 13:36:24 -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 Added message boxes and adjusted init() accordingly to display one on failure. 2014-02-15 16:27:07 -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 Removed setting the initial width and height in sysData.make() (this gets rid of the dummy 300x300 sizes from the controls) and added an explicit sysData.setWindowSize() to Window.Open() to ensure everything's sized properly. 2014-02-15 13:07:46 -05:00
main.go Reduced the number of unnecessary error returns based on MSDN. The TODOs that used to be there have been moved to a new file; similar files for Mac and Linux will also be made. 2014-02-15 13:36:24 -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 Made sure sysData.selectedIndices() returns an empty slice if nothing was selected in a single-selection listbox. 2014-02-15 14:05:10 -05:00
todo.md More TODO reduction. 2014-02-15 15:38:41 -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