| Commit message (Expand) | Author | Age | Files | Lines |
* | Resize the popup if necessary. (#308076, Vincent Noel) | Matthias Clasen | 2005-06-17 | 1 | -0/+3 |
* | Add a property to suppress the popup for single matches. (#154711) | Matthias Clasen | 2005-05-26 | 1 | -1/+80 |
* | cast combo->priv->entry to GTK_ENTRY() | Manish Singh | 2005-04-04 | 1 | -1/+1 |
* | Allow completion popups to be wider than the entry. (#131916, Ross Burton) | Matthias Clasen | 2005-04-04 | 1 | -2/+80 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -5/+5 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -6/+8 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Make inline completion insert the prefix at the right spot. (#170146, Doug | Matthias Clasen | 2005-03-17 | 1 | -1/+2 |
* | Document that inline completion requires text-column to be set. | Matthias Clasen | 2005-03-15 | 1 | -2/+8 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model): | Matthias Clasen | 2005-01-26 | 1 | -3/+10 |
* | Require glib 2.6.0 for g_filename_display_basename. | Matthias Clasen | 2004-12-16 | 1 | -14/+2 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -3/+3 |
* | Remove a debug printf(). (#157087, Christian Persch) | Matthias Clasen | 2004-11-02 | 1 | -1/+0 |
* | Don't force the height of the action area, we don't scroll it anyway, and | Matthias Clasen | 2004-10-31 | 1 | -10/+4 |
* | Update doc comments. | Matthias Clasen | 2004-10-31 | 1 | -15/+13 |
* | Really handle a NULL model, fixes #137211 for real. | Anders Carlsson | 2004-10-26 | 1 | -1/+15 |
* | Rework of GtkFileChooserButton, some cleanups. Fixes #154388, #154390, | James M. Cape | 2004-10-26 | 1 | -2/+8 |
* | Share the three copies of get_borders() under the name | Matthias Clasen | 2004-10-08 | 1 | -34/+1 |
* | Resize the popup if the model is replaced. (#152333) | Matthias Clasen | 2004-09-13 | 1 | -0/+16 |
* | Improve positioning of entry completion popup. | Matthias Clasen | 2004-09-13 | 1 | -1/+0 |
* | Improve positioning of entry completion popup. | Matthias Clasen | 2004-09-13 | 1 | -2/+0 |
* | Fix #150406, reported by Fernando San MartÃn Woerner, patch by Gustavo | Matthias Clasen | 2004-08-22 | 1 | -0/+3 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Don't steal the pointer grab from the context menu of the entry. (#148686, | Matthias Clasen | 2004-08-02 | 1 | -0/+3 |
* | Fix the positioning of the popup. | Matthias Clasen | 2004-07-30 | 1 | -2/+4 |
* | Typo fix. | Matthias Clasen | 2004-07-19 | 1 | -1/+1 |
* | Support inline autocompletion in entries (#135953) | Matthias Clasen | 2004-07-19 | 1 | -2/+287 |
* | Warning fixes. | Matthias Clasen | 2004-07-12 | 1 | -2/+2 |
* | Reflect the last change in the docs. | Matthias Clasen | 2004-06-26 | 1 | -0/+1 |
* | Allow passing NULL to unset the model. (#137211, patch by Mariano | Matthias Clasen | 2004-06-26 | 1 | -1/+1 |
* | Add an ignore_enter flag and use it as in the menu code to avoid the | Matthias Clasen | 2004-06-06 | 1 | -3/+45 |
* | Rename function parameters from index to index_ to prevent clash with BSD | Matthias Clasen | 2004-06-02 | 1 | -13/+13 |
* | Add some docs. | Matthias Clasen | 2004-05-27 | 1 | -1/+2 |
* | Make GtkEntryCompletion::text_column a property. | Matthias Clasen | 2004-05-27 | 1 | -3/+50 |
* | Restrict the width of the popup to be no larger than the monitor. | Matthias Clasen | 2004-05-18 | 1 | -10/+10 |
* | Set the entry in the default handler of the ::match-selected signal. | Matthias Clasen | 2004-05-10 | 1 | -23/+25 |
* | Use hover selection mode. (#127648, Dave Bordoley) | Matthias Clasen | 2004-05-10 | 1 | -0/+2 |
* | Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. It | Matthias Clasen | 2004-04-21 | 1 | -7/+10 |
* | Typo fix. | Matthias Clasen | 2004-04-12 | 1 | -6/+29 |
* | Move the repositioning logic from _gtk_entry_completion() popup over here. | Matthias Clasen | 2004-03-17 | 1 | -32/+29 |
* | Block the ::changed handler during the emission of ::match-selected. | Matthias Clasen | 2004-03-15 | 1 | -0/+4 |
* | Add some docs. | Matthias Clasen | 2004-03-15 | 1 | -0/+22 |
* | always use the match_func, even if text_column is set. | Jonathan Blandford | 2004-03-14 | 1 | -7/+6 |
* | Set the background on the action view cell renderer here, not in init, so | Matthias Clasen | 2004-03-10 | 1 | -3/+10 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Doc update. | Matthias Clasen | 2004-03-03 | 1 | -1/+3 |
* | Avoid popping up the completions across the edge of the monitor. Part of | Matthias Clasen | 2004-03-02 | 1 | -1/+22 |
* | Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, | Matthias Clasen | 2004-02-22 | 1 | -0/+4 |
* | Don't crash if item is NULL. (#131542, Dan Damian) | Matthias Clasen | 2004-02-22 | 1 | -9/+12 |