| Commit message (Expand) | Author | Age | Files | Lines |
* | entrycompletion: Ensure transient_for is set before showing window | Carlos Garnacho | 2015-03-10 | 1 | -11/+6 |
* | GtkEntryCompletion: fix sizing bug with multiple cells | Matt Watson | 2014-12-10 | 1 | -0/+6 |
* | entrycompletion: Remove outdated code | Benjamin Otte | 2014-10-03 | 1 | -15/+0 |
* | GtkEntryCompletion: Treat ::text-column specially | Matthias Clasen | 2014-09-03 | 1 | -2/+2 |
* | entrycompletion: Mark popup window as subsurface on wayland | Carlos Garnacho | 2014-08-26 | 1 | -0/+14 |
* | Adding 'no-matches' signal support to gtkentrycompletion | Saurabh | 2014-06-28 | 1 | -0/+26 |
* | gtk: Don't use GObjectClass.constructor | Jasper St. Pierre | 2014-06-26 | 1 | -18/+7 |
* | GtkEntryCompletion: Use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -8/+12 |
* | Split GtkWindowGroup into its own file | Matthias Clasen | 2014-06-04 | 1 | -0/+1 |
* | gtkentrycompletion: fix a critical warning | Claudio Saavedra | 2014-03-06 | 1 | -0/+3 |
* | Revert "GtkEntryCompletion: call setter for "text-column"" | Matthias Clasen | 2014-03-03 | 1 | -2/+1 |
* | Revert "gtk_entry_completion_set_text_column: reuse old renderer" | Matthias Clasen | 2014-03-03 | 1 | -116/+12 |
* | Revert "GtkEntryCompletion: call cell_area()->clear()" | Matthias Clasen | 2014-03-03 | 1 | -5/+1 |
* | Revert "gtk_entry_completion_get_cells: revert returning NULL" | Matthias Clasen | 2014-03-03 | 1 | -14/+10 |
* | Revert "GtkEntryCompletion: fix warning" | Matthias Clasen | 2014-03-03 | 1 | -1/+1 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -13/+13 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -4/+4 |
* | docs: Use markup for links | William Jon McCann | 2014-02-07 | 1 | -4/+2 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -2/+2 |
* | GtkEntryCompletion: fix warning | Lars Uebernickel | 2013-11-03 | 1 | -1/+1 |
* | gtk_entry_completion_get_cells: revert returning NULL | Lars Uebernickel | 2013-11-03 | 1 | -10/+14 |
* | GtkEntryCompletion: call cell_area()->clear() | Lars Uebernickel | 2013-11-03 | 1 | -1/+5 |
* | gtk_entry_completion_set_text_column: reuse old renderer | Lars Uebernickel | 2013-11-02 | 1 | -12/+116 |
* | GtkEntryCompletion: call setter for "text-column" | Lars Uebernickel | 2013-11-01 | 1 | -1/+2 |
* | all: Add names to timeouts | Bastien Nocera | 2013-10-23 | 1 | -0/+1 |
* | entrycompletion: set the GtkWindow as attached to the GtkEntry | Cosimo Cecchi | 2013-09-25 | 1 | -0/+4 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -5/+2 |
* | entrycompletion: Don't reconnect signals all the time | Benjamin Otte | 2013-03-05 | 1 | -38/+33 |
* | a11y: Set up popup-for relation between entry and completion | Matthias Clasen | 2013-02-03 | 1 | -0/+36 |
* | Fix duplicate columns in filechooser entry completion | Matthias Clasen | 2012-10-17 | 1 | -2/+1 |
* | gtk: Make functions static that don't need to be non-static | Benjamin Otte | 2012-10-02 | 1 | -3/+3 |
* | Move entry completion code where it belongs | Matthias Clasen | 2012-08-31 | 1 | -11/+553 |
* | entry-completion: set size request on the toplevel window | Cosimo Cecchi | 2012-05-04 | 1 | -5/+2 |
* | entry-completion: don't subtract entry borders from popup allocation | Cosimo Cecchi | 2012-05-04 | 1 | -4/+1 |
* | Fix malformed doc comments | Matthias Clasen | 2012-04-12 | 1 | -1/+1 |
* | entrycompletion: set_property() should call property setters | Pavel Holejsovsky | 2012-04-08 | 1 | -6/+12 |
* | Fix for bug 672961 - Custom theme can crash apps with GtkEntryCompletion | Benjamin Otte | 2012-03-27 | 1 | -1/+3 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | entry: change _gtk_entry_get_borders() to return a GtkBorder | Cosimo Cecchi | 2012-01-31 | 1 | -3/+4 |
* | Use the workarea when placing popups | Matthias Clasen | 2011-12-18 | 1 | -3/+1 |
* | entrycompletion: Export gtk_entry_completion_compute_prefix() | Benjamin Otte | 2011-12-16 | 1 | -6/+21 |
* | gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h | Michael Natterer | 2011-10-23 | 1 | -1/+1 |
* | Clean up unneeded includes | Matthias Clasen | 2011-08-28 | 1 | -1/+1 |
* | GtkEntryCompletion: add a sanity check | Matthias Clasen | 2011-05-31 | 1 | -0/+1 |
* | Added documentation to "cell-area" construct-only properties. | Tristan Van Berkom | 2011-02-24 | 1 | -0/+3 |
* | Clarify models vs callbacks in entry completion docs | Matthias Clasen | 2011-01-31 | 1 | -0/+19 |
* | Bandaid fix for icon view subclassing | Matthias Clasen | 2011-01-31 | 1 | -5/+19 |
* | Move GtkEntryCompletion docs inline | Matthias Clasen | 2011-01-04 | 1 | -265/+299 |
* | Move docs for gtkmain inline | Matthias Clasen | 2011-01-04 | 1 | -1/+1 |