2019-09-25 |
John Tsiombikas | Fixed bug #252: menu windows are drawn with immediate... |
tree | commitdiff |
2019-08-14 |
John Tsiombikas | Fixed namespace pollution due to a number of global... |
tree | commitdiff |
2018-04-02 |
John Tsiombikas | - fallback to non-sRGB visuals if the context creation... |
tree | commitdiff |
2018-03-26 |
Diederick Niehorster | cleaning up mixed tabs and spaces |
tree | commitdiff |
2018-03-26 |
Diederick Niehorster | fix that stereo shutter glasses for nVidia setups did... |
tree | commitdiff |
2017-07-12 |
Diederick Niehorster | some whitespace cleanup |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Added "hack" function for glutCreateMenuUcall |
tree | commitdiff |
2017-05-14 |
Rcmaniac25 | Ensure "maximixed" is taken into account when updating... |
tree | commitdiff |
2016-01-20 |
Jinrong Xie | bug fix |
tree | commitdiff |
2015-12-14 |
John Archdeacon | Fixed C2275 compiler error in fg_spaceball_mswin.c |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | update CMake file so that it will generate proper _WIN3... |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | fixed unsafe usage of malloc() pointed out by jtsiomb. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | fixed unsafe usage of malloc() pointed out by jtsiomb. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | Minor fix on indentation. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | Minor fix on indentation. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | minor update making code more compact. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator. |
tree | commitdiff |
2014-10-20 |
John Tsiombikas | removed vfprintf and checking from CMakeLists.txt,... |
tree | commitdiff |
2014-10-19 |
John Tsiombikas | added missing newlines at the ends of two files as... |
tree | commitdiff |
2014-10-18 |
Diederick Niehorster | small simplification |
tree | commitdiff |
2014-10-17 |
Diederick Niehorster | renamed all references to freeglut_xxx files (their... |
tree | commitdiff |
2014-10-16 |
Diederick Niehorster | be more careful about closing menus when focus changes... |
tree | commitdiff |
2014-10-12 |
Diederick Niehorster | some cleanup, correctness in naming, correctness in... |
tree | commitdiff |
2014-10-12 |
Diederick Niehorster | change some initializer use that some compilers choke... |
tree | commitdiff |
2014-10-11 |
John Tsiombikas | fixed build on MSVC6 |
tree | commitdiff |
2014-08-27 |
Diederick Niehorster | caption height should include the width of the border... |
tree | commitdiff |
2014-05-14 |
Diederick Niehorster | KEY_EVENT macro exists in windows 8.1 API: renamed... |
tree | commitdiff |
2014-01-22 |
Diederick Niehorster | should be using GetKeyState not GetAsyncKeyState to... |
tree | commitdiff |
2013-11-09 |
Diederick Niehorster | Fixing problem with non-client area becoming unresponsi... |
tree | commitdiff |
2013-04-07 |
Diederick Niehorster | part of dealing with work is platform independent,... |
tree | commitdiff |
2013-04-07 |
Diederick Niehorster | redisplay is now also on the work list instead of handl... |
tree | commitdiff |
2013-04-06 |
Diederick Niehorster | Menu's work again in gamemode too now. We have to do... |
tree | commitdiff |
2013-04-06 |
Diederick Niehorster | cleanup a debug statement |
tree | commitdiff |
2013-04-06 |
Diederick Niehorster | clicking in another window also no longer closed the... |
tree | commitdiff |
2013-04-06 |
Diederick Niehorster | now that menu's no longer take focus from their parent... |
tree | commitdiff |
2013-04-06 |
Diederick Niehorster | added a function to translate WM_ messages to text... |
tree | commitdiff |
2013-04-06 |
Diederick Niehorster | now handling WM_MOUSEACTIVATE so that menus don't get... |
tree | commitdiff |
2013-04-05 |
Diederick Niehorster | implemented WM_DISPLAYCHANGE message handler per patch... |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | some cleanup |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | and with 0xFF to indicate to runtime that we want to... |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | menu changes based on patch by Jason Wilkins: |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | don't show window when creating menu (better fix then... |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | - moving to a new way of handling window changes (posit... |
tree | commitdiff |
2013-03-17 |
Diederick Niehorster | - another strdup |
tree | commitdiff |
2013-03-17 |
Diederick Niehorster | strdup instead of malloc/strcpy |
tree | commitdiff |
2013-03-06 |
Diederick Niehorster | on windows too: call resize callback only in response... |
tree | commitdiff |
2013-03-06 |
Diederick Niehorster | now have a default reshape callback function that is... |
tree | commitdiff |
2013-03-04 |
Diederick Niehorster | if user opens menu in parent window and then clicked... |
tree | commitdiff |
2013-03-04 |
Diederick Niehorster | MenuStatusCallback when menu was closed did not return... |
tree | commitdiff |
2013-03-04 |
Diederick Niehorster | callign entryfunc should not steal the current window... |
tree | commitdiff |
2013-03-04 |
Diederick Niehorster | handling of mouse messages more conform docs, some... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | missed the windowproc return value |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | WM_PAINT more conform to docs |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | some cleanup: on window creation, don't have to zero... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | implemented glutSetIconTitle that works on win32, when... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | fixed up handling of WM_MOUSEWHEEL, low order of wParam... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | Visibility functions better implemented now. All goes... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | simplified some window rect calculations |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | document coordinates returned by glutPositionFunc,... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | updated docs for fgPlatformMainLoopPreliminaryWork |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | implemented somewhat better visibility/windowstatus... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | library should call window status func at all times... |
tree | commitdiff |
2013-02-28 |
Diederick Niehorster | implemented GLUT_WINDOW_STENCIL_SIZE and GLUT_WINDOW_BU... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | No need to handle WM_CANCELMODE, defwindowproc takes... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | now that mouse capture was properly implemented, menus... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Mousemotion events now generated outside the window... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | GLUT_CURSOR_INHERIT now works, also implemented another... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | should return zero after processing any of the mouse... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Only do mouse tracking for EntryFunc if user specified... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Now implemented properly working mouse entry and exit... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Simplified fghWindowUnderCursor, cleane dup code |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Only check for child window when needed, some cleanup |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | WM_SETFOCUS should not change focus to child instead... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Use GetMessagePos, not GetCursorPos to make sure we... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Added subwindows to CallbackMaker demo, for testing... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | reworked fullscreen code based on implementation of... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | some msgs only sent to parent window, find child under... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | better name for key up/down function |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | win API docs say that defWndProc must be called for... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | win32: updating keyboard down/up handling. Split off... |
tree | commitdiff |
2013-02-13 |
Diederick Niehorster | moving fgPlatformReshapeWindow and fgPlatformDisplayWin... |
tree | commitdiff |
2013-02-09 |
Diederick Niehorster | now have 64bit internal time on Windows, as we deal... |
tree | commitdiff |
2013-01-17 |
Diederick Niehorster | oops, debug code that shouldn't have been committed... |
tree | commitdiff |
2013-01-17 |
Diederick Niehorster | Updating last edit time and FreeGLUT version for API... |
tree | commitdiff |
2012-12-18 |
Diederick Niehorster | avoid crash on null temp_window, thanks Phillip Kutin! |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | argh! commit 1485 was cut and paste instead of copy... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | that was too quick, fgStructure.CurrentWindow can be... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | GLUT_WINDOW_WIDTH and GLUT_WINDOW_HEIGHT can simply... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | prevent resize callback (and indeed the whole resizing... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | now providing new position of child relative to parent... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | removed unnecessary calls to SetWindowPos when entering... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | implemented position callback on windows and some other... |
tree | commitdiff |
2012-11-21 |
Diederick Niehorster | now using WHEEL_DELTA for mouse wheel processing, inste... |
tree | commitdiff |
2012-11-21 |
Diederick Niehorster | wrote macro for the special key checks (shift, alt... |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | small updates to one demo, so windowed windows display... |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | forgot docs for last change |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | when entering game mode, now avoiding call to ChangeDis... |
tree | commitdiff |
2012-11-19 |
Diederick Niehorster | pulling in cleanup from r1442 |
tree | commitdiff |
2012-11-17 |
Diederick Niehorster | minor cosmetics |
tree | commitdiff |
next |