summaryrefslogtreecommitdiff
path: root/pidgin/gtkwebviewtoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor the remaining pidgin to use the GObject conversation APIAnkit Vani2013-06-291-1/+1
* Rename two functions.Mark Doliner2013-01-221-1/+1
* Fix a regression: don't remove sent images before passing them to prplTomasz Wasilczyk2012-09-191-1/+3
* Remove deprecated gtk_widget_size_request calls.Elliott Sales de Andrade2012-08-161-5/+5
* Uncomment some toolbar smiley stuff.Elliott Sales de Andrade2012-08-161-2/+0
* Use new GtkFontChooser where available.Elliott Sales de Andrade2012-08-161-38/+29
* Re-enable the Smile! window on the GtkWebViewToolbar.Elliott Sales de Andrade2012-08-141-37/+31
* Add method for activating GtkWebViewToolbar items.Elliott Sales de Andrade2012-08-131-0/+85
* Prevent an assert by taking an extra ref on some objects.Elliott Sales de Andrade2012-07-261-4/+4
* Merge from mainline.Elliott Sales de Andrade2012-06-151-486/+354
|\
| * Update the toolbar when the caret moves.Elliott Sales de Andrade2012-06-081-10/+3
| * This focus grab seems to be in the wrong place.Elliott Sales de Andrade2012-06-061-0/+1
| * Fix a widget type.Elliott Sales de Andrade2012-06-051-1/+1
| * Fixup Insert Image functionality.Elliott Sales de Andrade2012-06-051-17/+8
| * Convert the Webview toolbar to a real GtkToolbar with GtkActions.Elliott Sales de Andrade2012-06-051-436/+342
| * Set up the link description from the already selected text.Elliott Sales de Andrade2012-06-031-8/+1
| * Restore "Insert Link" functionality.Elliott Sales de Andrade2012-06-031-8/+1
| * Restore Insert Horizontal Rule functionality.Elliott Sales de Andrade2012-06-031-10/+1
* | propagate from branch 'im.pidgin.pidgin' (head 1edfa83f6ff820fb7904d5bab5b094...Elliott Sales de Andrade2012-02-281-19/+16
|\ \ | |/
| * Having a backcolor and a background seems a bit redundant. And weElliott Sales de Andrade2012-02-271-16/+4
| * WebKit knows the current formatting of the selection better than weElliott Sales de Andrade2012-02-271-5/+14
* | Copy some GTK+3 changes from the imhtml toolbar to the webview toolbar.Elliott Sales de Andrade2012-02-261-25/+47
|/
* Add some GTK+3 compatible updates.Elliott Sales de Andrade2012-01-051-6/+22
* Use pointers in the private struct instead of g_object_[gs]et_data.Elliott Sales de Andrade2012-01-051-25/+30
* Use the toolbar as the userdat to avoid g_object_[gs]et_data.Elliott Sales de Andrade2012-01-051-19/+23
* Move all internal toolbar pointers into a private struct.Elliott Sales de Andrade2012-01-051-145/+227
* Re-arrange things a bit.Elliott Sales de Andrade2012-01-051-79/+93
* Update the signals in the GtkWebViewToolbar.Elliott Sales de Andrade2012-01-051-4/+8
* Add a GtkWebViewToolbar. This is basically a copy of the GtkIMHtmlElliott Sales de Andrade2012-01-041-0/+1627