Commit Graph

  • ec201c56a0 Correct scancodes for KP_Decimal and KP_Delete. Peter Åstrand 2002-10-11 14:24:13 +0000
  • ad6efdf43d Eliminating GCC warning message. Peter Åstrand 2002-10-11 09:38:49 +0000
  • a3004e7f30 Indent fixes. Peter Åstrand 2002-10-11 09:37:48 +0000
  • 835a6f43b1 Case-insensitive keymap names. Peter Åstrand 2002-10-11 08:54:08 +0000
  • 6ee90066b0 Applied patch [ 621292 ], and added --bindir and --mandir. Peter Åstrand 2002-10-11 08:48:34 +0000
  • 8ced285b63 Make title -T in line with xterm, xemacs, etc. Matt Chapman 2002-10-11 05:13:19 +0000
  • 64fecfde7d I've been convinced that accepting server[:port] is the right way to do things (less options to remember, and it's the syntax accepted by the MS clients). Matt Chapman 2002-10-11 04:00:32 +0000
  • a3b3b25c5c Fix rpath handling - on OSF1 (at least) we need to pass the rpath in one colon-separated list. Matt Chapman 2002-10-10 07:47:29 +0000
  • 05de38d226 Improve security of random number generation (support EGD, use MD5 in our poor man's version) - Jacco de Leeuw <jacco2@dds.nl> Matt Chapman 2002-10-10 07:25:31 +0000
  • 99f2dbb2d6 Oops, accidentally introduced -Wall into the Makefile (which only works with gcc) Matt Chapman 2002-10-10 06:51:31 +0000
  • 91dd0d0268 Minor memory leak (pointed out by Eric Sellers <eric.sellers@beer.com>) Matt Chapman 2002-10-09 14:20:31 +0000
  • 3961df1f79 Replace README with build and invocation instructions. Update man page. Still need to update AUTHORS. Matt Chapman 2002-10-09 14:13:46 +0000
  • 0e88940ee5 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. Matt Chapman 2002-10-08 02:30:20 +0000
  • faae4044d3 Remove readpass.o Matt Chapman 2002-10-08 02:26:59 +0000
  • 0cb2e75135 Remove -l (Microsoft have long since fixed the bug that made it work). Matt Chapman 2002-10-06 13:57:39 +0000
  • 7f21b7e693 Remove -P (askpass program) Matt Chapman 2002-10-06 13:30:30 +0000
  • a3088b8a6c 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. Matt Chapman 2002-10-06 13:25:30 +0000
  • 019be5adf0 -p - now reads from stdin rather than using getpass (/dev/tty) Matt Chapman 2002-10-04 14:28:14 +0000
  • 9d8379fc3c Show display name in "Failed to open display" message. Matt Chapman 2002-10-04 14:25:37 +0000
  • 8b98bdc4ae Arguments to get_key_state the wrong way around. Matt Chapman 2002-10-02 13:51:16 +0000
  • 061f44532b Need to wait for visibility before calling XSetInputFocus (pointed out by Jay). Matt Chapman 2002-09-27 01:04:34 +0000
  • b120a50f44 Update copyright dates on all files that have changed. Bump version to 1.2-cvs. Matt Chapman 2002-09-26 14:26:46 +0000
  • e3e20a7ad0 Convert C++ style comment. Matt Chapman 2002-09-26 14:17:41 +0000
  • f4009305c7 Suppress missing translation warnings if the keymap was "none" or doesn't exist (in the latter case the user already receives an error). Matt Chapman 2002-09-26 14:11:59 +0000
  • 171e83a2f8 Oops typo... should have tested it first :) Matt Chapman 2002-09-26 14:10:30 +0000
  • b46de1c760 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. Matt Chapman 2002-09-26 14:04:30 +0000
  • c6038854b1 Provide some more feedback to the user. Matt Chapman 2002-09-26 14:01:42 +0000
  • 9365833f59 Fix for flashing title bar problem. Matt Chapman 2002-09-25 14:33:36 +0000
  • 7968850051 Removed FIXME for key 124 (Print Screen). Peter Åstrand 2002-09-25 11:20:14 +0000
  • 77f962c2c8 Support for Break key. Peter Åstrand 2002-09-25 11:17:59 +0000
  • 1063a7f8cf Removed FIXME for key 126. Peter Åstrand 2002-09-25 11:12:08 +0000
  • e98b17731d Support for Pause key. Peter Åstrand 2002-09-25 11:07:57 +0000
  • c381a3bb9b Indent fixes. Peter Åstrand 2002-09-25 11:07:12 +0000
  • 1687645d7b Sync crypto/ with OpenSSL 0.9.6g (trivial changes only). Matt Chapman 2002-09-25 09:00:57 +0000
  • 23afca950e Move keyboard grabbing to FocusIn/FocusOut to fix "rdesktop gets screensaver password" problem. Hopefully this won't bring back the phantom flashing titlebar... Matt Chapman 2002-09-24 12:25:21 +0000
  • 837d91eefc Avoid sending release of Break in Ctrl-Alt-Break to server. Matt Chapman 2002-09-24 11:14:46 +0000
  • 5514330916 foo function() -> foo function(void) to conform to ANSI C. Matt Chapman 2002-09-24 07:59:14 +0000
  • 34e95df6f5 Reorder searches a bit - finds wrong X11 directory on my Debian system since X11 is symlinked into /usr/include. Matt Chapman 2002-09-24 07:58:34 +0000
  • d2b051fb30 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). Matt Chapman 2002-09-24 07:33:17 +0000
  • c0c6d24d16 Look for system OpenSSL in the usual places; if not found recommend installing. Matt Chapman 2002-09-24 07:27:43 +0000
  • f418fe1a5c Reinstate a cleaned-up version of the old xwin_toggle_fullscreen - I indeed can't get it working reliably with all window managers without creating a new window. Move remaining non-window dependant code into ui_init/ui_deinit so that xwin_toggle_fullscreen can do ui_destroy_window/ui_create_window. Matt Chapman 2002-09-24 06:09:09 +0000
  • 639cff5c7b Test for X includes with -f instead of -e (-e is non-portable) Matt Chapman 2002-09-24 05:14:14 +0000
  • 47fa8e3bda Updated info about vincent_8bpp.patch. Peter Åstrand 2002-09-18 12:28:26 +0000
  • ce93ec91a4 Owncolmap removed in favour of more intelligent color allocation. Peter Kallden 2002-09-18 12:13:08 +0000
  • 5ccf491924 Applied apostrophe patch from hopfgartner. Peter Åstrand 2002-09-17 17:16:24 +0000
  • 16122cf6f6 Shift optimization: Either left or right shift is fine. Peter Åstrand 2002-09-17 16:57:07 +0000
  • b9eeaf747d Small line-break fix for DEBUG_KBD. Peter Åstrand 2002-09-17 16:55:43 +0000
  • 85c1a03f7d Added localstate to space. Peter Åstrand 2002-09-17 16:54:04 +0000
  • 19a109cd9c Updated with info about vincent_8bpp.patch. Peter Åstrand 2002-09-17 16:06:49 +0000
  • 8a54d6331e Updated with info about vincent_19-7-3_excel.patch. Peter Åstrand 2002-09-17 15:57:01 +0000
  • a6098e5f3a Fixed typos: TDB -> TBD Peter Åstrand 2002-09-17 10:00:14 +0000
  • ec357a4b2d Updated with info about vpypatch.txt. Peter Åstrand 2002-09-17 09:59:13 +0000
  • 7e00abf141 some BE fixes - without these rdesktop wont run on IBM AIX - such as RS6000 PowerPC Peter Kallden 2002-09-17 09:55:03 +0000
  • 51a944f431 Updated with info about vincent_19-7-2.secure.patch. Peter Åstrand 2002-09-17 09:42:42 +0000
  • 219185582d Updated with info about svenni_disable_bs_in_x-tiny-patch. Peter Åstrand 2002-09-17 09:34:39 +0000
  • 1204318624 Updated with info about svenni_dis_wmkeybnds.patch. Peter Åstrand 2002-09-17 09:33:27 +0000
  • 095219e661 Updated with info about svenni_dis_wmkeybnds.patch. Peter Åstrand 2002-09-17 09:29:26 +0000
  • d409df76ab security: when supplying password as arg it is overwritten in the ps table with XXX. (On BSD based platforms this does nothing.) Peter Kallden 2002-09-17 09:20:13 +0000
  • 8c203e862f xwin_reset_keys -> reset_modifier_keys. Only when necessary Peter Åstrand 2002-09-17 08:18:41 +0000
  • 4cc46cbe11 Send packet dumps to stdout. Matt Chapman 2002-09-17 07:27:49 +0000
  • 09b205348e The polyline "flags" field seems like it might be a ROP2. Matt Chapman 2002-09-17 07:23:32 +0000
  • 546b0139b2 Added note about keymap files naming. Peter Åstrand 2002-09-16 18:54:50 +0000
  • 46ef23bfde Type fix: There are four types of lines. Peter Åstrand 2002-09-16 18:20:33 +0000
  • 3b403f9346 Better handling of guessed key translations: Uses local shift state. Fixes problem with LeftShift not working without keymaps. Peter Åstrand 2002-09-16 13:21:44 +0000
  • eaaec08277 Small indent fix. Peter Åstrand 2002-09-16 13:19:54 +0000
  • f03ecb52e9 Updated info about rdesktop-gmp.patch. Peter Åstrand 2002-09-16 07:10:42 +0000
  • c412dc458d Fix references to BINDIR/MANDIR -> bindir/mandir. Matt Chapman 2002-09-15 12:58:42 +0000
  • 0b010de477 Reenable bitmap caching (inadvertantly disabled by a patch in 1.1.0) Matt Chapman 2002-09-15 12:46:41 +0000
  • 9d4c3b2872 Now that we have ui_init move rounding of geometry there (it's X-specific). Matt Chapman 2002-09-15 12:42:26 +0000
  • 4cefa21dd4 #ifdef out licence save code. I don't think it's really necessary; it's always been broken and AFAIK no-one has complained. Matt Chapman 2002-09-15 12:36:55 +0000
  • 1bee46c41e Possible fix for "flashing title bar" problem (don't grab in response to FocusIn/FocusOut - seems to cause an event loop). Matt Chapman 2002-09-15 11:53:50 +0000
  • c113538377 Fix rdesktop not resizing properly in xwin_toggle_fullscreen with some window managers. Matt Chapman 2002-09-15 11:39:16 +0000
  • e76dae49d7 Move platform-specific stuff to configure (avoid relying on GNU make) Autodetect gcc in configure Autodetect X11DIR in configure Rename PREFIX etc in line with GNU conventions Matt Chapman 2002-09-15 11:36:23 +0000
  • a3fdc9ff08 Copied most of the content of the Swedish mapping file to this file. The Finnish and Swedish keyboard seems very alike. Peter Åstrand 2002-09-14 18:48:59 +0000
  • a818e7af65 Added backslash definition. Peter Åstrand 2002-09-14 18:30:56 +0000
  • f0a2fe8748 Updated with info about spark-manpage-patch-19.4 and spark-manpage-patch-19.4-1 Peter Åstrand 2002-09-14 18:06:52 +0000
  • 3833d07a13 Updated with info about scroll-to-death-patch.txt. Peter Åstrand 2002-09-14 18:05:11 +0000
  • 094b219c59 Updated with info about rdp-srvr-19-6-6.diff. Peter Åstrand 2002-09-14 18:03:56 +0000
  • ad88184b63 Updated with info about rdesktop_keymap.patch. Peter Åstrand 2002-09-14 18:02:37 +0000
  • ddcef439cf Updated with info about rdesktop.vncviewer_patch. Peter Åstrand 2002-09-14 18:01:35 +0000
  • 07a587ec03 Updated with info about rdesktop-openssl.patch. Peter Åstrand 2002-09-14 18:00:10 +0000
  • 24eb416c1c Updated with info about rdesktop-new_kb.patch. Peter Åstrand 2002-09-14 17:57:23 +0000
  • 79cd4ee093 Updated with info about rdesktop-1.0.0-pl19-7-2-mmihalik-1.diff and rdesktop-gmp.patch. Peter Åstrand 2002-09-14 17:55:27 +0000
  • b3ca5aee2a Updated with info about rdesktop-1.0.0-19-7-1-mmihalik-3.diff and rdesktop-1.0.0-mmihalik-1.diff. Peter Åstrand 2002-09-14 17:43:54 +0000
  • 8ed13f837f Updated with info about patch19-7-2.xyPos.emptyPassword.patch. Peter Åstrand 2002-09-14 17:37:26 +0000
  • c517345cc2 Updated with info about norbert_rdp_tcp_port.diff. Peter Åstrand 2002-09-14 16:55:20 +0000
  • db9b485501 Updated with info about norbert_percent.txt. Peter Åstrand 2002-09-14 16:39:43 +0000
  • 20efc5ad29 Updated with info about norbert_fullscreen.patch. Peter Åstrand 2002-09-14 16:32:56 +0000
  • ca0b1a9d29 Updated with info about mmihalik_19-7-3-keyfix-4.patch. Peter Åstrand 2002-09-14 16:30:07 +0000
  • 07100dbd49 Updated info about hove-19-7-2endian.diff. Peter Åstrand 2002-09-14 16:28:25 +0000
  • d2e07bca4a Updated with info about hostname-patch. Peter Åstrand 2002-09-14 16:22:46 +0000
  • 03589de1b0 Updated with info about frank_fasttext.patch.txt. Peter Åstrand 2002-09-14 16:17:27 +0000
  • c622d3195a Updated with info about frank_1linerfix.html. Peter Åstrand 2002-09-14 16:13:09 +0000
  • 0d1b978376 Updated with info about francisco_fix_patblt.html. Peter Åstrand 2002-09-14 16:10:39 +0000
  • 991fe6dc89 Updated info about fasttext2+nobackpixmap.patch. Peter Åstrand 2002-09-14 16:05:22 +0000
  • 41d42b12a6 Added some info about fasttext2+nobackpixmap.patch. Using double blank lines between each patch entry. Peter Åstrand 2002-09-14 15:52:26 +0000
  • 669c49998a Updated with info about downkeypatch.diff. Peter Åstrand 2002-09-14 15:45:57 +0000
  • 44b435ec5a Updated with info about ctrl1nohang.diff. Peter Åstrand 2002-09-14 15:44:24 +0000
  • f43974a184 Updated with info about ben_xwin.c.diff. Peter Åstrand 2002-09-14 15:41:58 +0000
  • 0f5d403df4 Updated with info about backingstore+privatecolormap-for-19-3-9.patch. Peter Åstrand 2002-09-14 15:39:52 +0000