aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-search-bar.c
Commit message (Expand)AuthorAgeFilesLines
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-3/+4
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+3
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+2
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-5/+0
* Stop using EmpathyChatViewGuillaume Desmottes2012-07-021-9/+9
* 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 t...Vitaly Minko2011-04-071-0/+42
* 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
* 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 s...Thomas Meire2010-01-211-6/+28
* 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