| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -1/+1 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+15 |
* | Document new api | Matthias Clasen | 2007-05-26 | 1 | -2/+23 |
* | Use strstr instead of g_strstr with -1 for length. | Xan Lopez | 2007-04-28 | 1 | -1/+1 |
* | Rember the user input that triggered the completion, add API to the | Xan Lopez | 2007-04-28 | 1 | -71/+101 |
* | Support inline-selection in entries (#318459) | Xan Lopez | 2007-04-27 | 1 | -3/+151 |
* | Ensure that the prefix is valid UTF-8. (#419568, Nickolay V. Shmyrev) | Matthias Clasen | 2007-03-19 | 1 | -1/+14 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -4/+2 |
* | only block/unblock completion->priv->insert_text_id if it is actually | Michael Natterer | 2007-01-26 | 1 | -4/+8 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | Fix interaction of GtkEntryCompletion with input methods. (#354495, Diego | Matthias Clasen | 2006-10-04 | 1 | -3/+6 |
* | Export gtk_entry_reset_im_context privately. | Matthias Clasen | 2006-08-06 | 1 | -0/+2 |
* | remove accidential 2nd parameter to g_object_unref(). | Michael Natterer | 2006-07-21 | 1 | -1/+1 |
* | Don't leak the action_view. (#348120, Chris Wilson) | Matthias Clasen | 2006-07-21 | 1 | -13/+17 |
* | Fix typos in the docs. | Matthias Clasen | 2006-07-17 | 1 | -1/+1 |
* | Don't call g_str_has_prefix on a NULL strung. (#344897, Tommi Komulainen) | Matthias Clasen | 2006-06-19 | 1 | -1/+1 |
* | Don't leak match data. (#345107, Christian Weiske) | Matthias Clasen | 2006-06-16 | 1 | -0/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -44/+4 |
* | Guard against NULL. (#330177, Raphael Slinckx) | Matthias Clasen | 2006-02-10 | 1 | -1/+1 |
* | Make sure the tree view is realized, since we grab the focus to it. | Matthias Clasen | 2006-01-30 | 1 | -0/+2 |
* | Make this function public API. (#307099, Todd Berman) | Matthias Clasen | 2006-01-10 | 1 | -1/+1 |
* | Prevent the first row being focused on map. (#137351, Niklas Knutsson) | Matthias Clasen | 2006-01-09 | 1 | -0/+7 |
* | Don't popup the completions if the focus has already been moved somewhere | Matthias Clasen | 2005-11-07 | 1 | -0/+3 |
* | Add the popup window to the toplevels window group. (#319912, Christian | Matthias Clasen | 2005-10-28 | 1 | -0/+6 |
* | Pop below the entry if there's more free space below the entry than above. | Matthias Clasen | 2005-09-27 | 1 | -1/+2 |
* | Add some strings containing multibyte characters. | Matthias Clasen | 2005-09-13 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+4 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | when !separator, don't add the focus_line_width to width/height (happens | Kristian Rietveld | 2005-07-13 | 1 | -0/+7 |
* | 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 |