unmigrated
|
Added buttons.
|
2014-02-12 11:29:20 -05:00 |
button.go
|
Renamed Control.apply() to Control.make().
|
2014-02-14 11:12:08 -05:00 |
checkbox.go
|
Renamed Control.apply() to Control.make().
|
2014-02-14 11:12:08 -05:00 |
combobox.go
|
Renamed sysData.editable to sysData.alternate in preparation for ListBox.
|
2014-02-14 15:54:56 -05:00 |
common_windows.go
|
Now that we have sysData.text() we no longer need the getText() that needed to be migrated.
|
2014-02-14 12:17:21 -05:00 |
control.go
|
Renamed Control.apply() to Control.make().
|
2014-02-14 11:12:08 -05:00 |
controls_windows.go
|
Added Listboxes. You can't use the results just yet...
|
2014-02-14 16:25:39 -05:00 |
init.go
|
Added the init and testing main functions and started fixing errors. Let's fix the rest and hope it works...
|
2014-02-11 18:57:03 -05:00 |
init_windows.go
|
Restructuring the codebase to make things neater. First off: each window now has its own class; the sysData knows about children. This updates the window class to become a generator and rewrites the WndProc as well.
|
2014-02-12 20:51:07 -05:00 |
label.go
|
Added labels.
|
2014-02-14 15:12:03 -05:00 |
lineedit.go
|
Added LineEdit.
|
2014-02-14 15:00:59 -05:00 |
listbox.go
|
Added Listboxes. You can't use the results just yet...
|
2014-02-14 16:25:39 -05:00 |
main.go
|
More TODOs and example program tweaks.
|
2014-02-14 17:31:21 -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
|
Renamed Control.apply() to Control.make().
|
2014-02-14 11:12:08 -05:00 |
stdwndclass_windows.go
|
Fixed the resizing deadlock.
|
2014-02-13 11:42:21 -05:00 |
sysdata.go
|
Added Listboxes. You can't use the results just yet...
|
2014-02-14 16:25:39 -05:00 |
sysdata_windows.go
|
Added Listboxes. You can't use the results just yet...
|
2014-02-14 16:25:39 -05:00 |
todo.md
|
More TODOs and example program tweaks.
|
2014-02-14 17:31:21 -05:00 |
uitask_windows.go
|
Fixed the PeekMessage() call as per http://blogs.msdn.com/b/oldnewthing/archive/2006/02/10/529525.aspx
|
2014-02-11 22:38:46 -05:00 |
window.go
|
Windows no longer need to be Controls after I reworked the parent-child system so that children do not need ot know what their parents are.
|
2014-02-14 11:13:10 -05:00 |
windows_windows.go
|
Added sizing of windows and the main window control. It presently deadlocks; I'll need to redo my mutexes...
|
2014-02-13 05:28:26 -05:00 |