unmigrated
|
Moved the old Windows main() to unmigrated/; may wind up deleting it instead.
|
2014-02-17 17:39:51 -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.go
|
Split out the dialog functions into portable and non-portable code to keep the package documentation in the portable code only.
|
2014-02-17 02:34:58 -05:00 |
dialog_unix.go
|
Added GTK+ message boxes.
|
2014-02-17 02:54:58 -05:00 |
dialog_windows.go
|
Split out the dialog functions into portable and non-portable code to keep the package documentation in the portable code only.
|
2014-02-17 02:34:58 -05:00 |
gtkcalls_unix.go
|
Split the GTK+ ListBox implementation into its own file.
|
2014-02-17 15:49:02 -05:00 |
gtkcasts_unix.go
|
Simplified the GTK+ Listbox code and added a documentation blob to it.
|
2014-02-17 16:19:00 -05:00 |
implementation.md
|
Wrote an implementation guide.
|
2014-02-17 17:38: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 |
listbox_unix.go
|
Simplified the GTK+ Listbox code and added a documentation blob to it.
|
2014-02-17 16:19:00 -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 |
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 GTK+ crashes (I think) by making resizes synchronous. Since all control resizes happen on the UI thread anyway, we don't need to dispatch back; just call the resizing functions directly. Windows gets this fix too for consistency (and also because it gets rid of the only asynchronous oddity in the system).
|
2014-02-17 01:40:53 -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
|
Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all control resizes happen on the UI thread anyway, we don't need to dispatch back; just call the resizing functions directly. Windows gets this fix too for consistency (and also because it gets rid of the only asynchronous oddity in the system).
|
2014-02-17 01:40:53 -05:00 |
sysdata_windows.go
|
Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all control resizes happen on the UI thread anyway, we don't need to dispatch back; just call the resizing functions directly. Windows gets this fix too for consistency (and also because it gets rid of the only asynchronous oddity in the system).
|
2014-02-17 01:40:53 -05:00 |
todo.md
|
More TODOs.
|
2014-02-17 02:55:59 -05:00 |
uitask_unix.go
|
Added GTK+ message boxes.
|
2014-02-17 02:54: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 |