projects
/
freeglut
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
shapes demo: added flat shading option (fixed-function only)
[freeglut]
/
src
/
fg_internal.h
2019-09-25
John Tsiombikas
Fixed bug #252: menu windows are drawn with immediate...
blob
|
commitdiff
2018-03-26
Diederick Niehorster
cleaning up mixed tabs and spaces
blob
|
commitdiff
|
diff to current
2017-07-12
Thomas Klausner
Do not define HAVE_USBHID_H manually, cmake does it...
blob
|
commitdiff
|
diff to current
2017-06-30
Rcmaniac25
Corrected phrasing in docs and unneeded \ in code
blob
|
commitdiff
|
diff to current
2017-06-30
Rcmaniac25
Removed unneeded line optimization for INVOKE_WCB macro
blob
|
commitdiff
|
diff to current
2017-06-30
Rcmaniac25
Fixed issue where setting the same callback with differ...
blob
|
commitdiff
|
diff to current
2017-06-30
Rcmaniac25
Initial refactoring of callback macros to make sure...
blob
|
commitdiff
|
diff to current
2017-06-30
Rcmaniac25
More explicit argument list for INVOKE_WCB callbacks
blob
|
commitdiff
|
diff to current
2017-06-30
Rcmaniac25
Changed EXPAND_WCB so it works with MSVC and GCC
blob
|
commitdiff
|
diff to current
2017-06-30
Rcmaniac25
Finished implementing all user-data callbacks (GCC...
blob
|
commitdiff
|
diff to current
2017-06-30
Rcmaniac25
Initial work on callbacks with user data parameters.
blob
|
commitdiff
|
diff to current
2016-01-20
Jinrong Xie
update comments of WCB_SpaceXXX in fg_internal.h
blob
|
commitdiff
|
diff to current
2016-01-17
Diederick Niehorster
fixed up wrong comment
blob
|
commitdiff
|
diff to current
2015-12-14
Rcmaniac25
Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows...
blob
|
commitdiff
|
diff to current
2015-04-04
Manuel Bachmann
Implement initial Wayland support
blob
|
commitdiff
|
diff to current
2014-12-22
Veres Lajos
typofixes - https://github.com/vlajos/misspell_fixer
blob
|
commitdiff
|
diff to current
2014-10-17
Diederick Niehorster
renamed all references to freeglut_xxx files (their...
blob
|
commitdiff
|
diff to current
2014-09-28
Diederick Niehorster
drawing join dots on stroke fonts is now optional ...
blob
|
commitdiff
|
diff to current
2014-08-18
Nigel Stewart
For builds not using cmake, generate fg_version.h to...
blob
|
commitdiff
|
diff to current
2014-01-24
Rcmaniac25
Added BlackBerry PlayBook support Bug memleak when...
blob
|
commitdiff
|
diff to current
2014-01-24
Rcmaniac25
Added support for rotation so an app can be rotated...
blob
|
commitdiff
|
diff to current
2014-01-24
Rcmaniac25
Initial commit of BlackBerry implementation. It compile...
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-04
Diederick Niehorster
instead of separate Pause and Resume CBs, we now have...
blob
|
commitdiff
|
diff to current
2013-04-04
Diederick Niehorster
can now set the font used for a menu
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-04-01
Diederick Niehorster
implement setter for texture coord 2 (u,v) vertex attri...
blob
|
commitdiff
|
diff to current
2013-03-06
Diederick Niehorster
joystick:
blob
|
commitdiff
|
diff to current
2013-02-27
Diederick Niehorster
Now implemented properly working mouse entry and exit...
blob
|
commitdiff
|
diff to current
2012-11-24
Diederick Niehorster
kicking out the FGCBSelect function prototype that...
blob
|
commitdiff
|
diff to current
2012-11-23
Diederick Niehorster
added glutPositionFunc callback, now just need to imple...
blob
|
commitdiff
|
diff to current
2012-11-23
Diederick Niehorster
added WCB_Position callback in callback table (only...
blob
|
commitdiff
|
diff to current
2012-11-22
Diederick Niehorster
some callback naming cosmetics as suggested in an old...
blob
|
commitdiff
|
diff to current
2012-11-18
Diederick Niehorster
can now also draw the normal vectors (seems very useful...
blob
|
commitdiff
|
diff to current
2012-07-29
Diederick Niehorster
some cleanup
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-06-09
Sylvain Beucler
Make glutInitContextFunc/glutPauseFunc/glutResumeFunc...
blob
|
commitdiff
|
diff to current
2012-05-04
Sylvain Beucler
Add new callback to reload context, pending propername
blob
|
commitdiff
|
diff to current
2012-04-21
Sylvain Beucler
Fix more compiler warnings
blob
|
commitdiff
|
diff to current
2012-04-09
Sylvain Beucler
__ANDROID__ is defined in the Android build environment...
blob
|
commitdiff
|
diff to current
2012-03-31
Sylvain Beucler
OpenGL 2.0: add 2 user-defined, per-context vertex...
blob
|
commitdiff
|
diff to current
2012-03-31
Sylvain Beucler
Declare OpenGL 2.0 dynamically-loaded functions for...
blob
|
commitdiff
|
diff to current
2012-03-31
John Tsiombikas
added an option (GLUT_SKIP_STALE_MOTION_EVENTS) to...
blob
|
commitdiff
|
diff to current
2012-03-19
Diederick Niehorster
simplified check for whether opengl 2.1+ context is...
blob
|
commitdiff
|
diff to current
2012-03-15
Diederick Niehorster
FreeGLUT version number is now only defined in CMake...
blob
|
commitdiff
|
diff to current
2012-03-12
Diederick Niehorster
now use unsigned __int64 for time type when on MSVC...
blob
|
commitdiff
|
diff to current
2012-03-11
Diederick Niehorster
moved common files back to src root
blob
|
commitdiff
|
diff to current