projects
/
freeglut
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixed bug #252: menu windows are drawn with immediate mode and the fixed
2017-07-21
Rcmaniac25
Fixed warnings on Linux where GCC under padantic complained...
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Fixed incorrect MESSAGE usage
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
CMake produces an error if XInput.h is not found
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Removed "hack" macro set
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Corrected phrasing in docs and unneeded \ in code
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Fixed x11 and Wayland not using INVOKE_WCB
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Added timer_callback sample for user callbacks
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Added "hack" function for glutCreateMenuUcall
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Moved as many callback setters as possible to macro...
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Fixed bug where, under c89 mode, callback macros wouldn...
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Removed unneeded line optimization for INVOKE_WCB macro
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Fixed issue where setting the same callback with different...
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Added compiler feature detection for __VA_ARGS__ and...
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Implemented pre-C99 support for macro expansion for...
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Bug fix for GCC compiler usage
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Initial refactoring of callback macros to make sure...
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
More explicit argument list for INVOKE_WCB callbacks
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Changed EXPAND_WCB so it works with MSVC and GCC
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Finished implementing all user-data callbacks (GCC...
commit
|
commitdiff
|
tree
2017-06-30
Rcmaniac25
Initial work on callbacks with user data parameters.
commit
|
commitdiff
|
tree
2017-05-14
Rcmaniac25
Ensure "maximixed" is taken into account when updating...
commit
|
commitdiff
|
tree
2015-12-14
Rcmaniac25
Defined logic for glutCreateSubWindow when negative...
commit
|
commitdiff
|
tree
2015-12-14
Rcmaniac25
Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows...
commit
|
commitdiff
|
tree
2015-10-17
Rcmaniac25
Removed invalid PDB install
commit
|
commitdiff
|
tree
2014-11-03
Rcmaniac25
Added support for minimizing window.
commit
|
commitdiff
|
tree
2014-11-03
Rcmaniac25
Added missing glutStrokeWidthf and glutStrokeLengthf...
commit
|
commitdiff
|
tree
2014-06-24
Rcmaniac25
Updated BlackBerry references to make note of the change...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added comments about GLES 3.0 support with 2.0 references.
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
BlackBerry and Android -Added ability for developer...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Updated toolchain so that it does a more exact check...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added BlackBerry PlayBook support Bug memleak when...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Info logging only shows in debug compilation Added...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Hardcoded the RGB bitdepths for EGL surface creation.
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Made glutGet, for window width and height, return width...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added support for rotation so an app can be rotated...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added (though commented out) support for setting window...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Placeholder for window sizes Prevent navigator event...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added full support for WindowStatus App status is now...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Fixed bug where if statement didn't have parenthesis...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Implemented a small work around for no current window...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added support for the scroll wheel when using the simulator
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Forgot to reset modifiers once done with modifiers.
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added support for key modifiers
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added ability to get mouse button count or touch ID...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added ability to get screen size of display
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Restructuring of when screen context and events are...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added keyboard states for BlackBerry
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added two more navigator states (that might be implemented...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Prevented case where no window was set when waiting...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Converted the odd double spaces into 4 space tabs
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Minor order change in Android/BlackBerry CMake, one...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Added a couple event cases for BlackBerry that are...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Removed fg_main_blackberry.h. It wasn't needed
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Made sure that windows created on BlackBerry are registered...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Can use input devices from x11 (serial input... unlikely...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Minor change so that OpenGL ES 1.x can be used for...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Implemented BlackBerry main (initial version)
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Final commit before implementing main loop. All other...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Implemented fg_window_blackberry.c to initialize and...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Android and BlackBerry have a fair amount of overlap...
commit
|
commitdiff
|
tree
2014-01-24
Rcmaniac25
Initial commit of BlackBerry implementation. It compiles...
commit
|
commitdiff
|
tree