| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't leak string. (#132482, Christian Persch) | Matthias Clasen | 2004-01-28 | 1 | -0/+2 |
* | Check if the completion is the same one as the old one. | Anders Carlsson | 2004-01-23 | 1 | -1/+2 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -4/+4 |
* | Fixes #108458. | Kristian Rietveld | 2003-12-19 | 1 | -0/+18 |
* | always resize the popup when it is visible, popdown when there are less | Kristian Rietveld | 2003-11-19 | 1 | -0/+6 |
* | only unselect all items if the treeview has focus. (Fixes bug reported by | Kristian Rietveld | 2003-11-18 | 1 | -1/+2 |
* | add _gtk_entry_completion_resize_popup. | Kristian Rietveld | 2003-11-17 | 1 | -15/+28 |
* | Fix includes. | Kristian Rietveld | 2003-10-23 | 1 | -15/+15 |
* | remove the reset of first_sel_changed, as after the first popup the | Kristian Rietveld | 2003-10-13 | 1 | -2/+0 |
* | the gchar* parameters should be const (pointed out by both Marco Pesenti | Kristian Rietveld | 2003-10-11 | 1 | -4/+4 |
* | Fixes based on comments from Marco Pesenti Gritti. | Kristian Rietveld | 2003-10-11 | 1 | -7/+23 |
* | Add API doc comments. | Kristian Rietveld | 2003-09-30 | 1 | -3/+133 |
* | Landing GtkTreeModelFilter and the completion code. (Test program and | Kristian Rietveld | 2003-07-11 | 1 | -0/+956 |