Thu, 12 Jul 2007 02:53:43 +0000 |
Andreas Monitzer |
merge of '10372c98fc2831d20506d1c4e5b94ce39bbe8d1a'
|
Thu, 12 Jul 2007 02:51:30 +0000 |
Andreas Monitzer |
merge of '34c6d2f9e1c14630370e582d136064c340ef8e88'
|
Thu, 12 Jul 2007 02:20:55 +0000 |
Andreas Monitzer |
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
|
Wed, 11 Jul 2007 23:27:12 +0000 |
Andreas Monitzer |
Fixed errors created by merge conflict resolve mistakes.
|
Wed, 11 Jul 2007 22:27:44 +0000 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
|
Thu, 02 Aug 2007 04:12:57 +0000 |
Kevin Stange |
disapproval of revision '391beabbbe9b94205d5c2d9ef073ecff207da387'
|
Sat, 28 Jul 2007 20:21:48 +0000 |
Sadrul Habib Chowdhury |
The promised cleanups.
|
Sat, 28 Jul 2007 11:30:54 +0000 |
Sadrul Habib Chowdhury |
A proof-of-conecpt RSS reader using pygnt.
|
Sat, 28 Jul 2007 11:25:07 +0000 |
Sadrul Habib Chowdhury |
Initialize the gobject in a more appropriate place. And fix an error message.
|
Sat, 28 Jul 2007 11:16:05 +0000 |
Sadrul Habib Chowdhury |
Add some more functions for GntTree. One point to note is that the key
|
Sat, 28 Jul 2007 20:51:56 +0000 |
Ka-Hing Cheung |
fix spacing
|
Sat, 28 Jul 2007 20:46:43 +0000 |
Ka-Hing Cheung |
NEWS
|
Sat, 28 Jul 2007 05:37:02 +0000 |
Sean Egan |
Fixes #1905 'Better solution to 'Idleness Infinite Recursion''
|
Sat, 28 Jul 2007 05:30:19 +0000 |
Sean Egan |
Email notification signals from charkins. Fixes #1324
|
Sat, 28 Jul 2007 05:08:42 +0000 |
Sean Egan |
merge of '3dd9d75f17fcb12e23540b249c7b0503fccdb94c'
|
Sat, 28 Jul 2007 05:06:06 +0000 |
Ka-Hing Cheung |
I don't have NEWS
|
Sat, 28 Jul 2007 04:35:41 +0000 |
Etan Reisner |
Commit a patch by bibliochat to handle an XMPP MUC status code that I pushed
|
Sat, 28 Jul 2007 05:08:08 +0000 |
Sean Egan |
Tooltips in infopanes
|
Sat, 28 Jul 2007 04:27:18 +0000 |
Sean Egan |
ChangeLog and NEWS
|
Sat, 28 Jul 2007 02:37:46 +0000 |
Sean Egan |
Cool! Override GtkTextView's size allocate function in GtkIMHtml to make sure that it stays scrolled to the bottom whenever it's resized. Fixes a major annoyance and possibly #938
|
Fri, 27 Jul 2007 23:55:03 +0000 |
Sean Egan |
I think this might fix #1127
|
Fri, 27 Jul 2007 22:13:17 +0000 |
Sean Egan |
Screenname auto-completion filtering by Leonardo Fernandes, Fixes #519
|
Fri, 27 Jul 2007 17:48:30 +0000 |
Luke Schierer |
merge of '8fd54462a6faac01b88f24dc2970faa9a28c1978'
|
Fri, 27 Jul 2007 16:40:24 +0000 |
Bjrn Voigt |
fixes #2287
|
Fri, 27 Jul 2007 16:36:27 +0000 |
Miu Moldovan |
fixes #2284
|
Fri, 27 Jul 2007 16:34:01 +0000 |
Luke Schierer |
forgot these
|
Fri, 27 Jul 2007 16:33:30 +0000 |
Dmitry Beloglazov |
fixes #2257
|
Fri, 27 Jul 2007 16:26:05 +0000 |
Peter Hjalmarsson |
fixes #2242
|
Fri, 27 Jul 2007 16:45:44 +0000 |
Daniel Atallah |
Fix distcheck.
|
Fri, 27 Jul 2007 16:13:34 +0000 |
Sadrul Habib Chowdhury |
merge of '4f8fceee3836599ee91cd637f42647433a481086'
|
Fri, 27 Jul 2007 16:08:18 +0000 |
Sadrul Habib Chowdhury |
Make the infopane context-menu look more like a buddylist context menu.
|
Fri, 27 Jul 2007 15:46:03 +0000 |
Daniel Atallah |
Make sure we delete all generated files with the mingw clean make target.
|
Fri, 27 Jul 2007 10:48:24 +0000 |
Sadrul Habib Chowdhury |
merge of '004a538ba55a170d9662546cda8d93eb7d64507b'
|
Fri, 27 Jul 2007 10:44:24 +0000 |
Sadrul Habib Chowdhury |
merge of '391beabbbe9b94205d5c2d9ef073ecff207da387'
|
Fri, 27 Jul 2007 08:24:11 +0000 |
Mark Doliner |
Fix a comment typo
|
Fri, 27 Jul 2007 08:22:45 +0000 |
Mark Doliner |
This function wasn't used. I think it was intended for when Adam
|
Fri, 27 Jul 2007 03:47:09 +0000 |
Ka-Hing Cheung |
merge of '48f62c11849f8d3ade036cacace03635cf7985ec'
|
Thu, 26 Jul 2007 15:21:23 +0000 |
Daniel Atallah |
Fix memory leak (also includes an efficiency rearrangement for the xmlnode parsing that has been sitting on my machine for a while).
|
Thu, 26 Jul 2007 05:02:00 +0000 |
Ka-Hing Cheung |
make us forget the password if the user didn't choose save password
|
Fri, 27 Jul 2007 00:33:21 +0000 |
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
|
Fri, 27 Jul 2007 00:05:40 +0000 |
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
|
Wed, 25 Jul 2007 21:42:15 +0000 |
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
|
Fri, 27 Jul 2007 10:44:11 +0000 |
Sadrul Habib Chowdhury |
Fix memory leak by freeing the list returned by gtk_container_get_children.
|
Wed, 25 Jul 2007 21:01:29 +0000 |
Sean Egan |
merge of '7099b827f2d0a6de2abb5d567f444adc1d13fc03'
|
Wed, 25 Jul 2007 21:01:21 +0000 |
Sean Egan |
merge of 'ba1886a94b2131f499b71e5c939807d4df199b08'
|
Wed, 25 Jul 2007 03:54:29 +0000 |
Daniel Atallah |
Prevent some more window titles from being "pidgin.exe" on Windows. Fixes #1767
|
Wed, 25 Jul 2007 03:43:51 +0000 |
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.
|
Wed, 25 Jul 2007 03:04:11 +0000 |
Daniel Atallah |
Add mingw makefile for cap. This isn't being built by default, but allows someone to do so if they want to.
|
Wed, 25 Jul 2007 02:53:33 +0000 |
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.
|
Wed, 25 Jul 2007 00:20:27 +0000 |
Daniel Atallah |
merge of '0a9f44c33377bf72e080a7d3727fe303ba7bc7c3'
|
Tue, 24 Jul 2007 22:10:59 +0000 |
Daniel Atallah |
merge of '5a360221f5a625ed3fc962bdb9f35aecb3d74443'
|
Wed, 25 Jul 2007 20:57:24 +0000 |
Sadrul Habib Chowdhury |
Just show an empty line, instead of bouncing the text down when the user
|
Tue, 24 Jul 2007 21:49:14 +0000 |
Sadrul Habib Chowdhury |
merge of '59e56959de867035d1f66b2c04b5cdc539d18c59'
|
Tue, 24 Jul 2007 21:44:24 +0000 |
Sadrul Habib Chowdhury |
Insert a newline in the tooltip.
|
Tue, 24 Jul 2007 19:39:37 +0000 |
Eric Polino |
propagate from branch 'im.pidgin.pidgin' (head 59e56959de867035d1f66b2c04b5cdc539d18c59)
|
Wed, 25 Jul 2007 19:56:50 +0000 |
Sean Egan |
More perl bindings from Zsombor Welker, fixes #1830
|
Tue, 24 Jul 2007 22:21:55 +0000 |
Sean Egan |
Make eventbox input only in infopane. Thanks fmoo.
|
Tue, 24 Jul 2007 21:36:47 +0000 |
Sean Egan |
Better imhtml auto-growing. Fixes #214
|
Tue, 24 Jul 2007 18:54:07 +0000 |
Mark Doliner |
Hopefully fix a hella sporadic infinite loop bug in ICQ (and maybe AIM).
|
Tue, 24 Jul 2007 17:46:48 +0000 |
Richard Laager |
merge of '3b69fa32b6a696df64942119de06c9896ea686fd'
|
Tue, 24 Jul 2007 06:58:30 +0000 |
Mark Doliner |
merge of '59d4e50c5c3aa15eb6c2f90c182fa455ec83dccb'
|
Tue, 24 Jul 2007 05:53:17 +0000 |
Mark Doliner |
merge of '3c06e81a006adebe420915ad7301ad1e6e82cab8'
|
Tue, 24 Jul 2007 03:52:21 +0000 |
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.
|
Mon, 23 Jul 2007 23:56:01 +0000 |
Sean Egan |
More work on the conversation sizing/positioning stuff. Still nothing IM or chat specific
|
Mon, 23 Jul 2007 20:56:46 +0000 |
Sadrul Habib Chowdhury |
merge of '53b8831e57f625eca0980aca94f04416b32bcd8f'
|
Mon, 23 Jul 2007 20:49:01 +0000 |
Richard Laager |
merge of '53b8831e57f625eca0980aca94f04416b32bcd8f'
|
Mon, 23 Jul 2007 06:06:42 +0000 |
Ka-Hing Cheung |
fix a doc string typo
|
Mon, 23 Jul 2007 04:26:49 +0000 |
Sean Egan |
merge of '4d22d26e21a84d8f6fbb484b3b01e88eff143ca3'
|
Mon, 23 Jul 2007 03:03:20 +0000 |
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.
|
Mon, 23 Jul 2007 02:35:22 +0000 |
Ka-Hing Cheung |
merge of '5e94d4a46251e35e2b640180905fe364b82355e5'
|
Mon, 23 Jul 2007 02:33:41 +0000 |
Ka-Hing Cheung |
purple_request_action doesn't call any callbacks if the user closes the
|
Tue, 24 Jul 2007 06:57:38 +0000 |
Mark Doliner |
Another stab at fixing that signon infinite loop
|
Sun, 22 Jul 2007 22:08:13 +0000 |
Mark Doliner |
I'm hoping this will fix a semi-random and semi-random infinite looping
|
Sun, 22 Jul 2007 18:17:26 +0000 |
Ka-Hing Cheung |
merge of '36ee98cd262baf7d57502c08fc185518ed93532a'
|
Sun, 22 Jul 2007 08:54:12 +0000 |
Mark Doliner |
merge of 'b8d63ebbffba2503d6e449e02a44a2eedcc41d85'
|
Sun, 22 Jul 2007 08:54:03 +0000 |
Mark Doliner |
Get rid of a crash that happens when signing off if you have a chat room
|
Sun, 22 Jul 2007 08:33:49 +0000 |
Mark Doliner |
merge of '88e83a787741462b25953d4b5a1c467575657ad0'
|
Sun, 22 Jul 2007 08:30:12 +0000 |
Mark Doliner |
OscarData->killme isn't used (and hasn't been for a while)
|
Sun, 22 Jul 2007 08:29:48 +0000 |
Mark Doliner |
I don't think this check is needed. If it is then it's because we're
|
Sun, 22 Jul 2007 08:28:55 +0000 |
Mark Doliner |
Move a call to purple_connection_error() from oscar.c to
|
Sun, 22 Jul 2007 08:18:27 +0000 |
Mark Doliner |
Call the AIM_CB_SPECIAL_CONNERR callback from
|
Sun, 22 Jul 2007 08:14:22 +0000 |
Sean Egan |
merge of '504a8cb6756b655e5d3fa457826b95b2c177ce61'
|
Sun, 22 Jul 2007 07:09:33 +0000 |
Mark Doliner |
merge of 'ee06baadf86c44d4707c364c06c874bd9b27ad07'
|
Sun, 22 Jul 2007 07:02:28 +0000 |
Sean Egan |
merge of '221309af37812a6e1ff9b246e304053fb4bb137b'
|
Mon, 23 Jul 2007 04:26:11 +0000 |
Sean Egan |
There\! Take your stupid status icons back\!
|
Sun, 22 Jul 2007 08:14:16 +0000 |
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
|
Sun, 22 Jul 2007 06:45:05 +0000 |
Sean Egan |
Infopane is optional
|
Sun, 22 Jul 2007 01:26:31 +0000 |
Eric Polino |
propagate from branch 'im.pidgin.pidgin' (head 70d2769d4011894129d709021e283a3a47fc67f6)
|
Sun, 22 Jul 2007 06:53:13 +0000 |
Mark Doliner |
Valgrind was showing "Invalid read of size 1" when a string is passed
|
Sun, 22 Jul 2007 00:59:51 +0000 |
Ka-Hing Cheung |
merge of '21c2a204378d0369b8d2b6d7b32b6da45cb1ddb2'
|
Sun, 22 Jul 2007 00:58:25 +0000 |
Ka-Hing Cheung |
re-escapes the entities that was unescaped by purple_markup_strip_html()
|
Sun, 22 Jul 2007 00:08:10 +0000 |
Richard Laager |
merge of '43d9c75fd0df1204f9b64d3ec943927d608eb187'
|
Sun, 22 Jul 2007 00:25:56 +0000 |
Sean Egan |
Fixes Ticket #1707 Crash with invalid UTF-8 status message from other Sametime client
|
Sat, 21 Jul 2007 23:30:59 +0000 |
Sean Egan |
quote e-mail address before sending it to evolution
|
Sat, 21 Jul 2007 23:16:08 +0000 |
Sean Egan |
include 22px app icons in configure.ac
|
Sat, 21 Jul 2007 22:57:12 +0000 |
Sean Egan |
22 pixel application icon. Fixes #1581
|
Sat, 21 Jul 2007 23:08:15 +0000 |
Richard Laager |
merge of '84b3fc6338b95acbafc4cc98335181b0ac4e03be'
|
Sat, 21 Jul 2007 22:20:00 +0000 |
Sean Egan |
Add emblem to infopane. Fixes #79
|
Sat, 21 Jul 2007 20:07:08 +0000 |
Sean Egan |
disapproval of revision 'b2e759e32716160439df9096b33528aa86f1e57e'
|
Sat, 21 Jul 2007 19:50:02 +0000 |
Sean Egan |
Patch #1280 cleans and makes consistant the keybinding behvaiors in the conversation windows
|
Sat, 21 Jul 2007 19:33:10 +0000 |
Sean Egan |
Credit for patch #2216
|
Sat, 21 Jul 2007 19:31:08 +0000 |
Sean Egan |
move STATIC_LINK_LIBS up in link order to ensure its dependencies get included properly. Patch #2216 from IgorVlasenko
|
Mon, 23 Jul 2007 20:54:16 +0000 |
Sadrul Habib Chowdhury |
Add an 'auto-join' checkbox in the 'Add Chat' dialog, thanks to fmoo's
|
Sat, 21 Jul 2007 06:22:15 +0000 |
Sadrul Habib Chowdhury |
Memory leak fix.
|
Sat, 21 Jul 2007 06:15:26 +0000 |
Sadrul Habib Chowdhury |
We don't need dynamic things here.
|
Sat, 21 Jul 2007 05:53:05 +0000 |
Sadrul Habib Chowdhury |
Guard against possible weird crashes.
|
Sat, 21 Jul 2007 05:47:46 +0000 |
Sadrul Habib Chowdhury |
merge of '68531d78c3d980fcba8b12d95053cfc541f7be31'
|
Sat, 21 Jul 2007 05:45:04 +0000 |
Sadrul Habib Chowdhury |
This could have resulted in buffer overflow if the user had 10 or more
|
Sat, 21 Jul 2007 02:17:38 +0000 |
Nathan Walp |
merge of '75fc7005738c7f677caf9b8c6959ec8c1d90778c'
|
Fri, 20 Jul 2007 22:31:27 +0000 |
Daniel Atallah |
Continue to build nullprpl by default on win32, but don't actually install it - we don't want it in the installer.
|
Fri, 20 Jul 2007 22:24:10 +0000 |
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".
|
Fri, 20 Jul 2007 21:49:53 +0000 |
Sadrul Habib Chowdhury |
merge of '2543d569f73fee46d4f4f92b5a5f2245ed4a07db'
|
Fri, 20 Jul 2007 18:38:24 +0000 |
Luke Schierer |
merge of '9b9534d8ba6b75ce9836ce0cd1ed8e086c0f89a0'
|
Fri, 20 Jul 2007 18:11:26 +0000 |
Daniel Atallah |
pidgin_accounts_window_hide() should actually dispose of the window. Fixes #2193.
|
Fri, 20 Jul 2007 16:31:39 +0000 |
Daniel Atallah |
Fix from Will Hawkins to plug some leaks in error cases for the SIMPLE prpl. References #2181.
|
Fri, 20 Jul 2007 18:35:13 +0000 |
Javier Fernndez-Sanguino Pea |
fixes #2147
|
Fri, 20 Jul 2007 18:33:58 +0000 |
Claudio Satriano |
fixes #2156
|
Fri, 20 Jul 2007 18:31:53 +0000 |
Shalom Craimer |
fixes #2163
|
Fri, 20 Jul 2007 18:30:03 +0000 |
Ambrose C. Li |
fixes #2164
|
Fri, 20 Jul 2007 18:27:18 +0000 |
Toni Hermoso |
fixes #2174
|
Fri, 20 Jul 2007 18:22:27 +0000 |
Yngve Spjeld Landro |
fixes #2211
|
Fri, 20 Jul 2007 05:09:46 +0000 |
Kevin Stange |
Merge the two patches from this ticket, fix them, and be sure to install
|
Fri, 20 Jul 2007 21:46:29 +0000 |
Sadrul Habib Chowdhury |
Allow disabling the widget actions on specific widgets. This allows, for
|
Fri, 20 Jul 2007 21:41:05 +0000 |
Sadrul Habib Chowdhury |
Fix a crash Eric found. These parameters were in reverse order.
|
Thu, 19 Jul 2007 21:34:35 +0000 |
Sadrul Habib Chowdhury |
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
|
Thu, 19 Jul 2007 21:11:37 +0000 |
Sadrul Habib Chowdhury |
Patch from Javeed Shaikh to make the search function non-braindamaged.
|
Fri, 20 Jul 2007 02:58:21 +0000 |
Eric Polino |
propagate from branch 'im.pidgin.pidgin' (head e234ff44fe5efd4a34c1fe7d40419300d1748187)
|
Thu, 19 Jul 2007 08:25:57 +0000 |
Sadrul Habib Chowdhury |
merge of '1716933469be8ab48b72ab0259f65b44c4d9b23e'
|
Wed, 18 Jul 2007 06:32:00 +0000 |
Mark Doliner |
This was crashing for me when writing a system message when logging
|
Wed, 18 Jul 2007 06:28:11 +0000 |
Mark Doliner |
Get rid of an unused variable
|
Tue, 17 Jul 2007 17:03:59 +0000 |
Daniel Atallah |
merge of 'c461aa1e202a65745f6b1de51f4bea0016abc463'
|
Thu, 19 Jul 2007 08:25:26 +0000 |
Sadrul Habib Chowdhury |
Allow using custom search functions.
|
Tue, 17 Jul 2007 11:09:03 +0000 |
Sadrul Habib Chowdhury |
Do some work to make pygnt more useful. The dbus-gnt script works fairly
|
Tue, 17 Jul 2007 06:43:05 +0000 |
Richard Laager |
The gtkbuddynote.c file contains translation markers.
|
Mon, 16 Jul 2007 23:59:58 +0000 |
Sadrul Habib Chowdhury |
Do a NULL-check to prevent a crash.
|
Mon, 16 Jul 2007 23:50:41 +0000 |
Sadrul Habib Chowdhury |
merge of '16545633f55b708a351f38a9532d94b0b00eacec'
|
Mon, 16 Jul 2007 21:11:45 +0000 |
Evan Schoenberg |
aim_locate_finduserinfo() can return NUL (particularly if userinfo->sn is NULL), which leads to the crash in AdiumTicket:7346. Handle this possibility rather than crashing.
|
Mon, 16 Jul 2007 21:11:23 +0000 |
Evan Schoenberg |
merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362'
|
Sat, 14 Jul 2007 18:16:51 +0000 |
Evan Schoenberg |
cmd->params[2] could be NULL, or purple_url_decode() could return NULL. Don't pass a potential NULL to strcmp().
|
Mon, 16 Jul 2007 23:47:26 +0000 |
Sadrul Habib Chowdhury |
merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362'
|
Mon, 16 Jul 2007 23:46:23 +0000 |
Sadrul Habib Chowdhury |
Fixes for pygnt generation.
|
Sat, 21 Jul 2007 02:17:34 +0000 |
Nathan Walp |
merge of '3ddd2f07e1ef153cfbf3a4181386d9fc01e7749d'
|
Sat, 21 Jul 2007 02:13:44 +0000 |
Nathan Walp |
disapproval of revision 'a85dc51a1d0ec3a5092ff577a129e4fcec6f212f'
|
Sat, 21 Jul 2007 02:14:58 +0000 |
Nathan Walp |
don't escape this data, as gtk isn't expecting it to be escaped (fixes #1311, aka the O'Connor bug)
|
Sat, 21 Jul 2007 02:10:34 +0000 |
Nathan Walp |
we don't put markup in the row data, so there's no need to escape this (fixes #1311, aka the O'Connor bug)
|
Tue, 17 Jul 2007 17:03:51 +0000 |
Daniel Atallah |
Patch from Mauro Brasil to support Brazilian profiles on Yahoo. Fixes #2091.
|
Sun, 15 Jul 2007 22:09:03 +0000 |
Kevin Stange |
Add :-p (lowercase) which is officially handed by AIM 6.something. Fixes #1590
|
Sun, 15 Jul 2007 12:49:23 +0000 |
Sadrul Habib Chowdhury |
Fix compile warnings that only shows up with -O3. This may have caused
|
Sun, 15 Jul 2007 11:59:48 +0000 |
Sadrul Habib Chowdhury |
Typo fix. This bit of code must be cursed.
|
Sun, 15 Jul 2007 04:57:03 +0000 |
Sadrul Habib Chowdhury |
Allow changing the content of a textview using $EDITOR.
|
Sun, 15 Jul 2007 02:38:09 +0000 |
Sadrul Habib Chowdhury |
Properly set the initial size of widgets.
|
Sun, 15 Jul 2007 02:26:17 +0000 |
John Bailey |
Patch from John Bailey (rekkanoryo) to update the C Howto.
|
Sat, 14 Jul 2007 10:52:31 +0000 |
Sadrul Habib Chowdhury |
Add a missing line-drawing character in the HTML screen-dump.
|
Sat, 14 Jul 2007 03:02:41 +0000 |
Sadrul Habib Chowdhury |
New feature: successful compilation.
|
Sat, 14 Jul 2007 02:15:42 +0000 |
Sadrul Habib Chowdhury |
Allow setting the search column in a tree to use for typeahead searching.
|
Sat, 14 Jul 2007 01:28:24 +0000 |
Richard Nelson |
merge of '2b537584bf70476b4ef78547c5000c361e9b7176'
|
Sat, 14 Jul 2007 01:32:45 +0000 |
Sadrul Habib Chowdhury |
merge of '2e4cdb97f5820f67493a9e7d9189edd4d82dc0cf'
|
Sat, 14 Jul 2007 01:31:44 +0000 |
Sadrul Habib Chowdhury |
Use gobject properties instead of hacks when creating columns in a tree.
|
Sat, 14 Jul 2007 01:23:56 +0000 |
Richard Nelson |
I think this is the intended behaviour
|
Fri, 13 Jul 2007 19:40:39 +0000 |
Daniel Atallah |
Update ChangeLog.win32. Thanks to rlaager for reminding me.
|
Fri, 13 Jul 2007 18:21:45 +0000 |
Daniel Atallah |
merge of '7eae94f1fdfc15019ea342a60df04da01a42a0ea'
|
Fri, 13 Jul 2007 17:06:28 +0000 |
Evan Schoenberg |
merge of '94a9755f88bd06c61bdc7b7bb2222b989e548f90'
|
Fri, 13 Jul 2007 16:50:03 +0000 |
Sadrul Habib Chowdhury |
Allow having a callback after the child process terminates. Use the callback
|
Fri, 13 Jul 2007 16:05:30 +0000 |
Sadrul Habib Chowdhury |
Revert one of the last changes. Always allow drag-drop from the infopane.
|
Fri, 13 Jul 2007 15:24:23 +0000 |
Sadrul Habib Chowdhury |
merge of '2f809d90603821641a30206f53f11a56b9bc62af'
|
Fri, 13 Jul 2007 15:15:12 +0000 |
Sadrul Habib Chowdhury |
Show the 'send to' menu on right click on the infopane.
|
Fri, 13 Jul 2007 18:18:56 +0000 |
Daniel Atallah |
Add win32 LCID lookup mappings for Afrikaans, Indonesian, Kannada, Pashto.
|
Fri, 13 Jul 2007 18:03:45 +0000 |
Daniel Atallah |
Convert portable winpidgin launcher executable to be the same binary as pidgin.exe and determine which behavior to use at runtime. Running "pidgin.exe --portable-mode" or renaming "pidgin.exe" to "pidgin-portable.exe" will cause the portable mode to be used.
|
Fri, 13 Jul 2007 13:57:59 +0000 |
Daniel Atallah |
Make the win32 launcher support "--multiple" as well as %PIDGIN_MULTI_INST%
|
Fri, 13 Jul 2007 16:54:41 +0000 |
Serdar Soytetir |
fixes #2143
|
Fri, 13 Jul 2007 13:39:22 +0000 |
Ambrose C. Li |
fixes #2141
|
Fri, 13 Jul 2007 13:35:16 +0000 |
Miu Moldovan |
updated
|
Fri, 13 Jul 2007 12:31:53 +0000 |
Sadrul Habib Chowdhury |
I changed a string during a string freeze\! Sorry\!
|
Fri, 13 Jul 2007 11:30:08 +0000 |
Sadrul Habib Chowdhury |
Add _get_value for slider.
|
Fri, 13 Jul 2007 10:51:25 +0000 |
Sadrul Habib Chowdhury |
merge of '0adbd7ac0c14d3a1d56a31f03baa87c9af63cbe6'
|
Fri, 13 Jul 2007 02:05:16 +0000 |
Stu Tomlinson |
- Don't hardcode silc header locations, rely on pkg-config for those,
|
Fri, 13 Jul 2007 10:50:43 +0000 |
Sadrul Habib Chowdhury |
I can pretty much swear this worked at some point. I am not sure when this
|
Fri, 13 Jul 2007 01:42:29 +0000 |
Sadrul Habib Chowdhury |
Add utility function to trigger some button when some key is pressed with
|
Fri, 13 Jul 2007 01:30:08 +0000 |
Sadrul Habib Chowdhury |
Changes to the test apps.
|
Fri, 13 Jul 2007 01:27:31 +0000 |
Sadrul Habib Chowdhury |
The app-specific style-reading was wrong. Thanks to wabz for noticing.
|
Fri, 13 Jul 2007 00:37:06 +0000 |
Sadrul Habib Chowdhury |
Update the man about small buttons.
|
Fri, 13 Jul 2007 00:03:15 +0000 |
Sadrul Habib Chowdhury |
merge of '70232e190a2c640678a9ec7142bf9b1a9a2876aa'
|
Thu, 12 Jul 2007 23:57:56 +0000 |
Sadrul Habib Chowdhury |
Allow one-line high buttons. Specify 'small-button = true' under 'general',
|
Thu, 12 Jul 2007 03:19:38 +0000 |
Sadrul Habib Chowdhury |
merge of '171f04bfc8138c0afa445e1d787144c3cdda819e'
|
Thu, 12 Jul 2007 03:17:32 +0000 |
Sadrul Habib Chowdhury |
Crash fixes from Eric Polino.
|
Thu, 12 Jul 2007 22:38:13 +0000 |
Will Thompson |
Oleg Sukhodolsky noticed that the callback function was cast incorrectly in
|
Thu, 12 Jul 2007 20:32:52 +0000 |
Martin Srebotnjak |
fixes #2133
|
Thu, 12 Jul 2007 16:31:17 +0000 |
ric Boumaour |
fixes #2130
|
Thu, 12 Jul 2007 15:47:08 +0000 |
Timo Jyrinki |
fixes #2127
|
Thu, 12 Jul 2007 15:27:05 +0000 |
Bjrn Voigt |
fixes #2126
|
Thu, 12 Jul 2007 15:26:11 +0000 |
Maurcio Collares |
fixes #2125
|
Thu, 12 Jul 2007 15:24:02 +0000 |
Javier Fernndez-Sanguino Pea |
fixes #1803
|
Thu, 12 Jul 2007 12:13:20 +0000 |
Will Thompson |
Fix up writing-im-msg and writing-chat-msg to use a marshaller which treats the
|
Thu, 12 Jul 2007 04:34:02 +0000 |
Richard Laager |
Make the "Browse Logs Folder" button open the folder containing the log
|
Thu, 12 Jul 2007 03:41:37 +0000 |
Richard Laager |
Apparently we're not supposed to try to expand $datadir or $libdir from inside
|
Thu, 12 Jul 2007 03:35:10 +0000 |
Andreas Monitzer |
Per request of rlaager, propagated my xhtml-creator fixes to the main branch. This adds two things: proper <img>-handling and appending URLs to the plain text version like this: <http://www.example.com>.
|
Thu, 12 Jul 2007 00:50:30 +0000 |
Daniel Atallah |
Only display the "detailed" email notifications for gtalk if we really have all the details to show. Fixes #1813.
|
Thu, 12 Jul 2007 00:49:04 +0000 |
Daniel Atallah |
Various leak fixes.
|
Wed, 11 Jul 2007 23:17:22 +0000 |
Richard Nelson |
Chats aren't shown if their account is offline, so a group of offline chats shouldn't be either
|
Wed, 11 Jul 2007 20:35:48 +0000 |
Daniel Atallah |
Fix Swedish translation to not include "Gaim" in a current translated string (there are several unused strings that still contain "Gaim", but that is a different issue). Thanks to Fredrik Duprez for noticing and supplying the fix. Fixes #1930.
|
Wed, 11 Jul 2007 19:27:39 +0000 |
Sadrul Habib Chowdhury |
Return the complete paths of the child prefs.
|
Wed, 11 Jul 2007 18:57:46 +0000 |
Sadrul Habib Chowdhury |
merge of 'b659e4319ac48c0a72be9f116d4bd41477552998'
|
Wed, 11 Jul 2007 18:24:11 +0000 |
Jovan Naumovski |
fixes #1772
|
Wed, 11 Jul 2007 18:08:34 +0000 |
Maurcio Collares |
fixes #1670
|
Wed, 11 Jul 2007 18:05:18 +0000 |
Bjrn Voigt |
fixes #1696
|
Wed, 11 Jul 2007 18:03:44 +0000 |
Martin Srebotnjak |
fixes #1709
|
Wed, 11 Jul 2007 18:01:41 +0000 |
Shalom Craimer |
fixes #1766
|
Wed, 11 Jul 2007 17:56:39 +0000 |
Yngve Spjeld Landro |
fixes #1814
|
Wed, 11 Jul 2007 17:51:38 +0000 |
Takashi Aihana |
fixes #1983
|
Wed, 11 Jul 2007 17:33:10 +0000 |
Luke Schierer |
merge of 'ec81d16b090372b4c6f5a7f2580334a0a2f226d9'
|
Wed, 11 Jul 2007 17:32:24 +0000 |
Mar Castro |
fixes #2005
|
Wed, 11 Jul 2007 18:37:54 +0000 |
Sadrul Habib Chowdhury |
Add purple_prefs_get_children_names in purple. And update Changelog.API
|
Wed, 11 Jul 2007 17:45:41 +0000 |
Sadrul Habib Chowdhury |
merge of '872f027c46dce251e1ce50a76817a0d7c609147d'
|
Wed, 11 Jul 2007 16:48:54 +0000 |
Richard Laager |
Fix a typo in the British English translation.
|
Mon, 16 Jul 2007 20:18:48 +0000 |
Eric Polino |
disapproval of revision '872f027c46dce251e1ce50a76817a0d7c609147d'
|
Wed, 11 Jul 2007 17:45:09 +0000 |
Sadrul Habib Chowdhury |
Silent sound for finch. The audible stuff will get in in a later release.
|
Tue, 10 Jul 2007 08:58:23 +0000 |
Sadrul Habib Chowdhury |
merge of '1bc2ea23969174b3ad8cb5bebc864bc222d2d5ea'
|
Tue, 10 Jul 2007 06:19:09 +0000 |
Mark Doliner |
Return 0 to silence the following warning
|
Tue, 10 Jul 2007 05:56:23 +0000 |
Mark Doliner |
I think Sean accidentally committed changes to this file that try
|
Tue, 10 Jul 2007 05:42:51 +0000 |
Mark Doliner |
merge of '3f89d563ddd1dda17f6a4f733ebe660614130ef4'
|
Tue, 10 Jul 2007 05:42:49 +0000 |
Mark Doliner |
merge of '039acbe69fd4ab8680c82186bcbd98185aa10460'
|
Tue, 10 Jul 2007 03:25:56 +0000 |
Sean Egan |
add new emoticons
|
Tue, 10 Jul 2007 03:23:39 +0000 |
Sean Egan |
icon updates from hylke
|
Mon, 09 Jul 2007 04:25:15 +0000 |
Sean Egan |
Old infopane cleanup I had laying around.
|
Mon, 09 Jul 2007 04:24:41 +0000 |
Sean Egan |
Patch from nix_nix, adds 'get prpl name from account menu' API
|
Mon, 09 Jul 2007 22:00:55 +0000 |
Daniel Atallah |
Preselect the Desktop and Startmenu shortcuts in the installer based on the previous installation (if there is one). Fixes #1620.
|
Mon, 09 Jul 2007 12:13:38 +0000 |
Will Thompson |
merge of 'b0ec0f2d37460f78a06935a7f1d5a57f897c916f'
|
Mon, 09 Jul 2007 02:01:25 +0000 |
Daniel Atallah |
Fix transparency not being applied when showing a hidden conversation.
|
Sun, 08 Jul 2007 21:23:43 +0000 |
Daniel Atallah |
Give Windows users the option of having new conversation windows created minimized. Hopefully this will stop the incessant crying about this. Fixes #664.
|
Sun, 08 Jul 2007 19:59:13 +0000 |
Daniel Atallah |
Patch from Jason Conti to enable `make -f Makefile.mingw docs` on the windows build. Fixes #1801.
|
Sun, 08 Jul 2007 19:58:31 +0000 |
Daniel Atallah |
merge of '38c2cb0e7952750e5835eb5b97b9bdd3dcb84f60'
|
Sun, 08 Jul 2007 17:23:52 +0000 |
Nathan Walp |
merge of '1b406aff23973a5da66ee2089806942437075a48'
|
Tue, 03 Jul 2007 12:12:33 +0000 |
Nathan Walp |
merge of '54ca7908e9d5ca615490f92be7a4be6bdf9d9baa'
|
Tue, 10 Jul 2007 08:54:18 +0000 |
Sadrul Habib Chowdhury |
Some extra checks to avoid weird crashes.
|
Sat, 07 Jul 2007 10:54:38 +0000 |
Sadrul Habib Chowdhury |
If debug is enabled using the -d argument, then do not suppress the outputs
|
Sun, 08 Jul 2007 17:53:14 +0000 |
Daniel Atallah |
Fix #1727 and also plug a possible leak and make a little efficiency improvement to the win32 clipboard handling.
|
Sat, 07 Jul 2007 04:03:41 +0000 |
Sadrul Habib Chowdhury |
Do not crash if you delete an account with an open conversation.
|
Sat, 07 Jul 2007 00:30:45 +0000 |
Sadrul Habib Chowdhury |
Since we have the file-selected signal, we might as well emit it.
|
Fri, 06 Jul 2007 21:48:50 +0000 |
Sadrul Habib Chowdhury |
merge of '781654c3edc889471ddc7abfb81476b8ebf9daae'
|
Fri, 06 Jul 2007 21:42:25 +0000 |
Sadrul Habib Chowdhury |
Allow showing right-aligned text trees. Right-align the size in the file
|