deb_libcec.git
2013-12-13  Lars Op den... added ActivateSource action to cectray
2013-12-13  Lars Op den... fixed potential crash when SendCommand returns NULL
2013-12-13  Lars Op den... fixed crash when CCECProcessor::Transmit was called...
2013-12-13  Lars Op den... listen to screensaver events in cectray. bugzid: 1375
2013-12-13  Lars Op den... moved class declarations other than the main form below...
2013-12-13  Lars Op den... still locking up when disposing, because the log callba...
2013-12-13  Lars Op den... suppress sending some commands when the tv is not prese...
2013-12-13  Lars Op den... don't lock up on exit in cectray when receiving log...
2013-12-13  Lars Op den... don't crash LibCecSharp when receiving an alert with...
2013-12-13  Lars Op den... display the "tv not responding" warning on top of other...
2013-12-13  Lars Op den... don't crash on exit in cectray by preventing a new...
2013-12-13  Lars Op den... do not wake the system when exiting away mode
2013-12-13  Lars Op den... handle windows away mode in cectray. treated like standby
2013-12-12  Lars Op den... always call the SourceActivated() callback in CCECBusDe...
2013-12-12  Lars Op den... set the vendor id of devices handled by libCEC to our...
2013-12-12  Lars Op den... added our vendor id
2013-12-12  Lars Op den... send our vendor id when the tv sends it's vendor id
2013-12-12  Lars Op den... transmit our physical address when the TV sends it...
2013-12-11  Lars Op den... fixed: panasonic doesn't request the active source...
2013-12-10  Lars Op den... vendor command 06:05 was commented out for panasonic...
2013-12-10  Lars Op den... SL clean up and attempt to fix issue #176
2013-12-09  Lars Op den... try to reconnect in cec-client when the connection...
2013-12-09  Lars Op den... separate mutex for CUSBCECAdapterCommunication::MarkAsW...
2013-12-09  Lars Op den... LG: newer firmwares don't send a second power status...
2013-12-09  Lars Op den... added protection against standby without a notification...
2013-12-09  Lars Op den... suppress mangling warning. credits @warped-rudi. closes...
2013-12-09  Lars Op den... fixed leak on exit in CWaitForResponse::Clear()
2013-12-09  Lars Op den... moved CResponse and CWaitForResponse implementation...
2013-12-09  Lars Op den... build libCEC and cec-client against toolset v100 (VS201...
2013-12-09  Lars Op den... fixed compilation on windows
2013-12-06  Lars Op den... also transmit an active source message as response...
2013-12-06  Lars Op den... respond to vendor command 89:10:01:03 for panasonic...
2013-10-17  Lars Op den... fixed: only send an active source message when receivin...
2013-09-05  Lars Op den... sync win32
2013-09-05  Lars Op den... sharp: check whether the 'auto power on' option is...
2013-06-21  Lars Op den... HandleVendorRemoteButtonUp -> HandleUserControlRelease...
2013-06-20  Lars Op den... Merge pull request #180 from Fneufneu/freebsd
2013-06-19  Lars Op den... silence warning for xx:a0:00:09:b0:00:80:20. bugzid...
2013-06-12  Fneufneu[FreeBSD] update adapter detection
2013-06-12  Fneufneu[FreeBSD] find cec devices with sysctl on dev.umodem...
2013-05-16  Lars Op den... update system audio mode when audio system devices...
2013-05-16  Lars Op den... samsung: respond to vendor command 0x23 sent by samsung...
2013-05-15  Lars Op den... panasonic: silence 'unmapped code' warning. bugzid...
2013-05-14  Lars Op den... fixed comboKeyTimeout=0. closes #168
2013-05-14  Lars Op den... fixed possible crash when the tv does not respond to...
2013-05-14  Lars Op den... cosmetics
2013-05-14  Lars Op den... added vendor id and name 'Harman/Kardon'
2013-05-14  Lars Op den... added vendor id and name 'Marantz'
2013-05-11  Lars Op den... updated changelog
2013-05-11  Lars Op den... Merge pull request #172 from warped-rudi/Pulse-Eight
2013-05-11  Lars Op den... windows: fixed installer (cp -> copy)
2013-05-10  Lars Op den... bump to v2.1.3
2013-05-10  Lars Op den... toshiba: fixed - toshiba handler wasn't initialised...
2013-05-10  Lars Op den... fixed - incorrect active source marking after 88d5d47fe...
2013-05-09  Rudi[TDA995x] avoid callback when already stopped
2013-04-07  Lars Op den... windows: moved project files into separate directories...
2013-04-05  Lars Op den... windows: fix resource files and backwards compat dll...
2013-04-05  Lars Op den... LibCecTray: power management
2013-04-05  Lars Op den... windows: solution cleanup
2013-04-05  Lars Op den... fixed compilation errors
2013-03-18  Lars Op den... split up asyncform
2013-03-18  Lars Op den... converted to vs2012
2013-03-18  Lars Op den... alway log unhandled commands
2013-03-18  Lars Op den... unused warning
2013-03-18  Lars Op den... updated log message for unmapped commands
2013-03-18  Lars Op den... use CCECCommandHandler::RequestEmailFromCustomer in...
2013-03-18  Lars Op den... added CCECCommandHandler::RequestEmailFromCustomer
2013-03-18  Lars Op den... use CCECTypeUtils::ToString(const cec_command& command...
2013-03-18  Lars Op den... added CCECTypeUtils::ToString(const cec_command& command)
2013-03-18  Lars Op den... added operator == for cec_datapacket
2013-03-18  Lars Op den... toshiba: ask users to send an email to support@pulse...
2013-03-18  Lars Op den... toshiba: map top menu and dvd menu buttons. closes...
2013-03-12  Lars Op den... updated .gitignore
2013-03-12  Lars Op den... CecTray: try/catch xml exceptions when reading the...
2013-03-12  Lars Op den... CecSharpClient: use CurrentVersion instead of a hardcod...
2013-03-12  Lars Op den... CecTray: use CurrentVersion instead of a hardcoded...
2013-03-12  Lars Op den... LibCecSharp: added CurrentVersion to the version enum
2013-03-12  Lars Op den... CecTray: display a warning if we can't poll the TV
2013-03-12  Lars Op den... CecTray: display alerts from libCEC
2013-03-12  Lars Op den... LibCecSharp: sync alert types
2013-03-12  Lars Op den... CecTray: don't use lazy loading for the main controller...
2013-03-10  Lars Op den... Merge pull request #145 from warped-rudi/Pulse-Eight
2013-03-10  Rudi[TDA995x] report proper firmware revision
2013-03-08  Lars Op den... compiler warning on linux
2013-03-08  Lars Op den... tabs -> spaces
2013-03-08  Lars Op den... version bump to prepare for release 2.1.1
2013-03-08  Lars Op den... LibCecSharp: fixed 14 char long OSD name (wasn't \0...
2013-03-08  Lars Op den... always poll a device when the status is unknown, and...
2013-03-08  Lars Op den... LibCecSharp: fixed return value of GetActiveDevices...
2013-03-08  Lars Op den... send an alert when the TV does not respond to polls
2013-03-08  Lars Op den... fixed index out of range exception in CECSettingNumeric...
2013-03-08  Lars Op den... ensure that the tray app only initialises once. bugzid...
2013-03-07  Lars Op den... rpi: don't set the physical address to 1.0.0.0 when...
2013-03-07  Lars Op den... fixed - LG didn't switch sources after the TV powered up
2013-03-07  Lars Op den... don't mark a device as inactive when receiving a routin...
2013-03-01  Lars Op den... [osx] fixed - use the correct dylib name in cecloader...
2013-02-28  Lars Op den... libcectray: delegate method might try to access the...
2013-02-28  Lars Op den... Merge pull request #137 from warped-rudi/Pulse-Eight
2013-02-28  warped-rudiChange variable names in TDA995X code path
2013-02-27  Lars Op den... fixed win32 build
next