/[rdesktop]/sourceforge.net/trunk/rdesktop/xkeymap.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /sourceforge.net/trunk/rdesktop/xkeymap.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1487)

Revision 170 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 08:18:41 2002 UTC (21 years, 8 months ago) by astrand
File length: 12749 byte(s)
Diff to previous 165
xwin_reset_keys -> reset_modifier_keys. Only when necessary


Revision 165 - (view) (annotate) - [select for diffs]
Modified Mon Sep 16 13:21:44 2002 UTC (21 years, 8 months ago) by astrand
File length: 11668 byte(s)
Diff to previous 123
Better handling of guessed key translations: Uses local shift state.
Fixes problem with LeftShift not working without keymaps.


Revision 123 - (view) (annotate) - [select for diffs]
Modified Sat Sep 14 13:47:24 2002 UTC (21 years, 8 months ago) by matthewc
File length: 11396 byte(s)
Diff to previous 121
Rewrite of toggle_fullscreen so it modifies the attributes of the existing
window instead of creating a new one.


Revision 121 - (view) (annotate) - [select for diffs]
Modified Sat Sep 14 11:48:44 2002 UTC (21 years, 8 months ago) by matthewc
File length: 11391 byte(s)
Diff to previous 118
Move non-window-related initialisation to ui_init.
All functions after ui_init can now assume display and other globals are valid.


Revision 118 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 11:45:20 2002 UTC (21 years, 8 months ago) by astrand
File length: 11584 byte(s)
Diff to previous 116
Support for Windows keys (via Ctrl-Esc)


Revision 116 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 11:11:27 2002 UTC (21 years, 8 months ago) by astrand
File length: 10727 byte(s)
Diff to previous 115
Inhibited keys are defined in keymap files; not hardcoded


Revision 115 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 09:52:30 2002 UTC (21 years, 8 months ago) by astrand
File length: 10762 byte(s)
Diff to previous 113
Fixes NumLock problems; using RDP_INPUT_SYNCHRONIZE


Revision 113 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 07:39:53 2002 UTC (21 years, 8 months ago) by astrand
File length: 10722 byte(s)
Diff to previous 111
DEBUG_KBD changes: only printing remote_modifier_state when changed


Revision 111 - (view) (annotate) - [select for diffs]
Modified Sun Sep 1 12:03:33 2002 UTC (21 years, 8 months ago) by astrand
File length: 10533 byte(s)
Diff to previous 85
Replaced all printf with fprintf(stderr)


Revision 85 - (view) (annotate) - [select for diffs]
Modified Wed Jul 31 06:49:34 2002 UTC (21 years, 9 months ago) by astrand
File length: 10506 byte(s)
Diff to previous 84
Keypresses was not sent unless DEBUG_KBD was enabled


Revision 84 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 07:30:12 2002 UTC (21 years, 9 months ago) by astrand
File length: 10509 byte(s)
Diff to previous 82
Got rid of var-arg macros


Revision 82 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 07:18:48 2002 UTC (21 years, 9 months ago) by astrand
File length: 10484 byte(s)
Diff to previous 77
Changed max line length to 100


Revision 77 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 20:17:10 2002 UTC (21 years, 9 months ago) by astrand
File length: 10623 byte(s)
Diff to previous 73
Indentation fixes


Revision 73 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 19:21:51 2002 UTC (21 years, 9 months ago) by astrand
File length: 10622 byte(s)
Diff to previous 70
Applied patch from Bob Bell (#2)


Revision 70 - (view) (annotate) - [select for diffs]
Modified Sat Jul 27 23:09:32 2002 UTC (21 years, 9 months ago) by astrand
File length: 10624 byte(s)
Diff to previous 69
Add support for enabling/disabling local compose handling. Compose support is now disabled per default


Revision 69 - (view) (annotate) - [select for diffs]
Modified Sat Jul 27 22:35:38 2002 UTC (21 years, 9 months ago) by astrand
File length: 10439 byte(s)
Diff to previous 67
Added "localstate" support to keymapping: Send local modifier state. This fixes problems with Shift-Home etc


Revision 67 - (view) (annotate) - [select for diffs]
Modified Tue Jul 23 01:53:04 2002 UTC (21 years, 10 months ago) by jsorg71
File length: 10081 byte(s)
Diff to previous 66
added wheel mouse support


Revision 66 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 18:28:12 2002 UTC (21 years, 10 months ago) by astrand
File length: 9957 byte(s)
Diff to previous 64
Merged new keysym-based keyboard handling (from alt. CVS repos)


Revision 64 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 16:38:31 2002 UTC (21 years, 10 months ago) by astrand
File length: 4306 byte(s)
Diff to previous 56
Fixed indentation with indent


Revision 56 - (view) (annotate) - [select for diffs]
Modified Fri Jul 12 22:40:32 2002 UTC (21 years, 10 months ago) by jsorg71
File length: 4288 byte(s)
Diff to previous 50
added wheel mouse support


Revision 50 - (view) (annotate) - [select for diffs]
Modified Sat Apr 20 09:41:03 2002 UTC (22 years, 1 month ago) by matthewc
File length: 4160 byte(s)
Diff to previous 39
There is an extended key flag that we should be setting for extended keys.
(Originally fixed by Ben McKeegan <Ben.McKeegan@fitz.cam.ac.uk>)

Ran make proto.


Revision 39 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 07:57:43 2002 UTC (22 years, 1 month ago) by matthewc
File length: 4194 byte(s)
Diff to previous 38
Code to save and load licence (not quite working yet - server still seems
to reissue the licence).
Small clean-up in xkeymap.


Revision 38 - (view) (annotate) - [select for diffs]
Added Thu Apr 4 12:04:33 2002 UTC (22 years, 1 month ago) by matthewc
File length: 4164 byte(s)
Committing my keymap work - unlike the version in the unified patches,
this one uses external keymap files (which are my preference).


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26