| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-11 | Changed the sysData cache so that if we didn't fill it in yet, getSysData() ↵ | Pietro Gagliardi | |
| returns nil instead of panicking, and the standard window procedure jumps directly to the default handler. Not what I originally wanted to do, but whatever, it finally works! | |||
| 2014-02-11 | Got rid of the reverse HWND->sysData lookup for now, to see if there's a ↵ | Pietro Gagliardi | |
| mistake elsewhere. Now we're up to a panic... with Success... | |||
| 2014-02-11 | It appears the result of syscall.StringToUTF16Ptr() is only temporary, so ↵ | Pietro Gagliardi | |
| removed all that. Now the program just hangs... | |||
| 2014-02-11 | Whoops, copy-paste fail somehow changed init error checks. Now it starts... ↵ | Pietro Gagliardi | |
| and hangs before creating a window... | |||
| 2014-02-11 | All build errors resolved. Now to test... | Pietro Gagliardi | |
| 2014-02-11 | Added the init and testing main functions and started fixing errors. Let's ↵ | Pietro Gagliardi | |
| fix the rest and hope it works... | |||
| 2014-02-11 | Filled in the standard window procedure. | Pietro Gagliardi | |
| 2014-02-11 | (see previous commit; part 2) | Pietro Gagliardi | |
