aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
Commit message (Expand)AuthorAgeFilesLines
* Corrects memory leaks fro the Outlook address book plugin.Vincent Lucas2013-07-039-234/+220
* Adds management of Outlook contact with multiple identifier. Corrects null po...Vincent Lucas2013-06-2718-1409/+1774
* Removes jdic dependency used for java 1.5 campatibility.Damian Minkov2013-06-111-2/+0
* Corrects STATUS_ACCESS_VIOLATION error, when failing to get the properties of...Vincent Lucas2013-05-292-118/+124
* Corrects CoInitializeEx check for "msoutlookaddrbook", when this function was...Vincent Lucas2013-05-282-2/+4
* Updates classpath in windows and debian to make jitsi-defaults.properties dis...Damian Minkov2013-05-211-0/+1
* Commits work in progress on fixing issues with video capture on Windows.Lyubomir Marinov2013-05-2015-2226/+0
* Corrects getting and setting work postal address without conflicting with the...Vincent Lucas2013-05-151-0/+20
* Corrects unresolved import due to missing static link for MsOutlook plugin.Vincent Lucas2013-05-131-0/+3
* Always uses the COM server to interoperate with Outlook and thus even if JitsiVincent Lucas2013-05-077-249/+187
* Modifies path tried to load the external executable COM server and the typeVincent Lucas2013-05-072-42/+70
* Adds bitness detection for Outlook 2013.Vincent Lucas2013-05-071-0/+1
* Creates a COM service to able Jitsi 32 bits to communicate with MAPI 64 bits ...Vincent Lucas2013-05-0739-2387/+5265
* Fixes mac osx libjunbound and its build script to build the dependent libs s...Damian Minkov2013-04-191-4/+19
* Updates address book native library for MacOsX. Reverts wrong version of nati...Vincent Lucas2013-04-081-3/+2
* Corrects IMAPIProp_GetProps problem with outlook. Adds contact addition and d...Vincent Lucas2013-04-088-2514/+3232
* Sanitizes sysactivitynotifications.dll in order to make it easier to determin...Lyubomir Marinov2013-04-073-443/+270
* Fixes building natives using i386 debian.Damian Minkov2013-04-012-1/+5
* Fix for the global shortcuts on Linux to ignore auto repeat key events when a...Hristo Terezov2013-03-271-6/+33
* Adds "push to talk" functionality. The default shortcut for push to talk is "...Yana Stamcheva2013-03-256-89/+202
* Adds edition for macosx address book contact properties. Avoids concurrent ac...Vincent Lucas2013-03-111-10/+35
* Corrects redundant setting of current directory for jmsoutlookaddrbook.dll. U...Vincent Lucas2013-03-021-29/+9
* Applies patch proposed by Ingo Bauersachs for jmsoutlookaddrbook.dkk to lock ...Vincent Lucas2013-03-0212-149/+384
* New version of the jmsoutlookaddrbook.dll. Corrects wrong cast.Vincent Lucas2013-03-011-2/+2
* Applies patch from Ingo Bauersachs to correct the LocalHostRetriever problem ...Vincent Lucas2013-03-019-825/+926
* Fixes crashes in the Outlook contact integration related to calling conventions.Lyubomir Marinov2013-02-2810-119/+82
* Add calling convention to function pointersIngo Bauersachs2013-02-281-10/+10
* Work in progress to generate jmoutlookaddrbook.dll without linking mapi32.dll.Vincent Lucas2013-02-285-36/+150
* Implements contact details edition and notification for outlook.Vincent Lucas2013-02-277-48/+1001
* Fixes dispatching/saving some addressbook fields. Adds new subcategory to Con...Damian Minkov2013-02-201-0/+1
* Removes some more properties.Damian Minkov2013-02-151-2/+0
* Removes some functions only available in newer macosx versions.Damian Minkov2013-02-141-61/+0
* Implements contact details edit and notification for outside edit of contacts.Damian Minkov2013-02-124-1/+932
* Updates junbound after package update.Damian Minkov2013-01-298-147/+147
* Updates debian build targets, adds deb-src to generate debian source package.Damian Minkov2013-01-171-290/+91
* Fixes an issue of overlapping videos which could cause the local video in a c...Lyubomir Marinov2013-01-1518-2967/+0
* Renames windows launcher name to one using the application name.Damian Minkov2012-11-272-3/+3
* Changes product version and manufacturer of run exe and setup when building w...Damian Minkov2012-11-264-6/+8
* - Fixes multiple crashes in PortAudio.Lyubomir Marinov2012-11-147-1852/+0
* - Prevents a NullPointerException in ice4j's Connector#stop() which appears q...Lyubomir Marinov2012-11-0611-4637/+0
* Adds native error codes and messages to PortAudioException when available and...Damian Minkov2012-10-311-2/+45
* Updates library jni portaudio for Linux-32. Includes stdin.h and corrects war...Vincent Lucas2012-10-301-39/+49
* Updates library jni portaudio for windows.Damian Minkov2012-10-301-3/+7
* Updates library jni portaudio for Linux-64.Vincent Lucas2012-10-301-6/+4
* Improves device selection via portaudio for MacOSX (hostapi coreaudio): adds ...Vincent Lucas2012-10-293-8/+72
* Updates sysactivity handling QUERY_ENDSESSION and ENDSESSION events. Adds bun...Damian Minkov2012-10-052-1/+16
* Fixes a crash after returning from standby in localhostretriever. Reported an...Damian Minkov2012-09-271-10/+16
* Fixes a crash of the Outlook presence, IM and VoIP integration related to a r...Lyubomir Marinov2012-08-202-10/+36
* Fixes a failure to keep the aspect ratio of the video when switching to full ...Lyubomir Marinov2012-07-2424-1625/+0
* Commits work in progress on calling from Microsoft Office with Jitsi to phone...Lyubomir Marinov2012-07-122-89/+135