Provide correct buffer
Add except for socket.gethostbyaddr failure
LocalTerminal, SSHFrame: Grab focus only after ...
[terminal_frame] Update the:
[terminal_frame] Drop unused code
[terminal_frame] Introduce 'set_desktop_name' r...
[terminal_frame] Replace vertical version of Te...
[vnc_session] Use gtk.Label instead of gtk.Tool...
[vnc_session] In the case close button was clic...
[vnc_session] Drop unused code
[BugFix] Fix typo in PyRFBPixelFormat header fi...
Fix 'error return without exception set' Syste...
Add .gitignore
Fix couple of build issues when building with M...
[Common] Add MinGW build scripts for Microsoft ...
[py-rfbclient] Fix another two cases of SIGTRAP...
[py-rfbclient] Replace strdup() with calloc() +...
[Build] Update Windows build macros
Update project details
[src/py-rfbclient] Disable rfbClient logging fo...
[frames/vnc_session] Use VNCToolbar as a label ...
[py-rfbclient] Add 'desktopName' property gette...
Update Copyright's year
[py-rfbclient] When assigning framebuffer verif...
[frames/terminal_frame] Update internal child's...
[frames/terminal_frame] Make ColorParser part o...
[frames/terminal_frame] Add clearscreen support
[misc/color_parser] Simplify ANSI filtering act...
Replace authentication_frame with auth_dialog
[VNCDialog] Set default response keypress
[glade/xml] Change terminal, SSH & VNC frame ke...
[terminal_frame] Fix default font assignment
[layouts/notebook] Set child frames tabs reorde...
[frames/vnc_session] Handle 'Connection reset b...
[frames/vnc_session] Change the way expose even...
[frames/vnc_session] Clean out the drawing area...
[layouts/notebook] Fix typo
[PyRFBClientObject] Raise OSError if underlying...
[vnc_session] If VNC client initialization fail...
[frames/vnc_session.py] Call expose_event at re...
Add support for notebook layout.
* terminal_frame, vnc_session - change icon si...
* terminal_frame - add indicator if we are in ...
* ansi_parser - redefine TERM_COLORS
* terminal_frame - don't allow to insert text o...
* terminal_frame - replace threads with functio...
* Properly define display RGB shift & max value...
Parse VNCServer text entry values to set VNC cl...
Get-er/Set-er for rfbClient's serverHost data f...
Add support for VNC client scaling. Scale it to...
C's rfbClientCleanup() doesn't indicate routine...
Add basic VNC toolbar skeleton (and possibility...
Add support for VNC session.
Simplify PyRFBClient_New(). Don't create duplic...
Allow co-existence of multiple clients per modu...
Get rid of selected helper functions.
Add getter / setter for rfbClient's serverPort ...
Update Copyright year.
General - Update Copyright year
Define tooltips for TerminalToolbar buttons.
Introduce WindowsSecureShell class.
When changing terminal colors, reset the foregr...
Introduce WindowsTerminal class.
Set the default font by TerminalFrame initializ...
Use custom font selection dialog to select only...
Handle arrow keys and backspace in send_key(). ...
Don't leak internal child shell process(es), wh...
Convert Gtk key codes to particular X windows k...
Filter out more ANSI codes