2013-02-27 |
Diederick Niehorster | Simplified fghWindowUnderCursor, cleane dup code |
blob | commitdiff |
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 |
|