summaryrefslogtreecommitdiff
path: root/midori/gtkiconentry.c
Commit message (Expand)AuthorAgeFilesLines
* Require GLib 2.22 it's already an implicit dependencyChristian Dywan2011-10-171-3/+0
* Fix use of priv in GtkIconEntry codeChristian Dywan2010-04-171-4/+4
* Change remaining GET_PRIVATE to priv in GtkIconEntryChristian Dywan2010-03-311-6/+6
* Use priv instead of GET_PRIVATE in GtkIconEntryChristian Dywan2010-03-311-23/+24
* Use the correct theme detail for < GTK+ 2.18 entry progressChristian Dywan2010-02-031-1/+1
* Merge MidoriLocationEntry progress drawing into GtkIconEntryChristian Dywan2010-01-021-0/+320
* Fix a macro typo in the GtkIconEntry implementationChristian Dywan2010-01-011-1/+1
* Use a different method of working around the icon entry bugChristian Dywan2009-07-121-8/+4
* Make sure that the icon entry parent really is a GtkWindowChristian Dywan2009-07-121-1/+2
* Restore the (search) entry focus after changing the iconChristian Dywan2009-07-101-2/+8
* No need to work around GtkIconEntry issue afterallEnrico Tröger2009-04-271-11/+0
* Do not display any icon if there's no news feed availableEnrico Tröger2009-04-271-6/+18
* Use progress and icon GtkEntry features with GTK+ 2.16Christian Dywan2009-04-111-19/+24
* Implement 'full' debug-level and fix according warningsNick Schermer2009-01-091-2/+0
* Don't install icon signals if GtkEntry has them alreadyChristian Dywan2008-12-231-2/+4
* Require Gtk 2.10 and don't treat GIO specially anymoreChristian Dywan2008-10-201-7/+7
* Use HAVE_GIO *everywhere* nowChristian Dywan2008-08-281-7/+7
* Attempt to fix a build issue with GtkIconEntryChristian Dywan2008-07-191-6/+8
* Introduce MidoriLocationEntry and GtkIconEntryDale Whittaker2008-07-171-0/+1601