| Commit message (Expand) | Author | Age | Files | Lines |
* | Removes duplication from PopupMessageHandler implementations. | Lyubomir Marinov | 2009-10-25 | 8 | -187/+134 |
* | Updates extending renderers. (Fix of revision: 6177 Makes the contact count i... | Yana Stamcheva | 2009-10-24 | 1 | -3/+15 |
* | Makes the contact count indicator in the contact list fit better the general ... | Yana Stamcheva | 2009-10-24 | 1 | -19/+58 |
* | Fixes javadocs. | Lyubomir Marinov | 2009-10-23 | 2 | -57/+107 |
* | Logs commited by mistake. | Damian Minkov | 2009-10-23 | 1 | -2/+0 |
* | Logs commited by mistake. | Damian Minkov | 2009-10-23 | 1 | -2/+0 |
* | Portaudio binary for windows. | Damian Minkov | 2009-10-23 | 1 | -0/+8 |
* | Issue #704. Native impl for a getLocalHost( destAddr ) method on Windows. Pat... | Damian Minkov | 2009-10-23 | 5 | -8/+496 |
* | Trying to fix linux32 binary, add functions to get device latency. Change in ... | Damian Minkov | 2009-10-22 | 5 | -20/+180 |
* | Removes duplication in order to remove an inconsistent checking of a field fo... | Lyubomir Marinov | 2009-10-20 | 2 | -15/+10 |
* | Commits changes which were meant to be in r6168 (Fixes warnings, mostly). | Lyubomir Marinov | 2009-10-20 | 1 | -5/+6 |
* | Fixes warnings, mostly. | Lyubomir Marinov | 2009-10-20 | 4 | -30/+36 |
* | Speeds up the closing of SIPCommDialog and SIPCommFrame (e.g. the main window... | Lyubomir Marinov | 2009-10-20 | 2 | -49/+58 |
* | In neomedia, creates a MediaDevice implementation specific to audio, adds mut... | Lyubomir Marinov | 2009-10-20 | 14 | -121/+1191 |
* | Fix playing portaudio notifications, remove writer thread in portaudio render... | Damian Minkov | 2009-10-19 | 3 | -103/+43 |
* | Remove a debug print. | Werner Dittmann | 2009-10-18 | 1 | -1/+0 |
* | Downgrade the XMPP "network connection failed" exception from error to info. ... | Werner Dittmann | 2009-10-18 | 2 | -4/+10 |
* | Fix interoperability issue with Zfone3. Set the SSRC at the earliest possible... | Werner Dittmann | 2009-10-18 | 2 | -3/+28 |
* | Uses AbstractProtocolProviderService#addSupportedOperationSet in its extender... | Lyubomir Marinov | 2009-10-17 | 12 | -329/+262 |
* | Prevents NumberFormatException in the cases in which it is clear that it will... | Lyubomir Marinov | 2009-10-17 | 3 | -20/+55 |
* | Fixes a socket-related exception in the MSN protocol implementation which use... | Lyubomir Marinov | 2009-10-17 | 3 | -172/+178 |
* | Delays the starting of a thread in the MSN protocol implementation until it's... | Lyubomir Marinov | 2009-10-17 | 1 | -38/+48 |
* | Adds javadocs. | Lyubomir Marinov | 2009-10-17 | 1 | -2/+14 |
* | As a last resort on non-Mac OS X and non-Windows operating systems, tries to ... | Lyubomir Marinov | 2009-10-17 | 2 | -72/+113 |
* | Fixes issue #647: MalformedURLException in java-jml. | Lyubomir Marinov | 2009-10-16 | 3 | -17/+145 |
* | Remove unneeded commented methods. | Damian Minkov | 2009-10-16 | 1 | -27/+0 |
* | Update configuration form to be displayed correctly and to choose default sys... | Damian Minkov | 2009-10-16 | 6 | -39/+145 |
* | Add getting default input or output device for portaudio. | Damian Minkov | 2009-10-16 | 3 | -0/+46 |
* | Some days ago I've tried to fix incorrect rendering of avatar on Mac OSX by u... | Yana Stamcheva | 2009-10-16 | 4 | -41/+54 |
* | Fixes warnings | Lyubomir Marinov | 2009-10-15 | 4 | -29/+25 |
* | Fix portaudio for Macosx now run on minimum 10.3 and both libraries are stati... | Damian Minkov | 2009-10-15 | 1 | -0/+13 |
* | Commit a file which was supposed to be a part of r6144 but NetBeans failed to... | Lyubomir Marinov | 2009-10-15 | 1 | -89/+54 |
* | Remove other rendering hints and keep only antialiasing rendering hints when ... | Yana Stamcheva | 2009-10-15 | 1 | -2/+0 |
* | Fixes a warning about an unchecked cast. | Lyubomir Marinov | 2009-10-15 | 1 | -0/+2 |
* | Removes default avatar for Facebook because we don't seem to do it for other ... | Lyubomir Marinov | 2009-10-15 | 1 | -25/+6 |
* | - With the invaluable help of Yana Stamcheva, attempts again to make the vert... | Lyubomir Marinov | 2009-10-15 | 4 | -207/+266 |
* | Portaudio for Macosx. | Damian Minkov | 2009-10-15 | 1 | -6/+10 |
* | Activate antialiasing when painting a rounded image. | Yana Stamcheva | 2009-10-14 | 1 | -0/+3 |
* | - Stop the call duration timer when the last peer is removed. | Yana Stamcheva | 2009-10-14 | 2 | -41/+38 |
* | Refreshes the account avatar component if it's already visible and new image ... | Yana Stamcheva | 2009-10-14 | 1 | -6/+9 |
* | Fixes incorrect drawing of account avatar on Mac OSX. | Yana Stamcheva | 2009-10-14 | 2 | -19/+39 |
* | Fixes a problem with automatic scrolling to the last received message when a ... | Yana Stamcheva | 2009-10-14 | 4 | -51/+111 |
* | Fixes warnings. | Lyubomir Marinov | 2009-10-13 | 13 | -76/+65 |
* | Commits the patch of Sebastien Vincent provided on the dev mailing list in an... | Lyubomir Marinov | 2009-10-13 | 44 | -2986/+2949 |
* | Copies the changes of r6128 (Init supported audio formats in portaudio after ... | Lyubomir Marinov | 2009-10-13 | 2 | -4/+2 |
* | Adds javadocs. | Lyubomir Marinov | 2009-10-13 | 7 | -6/+226 |
* | Removes duplicate code by utilizing ResourceManagementServiceUtils.getService(). | Lyubomir Marinov | 2009-10-13 | 1 | -19/+6 |
* | Commits files which were supposed to be in r6129 (Builds a neomedia bundle an... | Lyubomir Marinov | 2009-10-13 | 2 | -0/+488 |
* | Builds a neomedia bundle and provides the initial implementation of .service.... | Lyubomir Marinov | 2009-10-13 | 30 | -131/+5847 |
* | Init supported audio formats in portaudio after the devices are inited and th... | Damian Minkov | 2009-10-12 | 4 | -25/+47 |