summaryrefslogtreecommitdiff
path: root/pidgin/gtkimhtmltoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Kill off many dead assignments and any useless remaining variables.Elliott Sales de Andrade2010-08-231-2/+0
* Compile.Sadrul Habib Chowdhury2010-07-031-7/+7
* Did I mention this is entirely untested? (I don't have GTK+ onPaul Aurich2010-07-031-2/+2
* Add notify::visibilty handlers for the 'lean' GtkIMHtmlToolbar,Paul Aurich2010-07-031-2/+18
* Use a helper variable to (vastly, to me) improve readability.Paul Aurich2010-07-031-5/+6
* Removed some commented-out codeMarcus Lundblad2010-06-071-2/+0
* pidgin: Re-set focus after clicking on the attention button.Marcus Lundblad2010-06-071-0/+1
* Do not trigger the formatting toolbar buttons on right-click.Sadrul Habib Chowdhury2010-06-031-2/+18
* propagate from branch 'im.pidgin.pidgin' (head 4fbd469968ef009ad354bc8b9ead8b...Sadrul Habib Chowdhury2009-11-231-4/+0
|\
| * Remove some dead code.Sadrul Habib Chowdhury2009-11-201-4/+0
* | propagate from branch 'im.pidgin.cpw.attention_ui' (head 2322b6b9fcb7a2f3278f...Marcus Lundblad2009-11-161-0/+69
|\ \
| * | Remove purple_conversation_attention (also let prpl_send_attention handleMarcus Lundblad2009-11-161-3/+0
| * | Temporary workaround to not break ABI, to allow this in for 2.7.0Marcus Lundblad2009-11-161-14/+26
| * | propagate from branch 'im.pidgin.pidgin' (head a2dd00ce03eb55dcad9d4524c36656...Marcus Lundblad2009-09-201-0/+60
| |\ \ | | |/ | |/|
| | * propagate from branch 'im.pidgin.pidgin' (head 993d20e63dabb19d9a2d8c84e2618e...Marcus Lundblad2009-04-221-1/+1
| | |\
| | * \ propagate from branch 'im.pidgin.pidgin' (head 133e5eca834c5d4adad0937da2cb93...Marcus Lundblad2009-03-021-4/+4
| | |\ \
| | * | | Gray out attention toolbar button when creating the toolbar.Marcus Lundblad2008-12-071-0/+2
| | * | | Reset attention toolbar button (for "expanded" toolbar view)Marcus Lundblad2008-10-301-0/+2
| | * | | NULL-check for conversation when updating attention buttonMarcus Lundblad2008-10-291-2/+2
| | * | | Make the "Get Attention" menu item work correctlyMarcus Lundblad2008-10-291-1/+1
| | * | | Removed _ALLOW_ATTENTION from connection flagsMarcus Lundblad2008-10-291-2/+7
| | * | | Added connection flag ALLOW_ATTENTIONMarcus Lundblad2008-10-281-1/+8
| | * | | Added active conversation on GtkIMHtmlToolbarMarcus Lundblad2008-10-271-0/+16
| | * | | Removed unfinished code to send attention from the toolbar, to avoid confusio...Marcus Lundblad2008-10-201-1/+1
| | * | | Adds attention UI to Pidgin (can send attentions using a menu item)Marcus Lundblad2008-10-201-0/+28
* | | | | propagate from branch 'im.pidgin.pidgin' (head c97a80bb45a36d34b5fa20d342db94...John Bailey2009-09-161-25/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | This should pretty much finish off the GTK_CHECK_VERSION calls in Pidgin.John Bailey2009-08-231-25/+0
| | |_|/ | |/| |
* | | | Re-order the ungrouped formatting toolbar buttons to match the order of theEtan Reisner2009-08-151-2/+3
* | | | Fix apply_font to use a PangoFontDescription to get the requested font familyEtan Reisner2009-08-151-10/+18
|/ / /
* | | Oops, I must have been tired. I only replaced the first occurrence of theseElliott Sales de Andrade2009-04-181-1/+1
| |/ |/|
* | Remove trailing whitespaceMark Doliner2009-01-261-4/+4
|/
* Use the correct free() function.Daniel Atallah2008-09-081-1/+1
* Do not disable default smileys with dupliate shortcuts if custom smileysMarcus Lundblad2008-06-091-9/+17
* Prevent a crash when the imhtmltoolbar is disposed and the smiley dialog is o...Daniel Atallah2008-05-271-1/+4
* Put the 'manage' button outside the scrolling area.Sadrul Habib Chowdhury2008-05-161-4/+5
* Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.Sadrul Habib Chowdhury2008-05-111-5/+29
* Separate the custom smileys from the regular smileys, and add a 'Manage'Sadrul Habib Chowdhury2008-05-111-50/+74
* Show some possibly helpful text in the tooltip for disabled smileys.Sadrul Habib Chowdhury2008-05-101-0/+3
* Patch from malu (mlundblad) to disable a regular smiley in the smileySadrul Habib Chowdhury2008-05-101-12/+36
* A leak fix from malu. Thanks!Sadrul Habib Chowdhury2008-05-071-2/+1
* Show the custom smileys only on accounts that support it. ReferencesSadrul Habib Chowdhury2008-05-071-7/+10
* Unref some gdkpixbufs to plug some memory leaks. References #1187.Sadrul Habib Chowdhury2008-05-071-3/+4
* propagate from branch 'im.pidgin.pidgin' (head 3b6d6050c775f91587b88c9533eb97...Sadrul Habib Chowdhury2008-05-071-4/+3
|\
| * Plug a small memory leak in the smiley dialog, and use g_new0/g_freeSadrul Habib Chowdhury2008-05-071-4/+3
* | Apply the custom smiley patches from #1187, from Jorge Villase?o (Masca) andSadrul Habib Chowdhury2008-02-191-0/+39
|/
* Show the grouped items initially. This fixes the issues with the size of the ...Sadrul Habib Chowdhury2008-01-131-0/+1
* Modified patch from Gabriel (Sylar?) Schulof to deprecate PIDGIN_DIALOG. Clos...Sadrul Habib Chowdhury2008-01-021-7/+2
* Make some more event handlers return appropriate gboolean values. This turnsSadrul Habib Chowdhury2007-12-211-4/+8
* Move some curly braces around so static analysis tools can properly detectStu Tomlinson2007-12-181-2/+3
* Patch from DHowett to fix the transposition of background and forebround colorsSean Egan2007-12-171-2/+2