2007-07-27 |
Luke Schierer |
forgot these
|
2007-07-27 |
Dmitry Beloglazov |
fixes #2257
|
2007-07-27 |
Peter Hjalmarsson |
fixes #2242
|
2007-07-27 |
Daniel Atallah |
Fix distcheck.
|
2007-07-27 |
Sadrul Habib Chowdhury |
merge of '4f8fceee3836599ee91cd637f42647433a481086'
|
2007-07-27 |
Sadrul Habib Chowdhury |
Make the infopane context-menu look more like a buddylist context menu.
|
2007-07-27 |
Daniel Atallah |
Make sure we delete all generated files with the mingw clean make target.
|
2007-07-27 |
Sadrul Habib Chowdhury |
merge of '004a538ba55a170d9662546cda8d93eb7d64507b'
|
2007-07-27 |
Sadrul Habib Chowdhury |
merge of '391beabbbe9b94205d5c2d9ef073ecff207da387'
|
2007-07-27 |
Mark Doliner |
Fix a comment typo
|
2007-07-27 |
Mark Doliner |
This function wasn't used. I think it was intended for when Adam
|
2007-07-27 |
Ka-Hing Cheung |
merge of '48f62c11849f8d3ade036cacace03635cf7985ec'
|
2007-07-26 |
Daniel Atallah |
Fix memory leak (also includes an efficiency rearrangement for the xmlnode parsing that has been sitting on my machine for a while).
|
2007-07-26 |
Ka-Hing Cheung |
make us forget the password if the user didn't choose save password
|
2007-07-27 |
Sean Egan |
Redraw infopane after setting icons. I'm not sure why I need to do this. I'll look into it later. Fixes #1892
|
2007-07-27 |
Sean Egan |
Fix idle reporting as discussed on devel@. Poll as needed when we're not idle, and poll frequently (once every three seconds) when we are. Fixes #1357
|
2007-07-25 |
Sean Egan |
Remove Chinese characters from QQ smiley theme. GtkIMHtml does not properly handle smileys that use multi-byte characters, causing problems like http://img501.imageshack.us/img501/3457/pidginscreenshotoz2.jpg . That gtkimhtml bug should be fixed on its own, but according to mhuetsch the Chinese characters are just the descriptions and shouldn\'t be included in the file anyway. Fixes #1043 Fixes #1340 Fixes #716
|
2007-07-27 |
Sadrul Habib Chowdhury |
Fix memory leak by freeing the list returned by gtk_container_get_children.
|
2007-07-25 |
Sean Egan |
merge of '7099b827f2d0a6de2abb5d567f444adc1d13fc03'
|
2007-07-25 |
Sean Egan |
merge of 'ba1886a94b2131f499b71e5c939807d4df199b08'
|
2007-07-25 |
Daniel Atallah |
Prevent some more window titles from being "pidgin.exe" on Windows. Fixes #1767
|
2007-07-25 |
Daniel Atallah |
Don't actually send messages using the protocol handlers (open the window and pre-populate the message, but require the user to actually send the message). Fixes #1961.
|
2007-07-25 |
Daniel Atallah |
Add mingw makefile for cap. This isn't being built by default, but allows someone to do so if they want to.
|
2007-07-25 |
Daniel Atallah |
Prevent an invalid PurpleBuddy pointer from being used by cap when a non-saved (e.g. Bonjour) buddy logs off and back on. It looks like the code used to (or was intended to) handle this scenario better. Fixes #1860.
|
2007-07-25 |
Daniel Atallah |
merge of '0a9f44c33377bf72e080a7d3727fe303ba7bc7c3'
|
2007-07-24 |
Daniel Atallah |
merge of '5a360221f5a625ed3fc962bdb9f35aecb3d74443'
|
2007-07-25 |
Sadrul Habib Chowdhury |
Just show an empty line, instead of bouncing the text down when the user
|
2007-07-24 |
Sadrul Habib Chowdhury |
merge of '59e56959de867035d1f66b2c04b5cdc539d18c59'
|
2007-07-24 |
Sadrul Habib Chowdhury |
Insert a newline in the tooltip.
|
2007-07-24 |
Eric Polino |
propagate from branch 'im.pidgin.pidgin' (head 59e56959de867035d1f66b2c04b5cdc539d18c59)
|
2007-07-25 |
Sean Egan |
More perl bindings from Zsombor Welker, fixes #1830
|
2007-07-24 |
Sean Egan |
Make eventbox input only in infopane. Thanks fmoo.
|
2007-07-24 |
Sean Egan |
Better imhtml auto-growing. Fixes #214
|
2007-07-24 |
Mark Doliner |
Hopefully fix a hella sporadic infinite loop bug in ICQ (and maybe AIM).
|
2007-07-24 |
Richard Laager |
merge of '3b69fa32b6a696df64942119de06c9896ea686fd'
|
2007-07-24 |
Mark Doliner |
merge of '59d4e50c5c3aa15eb6c2f90c182fa455ec83dccb'
|
2007-07-24 |
Mark Doliner |
merge of '3c06e81a006adebe420915ad7301ad1e6e82cab8'
|
2007-07-24 |
Daniel Atallah |
Fix core plugin dependency registering for gtkbuddynote to happen in plugin_init() so that it can work correctly. Add an additional sanity check in the core plugin unloading so that messed up dependency registrations don't cause crashes in the future. Thanks to deryni for helping figure this out.
|
2007-07-23 |
Sean Egan |
More work on the conversation sizing/positioning stuff. Still nothing IM or chat specific
|
2007-07-23 |
Sadrul Habib Chowdhury |
merge of '53b8831e57f625eca0980aca94f04416b32bcd8f'
|
2007-07-23 |
Richard Laager |
merge of '53b8831e57f625eca0980aca94f04416b32bcd8f'
|
2007-07-23 |
Ka-Hing Cheung |
fix a doc string typo
|
2007-07-23 |
Sean Egan |
merge of '4d22d26e21a84d8f6fbb484b3b01e88eff143ca3'
|
2007-07-23 |
Daniel Atallah |
gtk_window_set_deletable() is GTK+ >= 2.10.0. References #1947. Also fix a bug where on Windows, the default title is always applied.
|
2007-07-23 |
Ka-Hing Cheung |
merge of '5e94d4a46251e35e2b640180905fe364b82355e5'
|
2007-07-23 |
Ka-Hing Cheung |
purple_request_action doesn't call any callbacks if the user closes the
|
2007-07-24 |
Mark Doliner |
Another stab at fixing that signon infinite loop
|
2007-07-22 |
Mark Doliner |
I'm hoping this will fix a semi-random and semi-random infinite looping
|
2007-07-22 |
Ka-Hing Cheung |
merge of '36ee98cd262baf7d57502c08fc185518ed93532a'
|
2007-07-22 |
Mark Doliner |
merge of 'b8d63ebbffba2503d6e449e02a44a2eedcc41d85'
|
2007-07-22 |
Mark Doliner |
Get rid of a crash that happens when signing off if you have a chat room
|
2007-07-22 |
Mark Doliner |
merge of '88e83a787741462b25953d4b5a1c467575657ad0'
|
2007-07-22 |
Mark Doliner |
OscarData->killme isn't used (and hasn't been for a while)
|
2007-07-22 |
Mark Doliner |
I don't think this check is needed. If it is then it's because we're
|
2007-07-22 |
Mark Doliner |
Move a call to purple_connection_error() from oscar.c to
|
2007-07-22 |
Mark Doliner |
Call the AIM_CB_SPECIAL_CONNERR callback from
|
2007-07-22 |
Sean Egan |
merge of '504a8cb6756b655e5d3fa457826b95b2c177ce61'
|
2007-07-22 |
Mark Doliner |
merge of 'ee06baadf86c44d4707c364c06c874bd9b27ad07'
|
2007-07-22 |
Sean Egan |
merge of '221309af37812a6e1ff9b246e304053fb4bb137b'
|
2007-07-23 |
Sean Egan |
There\! Take your stupid status icons back\!
|
2007-07-22 |
Sean Egan |
revert 'no visible tabs when only one conversation' as it proved unpopular. Made tabs only fill the entire width of the notebook when there's only one tab to avoid http://pidgin.im/~deryni/that_just_looks_dumb.png
|
2007-07-22 |
Sean Egan |
Infopane is optional
|
2007-07-22 |
Eric Polino |
propagate from branch 'im.pidgin.pidgin' (head 70d2769d4011894129d709021e283a3a47fc67f6)
|
2007-07-22 |
Mark Doliner |
Valgrind was showing "Invalid read of size 1" when a string is passed
|
2007-07-22 |
Ka-Hing Cheung |
merge of '21c2a204378d0369b8d2b6d7b32b6da45cb1ddb2'
|
2007-07-22 |
Ka-Hing Cheung |
re-escapes the entities that was unescaped by purple_markup_strip_html()
|
2007-07-22 |
Richard Laager |
merge of '43d9c75fd0df1204f9b64d3ec943927d608eb187'
|
2007-07-22 |
Sean Egan |
Fixes Ticket #1707 Crash with invalid UTF-8 status message from other Sametime client
|
2007-07-21 |
Sean Egan |
quote e-mail address before sending it to evolution
|
2007-07-21 |
Sean Egan |
include 22px app icons in configure.ac
|
2007-07-21 |
Sean Egan |
22 pixel application icon. Fixes #1581
|
2007-07-21 |
Richard Laager |
merge of '84b3fc6338b95acbafc4cc98335181b0ac4e03be'
|
2007-07-21 |
Sean Egan |
Add emblem to infopane. Fixes #79
|
2007-07-21 |
Sean Egan |
disapproval of revision 'b2e759e32716160439df9096b33528aa86f1e57e'
|
2007-07-21 |
Sean Egan |
Patch #1280 cleans and makes consistant the keybinding behvaiors in the conversation windows
|
2007-07-21 |
Sean Egan |
Credit for patch #2216
|
2007-07-21 |
Sean Egan |
move STATIC_LINK_LIBS up in link order to ensure its dependencies get included properly. Patch #2216 from IgorVlasenko
|
2007-07-23 |
Sadrul Habib Chowdhury |
Add an 'auto-join' checkbox in the 'Add Chat' dialog, thanks to fmoo's
|
2007-07-21 |
Sadrul Habib Chowdhury |
Memory leak fix.
|
2007-07-21 |
Sadrul Habib Chowdhury |
We don't need dynamic things here.
|
2007-07-21 |
Sadrul Habib Chowdhury |
Guard against possible weird crashes.
|
2007-07-21 |
Sadrul Habib Chowdhury |
merge of '68531d78c3d980fcba8b12d95053cfc541f7be31'
|
2007-07-21 |
Sadrul Habib Chowdhury |
This could have resulted in buffer overflow if the user had 10 or more
|
2007-07-21 |
Nathan Walp |
merge of '75fc7005738c7f677caf9b8c6959ec8c1d90778c'
|
2007-07-20 |
Daniel Atallah |
Continue to build nullprpl by default on win32, but don't actually install it - we don't want it in the installer.
|
2007-07-20 |
Daniel Atallah |
Bonjour only works on Windows2000 or newer, so we don't need to indirectly access the Net* functions. Avoid doing an unnecessary domain query to find the Domain Controller (which was causing a several second delay at startup). Also, try harder to avoid empty default names and falling back to "Purple Person".
|
2007-07-20 |
Sadrul Habib Chowdhury |
merge of '2543d569f73fee46d4f4f92b5a5f2245ed4a07db'
|
2007-07-20 |
Luke Schierer |
merge of '9b9534d8ba6b75ce9836ce0cd1ed8e086c0f89a0'
|
2007-07-20 |
Daniel Atallah |
pidgin_accounts_window_hide() should actually dispose of the window. Fixes #2193.
|
2007-07-20 |
Daniel Atallah |
Fix from Will Hawkins to plug some leaks in error cases for the SIMPLE prpl. References #2181.
|
2007-07-20 |
Javier Fernández-Sanguino Peña |
fixes #2147
|
2007-07-20 |
Claudio Satriano |
fixes #2156
|
2007-07-20 |
Shalom Craimer |
fixes #2163
|
2007-07-20 |
Ambrose C. Li |
fixes #2164
|
2007-07-20 |
Toni Hermoso |
fixes #2174
|
2007-07-20 |
Yngve Spjeld Landro |
fixes #2211
|