| Commit message (Expand) | Author | Age | Files | Lines |
* | Use include files from the includedir variable as well, | Peter Åstrand | 2009-02-25 | 1 | -3/+3 |
* | [Bugfix] Fixed building of libvnc module when xserver is configured with | Adam Tkac | 2009-02-25 | 2 | -18/+52 |
* | Removed Windows version of rfbplayer, not part of the TigerVNC project. | Peter Åstrand | 2009-02-25 | 27 | -4226/+0 |
* | Removed Java-based rfbplayer, not a part of the TigerVNC project. | Peter Åstrand | 2009-02-25 | 15 | -3694/+0 |
* | Ignore generated build files (but not those copied from the Xserver). | Peter Åstrand | 2009-02-16 | 0 | -0/+0 |
* | Ignore created files | Peter Åstrand | 2009-02-16 | 0 | -0/+0 |
* | Ignore files created by a simple build. | Peter Åstrand | 2009-02-16 | 0 | -0/+0 |
* | Added script for building Xvnc using latest Xorg from git master. Note howeve... | Peter Åstrand | 2009-02-16 | 1 | -0/+205 |
* | [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions. | Adam Tkac | 2009-02-13 | 11 | -11/+11 |
* | [Bugfix] Make windows viewer compilable via migw32 (4.3 series) | Adam Tkac | 2009-02-13 | 2 | -3/+3 |
* | [Bugfix] Removed one #ifdef/#endif, it broke compilation with X 1.5 source | Adam Tkac | 2009-02-13 | 1 | -2/+0 |
* | [Bugfix] Updated xserver16.patch | Adam Tkac | 2009-02-04 | 1 | -12/+12 |
* | [Bugfix] Removed obsolete #ifdef from Xorg module to make it working. | Adam Tkac | 2009-02-04 | 1 | -6/+2 |
* | [Development] Make Xvnc working when compiled against X 1.6 branch. | Adam Tkac | 2009-02-04 | 1 | -16/+21 |
* | [Bugfix] Dynamic keycode-keysym mapping works again in non-XKB 1.5 server. (X... | Adam Tkac | 2009-02-02 | 1 | -117/+68 |
* | [Bugfix] Rediff xserver16.patch against the latest 1.6 X source | Adam Tkac | 2009-01-29 | 1 | -1/+1 |
* | Reverted the dixLookupResourceByType part of r3573 - this function exists onl... | Peter Åstrand | 2009-01-27 | 1 | -1/+1 |
* | Like r3552/r3553, but for Windows viewer: Add TightVNC to window title. | Peter Åstrand | 2009-01-27 | 1 | -1/+1 |
* | Make sure that the scale factor code and DesktopName support works together: ... | Peter Åstrand | 2009-01-27 | 1 | -6/+8 |
* | Make sure both console and GUI about text is displayed correctly, even in UTF... | Peter Åstrand | 2009-01-26 | 1 | -9/+16 |
* | Use GUI codeset for C library as well, since we are displaying strings from it. | Peter Åstrand | 2009-01-26 | 1 | -0/+3 |
* | Updated swedish translation. | Peter Åstrand | 2009-01-26 | 1 | -8/+12 |
* | Removed fuzzy comment | Peter Åstrand | 2009-01-26 | 1 | -1/+0 |
* | Making translation template up to date | Peter Åstrand | 2009-01-26 | 1 | -4/+8 |
* | Eliminated several GCC warnings: | Peter Åstrand | 2009-01-26 | 1 | -5/+6 |
* | Eliminated unused variable vncPasswdFile. | Peter Åstrand | 2009-01-26 | 1 | -1/+0 |
* | [BugFix] Fixed: Skipping some mouse events when limiting mouse event sending.... | enikey | 2009-01-20 | 1 | -4/+36 |
* | Another correction to the window name code: put parenthesis where it should be. | Peter Åstrand | 2009-01-19 | 1 | -1/+1 |
* | [Developement] Viewer can limit mouse events transfer (see mouseMaxFreq member). | enikey | 2009-01-19 | 1 | -1/+9 |
* | Update to last patch: Use TightVNC: instead of VNC: | Peter Åstrand | 2009-01-16 | 1 | -2/+2 |
* | Make sure to prefix even new desktop names with "VNC:". | Peter Åstrand | 2009-01-15 | 1 | -1/+8 |
* | Allow window name in recreateViewport to be translated. | Peter Åstrand | 2009-01-15 | 1 | -1/+1 |
* | When updating X11 window title, update WM_ICON_NAME and WM_CLASS as | Peter Åstrand | 2009-01-15 | 1 | -1/+8 |
* | Implemented support for DesktopName pseudo encoding, which allows | Peter Åstrand | 2009-01-15 | 22 | -4/+130 |
* | Make sure we are sending the appropriate numeric decimal symbol. The | Peter Åstrand | 2009-01-15 | 1 | -0/+26 |
* | [Bugfix] Correct order of librandr and librender linkage | Adam Tkac | 2009-01-07 | 1 | -1/+1 |
* | [Cleanup] vncHooks.cc: all supported X sources has pCompositeClip in GC thus ... | Adam Tkac | 2009-01-07 | 2 | -28/+19 |
* | [Bugfix] Fixed assertion in serverReset() function | Adam Tkac | 2009-01-07 | 1 | -1/+1 |
* | [Development] Make Xvnc compilable against X.org 1.6 branch | Adam Tkac | 2009-01-07 | 4 | -27/+167 |
* | [Development] Renamed xserver.patch to xserver15.patch and added xserver16.patch | Adam Tkac | 2009-01-05 | 3 | -1/+73 |
* | [Cleanup] Removed unneeded X module preprocessor parameters | Adam Tkac | 2009-01-05 | 1 | -1/+0 |
* | [Development] Added description for Tight extension initializatioin phase. | VPavluk | 2008-12-29 | 1 | -0/+0 |
* | [User interface] Changed labels for the video freeze button. | Constantin Kaplinsky | 2008-12-27 | 1 | -2/+2 |
* | [Layout] Application don't needs interface RecordInterface anymore. Interface... | enikey | 2008-12-25 | 1 | -25/+0 |
* | [Refactoring] RecordOutputStream use RfbProto for recording. Not using Record... | enikey | 2008-12-25 | 2 | -52/+22 |
* | [Cleanup, bugfix] Wrong CopyRect recording. Removed unusefull comments. | enikey | 2008-12-25 | 1 | -28/+1 |
* | [Developement] Added ability to freeze video (enable/disabe rectangular scree... | enikey | 2008-12-25 | 3 | -10/+62 |
* | [Refactoring] Removed unused method "isRecordFromBeggining". | enikey | 2008-12-25 | 2 | -7/+1 |
* | [Refactoring] Decoders not using RecordInterface no more. | enikey | 2008-12-25 | 2 | -7/+0 |
* | [Refactoring] Usage of RecordInterface removed from ZRLEDecoder. | enikey | 2008-12-25 | 1 | -5/+2 |