aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-hinted-entry.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove EHintedEntry.Matthew Barnes2011-10-061-293/+0
| | | | | GtkEntry in GTK+ 3.2 now provides this functionality through the new GtkEntry:placeholder-text property.
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-34/+10
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* remove select-on-focus hack, and replace with new skip-a-parentMichael Meeks2010-08-111-20/+7
| | | | | chaining hack; sub-set this only for when we have a hint visible ie. fix alt-c + type-new-search
* EHintedEntry: Don't select hints on grab_focus().Matthew Barnes2010-06-251-0/+29
|
* Bug 622559 - Changing search option should focus search entryMatthew Barnes2010-06-241-20/+21
|
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-4/+0
|
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
|
* Bug #593896 - Menu > Search > Find now is always enabled (again)Milan Crha2009-12-211-4/+4
|
* Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-191-0/+1
|
* Search bar improvements.Matthew Barnes2009-06-091-0/+298
Split the search entry into a new widget to manage hints (EHintedEntry). Let the search entry expand to use available horizontal space.