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 |
2012-11-17 |
Diederick Niehorster | now have function to get window style based on FreeGLUT... |
tree | commitdiff |
2012-11-16 |
Diederick Niehorster | added note about maximizing behavior on Windows (when... |
tree | commitdiff |
2012-11-16 |
Diederick Niehorster | reimplemented the client-area/window-area conversion... |
tree | commitdiff |
2012-08-06 |
Diederick Niehorster | also add an InvalidateRect call before the BeginPaint... |
tree | commitdiff |
2012-08-06 |
Diederick Niehorster | better to put code to check if menu should be deactivat... |
tree | commitdiff |
2012-08-06 |
Diederick Niehorster | some doc on why not using GetClientRect for getting... |
tree | commitdiff |
2012-07-29 |
Diederick Niehorster | attempt to implement fghPlatformGetCursorPos on X11 |
tree | commitdiff |
2012-07-29 |
Diederick Niehorster | fg_cursor is a much better place for code reading the... |
tree | commitdiff |
2012-07-29 |
Diederick Niehorster | some cleanup |
tree | commitdiff |
2012-07-26 |
Diederick Niehorster | little bit of cleanup and extra comments |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | some cleanup of one demo. added menu back in gamemode |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | now added fix suggested by Ioannis to make menus work... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | Should only do check if mouse is outside client area... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | child window now only used for keyboard callbacks and... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | now also closing menus when non-client area is pressed... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | When receiving WM_SETFOCUS, check if its child window... |
tree | commitdiff |
2012-07-22 |
Diederick Niehorster | now checking for NULL window in fgDeactivateMenu (thank... |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | argh, some debug code made it in (don't commit and... |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | some clean up in WM_KILLFOCUS handler |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | can now also handle the case where menus is opened... |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | fixes two cases of menu's not closing when they should: |
tree | commitdiff |
2012-07-20 |
Diederick Niehorster | small addition to debug msg handy for testing |
tree | commitdiff |
2012-07-20 |
Diederick Niehorster | need to check for NULL as well.... |
tree | commitdiff |
2012-07-20 |
Diederick Niehorster | removed SetFocus that was added to WM_MOUSEMOVE to... |
tree | commitdiff |
2012-07-20 |
Diederick Niehorster | it was in 2003 that his compiler didn't recognize this... |
tree | commitdiff |
2012-06-10 |
John F. Fay | Fixing mouse wheel bug in Windows per e-mail from Ioann... |
tree | commitdiff |
2012-06-10 |
John F. Fay | Fixing the situation in which the special-key-up callba... |
tree | commitdiff |
2012-06-09 |
John F. Fay | Fixing the warning message when "glutGetModifiers"... |
tree | commitdiff |
2012-04-21 |
Sylvain Beucler | Fix more compiler warnings |
tree | commitdiff |
2012-03-19 |
Diederick Niehorster | simplified check for whether opengl 2.1+ context is... |
tree | commitdiff |
2012-03-18 |
Diederick Niehorster | added a message when new context creation was silently... |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | and some more renames |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | moved common files back to src root |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | timers internally now use 64bit unsigned int, if available |
tree | commitdiff |
next |