| Commit message (Expand) | Author | Age | Files | Lines |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -4/+4 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -3/+4 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -3/+8 |
* | gtk/gtkentrycompletion.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -8/+12 |
* | gtkentrycompletion: check return value because It can be non-UTF8 | Javier Jardón | 2010-07-19 | 1 | -7/+11 |
* | Use accessor functions to access GtkScrolledWindow | Javier Jardón | 2010-07-13 | 1 | -1/+2 |
* | gtkentrycompletion: Do not use GET_PRIV() macro all the time | Javier Jardón | 2010-07-13 | 1 | -10/+12 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Revert "Add length to gtk_tree_path_get_indices" | Colin Walters | 2010-06-28 | 1 | -1/+1 |
* | Add length to gtk_tree_path_get_indices | Colin Walters | 2010-06-28 | 1 | -1/+1 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -11/+23 |
* | Fix signal parameters in GtkEntryCompletion | Matthias Clasen | 2010-05-21 | 1 | -23/+28 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -7/+7 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -2/+2 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -1/+1 |
* | More instances of those deprecated functions | Matthias Clasen | 2009-06-16 | 1 | -1/+1 |
* | Don't use deprecated api internally | Matthias Clasen | 2009-06-16 | 1 | -1/+1 |
* | Don't unselect when resizing | Matthias Clasen | 2009-06-05 | 1 | -3/+3 |
* | Keep popups on the right screen. Pointed out by Morten Welinder | Matthias Clasen | 2009-02-28 | 1 | -1/+3 |
* | Don't assume actions and results have equal height | Diego Escalante Urrelo | 2009-01-15 | 1 | -2/+7 |
* | Bug 408154 – [PATCH] Change GtkEntryCompletion max-items to style | Matthias Clasen | 2008-09-17 | 1 | -6/+5 |
* | get rid of the deprecated aliases NONE and BOOL. | Michael Natterer | 2008-08-13 | 1 | -1/+1 |
* | gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.c | Sven Neumann | 2008-08-11 | 1 | -4/+4 |
* | gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c | Sven Neumann | 2008-08-11 | 1 | -10/+11 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | limit the number of displayed items by the actual screen height instead of | Michael Natterer | 2008-06-12 | 1 | -7/+12 |
* | Bug 536092 – GtkEntryCompletion's popup window should set type hint | Matthias Clasen | 2008-06-03 | 1 | -0/+1 |
* | New function implements GtkCellLayoutClass::get_cells. (#523787) | Matthew Barnes | 2008-03-22 | 1 | -0/+12 |
* | gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.c | Michael Natterer | 2008-03-04 | 1 | -1/+0 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -14/+0 |
* | Update the docs for the ::text-column property. (#352643, Josselin | Matthias Clasen | 2007-10-17 | 1 | -0/+1 |
* | Apply a number of patches by Xan Lopez to improve the interaction between | Matthias Clasen | 2007-09-08 | 1 | -6/+0 |
* | Handle keypresses better when there is no completion. (#458298, Christian | Matthias Clasen | 2007-07-19 | 1 | -1/+2 |
* | Fix some issues with some combinations of inline-selection and | Matthias Clasen | 2007-07-16 | 1 | -26/+14 |
* | 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 |