summaryrefslogtreecommitdiff
path: root/xc/lib/Xt/Keyboard.c
AgeCommit message (Expand)AuthorFilesLines
1994-04-17new X Consortium copyright/permissionkaleb1-4/+30
1994-04-01hooks revisionkaleb1-5/+6
1994-01-14Hooks for External Agents -- phase 2kaleb1-4/+12
1993-10-06add Sun copyrightkaleb1-6/+15
1993-08-27Initial MT supportkaleb1-22/+44
1993-08-11Added R6 Intrinsics P02 (Extension Event Dispatching) from Asente's diffskaleb1-3/+10
1993-07-14In XtSetKeyboardFocus, always remove the FocusDestroyCallback on theconverse1-5/+3
1993-07-14Yet another refinement to the fix done in rev 1.23. Invalidate the pseudoconverse1-6/+6
1992-10-06The code added in rev 1.23 to invalidate the cache of widgets for whichconverse1-3/+4
1992-04-22don't check for keyboard grabs if keycode = 0rws1-3/+5
1991-07-21Removed #ifdef's for OWNER_EVENTS_FIX. They should never be turned on,converse1-19/+1
1991-07-21When a widget with keyboard focus is destroyed, we must invalidate theconverse1-5/+12
1991-07-21don't need to include Xatom.hconverse1-2/+1
1991-05-06In _XtHandleFocus, update the focalPoint anytime newFocalPoint != converse1-3/+3
1990-08-24all shells need to track focus if XtSetKeyboardFocus is used so thatswick1-16/+23
1990-08-23XtSetKeyboardFocus(widget,None) needs to flush cache. (bug 3272)swick1-1/+4
1990-08-20nit for compilers that don't understand boolean expressions withswick1-2/+2
1990-07-26pass correct argument types to XtTranslateCoords(). This may relateswick1-2/+2
1990-07-26lint, drop unused internal fcn argsswick1-14/+9
1990-07-26lint; event handlers now take 4 args.swick1-2/+3
1990-04-03bad compare that could cause the activation of aswick1-5/+3
1990-04-03Treat XtSetKeyboardFocus(source,source) as (source,None) [and avoidswick1-6/+13
1990-02-09XtSetKeyboardFocus logic to generate FocusIn events completely bogus.swick1-61/+70
1989-12-17lintrws1-2/+2
1989-12-15Gabe's fixes to focus mgmnt.swick1-25/+39
1989-12-15don't de-ref NULL descendant in XtSetKeyboardFocus, optimizeswick1-16/+15
1989-12-14have to wait 'till focus target is realized to be sure to getswick1-117/+142
1989-12-14change function name to indicate actual event type sent.swick1-6/+6
1989-12-14lint & fix broken arg to _XtSendCrossingEvent()swick1-11/+9
1989-12-14nit; use XtParentswick1-4/+4
1989-12-14IsParent should stop at shell.swick1-1/+3
1989-12-14Gabe's fix to _FindFocusWidgetswick1-18/+13
1989-12-14remove MOTIF #ifdefs so it compilesswick1-20/+1
1989-12-13Initial revisionswick1-0/+761