aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-live-search.c
Commit message (Expand)AuthorAgeFilesLines
* live-search: handle the 'Menu' key as a navigation oneGuillaume Desmottes2012-06-041-2/+4
* live-search: don't forward shift keysGuillaume Desmottes2012-04-201-0/+8
* use g_unichar_fully_decompose instead of g_unicode_canonical_decompositionGuillaume Desmottes2011-10-251-8/+1
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-3/+2
* live-search: export few more functionsGuillaume Desmottes2011-05-311-8/+15
* Stop live search when main window gets hiddenXavier Claessens2011-05-261-3/+8
* live-search: fix keyboard navigation using Space (#632787)Guillaume Desmottes2011-05-201-5/+7
* live-search:fix keyboard navigation using PageUp/PageDown (#632787)Guillaume Desmottes2011-05-201-4/+7
* live-search: fix keyboard navigation using Home/End (#632787)Guillaume Desmottes2011-05-201-0/+18
* factor out fire_key_navigation_sig()Guillaume Desmottes2011-05-201-3/+11
* LiveSearch: we don't want to emit keynav signal on left/right since those are...Xavier Claessens2011-05-201-2/+1
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-041-7/+7
* Stop using GtkObject (#630685)Matthias Clasen2010-10-041-2/+2
* live-search: fix typoGuillaume Desmottes2010-08-191-1/+1
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+24
* Group all matching functions togetherXavier Claessens2010-07-301-69/+69
* Simplify code: Avoid nested loopsXavier Claessens2010-07-301-61/+63
* Make livesearch work if accentued letters are pre-decomposedXavier Claessens2010-07-301-6/+6
* Make EmpathyLiveSearch's match algo smarter with wordsXavier Claessens2010-07-301-27/+74
* added return value for the keynav signalFelix Kaser2010-07-291-5/+7
* changed the type of keynav signalFelix Kaser2010-07-291-2/+2
* enable keynavigation during search in contact-listFelix Kaser2010-07-291-4/+24
* dont catch key up and down from the treeviewFelix Kaser2010-07-291-0/+5
* fixed a critical when quiting while searchingFelix Kaser2010-07-291-1/+1
* Add "activate" signal on EmpathyLiveSearchXavier Claessens2010-06-211-0/+25
* Fix authors and copyright of EmpathyLiveSearchXavier Claessens2010-06-141-0/+3
* Show/Hide the live search before refilteringXavier Claessens2010-06-091-5/+5
* Add EmpathyLiveSearch widgetFelix Kaser2010-06-081-0/+559