2008-11-02 |
Richard Laager |
kluge pointed out that the segfault message still recommends people IM
|
2008-07-01 |
Evan Schoenberg |
Added "website" and "dev_website" items to the ui_info GHashTable,
|
2008-05-26 |
Richard Laager |
Stu and Ethan think we should ignore SIGHUP. That's fine by me.
|
2008-05-26 |
Richard Laager |
Use purple_core_quit() in the sighandler instead of duplicating part of it.
|
2008-04-28 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5)
|
2008-03-31 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 8ab7bcf180c3d8cc09b9d82060417bcf3fcfff95)
|
2008-03-18 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)
|
2008-03-07 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 6ff3e48f37ce327ca03e8d3394cac62e40b6fe05)
|
2008-03-05 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
|
2008-02-19 |
Sadrul Habib Chowdhury |
Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
|
2008-04-26 |
Will Thompson |
Include dbus-maybe.h rather than conditionally including dbus-server.h
|
2008-04-26 |
Kevin Stange |
Thanks to Andrea Visinoni for pointing out this omission to fix building
|
2008-04-25 |
Sadrul Habib Chowdhury |
Pop up the buddylist of the running instance instead of exiting quietly
|
2008-04-12 |
Will Thompson |
Patch from Jeffery Brown to set the idle uiops on OS X when IOKit is available.
|
2008-03-17 |
Will Thompson |
Revert the dependency on gstreamer-0.10 >= 0.10.10, falling back to the SIGALRM
|
2008-03-16 |
Mark Doliner |
Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
|
2008-03-06 |
Will Thompson |
Tell gstreamer not to fork; remove the SIGCHLD -> SIGALRM hack, which made
|
2008-03-04 |
Stu Tomlinson |
Correct documentation in --help and man page for -l command line option.
|
2008-02-27 |
Daniel Atallah |
Initialize the stock stuff before doing anything else so that stock items used in error messages are ready to be used. Fixes #4917.
|
2008-01-13 |
Richard Laager |
Allow --sync to reach gtk initialization. This is basically the same as
|
2008-01-03 |
Richard Laager |
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
|
2007-12-18 |
Stu Tomlinson |
Ye Olde Compiler complained about this:
|
2007-12-03 |
Daniel Atallah |
Fix #4203 by allowing multiple instances on win32 with the -m flag.
|
2007-11-21 |
Stu Tomlinson |
Log a debug message when exiting as a result of the single instance check
|
2007-11-12 |
Mark Doliner |
Add a lengthy comment about a small problem with our signal handler
|
2007-10-27 |
Stu Tomlinson |
Add a --with-extraversion option to ./configure so packagers can fine tune
|
2007-10-26 |
Ka-Hing Cheung |
Patch from Andrew Gaul to constify a bunch of static variables to reduce
|
2007-10-01 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 4321e1e266d11dddee2cde190828ae5001812367)
|
2007-09-28 |
Richard Laager |
propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 193dd268b0be5ca0a4a8fa0e4188452907114be0)
|
2007-09-28 |
Richard Laager |
propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
|
2007-09-28 |
Richard Laager |
applied changes from 78b2ccce7cd45df860c7b3fffac608362438ac6f
|
2007-09-28 |
Richard Laager |
disapproval of revision 'e0a9937f4922648f15b31862d5b2932b82481db8'
|
2007-09-28 |
Richard Laager |
applied changes from 78b2ccce7cd45df860c7b3fffac608362438ac6f
|
2007-09-19 |
Stu Tomlinson |
Include the version in the segfault message - enough people blindly copy
|
2007-09-17 |
Ethan Blanton |
Accept --display as an argument, to be passed to Gtk+.
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-09-06 |
Kevin Stange |
merge of '906281124efc7c5fcab1d5a7b8066c6a99d7927d'
|
2007-09-03 |
Ka-Hing Cheung |
merge of 'bf68a58b8bbc1d43f4ebe7b94bd47282cb66f26e'
|
2007-09-03 |
Mark Doliner |
I can't get this code to trigger. I think the conversion from
|
2007-09-03 |
Ka-Hing Cheung |
disapproval of revision 'cccc7902a8993aaa6b6ef10c1fb9480763055463'
|
2007-09-03 |
Ka-Hing Cheung |
Fixes #2340, remember size/position separately for more places
|
2007-09-02 |
Sadrul Habib Chowdhury |
disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
|
2007-09-01 |
Sadrul Habib Chowdhury |
Tooltips can be for the buddylist or for conversation windows.
|
2007-08-28 |
Daniel Atallah |
Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.
|
2007-08-07 |
Mark Doliner |
Patch from Gabriel Schulhof to only call g_set_application_name() if
|
2007-07-31 |
Daniel Atallah |
Fix stun to work on startup (this is is a temporary hack until purple_prefs_load() happens in the core). Fixes #2334
|
2007-07-03 |
Nathan Walp |
merge of '54ca7908e9d5ca615490f92be7a4be6bdf9d9baa'
|
2007-07-02 |
Nathan Walp |
UI info for finch and pidgin (finch guys probably want to take a look
|
2007-06-28 |
Gabriel Schulhof |
Move g_set_application_name to a point before the pidgin UI is created
|
2007-06-19 |
Stu Tomlinson |
I believe the great unwashed should be using simpleticket for submitting
|
2007-06-17 |
Stu Tomlinson |
Use g_set_application_name() so unnamed dialogs get given a name, my
|
2007-06-17 |
Sadrul Habib Chowdhury |
1. Show the usage of -m in the help message.
|
2007-06-17 |
Sadrul Habib Chowdhury |
Allow disabling check for single instance.
|
2007-06-16 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)
|
2007-06-16 |
Richard Laager |
Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:
|
2007-06-15 |
Sean Egan |
propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
|
2007-06-16 |
Richard Laager |
disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
|
2007-06-07 |
Richard Laager |
Mark the return type const for the following functions. I noticed this
|
2007-06-02 |
Luke Schierer |
propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)
|
2007-06-13 |
Stu Tomlinson |
Make -l do something slightly more sane than it does now, even though it
|