MacOSX doesn't define HOST_NAME_MAX in unistd.h, which made freeglut fail to
[freeglut] / src / x11 / fg_window_x11.c
2015-02-18 John TsiombikasMacOSX doesn't define HOST_NAME_MAX in unistd.h, which...
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
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-08-27 Diederick NiehorsterX11: implemented borderless and captionless window...
2014-04-11 Lindley FrenchXPutBackEvent copies an XEvent internally, so the point...
2013-08-28 John TsiombikasApplied James DeLisle's patch adding EWMH _NET_WM_PID...
2013-04-04 Diederick Niehorsterdont wait till window visible when creating menu, as...
2013-04-04 Diederick Niehorsterdon't show window when creating menu (better fix then...
2013-04-04 Diederick Niehorstervariable declaration in wrong place
2013-04-04 Diederick Niehorster- moving to a new way of handling window changes (posit...
2013-03-01 Diederick NiehorsterVisibility functions better implemented now. All goes...
2013-02-13 Diederick Niehorstermoving fgPlatformReshapeWindow and fgPlatformDisplayWin...
2012-05-10 John TsiombikasApplied Thomas Bastiani's patch fixing the behaviour...
2012-04-21 Sylvain BeuclerFix more compiler warnings
2012-03-18 Sylvain BeuclerAdd support for X11+EGL.
2012-03-11 Diederick Niehorsterand some more renames