| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-11 | added Center function to window | papplampe | |
| 2014-06-10 | Made adjustments to the output of windowsconstgen to please go fmt. | Pietro Gagliardi | |
| 2014-06-07 | Fixed the Windows 7 progressbar animation dumbness. | Pietro Gagliardi | |
| 2014-06-07 | Documented window switch clicks in Area and implemented them on Windows and ↵ | Pietro Gagliardi | |
| Mac OS X. | |||
| 2014-06-07 | Fixed incorrect numpad handling on Windows Areas. | Pietro Gagliardi | |
| 2014-06-06 | Fixed the standard window class focus behavior on Windows from the previous ↵ | Pietro Gagliardi | |
| commit to work. Also updated the SetFocus() call in area_windows.go to boot and removed the relevant TODO after checking both wine and Windows XP work fine. | |||
| 2014-06-05 | Implemented code to save and restore control focus on Windows properly when ↵ | Pietro Gagliardi | |
| switching away from/back to our program. It's disabled for now though because it doesn't seem to work... | |||
| 2014-06-05 | Changed Checkbox on Windows to use BS_CHECKBOX instead of BS_AUTOCHECKBOX; ↵ | Pietro Gagliardi | |
| this will be necessary to fix the focus issue in todo.md (see http://blogs.msdn.com/b/oldnewthing/archive/2014/05/22/10527522.aspx). | |||
| 2014-06-04 | Implemented the new MsgBox() transience on Windows. | Pietro Gagliardi | |
| 2014-06-04 | Resolved the ACTCTX_FLAG_SET_PROCESS_DEFAULT TODO by deciding to enable this ↵ | Pietro Gagliardi | |
| flag for maximum safety. Also added more future plans. | |||
| 2014-06-02 | Gave message boxes on Windows the MB_TASKMODAL style, which does event ↵ | Pietro Gagliardi | |
| modality to the other windows in the program. Does not affect resizes. | |||
| 2014-05-30 | Moved the standard window class (for Window) on Windows to get the sysData ↵ | Pietro Gagliardi | |
| pointer from CreateWindowEx() and store it in the window memory instead of being given it via a closure. This will lead to having only one window class for all Windows, which will come next. Also fixed an error in windowsconstgen's output related to GetWindowLongPtr()/SetWindowLongPtr(). | |||
| 2014-05-30 | Added GetWindowLongPtr()/SetWindowLongPtr() generation to the ↵ | Pietro Gagliardi | |
| windowsconstgen tool and the pregenerated files. This will be needed for when we get rid of creating a new window class for each Window/Area. Also did some minor cleanup to the windowsconstgen tool. | |||
| 2014-05-29 | Added the new Modifiers handling to the Windows backend. | Pietro Gagliardi | |
| 2014-05-25 | Added 64-bit Windows constants. | Pietro Gagliardi | |
