]> Pileus Git - ~andy/gtk/history - gtk/gtkentrycompletion.c
gtk: remove "gboolean homogeneous" from gtk_box_new()
[~andy/gtk] / gtk / gtkentrycompletion.c
2010-10-31 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-21 Matthias ClasenMake GtkEntry a no-window widget
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-08-22 Javier Jardóngtk/gtkentrycompletion.c: use accessor functions to...
2010-07-19 Javier Jardóngtkentrycompletion: check return value because It can...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse accessor functions to access GtkScrolledWindow
2010-07-13 Javier Jardóngtkentrycompletion: Do not use GET_PRIV() macro all...
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-28 Colin WaltersRevert "Add length to gtk_tree_path_get_indices"
2010-06-28 Colin WaltersAdd length to gtk_tree_path_get_indices
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-22 Matthias ClasenFix signal parameters in GtkEntryCompletion
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-16 Matthias ClasenMore instances of those deprecated functions
2009-06-16 Matthias ClasenDon't use deprecated api internally
2009-06-15 Davyd MadeleyMerge branch 'button-box-orientable-584598'
2009-06-06 Matthias ClasenDon't unselect when resizing
2009-02-28 Matthias ClasenKeep popups on the right screen. Pointed out by Morten...
2009-01-15 Diego Escalante... Don't assume actions and results have equal height
2008-09-17 Matthias ClasenBug 408154 – [PATCH] Change GtkEntryCompletion max...
2008-08-13 Michael Nattererget rid of the deprecated aliases NONE and BOOL.
2008-08-11 Sven Neumanngtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.c
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-12 Michael Nattererlimit the number of displayed items by the actual scree...
2008-06-03 Matthias Clasen Bug 536092 – GtkEntryCompletion's popup window...
2008-03-22 Matthew BarnesNew function implements GtkCellLayoutClass::get_cells...
2008-03-04 Michael Natterergtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycomp...
2008-02-07 Michael Natterergtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk...
2007-10-17 Matthias ClasenUpdate the docs for the ::text-column property. (#35264...
2007-09-08 Matthias ClasenApply a number of patches by Xan Lopez to improve the...
2007-07-19 Matthias ClasenHandle keypresses better when there is no completion...
2007-07-16 Matthias ClasenFix some issues with some combinations of inline-select...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-05-26 Matthias ClasenDocument new api
2007-04-28 Xan LopezUse strstr instead of g_strstr with -1 for length.
2007-04-28 Xan LopezRember the user input that triggered the completion...
2007-04-27 Xan LopezSupport inline-selection in entries (#318459)
2007-03-19 Matthias ClasenEnsure that the prefix is valid UTF-8. (#419568, Nickol...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-01-26 Michael Nattereronly block/unblock completion->priv->insert_text_id...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-10-04 Matthias ClasenFix interaction of GtkEntryCompletion with input method...
2006-08-06 Matthias ClasenExport gtk_entry_reset_im_context privately.
2006-07-21 Michael Nattererremove accidential 2nd parameter to g_object_unref().
2006-07-21 Matthias ClasenDon't leak the action_view. (#348120, Chris Wilson)
2006-07-17 Matthias ClasenFix typos in the docs.
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...
next