Fixed warnings on Linux where GCC under padantic complained ISO C casting wasn't...
[freeglut] / src / fg_menu.c
2017-07-21 Rcmaniac25Fixed warnings on Linux where GCC under padantic compla...
2017-06-30 Rcmaniac25Fixed issue where setting the same callback with differ...
2017-06-30 Rcmaniac25Finished implementing all user-data callbacks (GCC...
2017-06-30 Rcmaniac25Initial work on callbacks with user data parameters.
2014-12-22 Veres Lajostypofixes - https://github.com/vlajos/misspell_fixer
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-01-17 Diederick Niehorsteradd small note: closing menu before executing callback...
2013-04-07 Diederick Niehorsterredisplay is now also on the work list instead of handl...
2013-04-06 Diederick NiehorsterMenu's work again in gamemode too now. We have to do...
2013-04-06 Diederick Niehorsterclicking in another window also no longer closed the...
2013-04-06 Diederick Niehorsterfix in fgUpdateMenuHighlight: clicked entry is always...
2013-04-04 Diederick Niehorstermenu fonts API improved
2013-04-04 Diederick Niehorstersome cleanup
2013-04-04 Diederick Niehorstermenu changes based on patch by Jason Wilkins:
2013-04-04 Diederick Niehorstercan now set the font used for a menu
2013-04-04 Diederick Niehorstererror in checking if mouse is in window when opening...
2013-03-04 Diederick NiehorsterMenuStatusCallback when menu was closed did not return...
2013-02-27 Diederick Niehorsternow that mouse capture was properly implemented, menus...
2013-02-27 Diederick NiehorsterfgDeactivateMenu could sometimes be called twice on...
2012-11-23 Diederick Niehorsteradded glutPositionFunc callback, now just need to imple...
2012-11-17 Diederick Niehorstermenus attached to child windows did not appear in the...
2012-07-29 Diederick Niehorsterfg_cursor is a much better place for code reading the...
2012-07-29 Diederick Niehorstersome cleanup
2012-07-24 Diederick Niehorsteradded warning and error callbacks to demo
2012-07-24 Diederick Niehorsterimplementing menu status callback
2012-07-23 Diederick NiehorsterWhen receiving WM_SETFOCUS, check if its child window...
2012-07-22 Diederick Niehorsternow checking for NULL window in fgDeactivateMenu (thank...
2012-07-21 Diederick Niehorstercan now also handle the case where menus is opened...
2012-07-21 Diederick NiehorsterWhen having submenu open in one window and activating...
2012-03-11 Diederick Niehorstermoved common files back to src root