aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-search-bar.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+2
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-5/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Stop using EmpathyChatViewGuillaume Desmottes2012-07-021-9/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679255
* 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