0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Jun 28, 2024 — Jun 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
version bump in class files (oops) - maybe this should be scripted? More... over 13 years ago
version bump: 0.0.7.29 More... over 13 years ago
missed from commit r245 : this bit is needed to ignore the errors More... over 13 years ago
reduce logging More... over 13 years ago
just like the server, log the gibberish we receive More... over 13 years ago
when we call _connection_lost, always log the reason for the disconnection More... over 13 years ago
when we spot a packet size header, we know the packet is incomplete until the full header is received More... over 13 years ago
when the password does not match, try harder to drop the connection: send a disconnect message to the client with the error More... over 13 years ago
suggest that pynotify should be installed with this deb (not bothering with rpm equivallent) More... over 13 years ago
for smallish packets, queue the size and data together More... over 13 years ago
avoid property error messages during startup (especially _read_initial_properties) More... over 13 years ago
scale remote cursors down to the default_cursor_size More... over 13 years ago
moved gtk.window_set_default_icon_from_file to platform code so we fallback to the xpra.png icon we ship with installation More... over 13 years ago
generalize the keyboard name translation so we can potentially change it on construction, or even at runtime? More... over 13 years ago
clipboard improvements: * generalized the xclipboard class so we can re-use it without X11 * partial support for win32: translate "CLIPBOARD" to "PRIMARY" * added tray checkbox to enable/disable clipboard * added a client capability named "clipboard" and associated message so the server can avoid sending clipboard data when not needed More... over 13 years ago
detect missing display and log more useful error than blowing up somewhere in wimpiggy.lowlevel More... over 13 years ago
support for ubuntu's appindicator More... over 13 years ago
move methods only used by run_client inside the method to make it clearer these aren't used anywhere else More... over 13 years ago
make right click on StatusIcon show the tray menu without needing to hold down the button by passing button to menu.popup() method More... over 13 years ago
re-arrange handshake callbacks to local methods to make code easier to read (and easier to change too). Also add some docstrings More... over 13 years ago
fix password mode: rebuild all packages... sigh More... over 13 years ago
fix for password check! continue when we succeed! More... over 13 years ago
add newly packaged files to RPMs More... over 13 years ago
wrong syntax: can't use data_files to rename the file, so just copy it as-is More... over 13 years ago
small focus fixes: * call focus with idle_add to fix odd bug which only occurs with win32 clients?? (it errors out rather than setting focus if we call it directly) * clear focus (goes back to root) when the client disconnects More... over 13 years ago
packaging version bump + release notes info, include /usr/share/wimpiggy now that put files there More... over 13 years ago
key-repeat / key layout fixes: * propagate keyboard repeat rate from client to server (not on osx - can't find an API) and add some timers to clear pressed keys if the client does not re-confirm them regularly (should fix #21). We also clear those repeating keys whenever the focus changes. * We now also let the user override the keyboard layout/variant detection code via the system-tray/dock menu. * Split "get_layout_spec" / "get_keymap_spec" so we can call them separately ("get_layout_spec" is cheap, the other is not on posix as it execs) More... over 13 years ago
we need this file to build debs on precise-pangolin More... over 13 years ago
more keyboard improvements: * support for keyboard layouts so win32 can tell us the layout it wants to use (ie: "gb" or "us", etc) - implement it using win32api.GetKeyboardLayout * when we apply the xmodmap and it fails, retry to apply it one line at a time.. (this seems to happen with win32/osx clients that use the default keymap...) More... over 13 years ago
use the new domain URL More... over 13 years ago