reimplemented the client-area/window-area conversion code. It should now
[freeglut] / src / mswin / fg_main_mswin.c
2012-11-16 Diederick Niehorsterreimplemented the client-area/window-area conversion...
2012-08-06 Diederick Niehorsteralso add an InvalidateRect call before the BeginPaint...
2012-08-06 Diederick Niehorsterbetter to put code to check if menu should be deactivat...
2012-07-23 Diederick Niehorstersome cleanup of one demo. added menu back in gamemode
2012-07-23 Diederick Niehorsternow added fix suggested by Ioannis to make menus work...
2012-07-23 Diederick NiehorsterShould only do check if mouse is outside client area...
2012-07-23 Diederick Niehorsterchild window now only used for keyboard callbacks and...
2012-07-23 Diederick Niehorsternow also closing menus when non-client area is pressed...
2012-07-23 Diederick NiehorsterWhen receiving WM_SETFOCUS, check if its child window...
2012-07-22 Diederick Niehorsternow checking for NULL window in fgDeactivateMenu (thank...
2012-07-21 Diederick Niehorsterargh, some debug code made it in (don't commit and...
2012-07-21 Diederick Niehorstersome clean up in WM_KILLFOCUS handler
2012-07-21 Diederick Niehorstercan now also handle the case where menus is opened...
2012-07-21 Diederick Niehorsterfixes two cases of menu's not closing when they should:
2012-07-20 Diederick Niehorstersmall addition to debug msg handy for testing
2012-07-20 Diederick Niehorsterneed to check for NULL as well....
2012-07-20 Diederick Niehorsterremoved SetFocus that was added to WM_MOUSEMOVE to...
2012-07-20 Diederick Niehorsterit was in 2003 that his compiler didn't recognize this...
2012-06-10 John F. FayFixing mouse wheel bug in Windows per e-mail from Ioann...
2012-06-10 John F. FayFixing the situation in which the special-key-up callba...
2012-06-09 John F. FayFixing the warning message when "glutGetModifiers"...
2012-03-11 Diederick Niehorsterand some more renames