2022-03-08 |
John Tsiombikas | implemented SUPER key/modifier support on windows master |
blob | commitdiff |
2018-03-26 |
Diederick Niehorster | fix that stereo shutter glasses for nVidia setups did... |
blob | commitdiff | diff to current |
2017-07-12 |
Diederick Niehorster | some whitespace cleanup |
blob | commitdiff | diff to current |
2017-05-14 |
Rcmaniac25 | Ensure "maximixed" is taken into account when updating... |
blob | commitdiff | diff to current |
2015-06-29 |
Jinrong Xie | update CMake file so that it will generate proper _WIN3... |
blob | commitdiff | diff to current |
2015-06-29 |
Jinrong Xie | Minor fix on indentation. |
blob | commitdiff | diff to current |
2015-06-29 |
Jinrong Xie | Minor fix on indentation. |
blob | commitdiff | diff to current |
2015-06-29 |
Jinrong Xie | minor update making code more compact. |
blob | commitdiff | diff to current |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator. |
blob | commitdiff | diff to current |
2014-10-18 |
Diederick Niehorster | small simplification |
blob | commitdiff | diff to current |
2014-10-17 |
Diederick Niehorster | renamed all references to freeglut_xxx files (their... |
blob | commitdiff | diff to current |
2014-10-16 |
Diederick Niehorster | be more careful about closing menus when focus changes... |
blob | commitdiff | diff to current |
2014-10-12 |
Diederick Niehorster | change some initializer use that some compilers choke... |
blob | commitdiff | diff to current |
2014-10-11 |
John Tsiombikas | fixed build on MSVC6 |
blob | commitdiff | diff to current |
2014-05-14 |
Diederick Niehorster | KEY_EVENT macro exists in windows 8.1 API: renamed... |
blob | commitdiff | diff to current |
2014-01-22 |
Diederick Niehorster | should be using GetKeyState not GetAsyncKeyState to... |
blob | commitdiff | diff to current |
2013-11-09 |
Diederick Niehorster | Fixing problem with non-client area becoming unresponsi... |
blob | commitdiff | diff to current |
2013-04-07 |
Diederick Niehorster | part of dealing with work is platform independent,... |
blob | commitdiff | diff to current |
2013-04-07 |
Diederick Niehorster | redisplay is now also on the work list instead of handl... |
blob | commitdiff | diff to current |
2013-04-06 |
Diederick Niehorster | Menu's work again in gamemode too now. We have to do... |
blob | commitdiff | diff to current |
2013-04-06 |
Diederick Niehorster | cleanup a debug statement |
blob | commitdiff | diff to current |
2013-04-06 |
Diederick Niehorster | now that menu's no longer take focus from their parent... |
blob | commitdiff | diff to current |
2013-04-06 |
Diederick Niehorster | added a function to translate WM_ messages to text... |
blob | commitdiff | diff to current |
2013-04-06 |
Diederick Niehorster | now handling WM_MOUSEACTIVATE so that menus don't get... |
blob | commitdiff | diff to current |
2013-04-05 |
Diederick Niehorster | implemented WM_DISPLAYCHANGE message handler per patch... |
blob | commitdiff | diff to current |
2013-04-04 |
Diederick Niehorster | and with 0xFF to indicate to runtime that we want to... |
blob | commitdiff | diff to current |
2013-04-04 |
Diederick Niehorster | menu changes based on patch by Jason Wilkins: |
blob | commitdiff | diff to current |
2013-04-04 |
Diederick Niehorster | - moving to a new way of handling window changes (posit... |
blob | commitdiff | diff to current |
2013-03-06 |
Diederick Niehorster | on windows too: call resize callback only in response... |
blob | commitdiff | diff to current |
2013-03-04 |
Diederick Niehorster | if user opens menu in parent window and then clicked... |
blob | commitdiff | diff to current |
2013-03-04 |
Diederick Niehorster | MenuStatusCallback when menu was closed did not return... |
blob | commitdiff | diff to current |
2013-03-04 |
Diederick Niehorster | callign entryfunc should not steal the current window... |
blob | commitdiff | diff to current |
2013-03-04 |
Diederick Niehorster | handling of mouse messages more conform docs, some... |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | missed the windowproc return value |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | WM_PAINT more conform to docs |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | some cleanup: on window creation, don't have to zero... |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | implemented glutSetIconTitle that works on win32, when... |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | fixed up handling of WM_MOUSEWHEEL, low order of wParam... |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | Visibility functions better implemented now. All goes... |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | document coordinates returned by glutPositionFunc,... |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | updated docs for fgPlatformMainLoopPreliminaryWork |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | implemented somewhat better visibility/windowstatus... |
blob | commitdiff | diff to current |
2013-03-01 |
Diederick Niehorster | library should call window status func at all times... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | No need to handle WM_CANCELMODE, defwindowproc takes... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | now that mouse capture was properly implemented, menus... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | Mousemotion events now generated outside the window... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | should return zero after processing any of the mouse... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | Only do mouse tracking for EntryFunc if user specified... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | Now implemented properly working mouse entry and exit... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | Simplified fghWindowUnderCursor, cleane dup code |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | Only check for child window when needed, some cleanup |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | WM_SETFOCUS should not change focus to child instead... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | Use GetMessagePos, not GetCursorPos to make sure we... |
blob | commitdiff | diff to current |
2013-02-27 |
Diederick Niehorster | Added subwindows to CallbackMaker demo, for testing... |
blob | commitdiff | diff to current |
2013-02-26 |
Diederick Niehorster | some msgs only sent to parent window, find child under... |
blob | commitdiff | diff to current |
2013-02-26 |
Diederick Niehorster | better name for key up/down function |
blob | commitdiff | diff to current |
2013-02-26 |
Diederick Niehorster | win API docs say that defWndProc must be called for... |
blob | commitdiff | diff to current |
2013-02-26 |
Diederick Niehorster | win32: updating keyboard down/up handling. Split off... |
blob | commitdiff | diff to current |
2013-02-13 |
Diederick Niehorster | moving fgPlatformReshapeWindow and fgPlatformDisplayWin... |
blob | commitdiff | diff to current |
2013-02-09 |
Diederick Niehorster | now have 64bit internal time on Windows, as we deal... |
blob | commitdiff | diff to current |
2013-01-17 |
Diederick Niehorster | oops, debug code that shouldn't have been committed... |
blob | commitdiff | diff to current |
2013-01-17 |
Diederick Niehorster | Updating last edit time and FreeGLUT version for API... |
blob | commitdiff | diff to current |
2012-12-18 |
Diederick Niehorster | avoid crash on null temp_window, thanks Phillip Kutin! |
blob | commitdiff | diff to current |
2012-11-23 |
Diederick Niehorster | prevent resize callback (and indeed the whole resizing... |
blob | commitdiff | diff to current |
2012-11-23 |
Diederick Niehorster | now providing new position of child relative to parent... |
blob | commitdiff | diff to current |
2012-11-23 |
Diederick Niehorster | implemented position callback on windows and some other... |
blob | commitdiff | diff to current |
2012-11-21 |
Diederick Niehorster | now using WHEEL_DELTA for mouse wheel processing, inste... |
blob | commitdiff | diff to current |
2012-11-21 |
Diederick Niehorster | wrote macro for the special key checks (shift, alt... |
blob | commitdiff | diff to current |
2012-11-20 |
Diederick Niehorster | small updates to one demo, so windowed windows display... |
blob | commitdiff | diff to current |
2012-11-19 |
Diederick Niehorster | pulling in cleanup from r1442 |
blob | commitdiff | diff to current |
2012-11-16 |
Diederick Niehorster | added note about maximizing behavior on Windows (when... |
blob | commitdiff | diff to current |
2012-11-16 |
Diederick Niehorster | reimplemented the client-area/window-area conversion... |
blob | commitdiff | diff to current |
2012-08-06 |
Diederick Niehorster | also add an InvalidateRect call before the BeginPaint... |
blob | commitdiff | diff to current |
2012-08-06 |
Diederick Niehorster | better to put code to check if menu should be deactivat... |
blob | commitdiff | diff to current |
2012-07-23 |
Diederick Niehorster | some cleanup of one demo. added menu back in gamemode |
blob | commitdiff | diff to current |
2012-07-23 |
Diederick Niehorster | now added fix suggested by Ioannis to make menus work... |
blob | commitdiff | diff to current |
2012-07-23 |
Diederick Niehorster | Should only do check if mouse is outside client area... |
blob | commitdiff | diff to current |
2012-07-23 |
Diederick Niehorster | child window now only used for keyboard callbacks and... |
blob | commitdiff | diff to current |
2012-07-23 |
Diederick Niehorster | now also closing menus when non-client area is pressed... |
blob | commitdiff | diff to current |
2012-07-23 |
Diederick Niehorster | When receiving WM_SETFOCUS, check if its child window... |
blob | commitdiff | diff to current |
2012-07-22 |
Diederick Niehorster | now checking for NULL window in fgDeactivateMenu (thank... |
blob | commitdiff | diff to current |
2012-07-21 |
Diederick Niehorster | argh, some debug code made it in (don't commit and... |
blob | commitdiff | diff to current |
2012-07-21 |
Diederick Niehorster | some clean up in WM_KILLFOCUS handler |
blob | commitdiff | diff to current |
2012-07-21 |
Diederick Niehorster | can now also handle the case where menus is opened... |
blob | commitdiff | diff to current |
2012-07-21 |
Diederick Niehorster | fixes two cases of menu's not closing when they should: |
blob | commitdiff | diff to current |
2012-07-20 |
Diederick Niehorster | small addition to debug msg handy for testing |
blob | commitdiff | diff to current |
2012-07-20 |
Diederick Niehorster | need to check for NULL as well.... |
blob | commitdiff | diff to current |
2012-07-20 |
Diederick Niehorster | removed SetFocus that was added to WM_MOUSEMOVE to... |
blob | commitdiff | diff to current |
2012-07-20 |
Diederick Niehorster | it was in 2003 that his compiler didn't recognize this... |
blob | commitdiff | diff to current |
2012-06-10 |
John F. Fay | Fixing mouse wheel bug in Windows per e-mail from Ioann... |
blob | commitdiff | diff to current |
2012-06-10 |
John F. Fay | Fixing the situation in which the special-key-up callba... |
blob | commitdiff | diff to current |
2012-06-09 |
John F. Fay | Fixing the warning message when "glutGetModifiers"... |
blob | commitdiff | diff to current |
2012-03-11 |
Diederick Niehorster | and some more renames |
blob | commitdiff | diff to current |
|