implemented SUPER key/modifier support on windows
[freeglut] / src / mswin / fg_main_mswin.c
2022-03-08 John Tsiombikasimplemented SUPER key/modifier support on windows master
2018-03-26 Diederick Niehorsterfix that stereo shutter glasses for nVidia setups did...
2017-07-12 Diederick Niehorstersome whitespace cleanup
2017-05-14 Rcmaniac25Ensure "maximixed" is taken into account when updating...
2015-06-29 Jinrong Xieupdate CMake file so that it will generate proper _WIN3...
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.
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 Niehorsterchange some initializer use that some compilers choke...
2014-10-11 John Tsiombikasfixed build on MSVC6
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 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 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 Niehorster- moving to a new way of handling window changes (posit...
2013-03-06 Diederick Niehorsteron windows too: call resize callback only in response...
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 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-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 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 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 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 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-19 Diederick Niehorsterpulling in cleanup from r1442
2012-11-16 Diederick Niehorsteradded note about maximizing behavior on Windows (when...
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