2013-02-27 |
Diederick Niehorster | Only check for child window when needed, some cleanup |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Diederick Niehorster | WM_SETFOCUS should not change focus to child instead... |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Diederick Niehorster | Use GetMessagePos, not GetCursorPos to make sure we... |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Diederick Niehorster | clean up glutSetKeyRepeat function body |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Diederick Niehorster | Added subwindows to CallbackMaker demo, for testing... |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Diederick Niehorster | added modifier key status to callbackmaker output,... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Diederick Niehorster | reworked fullscreen code based on implementation of... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Diederick Niehorster | subwin demo now has a grandchild (subwin in subwin... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Diederick Niehorster | some msgs only sent to parent window, find child under... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Diederick Niehorster | better name for key up/down function |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Diederick Niehorster | win API docs say that defWndProc must be called for... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Diederick Niehorster | win32: updating keyboard down/up handling. Split off... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Diederick Niehorster | moving fgPlatformReshapeWindow and fgPlatformDisplayWin... |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Diederick Niehorster | now have 64bit internal time on Windows, as we deal... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Diederick Niehorster | can now configure build such that runtime warnings... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Diederick Niehorster | smoothgl3 and shapes demos, now checking if glutGetProc... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Diederick Niehorster | Make CTRL and SHIFT arrive properly in single (as oppos... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Diederick Niehorster | fixed closing window crash, thanks Philipp! |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Diederick Niehorster | oops, debug code that shouldn't have been committed... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Diederick Niehorster | Updating last edit time and FreeGLUT version for API... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Diederick Niehorster | avoid crash on null temp_window, thanks Phillip Kutin! |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Diederick Niehorster | removed unnecessary token pasting (##) preprocessor... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Diederick Niehorster | kicking out the FGCBSelect function prototype that... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | argh! commit 1485 was cut and paste instead of copy... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | tiny cosmetics in resizer demo |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | that was too quick, fgStructure.CurrentWindow can be... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | GLUT_WINDOW_WIDTH and GLUT_WINDOW_HEIGHT can simply... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | prevent resize callback (and indeed the whole resizing... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | timer func now changes two colors alternatingly, using... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | nicer output to terminal in Position callback |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | now providing new position of child relative to parent... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | resizer demo now uses timer to display window information |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | removed unnecessary calls to SetWindowPos when entering... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | implemented position callback on windows and some other... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | prepared callbackmaker for testing position callback |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | used a macro to remove all the code repetition in fg_ca... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | added glutPositionFunc callback, now just need to imple... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Diederick Niehorster | added WCB_Position callback in callback table (only... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Diederick Niehorster | more cleanup in callbackmaker demo, now showing best... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Diederick Niehorster | cleaned up callback registering code in One demo, now... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Diederick Niehorster | some callback naming cosmetics as suggested in an old... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Diederick Niehorster | extensive changes in callbackmaker: each of the two... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Diederick Niehorster | nicely lining up the two windows for the callbackmaker... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Diederick Niehorster | now using WHEEL_DELTA for mouse wheel processing, inste... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Diederick Niehorster | wrote macro for the special key checks (shift, alt... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Diederick Niehorster | small enhancement to Callbackmaker demo |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Diederick Niehorster | small updates to one demo, so windowed windows display... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Diederick Niehorster | forgot docs for last change |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Diederick Niehorster | when entering game mode, now avoiding call to ChangeDis... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Diederick Niehorster | some comments missing in shapes demo |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Diederick Niehorster | cosmetics in one demo |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Diederick Niehorster | pulling in cleanup from r1442 |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Diederick Niehorster | shapes demo: now only draw necessary size info, and... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Diederick Niehorster | fixed normals of glutCone, thanks Ioannis! |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Diederick Niehorster | GLUT_GEOMETRY_VISUALIZE_NORMALS is a better name than... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Diederick Niehorster | can now visualize normals of GLUT geometry in GL2 mode... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Diederick Niehorster | size of cuboctahedron in shapes demo now in line with... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Diederick Niehorster | shapes demo: cuboctahedron is from the demo itself... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Diederick Niehorster | can now also draw the normal vectors (seems very useful... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Diederick Niehorster | wrote out the ipow function so its easier to mentally... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Diederick Niehorster | small enhancements to shapes demo: |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Diederick Niehorster | fixed install target: |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Diederick Niehorster | menus attached to child windows did not appear in the... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Diederick Niehorster | minor cosmetics |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Diederick Niehorster | now have function to get window style based on FreeGLUT... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Diederick Niehorster | added note about maximizing behavior on Windows (when... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Diederick Niehorster | reimplemented the client-area/window-area conversion... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Diederick Niehorster | including OpenGL/gl.h and OpenGL/glu.h when on apple... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Diederick Niehorster | fixing conflicts with opengl headers on some systems... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Diederick Niehorster | GLUT_WINDOW_HEADER_HEIGHT should always have been GLUT_... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Diederick Niehorster | fixed shader route in shapes demo: |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Diederick Niehorster | shapes demo: material color now set to red in shader... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
John Tsiombikas | The mapping from XInput button mask to the standard... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
John Tsiombikas | - trying to fix bug 2781865 |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Diederick Niehorster | also add an InvalidateRect call before the BeginPaint... |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Diederick Niehorster | better to put code to check if menu should be deactivat... |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Diederick Niehorster | some doc on why not using GetClientRect for getting... |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Diederick Niehorster | calling glutExit in the erro callback is a really bad... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
John Tsiombikas | gamemode-x11: fixed the conditions checking for XR... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Diederick Niehorster | forgot to set use to true (not that its useful, but... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Diederick Niehorster | attempt to implement fghPlatformGetCursorPos on X11 |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Diederick Niehorster | fg_cursor is a much better place for code reading the... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Diederick Niehorster | some cleanup |
commit | commitdiff | tree | snapshot |
2012-07-29 |
John Tsiombikas | Fixed broken X11 menus. The MPX patch would naively... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Diederick Niehorster | little bit of cleanup and extra comments |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Diederick Niehorster | the Callbackmaker demo, with its window close callback... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Diederick Niehorster | adding option (on windows) to also install .pdb files |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Diederick Niehorster | fix to smooth demo to work with GL 3.3 and higher,... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Diederick Niehorster | update to README.win32 from José Caetano A. C. Silva... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Diederick Niehorster | added warning and error callbacks to demo |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Diederick Niehorster | implementing menu status callback |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Diederick Niehorster | glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Diederick Niehorster | some cleanup of one demo. added menu back in gamemode |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Diederick Niehorster | now added fix suggested by Ioannis to make menus work... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Diederick Niehorster | Should only do check if mouse is outside client area... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Diederick Niehorster | child window now only used for keyboard callbacks and... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Diederick Niehorster | now also closing menus when non-client area is pressed... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Diederick Niehorster | When receiving WM_SETFOCUS, check if its child window... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Diederick Niehorster | added one more child window (child-of-child) to one... |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Diederick Niehorster | now checking for NULL window in fgDeactivateMenu (thank... |
commit | commitdiff | tree | snapshot |
next |