XParseGeometry will always be needed for Windows, no need for cmake to figure this...
[freeglut] / src /
2016-02-21 Nigel StewartXParseGeometry will always be needed for Windows, no...
2016-01-20 Jinrong Xiebug fix
2016-01-20 Jinrong Xieupdate comments of WCB_SpaceXXX in fg_internal.h
2016-01-17 Diederick Niehorsterfixed up wrong comment
2015-12-14 John ArchdeaconFixed C2275 compiler error in fg_spaceball_mswin.c
2015-12-14 Rcmaniac25Defined logic for glutCreateSubWindow when negative...
2015-12-14 Rcmaniac25Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows...
2015-10-20 John Tsiombikasminor C89 conformity fixes in fg_window_egl.c
2015-07-11 Johannes ZarlFix compilation on Linux.
2015-06-29 Jinrong Xieupdate CMake file so that it will generate proper _WIN3...
2015-06-29 Jinrong Xiefixed unsafe usage of malloc() pointed out by jtsiomb.
2015-06-29 Jinrong Xiefixed unsafe usage of malloc() pointed out by jtsiomb.
2015-06-29 Jinrong XieMinor fix on indentation.
2015-06-29 Jinrong XieMinor fix on indentation.
2015-06-29 Jinrong Xieminor update making code more compact.
2015-06-29 Jinrong XieAdded support for 3Dconnexion Space Navigator.
2015-06-29 Jinrong XieAdded support for 3Dconnexion Space Navigator.
2015-04-04 Manuel BachmannImplement initial Wayland support
2015-02-28 John Tsiombikas- fixed a minor bug in the UNIX/X11 cursor code, causin...
2015-02-18 John TsiombikasMacOSX doesn't define HOST_NAME_MAX in unistd.h, which...
2014-12-22 Veres Lajostypofixes - https://github.com/vlajos/misspell_fixer
2014-12-02 John Tsiombikasinclude standard UNIX header fcntl.h in fg_joystick_x11...
2014-11-03 Rcmaniac25Added support for minimizing window.
2014-11-03 Rcmaniac25Added missing glutStrokeWidthf and glutStrokeLengthf...
2014-10-20 John Tsiombikasremoved all HAVE_ERRNO checks
2014-10-20 John Tsiombikasremoved vfprintf and checking from CMakeLists.txt,...
2014-10-19 John Tsiombikasadded missing newlines at the ends of two files as...
2014-10-18 Diederick Niehorstersmall simplification
2014-10-17 Diederick Niehorsteradding glutStrokeWidthf and glutStrokeLengthf from...
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-10-16 Diederick Niehorsterbe more careful about closing menus when focus changes...
2014-10-13 Nigel StewartTidy-up: config.h included via fg_internal.h no deep...
2014-10-12 Diederick Niehorstersome cleanup, correctness in naming, correctness in...
2014-10-12 Diederick Niehorsterchange some initializer use that some compilers choke...
2014-10-12 Diederick NiehorsterFixed bug identified by Kevin. If pollrate is larger...
2014-10-12 Diederick Niehorsterremoved debug code I forgot to clean up
2014-10-11 John Tsiombikasfixed a printf format specifier (was %i instead of...
2014-10-11 John Tsiombikasfixed build on MSVC6
2014-09-28 Diederick Niehorsterdrawing join dots on stroke fonts is now optional ...
2014-08-29 Diederick Niehorsternow using _NET_FRAME_EXTENTS if available to get size...
2014-08-27 Diederick NiehorsterX11: implemented borderless and captionless window...
2014-08-27 Diederick NiehorsterglutGet window position should be relative to parent
2014-08-27 Diederick Niehorstercaption height should include the width of the border...
2014-08-18 Nigel StewartFor builds not using cmake, generate fg_version.h to...
2014-08-18 John Tsiombikaschanged the X11 gamemode code policy. Falling back...
2014-06-24 Rcmaniac25Updated BlackBerry references to make note of the chang...
2014-06-01 Sylvain BeuclerRewrite EGL attributes using our ATTRIB/ATTRIB_VAL...
2014-06-01 Sylvain BeuclerEGL is always double-buffered
2014-06-01 Sylvain BeuclerUnify GLES1 and GLES2 (libraries are compatible and...
2014-05-14 Diederick NiehorsterKEY_EVENT macro exists in windows 8.1 API: renamed...
2014-05-14 John TsiombikasUsing the -pedantic flag with gcc uncovered a series...
2014-04-11 Lindley FrenchXPutBackEvent copies an XEvent internally, so the point...
2014-03-05 Michal StawinskiFix issues with context lost on Android
2014-01-24 Rcmaniac25Added comments about GLES 3.0 support with 2.0 references.
2014-01-24 Rcmaniac25BlackBerry and Android -Added ability for developer...
2014-01-24 Rcmaniac25Updated toolchain so that it does a more exact check...
2014-01-24 Rcmaniac25Added BlackBerry PlayBook support Bug memleak when...
2014-01-24 Rcmaniac25Info logging only shows in debug compilation Added...
2014-01-24 Rcmaniac25Hardcoded the RGB bitdepths for EGL surface creation.
2014-01-24 Rcmaniac25Made glutGet, for window width and height, return width...
2014-01-24 Rcmaniac25Added support for rotation so an app can be rotated...
2014-01-24 Rcmaniac25Added (though commented out) support for setting window...
2014-01-24 Rcmaniac25Placeholder for window sizes Prevent navigator event...
2014-01-24 Rcmaniac25Added full support for WindowStatus App status is now...
2014-01-24 Rcmaniac25Fixed bug where if statement didn't have parenthesis...
2014-01-24 Rcmaniac25Implemented a small work around for no current window...
2014-01-24 Rcmaniac25Added support for the scroll wheel when using the simulator
2014-01-24 Rcmaniac25Forgot to reset modifiers once done with modifiers.
2014-01-24 Rcmaniac25Added support for key modifiers
2014-01-24 Rcmaniac25Added ability to get mouse button count or touch ID...
2014-01-24 Rcmaniac25Added ability to get screen size of display
2014-01-24 Rcmaniac25Restructuring of when screen context and events are...
2014-01-24 Rcmaniac25Added keyboard states for BlackBerry
2014-01-24 Rcmaniac25Added two more navigator states (that might be implemen...
2014-01-24 Rcmaniac25Prevented case where no window was set when waiting...
2014-01-24 Rcmaniac25Converted the odd double spaces into 4 space tabs
2014-01-24 Rcmaniac25Minor order change in Android/BlackBerry CMake, one...
2014-01-24 Rcmaniac25Added a couple event cases for BlackBerry that are...
2014-01-24 Rcmaniac25Removed fg_main_blackberry.h. It wasn't needed
2014-01-24 Rcmaniac25Made sure that windows created on BlackBerry are regist...
2014-01-24 Rcmaniac25Can use input devices from x11 (serial input... unlikel...
2014-01-24 Rcmaniac25Minor change so that OpenGL ES 1.x can be used for...
2014-01-24 Rcmaniac25Implemented BlackBerry main (initial version)
2014-01-24 Rcmaniac25Final commit before implementing main loop. All other...
2014-01-24 Rcmaniac25Implemented fg_window_blackberry.c to initialize and...
2014-01-24 Rcmaniac25Android and BlackBerry have a fair amount of overlap...
2014-01-24 Rcmaniac25Initial commit of BlackBerry implementation. It compile...
2014-01-23 Diederick Niehorster-sync command line option now causes X server to operat...
2014-01-22 Diederick Niehorstershould be using GetKeyState not GetAsyncKeyState to...
2014-01-22 Diederick Niehorsterimplement handling of GLDebugSwitch: we use glutReportE...
2014-01-21 John TsiombikasApplied Bruce Merry's patch fixing bug #206 (segfault...
2014-01-17 Diederick Niehorsteradd small note: closing menu before executing callback...
2013-11-09 Diederick NiehorsterFixing problem with non-client area becoming unresponsi...
2013-08-28 John TsiombikasApplied James DeLisle's patch adding EWMH _NET_WM_PID...
2013-05-19 Sylvain BeuclerFind this kind of bug is definitely out of my juridicti...
2013-05-19 Sylvain BeuclerMake Android work again - adapt to recent changes and...
2013-05-19 Sylvain BeuclerIdentify Android thread in the logs
2013-05-19 Sylvain BeuclerFix random crash
2013-05-19 Sylvain BeuclerFix compilation warning about unused variables and...
2013-04-20 Diederick NiehorsterfgProcessWork, not fgPlatformProcessWork
next