aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-search-bar.c
Commit message (Collapse)AuthorAgeFilesLines
* EmpathySearchBar: inherit from a GtkBox instead of a GtkBinGuillaume Desmottes2011-06-211-46/+2
|
* Base the search bar on GtkToolbar instead of GtkHBox in order not to resize ↵Vitaly Minko2011-04-071-0/+42
| | | | the chat window when we activate it (#614319).
* Need to set preferred height of the search bar manually (#634688).Vitaly Minko2010-11-161-0/+16
|
* no more need to implement empathy_search_bar_size_requestGuillaume Desmottes2010-10-041-22/+0
| | | | GtkBin is smarter now and does it for us.
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-041-1/+1
|
* add empathy_search_bar_paste_clipboard()Guillaume Desmottes2010-09-141-0/+7
|
* Capture the escape key on the chat view and search bar, to make it hide the ↵Thomas Meire2010-01-211-6/+28
| | | | search bar
* improve behaviour of match_case callbackThomas Meire2010-01-211-6/+22
|
* add match_case option to find_abilitiesThomas Meire2010-01-211-4/+7
|
* added checkbox callbackThomas Meire2010-01-211-0/+8
|
* added case sensitive search for adium themes (reverted previous commit)Thomas Meire2010-01-211-3/+8
|
* added case sensitive highlighting for adium themesThomas Meire2010-01-211-3/+3
|
* simple toggle button to match the caseThomas Meire2010-01-211-0/+7
|
* remove priv->last_search and factor out empathy_search_bar_searchThomas Meire2010-01-211-47/+40
|
* Add search bar in chat text views (#585168)Thomas Meire2010-01-121-0/+263