| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-30 | ...in with the new. | Pietro Gagliardi | |
| 2014-08-28 | Implemented WM_PRINTCLIENT on Window and cleaned up the WM_CTLCOLOR*** ↵ | Pietro Gagliardi | |
| message handler; both are on the Windows backend. | |||
| 2014-08-26 | Got rid of the modal queue now that it's no longer needed. | Pietro Gagliardi | |
| 2014-08-18 | Implemented the beginning of a potential solution to the Windows modality issue. | Pietro Gagliardi | |
| 2014-08-14 | Fixed some small issues in the C code of the Windows port. | Pietro Gagliardi | |
| 2014-08-14 | Moved code to handle window user data in the Windows backend to a single ↵ | Pietro Gagliardi | |
| function. | |||
| 2014-08-14 | Split out common container window procedure code in Windows to its own function. | Pietro Gagliardi | |
| 2014-08-14 | Stripped C-style comments from C sources and headers where appropriate. | Pietro Gagliardi | |
| 2014-08-04 | Re-added base units calculation to the resizing code now that container ↵ | Pietro Gagliardi | |
| stores a HWND again. | |||
| 2014-08-04 | Split layout and Window on Windows to use two separate window classes. This ↵ | Pietro Gagliardi | |
| is the first half of the two-part migration of the Windows backend to use container. | |||
| 2014-08-04 | Changed Tab on Windows to store each control in a *layout (see previous ↵ | Pietro Gagliardi | |
| commit). Now I can throw out containerShow()/containerHide()/Show()/Hide(). This also will let me do the right thing with sizer and dialog base units again, and even get rid of sizer's confusion once and for all! | |||
| 2014-08-04 | Split apart the Windows Window code so that the same window class can be ↵ | Pietro Gagliardi | |
| used for both top-level windows and tab pages (next commit). This makes things slightly messy in the short term, but this will all be cleaned up soon, and has the advantage of taking care of the sizer mess~ | |||
| 2014-08-01 | Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ↵ | Pietro Gagliardi | |
| are a few cases of const->non-const conversions as a result. | |||
| 2014-07-28 | Made the previous commit's changes on Windows. If the Stack Overflow ↵ | Pietro Gagliardi | |
| question tells me I'm wrong, we can deal with it then. But yay simple sizing code again :D | |||
| 2014-07-25 | Implemented Tab on Windows. | Pietro Gagliardi | |
| 2014-07-18 | Added #include "_cgo_export.h" to files that needed it and fixed a cast ↵ | Pietro Gagliardi | |
| error in controls_windows.c that that revealed. Anyway buttons work now on all platforms, woo :D | |||
| 2014-07-18 | Fixed all the remaining compiler errors. C conversion works! | Pietro Gagliardi | |
| 2014-07-17 | Migrated window_windows.go to C. | Pietro Gagliardi | |
