17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 21 hours ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Disable Clipboard Sync option. RDP and VNC support it. NX has that option but seems the server does not recognize it yet. More... about 15 years ago
NX: Add session management feature. More... about 15 years ago
Do not need to enter the main loop if we just send a command to the unique app. More... about 15 years ago
SSH: Add startup program option. More... about 15 years ago
VNC: Implement SSH reverse tunnel for VNC incoming connections. More... about 15 years ago
Replace g_ptr_array_new_with_free_func with g_ptr_array_foreach(g_free) to avoid GLib 2.22 dependency More... about 15 years ago
Support drag-n-drop of file importing More... about 15 years ago
Connection status dialog just need to use the 'name' field. old bug. More... about 15 years ago
Support importing .rdp files through command line -e or -c switch More... about 15 years ago
Support importing tsclient specific fields from .rdp file More... about 15 years ago
Use GPtrArray to manage the plugin table. Simplify the codes. More... about 15 years ago
Change the file handler plugin API to give the plugin ability to test the import/export behavior; complete .rdp file exporting. More... about 15 years ago
Importing .rdp files done. More... about 15 years ago
Start working on file import/export plugin interface. More... about 15 years ago
Add a 'Plugins' dialog in main menu. More... about 15 years ago
Telepathy: move the invitation into the plugin itself. Not necessary to do it in main program. More... about 15 years ago
Internationalize the plugin package. More... about 15 years ago
NX: removed some unnecessary calls. More... about 15 years ago
NX: add some protection to support multiple NX sessions start connecting in parallel. Also fix a freezing issue by avoiding cancelling Xlib calls. More... about 15 years ago
In very rare situation (it did happen once somehow), switch-page handler will segment fault. It will be safe to track the handler and remove it when the window is destroyed. More... about 15 years ago
RDP: Fix an unexpected clipping in glyph drawing. More... about 15 years ago
Use maxfd+1 for all ssh_select calls. More... about 15 years ago
RDP: patblt use wrong color, fixed. More... about 15 years ago
RDP: sync caps lock state More... about 15 years ago
SFTP: Support upload folder recursively More... about 15 years ago
Do not scale when the local windows size is the same as remote. Just copy the region. More... about 15 years ago
Telepathy: all done. :) More... about 15 years ago
RDP: seems the cursor handling will freeze the window sometimes. It should be much safer to move gdk cursor calls to main loop. It's better to fix VNC later as well. More... about 15 years ago
Telepathy: add telepathy-glib/defs.h (diaz8) More... about 15 years ago
Telepathy: telepathy itself completed; now only the actual connect left to be done. More... about 15 years ago