Ensure "maximixed" is taken into account when updating window visibility on WM_SIZE
[freeglut] / src /
2013-04-20 Diederick NiehorsterfgProcessWork, not fgPlatformProcessWork
2013-04-20 Diederick Niehorsterstrip out GLUT_DISPLAY_CALLBACK from worklist _before_...
2013-04-18 Diederick Niehorstershould not strip out GLUT_DISPLAY_CALLBACK at the end...
2013-04-07 Diederick Niehorsterpart of dealing with work is platform independent,...
2013-04-07 Diederick Niehorsterredisplay is now also on the work list instead of handl...
2013-04-07 Diederick Niehorsterdoc that timers are sorted by endtime + don't call...
2013-04-06 Diederick NiehorsterMenu's work again in gamemode too now. We have to do...
2013-04-06 Diederick Niehorstercleanup a debug statement
2013-04-06 Diederick Niehorsterclicking in another window also no longer closed the...
2013-04-06 Diederick Niehorsternow that menu's no longer take focus from their parent...
2013-04-06 Diederick Niehorsteradded a function to translate WM_ messages to text...
2013-04-06 Diederick Niehorsternow handling WM_MOUSEACTIVATE so that menus don't get...
2013-04-06 Diederick Niehorsterfix in fgUpdateMenuHighlight: clicked entry is always...
2013-04-05 Diederick NiehorsterChange FREEGLUT_WARNINGS and *_ERRORS to FREEGLUT_PRINT...
2013-04-05 Diederick Niehorsterimplemented WM_DISPLAYCHANGE message handler per patch...
2013-04-04 Diederick Niehorstermenu fonts API improved
2013-04-04 Diederick Niehorsterinstead of separate Pause and Resume CBs, we now have...
2013-04-04 Diederick Niehorstersome cleanup
2013-04-04 Diederick Niehorsterand with 0xFF to indicate to runtime that we want to...
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-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-04-03 Diederick Niehorsterto check for menu opening/closing upon button press...
2013-04-01 Diederick Niehorstercleaned up a bunch of warnings
2013-04-01 Diederick Niehorsterbit more cleanup
2013-04-01 Diederick Niehorsterimplement setter for texture coord 2 (u,v) vertex attri...
2013-04-01 Diederick Niehorsterfurther worked on the teapot drawing code:
2013-03-31 Diederick Niehorsterteapot now using vertex arrays or vertex attribute...
2013-03-21 Diederick Niehorsterwasn't using GLbooleans in this platform independent...
2013-03-19 Diederick Niehorsternote on use of gluint/glushort in fg_geometry
2013-03-17 Diederick Niehorster- another strdup
2013-03-17 Diederick Niehorsterstrdup instead of malloc/strcpy
2013-03-16 Diederick Niehorstersmall comment fix (this was not todo, we're not leaking...
2013-03-06 Diederick Niehorsteron windows too: call resize callback only in response...
2013-03-06 Diederick Niehorstergamemode: just go fullscreen
2013-03-06 Diederick Niehorsternow have a default reshape callback function that is...
2013-03-06 Diederick NiehorsterfghHavePendingRedisplaysCallback: docs fixed up, and...
2013-03-06 Diederick Niehorstercomment on timer checking, are timers always sorted...
2013-03-06 Diederick Niehorsterjoystick:
2013-03-05 Diederick NiehorsterfghSleepForEvents immediately returns if we have an...
2013-03-04 Diederick Niehorstererror when entering main loop with no windows defined...
2013-03-04 Diederick Niehorsterif user opens menu in parent window and then clicked...
2013-03-04 Diederick NiehorsterMenuStatusCallback when menu was closed did not return...
2013-03-04 Diederick Niehorstercallign entryfunc should not steal the current window...
2013-03-04 Diederick Niehorsterhandling of mouse messages more conform docs, some...
2013-03-01 Diederick Niehorstermissed the windowproc return value
2013-03-01 Diederick NiehorsterWM_PAINT more conform to docs
2013-03-01 Diederick Niehorstersome cleanup: on window creation, don't have to zero...
2013-03-01 Diederick Niehorsterimplemented glutSetIconTitle that works on win32, when...
2013-03-01 Diederick Niehorsterfixed up handling of WM_MOUSEWHEEL, low order of wParam...
2013-03-01 Diederick NiehorsterVisibility functions better implemented now. All goes...
2013-03-01 Diederick Niehorstercomment on implementation of window status callback
2013-03-01 Diederick Niehorstersimplified some window rect calculations
2013-03-01 Diederick Niehorsterdocument coordinates returned by glutPositionFunc,...
2013-03-01 Diederick Niehorsterupdated docs for fgPlatformMainLoopPreliminaryWork
2013-03-01 Diederick Niehorsterimplemented somewhat better visibility/windowstatus...
2013-03-01 Diederick Niehorsterlibrary should call window status func at all times...
2013-03-01 Diederick Niehorstermade fghVisibility more intuitive, documented glutVisib...
2013-02-28 Diederick Niehorsterimplemented GLUT_WINDOW_STENCIL_SIZE and GLUT_WINDOW_BU...
2013-02-27 Diederick NiehorsterNo need to handle WM_CANCELMODE, defwindowproc takes...
2013-02-27 Diederick Niehorsternow that mouse capture was properly implemented, menus...
2013-02-27 Diederick NiehorsterMousemotion events now generated outside the window...
2013-02-27 Diederick NiehorsterfgDeactivateMenu could sometimes be called twice on...
2013-02-27 Diederick NiehorsterGLUT_CURSOR_INHERIT now works, also implemented another...
2013-02-27 Diederick Niehorstershould return zero after processing any of the mouse...
2013-02-27 Diederick NiehorsterOnly do mouse tracking for EntryFunc if user specified...
2013-02-27 Diederick NiehorsterNow implemented properly working mouse entry and exit...
2013-02-27 Diederick NiehorsterSimplified fghWindowUnderCursor, cleane dup code
2013-02-27 Diederick NiehorsterOnly check for child window when needed, some cleanup
2013-02-27 Diederick NiehorsterWM_SETFOCUS should not change focus to child instead...
2013-02-27 Diederick NiehorsterUse GetMessagePos, not GetCursorPos to make sure we...
2013-02-27 Diederick Niehorsterclean up glutSetKeyRepeat function body
2013-02-27 Diederick NiehorsterAdded subwindows to CallbackMaker demo, for testing...
2013-02-26 Diederick Niehorsterreworked fullscreen code based on implementation of...
2013-02-26 Diederick Niehorstersome msgs only sent to parent window, find child under...
2013-02-26 Diederick Niehorsterbetter name for key up/down function
2013-02-26 Diederick Niehorsterwin API docs say that defWndProc must be called for...
2013-02-26 Diederick Niehorsterwin32: updating keyboard down/up handling. Split off...
2013-02-13 Diederick Niehorstermoving fgPlatformReshapeWindow and fgPlatformDisplayWin...
2013-02-09 Diederick Niehorsternow have 64bit internal time on Windows, as we deal...
2013-01-27 Diederick Niehorstercan now configure build such that runtime warnings...
2013-01-17 Diederick NiehorsterMake CTRL and SHIFT arrive properly in single (as oppos...
2013-01-17 Diederick Niehorsterfixed closing window crash, thanks Philipp!
2013-01-17 Diederick Niehorsteroops, debug code that shouldn't have been committed...
2013-01-17 Diederick NiehorsterUpdating last edit time and FreeGLUT version for API...
2012-12-18 Diederick Niehorsteravoid crash on null temp_window, thanks Phillip Kutin!
2012-12-18 Diederick Niehorsterremoved unnecessary token pasting (##) preprocessor...
2012-11-24 Diederick Niehorsterkicking out the FGCBSelect function prototype that...
2012-11-23 Diederick Niehorsterargh! commit 1485 was cut and paste instead of copy...
2012-11-23 Diederick Niehorsterthat was too quick, fgStructure.CurrentWindow can be...
2012-11-23 Diederick NiehorsterGLUT_WINDOW_WIDTH and GLUT_WINDOW_HEIGHT can simply...
2012-11-23 Diederick Niehorsterprevent resize callback (and indeed the whole resizing...
2012-11-23 Diederick Niehorsternow providing new position of child relative to parent...
2012-11-23 Diederick Niehorsterremoved unnecessary calls to SetWindowPos when entering...
2012-11-23 Diederick Niehorsterimplemented position callback on windows and some other...
2012-11-23 Diederick Niehorsterused a macro to remove all the code repetition in fg_ca...
next