implemented SUPER key/modifier support on windows
[freeglut] / src / mswin /
2022-03-08 John Tsiombikasimplemented SUPER key/modifier support on windows master
2019-09-25 John TsiombikasFixed bug #252: menu windows are drawn with immediate...
2019-08-14 John TsiombikasFixed namespace pollution due to a number of global...
2018-04-02 John Tsiombikas- fallback to non-sRGB visuals if the context creation...
2018-03-26 Diederick Niehorstercleaning up mixed tabs and spaces
2018-03-26 Diederick Niehorsterfix that stereo shutter glasses for nVidia setups did...
2017-07-12 Diederick Niehorstersome whitespace cleanup
2017-06-30 Rcmaniac25Added "hack" function for glutCreateMenuUcall
2017-05-14 Rcmaniac25Ensure "maximixed" is taken into account when updating...
2016-01-20 Jinrong Xiebug fix
2015-12-14 John ArchdeaconFixed C2275 compiler error in fg_spaceball_mswin.c
2015-06-29 Jinrong Xieupdate CMake file so that it will generate proper _WIN3...
2015-06-29 Jinrong Xiefixed unsafe usage of malloc() pointed out by jtsiomb.
2015-06-29 Jinrong Xiefixed unsafe usage of malloc() pointed out by jtsiomb.
2015-06-29 Jinrong XieMinor fix on indentation.
2015-06-29 Jinrong XieMinor fix on indentation.
2015-06-29 Jinrong Xieminor update making code more compact.
2015-06-29 Jinrong XieAdded support for 3Dconnexion Space Navigator.
2015-06-29 Jinrong XieAdded support for 3Dconnexion Space Navigator.
2014-10-20 John Tsiombikasremoved vfprintf and checking from CMakeLists.txt,...
2014-10-19 John Tsiombikasadded missing newlines at the ends of two files as...
2014-10-18 Diederick Niehorstersmall simplification
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-10-16 Diederick Niehorsterbe more careful about closing menus when focus changes...
2014-10-12 Diederick Niehorstersome cleanup, correctness in naming, correctness in...
2014-10-12 Diederick Niehorsterchange some initializer use that some compilers choke...
2014-10-11 John Tsiombikasfixed build on MSVC6
2014-08-27 Diederick Niehorstercaption height should include the width of the border...
2014-05-14 Diederick NiehorsterKEY_EVENT macro exists in windows 8.1 API: renamed...
2014-01-22 Diederick Niehorstershould be using GetKeyState not GetAsyncKeyState to...
2013-11-09 Diederick NiehorsterFixing problem with non-client area becoming unresponsi...
2013-04-07 Diederick Niehorsterpart of dealing with work is platform independent,...
2013-04-07 Diederick Niehorsterredisplay is now also on the work list instead of handl...
2013-04-06 Diederick NiehorsterMenu's work again in gamemode too now. We have to do...
2013-04-06 Diederick Niehorstercleanup a debug statement
2013-04-06 Diederick Niehorsterclicking in another window also no longer closed the...
2013-04-06 Diederick Niehorsternow that menu's no longer take focus from their parent...
2013-04-06 Diederick Niehorsteradded a function to translate WM_ messages to text...
2013-04-06 Diederick Niehorsternow handling WM_MOUSEACTIVATE so that menus don't get...
2013-04-05 Diederick Niehorsterimplemented WM_DISPLAYCHANGE message handler per patch...
2013-04-04 Diederick Niehorstersome cleanup
2013-04-04 Diederick Niehorsterand with 0xFF to indicate to runtime that we want to...
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 Niehorsteron windows too: call resize callback only in response...
2013-03-06 Diederick Niehorsternow have a default reshape callback function that is...
2013-03-04 Diederick Niehorsterif user opens menu in parent window and then clicked...
2013-03-04 Diederick NiehorsterMenuStatusCallback when menu was closed did not return...
2013-03-04 Diederick Niehorstercallign entryfunc should not steal the current window...
2013-03-04 Diederick Niehorsterhandling of mouse messages more conform docs, some...
2013-03-01 Diederick Niehorstermissed the windowproc return value
2013-03-01 Diederick NiehorsterWM_PAINT more conform to docs
2013-03-01 Diederick Niehorstersome cleanup: on window creation, don't have to zero...
2013-03-01 Diederick Niehorsterimplemented glutSetIconTitle that works on win32, when...
2013-03-01 Diederick Niehorsterfixed up handling of WM_MOUSEWHEEL, low order of wParam...
2013-03-01 Diederick NiehorsterVisibility functions better implemented now. All goes...
2013-03-01 Diederick Niehorstersimplified some window rect calculations
2013-03-01 Diederick Niehorsterdocument coordinates returned by glutPositionFunc,...
2013-03-01 Diederick Niehorsterupdated docs for fgPlatformMainLoopPreliminaryWork
2013-03-01 Diederick Niehorsterimplemented somewhat better visibility/windowstatus...
2013-03-01 Diederick Niehorsterlibrary should call window status func at all times...
2013-02-28 Diederick Niehorsterimplemented GLUT_WINDOW_STENCIL_SIZE and GLUT_WINDOW_BU...
2013-02-27 Diederick NiehorsterNo need to handle WM_CANCELMODE, defwindowproc takes...
2013-02-27 Diederick Niehorsternow that mouse capture was properly implemented, menus...
2013-02-27 Diederick NiehorsterMousemotion events now generated outside the window...
2013-02-27 Diederick NiehorsterGLUT_CURSOR_INHERIT now works, also implemented another...
2013-02-27 Diederick Niehorstershould return zero after processing any of the mouse...
2013-02-27 Diederick NiehorsterOnly do mouse tracking for EntryFunc if user specified...
2013-02-27 Diederick NiehorsterNow implemented properly working mouse entry and exit...
2013-02-27 Diederick NiehorsterSimplified fghWindowUnderCursor, cleane dup code
2013-02-27 Diederick NiehorsterOnly check for child window when needed, some cleanup
2013-02-27 Diederick NiehorsterWM_SETFOCUS should not change focus to child instead...
2013-02-27 Diederick NiehorsterUse GetMessagePos, not GetCursorPos to make sure we...
2013-02-27 Diederick NiehorsterAdded subwindows to CallbackMaker demo, for testing...
2013-02-26 Diederick Niehorsterreworked fullscreen code based on implementation of...
2013-02-26 Diederick Niehorstersome msgs only sent to parent window, find child under...
2013-02-26 Diederick Niehorsterbetter name for key up/down function
2013-02-26 Diederick Niehorsterwin API docs say that defWndProc must be called for...
2013-02-26 Diederick Niehorsterwin32: updating keyboard down/up handling. Split off...
2013-02-13 Diederick Niehorstermoving fgPlatformReshapeWindow and fgPlatformDisplayWin...
2013-02-09 Diederick Niehorsternow have 64bit internal time on Windows, as we deal...
2013-01-17 Diederick Niehorsteroops, debug code that shouldn't have been committed...
2013-01-17 Diederick NiehorsterUpdating last edit time and FreeGLUT version for API...
2012-12-18 Diederick Niehorsteravoid crash on null temp_window, thanks Phillip Kutin!
2012-11-23 Diederick Niehorsterargh! commit 1485 was cut and paste instead of copy...
2012-11-23 Diederick Niehorsterthat was too quick, fgStructure.CurrentWindow can be...
2012-11-23 Diederick NiehorsterGLUT_WINDOW_WIDTH and GLUT_WINDOW_HEIGHT can simply...
2012-11-23 Diederick Niehorsterprevent resize callback (and indeed the whole resizing...
2012-11-23 Diederick Niehorsternow providing new position of child relative to parent...
2012-11-23 Diederick Niehorsterremoved unnecessary calls to SetWindowPos when entering...
2012-11-23 Diederick Niehorsterimplemented position callback on windows and some other...
2012-11-21 Diederick Niehorsternow using WHEEL_DELTA for mouse wheel processing, inste...
2012-11-21 Diederick Niehorsterwrote macro for the special key checks (shift, alt...
2012-11-20 Diederick Niehorstersmall updates to one demo, so windowed windows display...
2012-11-20 Diederick Niehorsterforgot docs for last change
2012-11-20 Diederick Niehorsterwhen entering game mode, now avoiding call to ChangeDis...
2012-11-19 Diederick Niehorsterpulling in cleanup from r1442
next