/[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 300 - (view) (annotate) - [select for diffs]
Modified Thu Jan 30 11:20:30 2003 UTC (21 years, 3 months ago) by matthewc
File length: 15105 byte(s)
Diff to previous 297
Fix a few compile warnings.


Revision 297 - (view) (annotate) - [select for diffs]
Modified Tue Jan 28 12:27:28 2003 UTC (21 years, 3 months ago) by matthewc
File length: 15095 byte(s)
Diff to previous 290
Add a warning function, change some errors to warnings, improve a
couple of error messages (not sure whether scewed was meant to be skewed
or screwed :))


Revision 290 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 09:50:28 2003 UTC (21 years, 3 months ago) by astrand
File length: 15091 byte(s)
Diff to previous 260
Increased keymap size, to hold all keysyms.


Revision 260 - (view) (annotate) - [select for diffs]
Modified Mon Nov 18 15:31:19 2002 UTC (21 years, 5 months ago) by astrand
File length: 15098 byte(s)
Diff to previous 244
Indent fixes


Revision 244 - (view) (annotate) - [select for diffs]
Modified Thu Oct 24 08:48:51 2002 UTC (21 years, 6 months ago) by matthewc
File length: 15170 byte(s)
Diff to previous 227
Change fullscreen toggle key to Ctrl-Alt-Enter.


Revision 227 - (view) (annotate) - [select for diffs]
Modified Fri Oct 11 09:38:49 2002 UTC (21 years, 6 months ago) by astrand
File length: 15219 byte(s)
Diff to previous 226
Eliminating GCC warning message.


Revision 226 - (view) (annotate) - [select for diffs]
Modified Fri Oct 11 09:37:48 2002 UTC (21 years, 6 months ago) by astrand
File length: 15198 byte(s)
Diff to previous 225
Indent fixes.


Revision 225 - (view) (annotate) - [select for diffs]
Modified Fri Oct 11 08:54:08 2002 UTC (21 years, 6 months ago) by astrand
File length: 15097 byte(s)
Diff to previous 216
Case-insensitive keymap names.


Revision 216 - (view) (annotate) - [select for diffs]
Modified Tue Oct 8 02:30:20 2002 UTC (21 years, 6 months ago) by matthewc
File length: 14948 byte(s)
Diff to previous 212
Also look for keymaps in keymaps/%s so that rdesktop can be run "in place"
without installation... I find this useful for testing and it might avoid
some user complaints as well.


Revision 212 - (view) (annotate) - [select for diffs]
Modified Sun Oct 6 13:25:30 2002 UTC (21 years, 6 months ago) by matthewc
File length: 14691 byte(s)
Diff to previous 207
On Solaris Break is Shift-Pause not Alt-Pause - so when checking for
Ctrl-Alt-Break, accept both Break and Pause and check state of Ctrl
and Alt.


Revision 207 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:26:46 2002 UTC (21 years, 7 months ago) by matthewc
File length: 14560 byte(s)
Diff to previous 206
Update copyright dates on all files that have changed.
Bump version to 1.2-cvs.


Revision 206 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:17:41 2002 UTC (21 years, 7 months ago) by matthewc
File length: 14560 byte(s)
Diff to previous 205
Convert C++ style comment.


Revision 205 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:11:59 2002 UTC (21 years, 7 months ago) by matthewc
File length: 14557 byte(s)
Diff to previous 203
Suppress missing translation warnings if the keymap was "none" or doesn't
exist (in the latter case the user already receives an error).


Revision 203 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:04:30 2002 UTC (21 years, 7 months ago) by matthewc
File length: 14480 byte(s)
Diff to previous 199
Optimise get_key_state by caching the modifier map and the state
(this can probably still be improved in the future).
Only call time(NULL) for the events where it's needed.


Revision 199 - (view) (annotate) - [select for diffs]
Modified Wed Sep 25 11:17:59 2002 UTC (21 years, 7 months ago) by astrand
File length: 14389 byte(s)
Diff to previous 197
Support for Break key.


Revision 197 - (view) (annotate) - [select for diffs]
Modified Wed Sep 25 11:07:57 2002 UTC (21 years, 7 months ago) by astrand
File length: 14099 byte(s)
Diff to previous 193
Support for Pause key.


Revision 193 - (view) (annotate) - [select for diffs]
Modified Tue Sep 24 11:14:46 2002 UTC (21 years, 7 months ago) by matthewc
File length: 13118 byte(s)
Diff to previous 192
Avoid sending release of Break in Ctrl-Alt-Break to server.


Revision 192 - (view) (annotate) - [select for diffs]
Modified Tue Sep 24 07:59:14 2002 UTC (21 years, 7 months ago) by matthewc
File length: 13113 byte(s)
Diff to previous 190
foo function() -> foo function(void) to conform to ANSI C.


Revision 190 - (view) (annotate) - [select for diffs]
Modified Tue Sep 24 07:33:17 2002 UTC (21 years, 7 months ago) by matthewc
File length: 13109 byte(s)
Diff to previous 183
Make no translation messages DEBUG_KBD.
Clean up includes, fix a few compile warnings, avoid rdesktop.h depending
on X (at the expense of KeySym -> uint32 - maybe in the future we need a
better proto scheme).


Revision 183 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 16:57:07 2002 UTC (21 years, 7 months ago) by astrand
File length: 13249 byte(s)
Diff to previous 170
Shift optimization: Either left or right shift is fine.


Revision 170 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 08:18:41 2002 UTC (21 years, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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, 9 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, 9 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, 9 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, 9 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 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