]> Pileus Git - ~andy/gtk/history - gtk/gtkentrycompletion.c
GtkWidget::draw() - Document how to get the dirty region
[~andy/gtk] / gtk / gtkentrycompletion.c
2006-06-19 Matthias ClasenDon't call g_str_has_prefix on a NULL strung. (#344897...
2006-06-16 Matthias ClasenDon't leak match data. (#345107, Christian Weiske)
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-02-10 Matthias ClasenGuard against NULL. (#330177, Raphael Slinckx)
2006-01-30 Matthias ClasenMake sure the tree view is realized, since we grab...
2006-01-10 Matthias ClasenMake this function public API. (#307099, Todd Berman)
2006-01-09 Matthias ClasenPrevent the first row being focused on map. (#137351...
2005-11-07 Matthias ClasenDon't popup the completions if the focus has already...
2005-10-28 Matthias ClasenAdd the popup window to the toplevels window group...
2005-09-27 Matthias ClasenPop below the entry if there's more free space below...
2005-09-13 Matthias ClasenAdd some strings containing multibyte characters.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-07-13 Kristian Rietveldwhen !separator, don't add the focus_line_width to...
2005-06-17 Matthias ClasenResize the popup if necessary. (#308076, Vincent Noel)
2005-05-26 Matthias ClasenAdd a property to suppress the popup for single matches...
2005-04-04 Manish Singhcast combo->priv->entry to GTK_ENTRY()
2005-04-04 Matthias ClasenAllow completion popups to be wider than the entry...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-17 Matthias ClasenMake inline completion insert the prefix at the right...
2005-03-15 Matthias ClasenDocument that inline completion requires text-column...
2005-03-09 Matthias ClasenMore canonical property names.
2005-01-26 Matthias ClasenDon't allow -1 as minimum-key-length. (gtk_entry_comple...
2004-12-16 Matthias ClasenRequire glib 2.6.0 for g_filename_display_basename.
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-11-02 Matthias ClasenRemove a debug printf(). (#157087, Christian Persch)
2004-10-31 Matthias ClasenDon't force the height of the action area, we don't...
2004-10-31 Matthias ClasenUpdate doc comments.
2004-10-26 Anders CarlssonReally handle a NULL model, fixes #137211 for real.
2004-10-26 James M. CapeRework of GtkFileChooserButton, some cleanups. Fixes...
2004-10-08 Matthias ClasenShare the three copies of get_borders() under the name
2004-09-13 Matthias ClasenResize the popup if the model is replaced. (#152333)
2004-09-13 Matthias ClasenImprove positioning of entry completion popup.
2004-09-13 Matthias ClasenImprove positioning of entry completion popup.
2004-08-22 Matthias ClasenFix #150406, reported by Fernando San Martín Woerner...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-02 Matthias ClasenDon't steal the pointer grab from the context menu...
2004-07-30 Matthias ClasenFix the positioning of the popup.
2004-07-19 Matthias ClasenTypo fix.
2004-07-19 Matthias ClasenSupport inline autocompletion in entries (#135953)
2004-07-12 Matthias ClasenWarning fixes.
2004-06-26 Matthias ClasenReflect the last change in the docs.
2004-06-26 Matthias ClasenAllow passing NULL to unset the model. (#137211, patch...
2004-06-06 Matthias ClasenAdd an ignore_enter flag and use it as in the menu...
2004-06-02 Matthias ClasenRename function parameters from index to index_ to...
2004-05-27 Matthias ClasenAdd some docs.
2004-05-27 Matthias ClasenMake GtkEntryCompletion::text_column a property.
2004-05-18 Matthias ClasenRestrict the width of the popup to be no larger than...
2004-05-10 Matthias ClasenSet the entry in the default handler of the ::match...
2004-05-10 Matthias ClasenUse hover selection mode. (#127648, Dave Bordoley)
2004-04-21 Matthias ClasenDon't call gtk_tree_view_scroll_to_cell() on an empty...
2004-04-12 Matthias ClasenTypo fix.
2004-03-17 Matthias ClasenMove the repositioning logic from _gtk_entry_completion...
2004-03-15 Matthias ClasenBlock the ::changed handler during the emission of...
2004-03-15 Matthias ClasenAdd some docs.
2004-03-14 Jonathan Blandfordalways use the match_func, even if text_column is set.
2004-03-10 Matthias ClasenSet the background on the action view cell renderer...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-03 Matthias ClasenDoc update.
2004-03-02 Matthias ClasenAvoid popping up the completions across the edge of...
2004-02-22 Matthias ClasenAdd chains to the parent's ::finalize() handler (#13490...
2004-02-22 Matthias ClasenDon't crash if item is NULL. (#131542, Dan Damian)
2004-01-28 Matthias ClasenDon't leak string. (#132482, Christian Persch)
2004-01-23 Anders CarlssonCheck if the completion is the same one as the old...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-19 Kristian RietveldFixes #108458.
2003-11-19 Kristian Rietveldalways resize the popup when it is visible, popdown...
2003-11-18 Kristian Rietveldonly unselect all items if the treeview has focus....
2003-11-17 Kristian Rietveldadd _gtk_entry_completion_resize_popup.
2003-10-23 Kristian RietveldFix includes.
2003-10-13 Kristian Rietveldremove the reset of first_sel_changed, as after the...
2003-10-11 Kristian Rietveldthe gchar* parameters should be const (pointed out...
2003-10-11 Kristian RietveldFixes based on comments from Marco Pesenti Gritti.
2003-09-30 Kristian RietveldAdd API doc comments.
2003-07-11 Kristian RietveldLanding GtkTreeModelFilter and the completion code...