2013-03-01 |
Diederick Niehorster | document coordinates returned by glutPositionFunc,... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | updated docs for fgPlatformMainLoopPreliminaryWork |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | implemented somewhat better visibility/windowstatus... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | library should call window status func at all times... |
tree | commitdiff |
2013-02-28 |
Diederick Niehorster | implemented GLUT_WINDOW_STENCIL_SIZE and GLUT_WINDOW_BU... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | No need to handle WM_CANCELMODE, defwindowproc takes... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | now that mouse capture was properly implemented, menus... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Mousemotion events now generated outside the window... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | GLUT_CURSOR_INHERIT now works, also implemented another... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | should return zero after processing any of the mouse... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Only do mouse tracking for EntryFunc if user specified... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Now implemented properly working mouse entry and exit... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Simplified fghWindowUnderCursor, cleane dup code |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Only check for child window when needed, some cleanup |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | WM_SETFOCUS should not change focus to child instead... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Use GetMessagePos, not GetCursorPos to make sure we... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Added subwindows to CallbackMaker demo, for testing... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | reworked fullscreen code based on implementation of... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | some msgs only sent to parent window, find child under... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | better name for key up/down function |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | win API docs say that defWndProc must be called for... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | win32: updating keyboard down/up handling. Split off... |
tree | commitdiff |
2013-02-13 |
Diederick Niehorster | moving fgPlatformReshapeWindow and fgPlatformDisplayWin... |
tree | commitdiff |
2013-02-09 |
Diederick Niehorster | now have 64bit internal time on Windows, as we deal... |
tree | commitdiff |
2013-01-17 |
Diederick Niehorster | oops, debug code that shouldn't have been committed... |
tree | commitdiff |
2013-01-17 |
Diederick Niehorster | Updating last edit time and FreeGLUT version for API... |
tree | commitdiff |
2012-12-18 |
Diederick Niehorster | avoid crash on null temp_window, thanks Phillip Kutin! |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | argh! commit 1485 was cut and paste instead of copy... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | that was too quick, fgStructure.CurrentWindow can be... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | GLUT_WINDOW_WIDTH and GLUT_WINDOW_HEIGHT can simply... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | prevent resize callback (and indeed the whole resizing... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | now providing new position of child relative to parent... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | removed unnecessary calls to SetWindowPos when entering... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | implemented position callback on windows and some other... |
tree | commitdiff |
2012-11-21 |
Diederick Niehorster | now using WHEEL_DELTA for mouse wheel processing, inste... |
tree | commitdiff |
2012-11-21 |
Diederick Niehorster | wrote macro for the special key checks (shift, alt... |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | small updates to one demo, so windowed windows display... |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | forgot docs for last change |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | when entering game mode, now avoiding call to ChangeDis... |
tree | commitdiff |
2012-11-19 |
Diederick Niehorster | pulling in cleanup from r1442 |
tree | commitdiff |
2012-11-17 |
Diederick Niehorster | minor cosmetics |
tree | commitdiff |
2012-11-17 |
Diederick Niehorster | now have function to get window style based on FreeGLUT... |
tree | commitdiff |
2012-11-16 |
Diederick Niehorster | added note about maximizing behavior on Windows (when... |
tree | commitdiff |
2012-11-16 |
Diederick Niehorster | reimplemented the client-area/window-area conversion... |
tree | commitdiff |
2012-08-06 |
Diederick Niehorster | also add an InvalidateRect call before the BeginPaint... |
tree | commitdiff |
2012-08-06 |
Diederick Niehorster | better to put code to check if menu should be deactivat... |
tree | commitdiff |
2012-08-06 |
Diederick Niehorster | some doc on why not using GetClientRect for getting... |
tree | commitdiff |
2012-07-29 |
Diederick Niehorster | attempt to implement fghPlatformGetCursorPos on X11 |
tree | commitdiff |
2012-07-29 |
Diederick Niehorster | fg_cursor is a much better place for code reading the... |
tree | commitdiff |
2012-07-29 |
Diederick Niehorster | some cleanup |
tree | commitdiff |
2012-07-26 |
Diederick Niehorster | little bit of cleanup and extra comments |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | some cleanup of one demo. added menu back in gamemode |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | now added fix suggested by Ioannis to make menus work... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | Should only do check if mouse is outside client area... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | child window now only used for keyboard callbacks and... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | now also closing menus when non-client area is pressed... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | When receiving WM_SETFOCUS, check if its child window... |
tree | commitdiff |
2012-07-22 |
Diederick Niehorster | now checking for NULL window in fgDeactivateMenu (thank... |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | argh, some debug code made it in (don't commit and... |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | some clean up in WM_KILLFOCUS handler |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | can now also handle the case where menus is opened... |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | fixes two cases of menu's not closing when they should: |
tree | commitdiff |
2012-07-20 |
Diederick Niehorster | small addition to debug msg handy for testing |
tree | commitdiff |
2012-07-20 |
Diederick Niehorster | need to check for NULL as well.... |
tree | commitdiff |
2012-07-20 |
Diederick Niehorster | removed SetFocus that was added to WM_MOUSEMOVE to... |
tree | commitdiff |
2012-07-20 |
Diederick Niehorster | it was in 2003 that his compiler didn't recognize this... |
tree | commitdiff |
2012-06-10 |
John F. Fay | Fixing mouse wheel bug in Windows per e-mail from Ioann... |
tree | commitdiff |
2012-06-10 |
John F. Fay | Fixing the situation in which the special-key-up callba... |
tree | commitdiff |
2012-06-09 |
John F. Fay | Fixing the warning message when "glutGetModifiers"... |
tree | commitdiff |
2012-04-21 |
Sylvain Beucler | Fix more compiler warnings |
tree | commitdiff |
2012-03-19 |
Diederick Niehorster | simplified check for whether opengl 2.1+ context is... |
tree | commitdiff |
2012-03-18 |
Diederick Niehorster | added a message when new context creation was silently... |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | and some more renames |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | moved common files back to src root |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | timers internally now use 64bit unsigned int, if available |
tree | commitdiff |
2012-03-10 |
Diederick Niehorster | in freeglut_init set gamemode defaults to -1 (no change... |
tree | commitdiff |
2012-03-10 |
Diederick Niehorster | moved some windows only code from common to windows... |
tree | commitdiff |
2012-03-10 |
Diederick Niehorster | XParseGeometry include now compiles with windows (VS201... |
tree | commitdiff |
2012-03-09 |
Sylvain Beucler | Make XParseGeometry reusable by several ports (3) |
tree | commitdiff |
2012-03-09 |
Sylvain Beucler | Make XParseGeometry reusable by several ports |
tree | commitdiff |
2012-03-09 |
Sylvain Beucler | CMake now defines HAVE_VFPRINTF for windows; suppress... |
tree | commitdiff |
2012-03-08 |
Diederick Niehorster | just a bit of formatting, mostly to test out my SVN... |
tree | commitdiff |
2012-02-12 |
John F. Fay | Moving some Windows-specific preprocessor stuff and... |
tree | commitdiff |
2012-02-08 |
John F. Fay | Setting the line endings and keywords on a bunch of... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Moving the platform dependencies from the "freeglut_men... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Moving an X11-specific function call to destroy a conte... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_spaceball.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_state.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_gamemode.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_window.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Trying to fix a screen freezing bug reported by Shane... |
tree | commitdiff |
2012-02-04 |
John F. Fay | Fixing the "glutGetProcAddress" snafu -- thank you... |
tree | commitdiff |
2012-01-30 |
John F. Fay | Fixing a bug I introduced into the "...ATEXIT" hack |
tree | commitdiff |
2012-01-29 |
John F. Fay | Moving the platform-specific window state fields into... |
tree | commitdiff |
2012-01-29 |
John F. Fay | Moving more Windows-specific header stuff over to the... |
tree | commitdiff |
2012-01-29 |
John F. Fay | Moving the Windows-specific includes into the Windows... |
tree | commitdiff |
2012-01-29 |
John F. Fay | Moving the Windows-specific "__glutCreateMenuWIthExit... |
tree | commitdiff |
2012-01-29 |
John F. Fay | Moving the Windows-specific joystick definitions into... |
tree | commitdiff |
2012-01-29 |
John F. Fay | Moved the platform-specific variables in the Joystick... |
tree | commitdiff |
next |