Go to file
Pietro Gagliardi a302590ee0 Added crash guard for making alternates (to get editable comboboxes). 2014-02-16 20:09:51 -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
callbacks_unix.go Added window (and thus control) resizing. Other bugs have been fixed along the way. 2014-02-16 18:04:57 -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.SelectedIndex(). 2014-02-15 18:27:34 -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 Removed stray TODO left over from copy/paste. 2014-02-15 18:43:49 -05:00
gtkcalls_unix.go Added GTK+ comboboxes. ...and THESE aren't being positioned properly, sigh... 2014-02-16 19:50:52 -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.Selection() and Listbox.SelectedIndices(). Also fixed a bug involving sysData.selectedIndices() with nothing selected. 2014-02-15 18:36:42 -05:00
main.go Added Listbox.Selection() and Listbox.SelectedIndices(). Also fixed a bug involving sysData.selectedIndices() with nothing selected. 2014-02-15 18:36:42 -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 version compatibility notes to plan.md. 2014-02-16 16:55:48 -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 Added Combobox.Delete() and Listbox.Delete() and added some TODOs. 2014-02-15 18:14:43 -05:00
sysdata_unix.go Added crash guard for making alternates (to get editable comboboxes). 2014-02-16 20:09:51 -05:00
sysdata_windows.go Added Listbox.Selection() and Listbox.SelectedIndices(). Also fixed a bug involving sysData.selectedIndices() with nothing selected. 2014-02-15 18:36:42 -05:00
todo.md More GTK+ weird behavior TODOs. 2014-02-16 18:42:18 -05:00
uitask_unix.go Cleaned up the idle callback code. 2014-02-16 17:09:58 -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