summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-search-bar.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione1-3/+4
2013-08-20builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione1-2/+3
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-3/+2
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-1/+1
2013-04-01Use double quotes for all internal headersEmanuele Aina1-1/+1
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-5/+0
2012-07-02Stop using EmpathyChatViewGuillaume Desmottes1-9/+9
2011-06-21EmpathySearchBar: inherit from a GtkBox instead of a GtkBinGuillaume Desmottes1-46/+2
2011-04-07Base the search bar on GtkToolbar instead of GtkHBox in order not to resize t...Vitaly Minko1-0/+42
2010-11-16Need to set preferred height of the search bar manually (#634688).Vitaly Minko1-0/+16
2010-10-04no more need to implement empathy_search_bar_size_requestGuillaume Desmottes1-22/+0
2010-10-04GDK keys are now GDK_KEY_*Guillaume Desmottes1-1/+1
2010-09-14add empathy_search_bar_paste_clipboard()Guillaume Desmottes1-0/+7
2010-01-21Capture the escape key on the chat view and search bar, to make it hide the s...Thomas Meire1-6/+28
2010-01-21improve behaviour of match_case callbackThomas Meire1-6/+22
2010-01-21add match_case option to find_abilitiesThomas Meire1-4/+7
2010-01-21added checkbox callbackThomas Meire1-0/+8
2010-01-21added case sensitive search for adium themes (reverted previous commit)Thomas Meire1-3/+8
2010-01-21added case sensitive highlighting for adium themesThomas Meire1-3/+3
2010-01-21simple toggle button to match the caseThomas Meire1-0/+7
2010-01-21remove priv->last_search and factor out empathy_search_bar_searchThomas Meire1-47/+40
2010-01-12Add search bar in chat text views (#585168)Thomas Meire1-0/+263