2014-12-14 |
Jay Freeman... | This is so far the best tradeoff for no passwords. master v0.9.3500 |
commit | commitdiff | tree | snapshot |
2014-12-14 |
Jay Freeman... | Use NSLog() instead of fprintf(stderr) for _trace. |
commit | commitdiff | tree | snapshot |
2014-12-14 |
Jay Freeman... | Add some debug logic to get the internal RFB logs. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Update copyright year (apparently, I missed 2013). |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Only allow layer 0 to be used as main framebuffer. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Use BOOL type in IOMobileFramebufferIsMainDisplay. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Correct locking and Surface{Unl,L}ock prototypes. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Refix SurfaceAcceleratorTransferSurface prototype. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Unaccelerated video should not try to use buffer_. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Better organize internal VNCClient setup details. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Factor out implementation of condition_ signaling. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Call CFPreferencesAppSynchronize (for iOS << 8.0). |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Jay Freeman... | Use @synchronized instead of manual [lock/unlock]. |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Jay Freeman... | Merge latest upstream master libvncserver version. |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Jay Freeman... | Use armv7 to switch from CoreSurface to IOSurface. |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Jay Freeman... | Port settings to CFPreferences{Get,Copy}App*Value. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Jay Freeman... | Finish weirdly-unfinished library script renaming. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Jay Freeman... | Remove the now-obsolete VNCSetSender() function. v0.9.3402 |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Jay Freeman... | Send [0.0,1.0) x,y coordinates, to system client. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Jay Freeman... | We no longer need Telesphoreo's build environment. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Jay Freeman... | Re-allow Show Cursor (new MouseSupport!) on iOS 7. |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Jay Freeman... | Disable Mouse Support by force on iOS 7 and above. v0.9.3401 |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | I had expected a compile error at some point :/. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Add dpkg Pre-Depends for dpkg-deb -Zlzma support. v0.9.3400 |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Fixed an obvious typo in libvncserver's clipping. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Add a git submodule for iphone-api (solving GS). |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Implement new IOHID hand/finger digitizer events. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Move IOHIDEventSetSenderID call to VNCSetSender. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Add number keys to the new IOHID scancode mapping. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Choose more reasonable PreferenceLoader versions. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Drop all package versions from the Depends list. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Support iOS 2.x (ARMv6 "reserve r9" and libgcc.s). |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | We need the PreferenceLoader with filter support. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | We definitely are no longer using my SKE package. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Implement keys with IOHIDEventCreateKeyboardEvent. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Carve out a new function for the IOHID input code. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Move filter plist under layout directory (Theos). |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Use an embedded copy of libjpeg to support ARM64. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Remove code I'm not using to lipo libvncserver.a. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Dependon the latest version of Substrate on iOS 7. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | For now, disable Show Cursor preference on iOS 7. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Use Theos layout folder to install settings panel. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Use an embedded copy of libvncserver for ARM64. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Jay Freeman... | Ported build environment from tweak.mk to Theos. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jay Freeman... | Apparently, I never added any of SpringBoardAccess. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Jay Freeman... | Use MGGetBoolAnswer for opengles-2 check (Cykey). |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Jay Freeman... | Replace -[UIScreen scale] with GSMainScreenScaleFactor. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Jay Freeman... | Do not directly link against @class UIApplication. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Jay Freeman... | Do not crash when there is no Veency. v0.9.3381 |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Jay Freeman... | Also inject into backboardd for iOS 6 support. v0.9.3380 |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Jay Freeman... | Technically, this spin variable must be volatile. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Jay Freeman... | Use CFUserNotificationCreate for dialogs on iOS 6. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Jay Freeman... | If we don't have a dialog mechanism, just refuse. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Jay Freeman... | Use SpringBoardAccess for statusbar in backboardd. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Jay Freeman... | Use -fvisibility-hidden for safer hidden symbols. |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Jay Freeman... | Update copyright dates and move to AGPLv3 license. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jay Freeman... | Fix headset button check, as reported by mringwal. |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Jay Freeman... | Update the control file for 0.9.3379. v0.9.3379 |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Jay Freeman... | Correct mistake in the iPad3 coordinate transform. |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Jay Freeman... | Upgrade Veency to support the current MSHookSymbol. |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Jay Freeman... | Apparently, libstatusbar emulated the wrong thing.... v0.9.3378 |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Jay Freeman... | OMFG, bool alignment BAD. v0.9.3377 |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Jay Freeman... | Upgrade for iOS 5 GSEvent. |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Jay Freeman... | Solve issues determining client window on retina displays. v0.9.3375 |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Jay Freeman... | Fix iPad2,x coordinate transform bug. v0.9.3374 |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Jay Freeman... | Remove hard-coded 'accelerated' detection bypass: fix... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jay Freeman... | Fix Veency for iPhone 4 and iPods. v0.9.3345 |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Jay Freeman... | Add support for i4 high-res. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Jay Freeman... | Fix password notice text on iOS 4.x for settings panel. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Jay Freeman... | Add libstatusbar. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Jay Freeman... | Add libstatusbar. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Jay Freeman... | I am really starting to hate Apple's IOMobileCrap. v0.9.3197 |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jay Freeman... | Don't leak the NSThread. v0.9.3193 |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jay Freeman... | Solve compatibility issue with HP LaserJet 2605dn printers. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Jay Freeman... | Got an updated usage for iPad keyboard from matthias. v0.9.3189 |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Jay Freeman... | Somewhat got the iPad keyboard working. v0.9.3167 |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Jay Freeman... | Fix a coordinate system issue on the iPad. v0.9.3165 |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Jay Freeman... | Veency HD. v0.9.3164 |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Jay Freeman... | Remove the VNC cursor entirely, overwrite the upper... v0.9.3146 |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Jay Freeman... | Dynamically detect width/height, allocate black_ from... v0.9.3145 |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Jay Freeman... | Fix various mouse cursor position issues. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Jay Freeman... | Added support for Ashikase MouseSupport. v0.9.3143 |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Jay Freeman... | Stupid/silly statusbar bug. v0.9.3023 |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Jay Freeman... | Welcome to Settings, Veency! v0.9.3022 |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jay Freeman... | Refactored Veency so ashikase can use the tiny stub. v0.9.2972 |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jay Freeman... | Ported back to 2.x. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jay Freeman... | Ported Veency to 3.x. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jay Freeman... | Checkpointing old code. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Jay Freeman... | Moved source code of Veency to more obvious location. v0.9.2591 |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jay Freeman... | New MobileSubstrate (awesome). |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jay Freeman... | Added syslogd pseudo-tweak. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Jay Freeman... | iPhoneVNC was replaced by Veency, but I forgot to commi... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Jay Freeman... | This version works. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Jay Freeman... | Port to 2.0. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jay Freeman... | Intial VNC server for the iPhone. |
commit | commitdiff | tree | snapshot |
|