implemented SUPER key/modifier support on windows
[freeglut] / src / mswin / fg_window_mswin.c
2019-09-25 John TsiombikasFixed bug #252: menu windows are drawn with immediate...
2018-03-26 Diederick Niehorstercleaning up mixed tabs and spaces
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-10-12 Diederick Niehorstersome cleanup, correctness in naming, correctness in...
2013-04-04 Diederick Niehorstermenu changes based on patch by Jason Wilkins:
2013-04-04 Diederick Niehorsterdon't show window when creating menu (better fix then...
2013-04-04 Diederick Niehorster- moving to a new way of handling window changes (posit...
2013-03-17 Diederick Niehorster- another strdup
2013-03-17 Diederick Niehorsterstrdup instead of malloc/strcpy
2013-03-06 Diederick Niehorsternow have a default reshape callback function that is...
2013-03-04 Diederick Niehorsterhandling of mouse messages more conform docs, some...
2013-03-01 Diederick Niehorsterimplemented glutSetIconTitle that works on win32, when...
2013-03-01 Diederick NiehorsterVisibility functions better implemented now. All goes...
2013-03-01 Diederick Niehorstersimplified some window rect calculations
2013-03-01 Diederick Niehorsterimplemented somewhat better visibility/windowstatus...
2013-02-26 Diederick Niehorsterreworked fullscreen code based on implementation of...
2013-02-13 Diederick Niehorstermoving fgPlatformReshapeWindow and fgPlatformDisplayWin...
2012-11-23 Diederick Niehorsterremoved unnecessary calls to SetWindowPos when entering...
2012-11-17 Diederick Niehorsternow have function to get window style based on FreeGLUT...
2012-11-16 Diederick Niehorsterreimplemented the client-area/window-area conversion...
2012-08-06 Diederick Niehorstersome doc on why not using GetClientRect for getting...
2012-07-29 Diederick Niehorsterfg_cursor is a much better place for code reading the...
2012-07-29 Diederick Niehorstersome cleanup
2012-07-26 Diederick Niehorsterlittle bit of cleanup and extra comments
2012-07-23 Diederick NiehorsterWhen receiving WM_SETFOCUS, check if its child window...
2012-04-21 Sylvain BeuclerFix more compiler warnings
2012-03-19 Diederick Niehorstersimplified check for whether opengl 2.1+ context is...
2012-03-18 Diederick Niehorsteradded a message when new context creation was silently...
2012-03-11 Diederick Niehorsterand some more renames