index
:
~jonny/empathy
butterfly
client-types
ft
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-32
gnome-2-34
gtk-spinner
icons
liszt
master
next
old-client-types
olde-zazl
password-dialog
pidgin-store
sqlite-store
swap-camera
le empathy
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-chat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-05
Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...
Xavier Claessens
1
-8
/
+6
2008-04-30
Make use of tp-glib debug system.
Xavier Claessens
1
-26
/
+18
2008-04-28
Hide contact list when text channel is destroyed.
Xavier Claessens
1
-18
/
+21
2008-04-25
Do not give a struct as a parameter by value. (Alban Crequy).
Xavier Claessens
1
-6
/
+6
2008-04-25
Create contact menu in empathy-contact-menu.h
Xavier Claessens
1
-34
/
+10
2008-04-25
Setup contact submenu in chat window.
Xavier Claessens
1
-0
/
+48
2008-04-25
Simplify input resize
Xavier Claessens
1
-139
/
+29
2008-04-25
Do not create the contact list if it's not displayed.
Xavier Claessens
1
-17
/
+21
2008-04-23
Make sure we don't assume Text channel's handle_type is != NONE.
Xavier Claessens
1
-14
/
+32
2008-04-20
Don't resize the window when a contact list appear if it's already big enough.
Xavier Claessens
1
-9
/
+13
2008-04-20
Rework the way chat window is resized when the contact list appear/disappear....
Xavier Claessens
1
-5
/
+22
2008-04-19
Fix acknoledge of messages
Xavier Claessens
1
-7
/
+5
2008-04-17
Always set urgency hint on p2p chat windows when receiving a message.
Xavier Claessens
1
-0
/
+14
2008-04-14
Fix bug #526145.
Xavier Claessens
1
-0
/
+7
2008-04-14
Show/Hide contact list if we have/haven't a remote_contact.
Xavier Claessens
1
-0
/
+27
2008-04-14
Various fixes for chats
Xavier Claessens
1
-2
/
+57
2008-04-13
Fix disconnection of AccountStatusChanged signal.
Xavier Claessens
1
-4
/
+3
2008-04-11
We can't use *_run_* API from dbus signal cb or method implementation. To avo...
Xavier Claessens
1
-3
/
+3
2008-04-11
Update for new API
Xavier Claessens
1
-3
/
+1
2008-04-02
Fix a warning: don't set the ui sensitive if it's not yet created
Xavier Claessens
1
-3
/
+5
2008-04-02
Add contact list and restructure a bit the code
Xavier Claessens
1
-60
/
+101
2008-04-02
Move create_ui to constructed()
Xavier Claessens
1
-37
/
+45
2008-04-02
Correctly block events
Xavier Claessens
1
-17
/
+17
2008-04-02
Redefine size_request and size_allocation on EmpathyChatClass
Xavier Claessens
1
-5
/
+46
2008-04-02
Fix build errors EmpathyChatWindow, port to new API.
Xavier Claessens
1
-130
/
+18
2008-04-02
Add a tooltip property on EmpathyChat
Xavier Claessens
1
-55
/
+109
2008-04-02
Build UI from glade
Xavier Claessens
1
-16
/
+180
2008-04-02
Rework EmpathyChat's API, it is now a subclass of GtkBin.
Xavier Claessens
1
-326
/
+209
2008-04-02
Fix some coding style and move group chat glade into empathy-chat.glade
Xavier Claessens
1
-26
/
+26
2008-04-02
Add empathy_chat_new and don't use empathy_group/private_* in empathy.c
Xavier Claessens
1
-0
/
+6
2008-04-02
Remove vtable and add info as properties. Reorder empathy-chat.c to not decla...
Xavier Claessens
1
-560
/
+492
2008-03-25
Better detection of backlog to avoid droping messages
Xavier Claessens
1
-28
/
+42
2008-03-13
Move modules that make no sense to be used in other applicaton from libempath...
Xavier Claessens
1
-81
/
+30
2008-03-11
Make sure we don't expect contact id and handle to be directly ready. Add som...
Xavier Claessens
1
-1
/
+1
2008-03-08
Reset block event time to 1sec, messages are not blocked anymore
Xavier Claessens
1
-1
/
+1
2008-03-08
Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now.
Xavier Claessens
1
-23
/
+0
2008-03-08
Queue received messages until the sender got his alias.
Xavier Claessens
1
-7
/
+1
2008-03-08
Reduce block events time, this is still a ugly hack but better fix is too dan...
Xavier Claessens
1
-1
/
+1
2008-03-08
Remember correctly the window position and size when using tabs in the chat w...
Xavier Claessens
1
-2
/
+18
2008-03-02
Update collabora copyright to 2008
Xavier Claessens
1
-1
/
+1
2008-02-16
Wait a bit before displaying pending messages of a chat to have a chance to g...
Xavier Claessens
1
-7
/
+31
2008-02-16
Block events messages when the chat is connecting to a new Text channel. Fixe...
Xavier Claessens
1
-0
/
+26
2008-02-09
Generate marshal.list thanks to gabble black magic.
Xavier Claessens
1
-2
/
+2
2008-02-09
Do not export symbols outside the empathy_ namespace.
Xavier Claessens
1
-1
/
+1
2008-02-09
Mark some private symbols as static
Xavier Claessens
1
-6
/
+6
2008-01-23
Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...
Xavier Claessens
1
-1
/
+1
2007-12-03
Cleanup chat objects API and request a new Text channel if account gets
Xavier Claessens
1
-10
/
+131
2007-12-02
Conflicts:
Xavier Claessens
1
-62
/
+62
2007-11-21
Add nick completion for MUCs. Fixes bug #453418.
Xavier Claessens
1
-10
/
+11
2007-11-11
Move chats to its own process.
Xavier Claessens
1
-3
/
+0
[prev]
[next]