2013-03-06 |
Diederick Niehorster | comment on timer checking, are timers always sorted...
|
commit | commitdiff | tree |
2013-03-06 |
Diederick Niehorster | joystick:
|
commit | commitdiff | tree |
2013-03-05 |
Diederick Niehorster | fghSleepForEvents immediately returns if we have an...
|
commit | commitdiff | tree |
2013-03-04 |
Diederick Niehorster | error when entering main loop with no windows defined...
|
commit | commitdiff | tree |
2013-03-04 |
Diederick Niehorster | if user opens menu in parent window and then clicked...
|
commit | commitdiff | tree |
2013-03-04 |
Diederick Niehorster | MenuStatusCallback when menu was closed did not return...
|
commit | commitdiff | tree |
2013-03-04 |
Diederick Niehorster | callign entryfunc should not steal the current window...
|
commit | commitdiff | tree |
2013-03-04 |
Diederick Niehorster | handling of mouse messages more conform docs, some...
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | missed the windowproc return value
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | WM_PAINT more conform to docs
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | some cleanup: on window creation, don't have to zero...
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | implemented glutSetIconTitle that works on win32, when...
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | fixed up handling of WM_MOUSEWHEEL, low order of wParam...
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | Visibility functions better implemented now. All goes...
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | comment on implementation of window status callback
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | simplified some window rect calculations
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | document coordinates returned by glutPositionFunc,...
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | updated docs for fgPlatformMainLoopPreliminaryWork
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | implemented somewhat better visibility/windowstatus...
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | library should call window status func at all times...
|
commit | commitdiff | tree |
2013-03-01 |
Diederick Niehorster | made fghVisibility more intuitive, documented glutVisibility...
|
commit | commitdiff | tree |
2013-02-28 |
Diederick Niehorster | files for demoing GLUT_ICON
|
commit | commitdiff | tree |
2013-02-28 |
Diederick Niehorster | fixed documentation for GLUT_ICON (its not an environment...
|
commit | commitdiff | tree |
2013-02-28 |
Diederick Niehorster | implemented GLUT_WINDOW_STENCIL_SIZE and GLUT_WINDOW_BUFFER_...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | No need to handle WM_CANCELMODE, defwindowproc takes...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | updated README to point to README.cmake for building
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | now that mouse capture was properly implemented, menus...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | Mousemotion events now generated outside the window...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | fgDeactivateMenu could sometimes be called twice on...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | GLUT_CURSOR_INHERIT now works, also implemented another...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | should return zero after processing any of the mouse...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | Only do mouse tracking for EntryFunc if user specified...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | Now implemented properly working mouse entry and exit...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | demo glutSetCursor
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | Simplified fghWindowUnderCursor, cleane dup code
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | Only check for child window when needed, some cleanup
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | WM_SETFOCUS should not change focus to child instead...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | Use GetMessagePos, not GetCursorPos to make sure we...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | clean up glutSetKeyRepeat function body
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | Added subwindows to CallbackMaker demo, for testing...
|
commit | commitdiff | tree |
2013-02-27 |
Diederick Niehorster | added modifier key status to callbackmaker output,...
|
commit | commitdiff | tree |
2013-02-26 |
Diederick Niehorster | reworked fullscreen code based on implementation of...
|
commit | commitdiff | tree |
2013-02-26 |
Diederick Niehorster | subwin demo now has a grandchild (subwin in subwin...
|
commit | commitdiff | tree |
2013-02-26 |
Diederick Niehorster | some msgs only sent to parent window, find child under...
|
commit | commitdiff | tree |
2013-02-26 |
Diederick Niehorster | better name for key up/down function
|
commit | commitdiff | tree |
2013-02-26 |
Diederick Niehorster | win API docs say that defWndProc must be called for...
|
commit | commitdiff | tree |
2013-02-26 |
Diederick Niehorster | win32: updating keyboard down/up handling. Split off...
|
commit | commitdiff | tree |
2013-02-13 |
Diederick Niehorster | moving fgPlatformReshapeWindow and fgPlatformDisplayWindow...
|
commit | commitdiff | tree |
2013-02-09 |
Diederick Niehorster | now have 64bit internal time on Windows, as we deal...
|
commit | commitdiff | tree |
2013-01-27 |
Diederick Niehorster | can now configure build such that runtime warnings...
|
commit | commitdiff | tree |
2013-01-27 |
Diederick Niehorster | smoothgl3 and shapes demos, now checking if glutGetProcAddre...
|
commit | commitdiff | tree |
2013-01-17 |
Diederick Niehorster | Make CTRL and SHIFT arrive properly in single (as opposed...
|
commit | commitdiff | tree |
2013-01-17 |
Diederick Niehorster | fixed closing window crash, thanks Philipp!
|
commit | commitdiff | tree |
2013-01-17 |
Diederick Niehorster | oops, debug code that shouldn't have been committed...
|
commit | commitdiff | tree |
2013-01-17 |
Diederick Niehorster | Updating last edit time and FreeGLUT version for API...
|
commit | commitdiff | tree |
2012-12-18 |
Diederick Niehorster | avoid crash on null temp_window, thanks Phillip Kutin!
|
commit | commitdiff | tree |
2012-12-18 |
Diederick Niehorster | removed unnecessary token pasting (##) preprocessor...
|
commit | commitdiff | tree |
2012-11-24 |
Diederick Niehorster | kicking out the FGCBSelect function prototype that...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | argh! commit 1485 was cut and paste instead of copy...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | tiny cosmetics in resizer demo
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | that was too quick, fgStructure.CurrentWindow can be...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | GLUT_WINDOW_WIDTH and GLUT_WINDOW_HEIGHT can simply...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | prevent resize callback (and indeed the whole resizing...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | timer func now changes two colors alternatingly, using...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | nicer output to terminal in Position callback
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | now providing new position of child relative to parent...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | resizer demo now uses timer to display window information
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | removed unnecessary calls to SetWindowPos when entering...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | implemented position callback on windows and some other...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | prepared callbackmaker for testing position callback
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | used a macro to remove all the code repetition in fg_callbacks.c
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | added glutPositionFunc callback, now just need to implement...
|
commit | commitdiff | tree |
2012-11-23 |
Diederick Niehorster | added WCB_Position callback in callback table (only...
|
commit | commitdiff | tree |
2012-11-22 |
Diederick Niehorster | more cleanup in callbackmaker demo, now showing best...
|
commit | commitdiff | tree |
2012-11-22 |
Diederick Niehorster | cleaned up callback registering code in One demo, now...
|
commit | commitdiff | tree |
2012-11-22 |
Diederick Niehorster | some callback naming cosmetics as suggested in an old...
|
commit | commitdiff | tree |
2012-11-22 |
Diederick Niehorster | extensive changes in callbackmaker: each of the two...
|
commit | commitdiff | tree |
2012-11-21 |
Diederick Niehorster | nicely lining up the two windows for the callbackmaker...
|
commit | commitdiff | tree |
2012-11-21 |
Diederick Niehorster | now using WHEEL_DELTA for mouse wheel processing, instead...
|
commit | commitdiff | tree |
2012-11-21 |
Diederick Niehorster | wrote macro for the special key checks (shift, alt...
|
commit | commitdiff | tree |
2012-11-20 |
Diederick Niehorster | small enhancement to Callbackmaker demo
|
commit | commitdiff | tree |
2012-11-20 |
Diederick Niehorster | small updates to one demo, so windowed windows display...
|
commit | commitdiff | tree |
2012-11-20 |
Diederick Niehorster | forgot docs for last change
|
commit | commitdiff | tree |
2012-11-20 |
Diederick Niehorster | when entering game mode, now avoiding call to ChangeDisplayS...
|
commit | commitdiff | tree |
2012-11-20 |
Diederick Niehorster | some comments missing in shapes demo
|
commit | commitdiff | tree |
2012-11-19 |
Diederick Niehorster | cosmetics in one demo
|
commit | commitdiff | tree |
2012-11-19 |
Diederick Niehorster | pulling in cleanup from r1442
|
commit | commitdiff | tree |
2012-11-19 |
Diederick Niehorster | shapes demo: now only draw necessary size info, and...
|
commit | commitdiff | tree |
2012-11-19 |
Diederick Niehorster | fixed normals of glutCone, thanks Ioannis!
|
commit | commitdiff | tree |
2012-11-19 |
Diederick Niehorster | GLUT_GEOMETRY_VISUALIZE_NORMALS is a better name than...
|
commit | commitdiff | tree |
2012-11-19 |
Diederick Niehorster | can now visualize normals of GLUT geometry in GL2 mode...
|
commit | commitdiff | tree |
2012-11-18 |
Diederick Niehorster | size of cuboctahedron in shapes demo now in line with...
|
commit | commitdiff | tree |
2012-11-18 |
Diederick Niehorster | shapes demo: cuboctahedron is from the demo itself...
|
commit | commitdiff | tree |
2012-11-18 |
Diederick Niehorster | can now also draw the normal vectors (seems very useful...
|
commit | commitdiff | tree |
2012-11-18 |
Diederick Niehorster | wrote out the ipow function so its easier to mentally...
|
commit | commitdiff | tree |
2012-11-18 |
Diederick Niehorster | small enhancements to shapes demo:
|
commit | commitdiff | tree |
2012-11-17 |
Diederick Niehorster | fixed install target:
|
commit | commitdiff | tree |
2012-11-17 |
Diederick Niehorster | menus attached to child windows did not appear in the...
|
commit | commitdiff | tree |
2012-11-17 |
Diederick Niehorster | minor cosmetics
|
commit | commitdiff | tree |
2012-11-17 |
Diederick Niehorster | now have function to get window style based on FreeGLUT...
|
commit | commitdiff | tree |
next |