summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Florian Zeitz [Sat, 8 Aug 2009 20:17:09 +0000 (22:17 +0200)]
Show joins and leaves
Florian Zeitz [Fri, 20 Mar 2009 01:35:43 +0000 (02:35 +0100)]
Improved markup and general updates
* Minor markup improvements
* jquery is now at version 1.3.2
* strophejs submodule updated
Florian Zeitz [Thu, 11 Dec 2008 20:25:19 +0000 (21:25 +0100)]
Replace static strophejs copy with git submodule
Florian Zeitz [Sun, 30 Nov 2008 14:49:08 +0000 (15:49 +0100)]
Fade out Bubbles and handle IQs
* Bubbles now fade out on closing them using the .hide('slow') function
from jQuery
* IQs are now answered (not fullfilling a SHOULD though)
Florian Zeitz [Sun, 30 Nov 2008 04:38:02 +0000 (05:38 +0100)]
Switch to strophejs and jquery
* As jsjac never wanted to work in Opera and was hard to use
switch over to strophejs
* Not sure whether strophejs depends on it, but it's examples all
include it. Seems a nice library, so start using it => effects \o/
Florian Zeitz [Tue, 17 Jun 2008 10:44:01 +0000 (12:44 +0200)]
Switch to JsJaC 1.3.1
Florian Zeitz [Tue, 3 Jun 2008 01:10:20 +0000 (03:10 +0200)]
Support for private messages
This commit adds support for private messages.
Clicking on a roster item opens a "bubble" with which
you can talk to a participant privately.
If a participant sends you a private message such a
bubble is opened too.
Bubbles can be moved and closed.
Moving is known to be problematic in Opera (at least under Linux).
Redrawing seems to be broken.
Florian Zeitz [Tue, 3 Jun 2008 01:08:56 +0000 (03:08 +0200)]
Use english everywhere
Florian Zeitz [Mon, 2 Jun 2008 18:47:59 +0000 (20:47 +0200)]
Make configuration easier
Florian Zeitz [Sun, 1 Jun 2008 20:59:23 +0000 (22:59 +0200)]
Change design
Changes:
* Roster now in top left corner
* Matrixy colors
* black background
* white font
* red participant names
* darkred roster
* green room messages
* Fixed width of entry and send button (as good as possible)
Florian Zeitz [Sun, 1 Jun 2008 14:41:51 +0000 (16:41 +0200)]
Initial commit