deb_libcec.git
2012-03-04  Lars Op den... os-x: don't add 0.5 before dividing in GetTimeMs()
2012-03-03  Bob van Loosenfixed: compile
2012-03-03  Bob van Loosenfixed: struct timespec now values weren't set correctly...
2012-03-03  Lars Op den... os-x: fixed GetTimeMs() on OS-X (hopefully). credits...
2012-03-03  Lars Op den... Merge pull request #27 from Fneufneu/master
2012-03-03  Lars Op den... updated changelog and bumped version numbers for v1.5.2
2012-03-03  Lars Op den... win32: removed StdString::Trim() call in cec-config...
2012-03-03  Lars Op den... cec: default to firmware version 1 after 3 tries. some...
2012-03-01  Lars Op den... added 'libtool' to the prereq's for linux
2012-02-29  Lars Op den... fix OS-X compilation
2012-02-29  Lars Op den... changelog cosmetics
2012-02-29  Lars Op den... cec: fix linux compilation after the last commit
2012-02-28  Lars Op den... cec: fix access violation when starting the bootloader...
2012-02-28  Lars Op den... added changelog for v1.5.1
2012-02-28  Lars Op den... cec: check the adapter ping and firmware before startin...
2012-02-28  Lars Op den... cec: use the correct Sleep() method in CCECProcessor...
2012-02-28  Fneufneucosmetic replace tab by space
2012-02-28  Lars Op den... cec-config-gui: added support for the new 'send inactiv...
2012-02-28  Lars Op den... LibCecSharp: implemented support for the new 'send...
2012-02-28  Lars Op den... LibCecSharp: recreate the delegates properly when ...
2012-02-28  Lars Op den... LibCecSharp: more cosmetics
2012-02-28  Lars Op den... cec-config-gui: set cbPortNumber enabled when the physi...
2012-02-28  Lars Op den... cec-config-gui: cosmetics
2012-02-28  Lars Op den... cec-config-gui: fix 'enabled' status of cbPortNumber...
2012-02-27  Lars Op den... cec: just dlclose()/FreeLibrary() after starting the...
2012-02-27  Lars Op den... cec: added a command to the interface to start the...
2012-02-27  Lars Op den... cec: added an 'send inactive source' option to libcec_c...
2012-02-27  Lars Op den... cec: ensure that the connection is really closed before...
2012-02-27  Lars Op den... cec: don't wait for the full timeout to pass in CCECPro...
2012-02-27  Lars Op den... cec: fix configuration updates from libCEC. bugzid...
2012-02-27  Lars Op den... cec: set the server version in the LibCEC's constructor...
2012-02-27  FneufneuInitial FreeBSD support
2012-02-27  Lars Op den... platform: use gettimeofday() on darwin in GetAbsTime...
2012-02-27  Lars Op den... cec: don't send an updated configuration back when...
2012-02-27  Lars Op den... cec: don't send an updated configuration when libCEC...
2012-02-27  Lars Op den... cec: don't try to transmit when the processor is being...
2012-02-26  Lars Op den... cosmetics
2012-02-26  Lars Op den... cec: also add commands to unsupported features when...
2012-02-26  Lars Op den... cec: link to rt. fixes compilation after c4609291c334e2...
2012-02-26  Lars Op den... cec: and now correct
2012-02-26  Lars Op den... cec: fixed return value of CUSBCECAdapterCommunication...
2012-02-26  Bob van Loosenfixed: the timeout value of pthread_cond_timedwait...
2012-02-26  Bob van Loosenfixed: use CLOCK_MONOTONIC for timing info, since getti...
2012-02-26  Lars Op den... cec: added a timeout to StopThread()
2012-02-26  Lars Op den... cec: don't add data to the input buffer in CUSBCECAdapt...
2012-02-26  Lars Op den... cec: lock in SyncedBuffer
2012-02-25  Lars Op den... cec: fixed invalid forward decl after changing struct...
2012-02-25  Lars Op den... osx compiler was complaining about non-virtual destruct...
2012-02-25  Lars Op den... fixed two more accidental double derefs
2012-02-22  Lars Op den... cec: fixed c+p monster - CRLCommandHandler is for Toshi...
2012-02-21  Lars Op den... platform: fixed accidental double deref. the method...
2012-02-21  Lars Op den... cec: added Toshiba's vendor id, and set the device...
2012-02-21  Lars Op den... win32: moved all the code signing data into support...
2012-02-19  Lars Op den... fixed tabs -> spaces in the changelog
2012-02-19  Lars Op den... cec: also send deck status 0x20 when no active source...
2012-02-19  Lars Op den... cec-config-gui: ask the user whether he wants to try...
2012-02-19  Lars Op den... cec: don't send an updated configuration when the conne...
2012-02-19  Lars Op den... cec-config-gui: make overriding the physical address...
2012-02-19  Lars Op den... updated changelog for 1.5.0
2012-02-18  Lars Op den... cec: fixed crash when replacing handlers - std::map...
2012-02-18  Lars Op den... win32: don't install libcec to the system directory...
2012-02-18  Lars Op den... cec: wait for multiple responses, not just for one...
2012-02-17  Lars Op den... cec: don't keep the mutex locked while opening/closing...
2012-02-17  Lars Op den... cec: fixed compilation warning on win32 (possibly unini...
2012-02-17  Lars Op den... cec: don't transmit in CCECProcessor while keeping...
2012-02-17  Lars Op den... cec: fixed typo in GetStatus()
2012-02-17  Lars Op den... cec: process messages that were received async, or...
2012-02-17  Lars Op den... cec: ensure that the vendor id is requested first when...
2012-02-17  Lars Op den... cec: cleaned up CCECBusDevice::GetStatus()
2012-02-17  Lars Op den... cec: LG devices don't respond to CEC version requests...
2012-02-17  Lars Op den... cec: fixed 'unsupported command' marking in CCECBusDevice
2012-02-17  Lars Op den... cec: fixed - directly process commands that have been...
2012-02-17  Lars Op den... tabs -> spaces
2012-02-17  Lars Op den... platform: fixed return value from CCondition::Wait()
2012-02-16  Lars Op den... cec-config-gui: fixed typo that saved the incorrect...
2012-02-16  Lars Op den... cec: bump version numbers to 1.5, to prepare for the...
2012-02-16  Lars Op den... cec: restore the order in the headers
2012-02-16  Lars Op den... cec: added RescanDevices()/cec_rescan_devices() to...
2012-02-16  Lars Op den... installer: reuse the previous driver installer if it...
2012-02-16  Lars Op den... cec: check whether the port is open, not whether libCEC...
2012-02-16  Lars Op den... cec: ensure that the ackmask is always set to 0 when...
2012-02-16  Lars Op den... cec-config-gui: make the progress bar invisible when...
2012-02-16  Lars Op den... cec: moved the autodetect address api call to libcec_co...
2012-02-16  Lars Op den... cec: removed unneeded client version from the CCECProce...
2012-02-16  Lars Op den... cec-config-gui: added implementations for "wake devices...
2012-02-16  Lars Op den... LibCecSharp: pass correctly formatted logical address...
2012-02-16  Lars Op den... cec: fix active source switches for the standard CEC...
2012-02-16  Lars Op den... cec: don't hold a lock in CCECBusDevice when calling...
2012-02-15  Lars Op den... cec-config-gui: added an update button on the device...
2012-02-15  Lars Op den... cec-config-gui: open the connection in the background...
2012-02-15  Lars Op den... cec-config-gui: no longer showing modal device info...
2012-02-15  Lars Op den... cec-config-gui: don't update the log window all the...
2012-02-15  Lars Op den... cec: added GetPortName() to CUSBCECAdapterCommunication
2012-02-15  Lars Op den... cec: don't lock the mutex when checking for the poll...
2012-02-15  Lars Op den... cec: don't do a full reinit when not needed
2012-02-15  Lars Op den... LibCecSharp: delete the internal callback struct when...
2012-02-15  Lars Op den... cec-config-gui: cosmetics
2012-02-15  Lars Op den... cec-config-gui: read/write the vendor id override setting
2012-02-15  Lars Op den... cec-config-gui: added the new parameters. cleanup round.
2012-02-15  Lars Op den... LibCecSharp: added the new parameters
next