3105 Commits (8442509bca6db16a009784517fd1a2531b9476b6)
 

Author SHA1 Message Date
  Pierre Ossman d1cb31f436 Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc 9 years ago
  Tim Waugh a85363daa8 Whitespace changes only. 9 years ago
  Brian P. Hinz 59b4bc5638 Don't disable xinerama (#147) 9 years ago
  Pierre Ossman 6e67ea58a5 Merge branch 'mac_menu' of https://github.com/CendioOssman/tigervnc 9 years ago
  Pierre Ossman a71a276637 Add a OS X system menu so that new viewer windows can be started 9 years ago
  Pierre Ossman 8d713a92af Hide OS X specific callback when not needed 9 years ago
  Pierre Ossman 3b865f1373 Fix bad long line detection logic in config file parser 9 years ago
  Pierre Ossman d7f8450c37 Change type to fix bad signed/unsigned comparison 9 years ago
  Pierre Ossman 833ddc99ff Merge branch 'warnings' of https://github.com/CendioOssman/tigervnc 9 years ago
  Pierre Ossman 123d59cd19 Make warnings into errors when doing debug builds 9 years ago
  Pierre Ossman 3620e19621 Make sure defaultServerName is initialised even on errors 9 years ago
  Pierre Ossman 63471c9de0 Move about text constant so the compiler can analyse it 9 years ago
  Pierre Ossman cd5c82a655 Fix unsafe format strings to the logging functions 9 years ago
  Pierre Ossman b0a8047bba Don't shove a pointer into a 32-bit variable 9 years ago
  Pierre Ossman 6e538b4020 Fix bad initialiser lists 9 years ago
  Pierre Ossman 4c33d0bd98 Compiler doesn't like us not checking return values here 9 years ago
  Pierre Ossman e67bb2dfbb Compiler doesn't like referencing unset variables 9 years ago
  Pierre Ossman 40e3ceb007 LPARAM and WPARAM have different types on Win32 and Win64 9 years ago
  Pierre Ossman e8b987b503 WIN64 should come from the compiler or SDK, not us 9 years ago
  Pierre Ossman 25ae7e3578 Handler still needs to return something even with XDamage 9 years ago
  Pierre Ossman 8f30811bfe No need to force modifiable strings here 9 years ago
  Pierre Ossman 8a044ee41e Pointer truncation/expansion needs to be very explicit 9 years ago
  Pierre Ossman f10d2a7cb0 Wrong array index in CPU usage calculation on Windows 9 years ago
  Pierre Ossman 7d218b08a3 Windows doesn't have %lld 9 years ago
  Pierre Ossman fc331e62a8 overrun() needs to return the available space 9 years ago
  Pierre Ossman 86475a684d Move things around slightly so the compiler can track cc 9 years ago
  Pierre Ossman ba6fbfe368 Give CharArray a printf style method to ease automatic allocation 9 years ago
  Pierre Ossman 9450b9c142 The PAM callback is slightly different on Solaris 9 years ago
  Pierre Ossman 7728be27d0 Add extra parentheses to avoid and/or priority ambiguity 9 years ago
  Pierre Ossman b1cd6ca8f0 Reorder class initialiser list to match what actually happens 9 years ago
  Pierre Ossman 615a0f58f1 Make Rect::area() signed, just like Rect::width()/height() 9 years ago
  Pierre Ossman fb450fba5d Fix mismatches between format string and arguments 9 years ago
  Pierre Ossman 64624342d9 Shorten stats from EncodeManager using SI/IEC prefixes 9 years ago
  Pierre Ossman 620dd952f2 A switch() needs to handle every value in an enum 9 years ago
  Pierre Ossman 28c1d54937 Switch to unsigned parameters for ExtendedDesktopSize handler 9 years ago
  Pierre Ossman 5c23b9ed7d Fix bad signed/unsigned comparisons 9 years ago
  Pierre Ossman a7bbe9c4a3 Make sure Exceptions do not use unsafe format strings 9 years ago
  Pierre Ossman 5b3c5f49b1 Tag the Exception constructor as a printf function 9 years ago
  Pierre Ossman eb95532f5c Remove unused variables 9 years ago
  Pierre Ossman da9a38d4e9 Handle no useful address types from getaddrinfo() 9 years ago
  Pierre Ossman f1a3501750 The compiler cannot figure out if this is assigned properly 9 years ago
  Pierre Ossman 7ca879fb90 Turn on more warnings to catch potential bugs 9 years ago
  Brian P. Hinz ea4b642874 Decode serverCutText to ISO-8859-1 9 years ago
  Brian Hinz b33ff746b4 Merge pull request #142 from bphinz/master 9 years ago
  Brian P. Hinz 9c453f29dd Build local static libpng on el5 9 years ago
  Brian P. Hinz f56ce5da65 Remove obsolete distro patches 9 years ago
  Brian P. Hinz 102dfc5626 Use autotools to build fltk-1.3.3 on el5 instead of cmake 9 years ago
  Brian P. Hinz b368d02f01 Bump version of fltk to 1.3.3 for el5, el6, & ubuntu packages 9 years ago
  Brian Hinz d66ae4e443 Merge pull request #141 from bphinz/java 9 years ago
  Brian P. Hinz 08f3ab61ca Don't violate RFB spec by sending UTF-8 9 years ago