| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow out-of-order setting of model and active. Patch by Christian Dywan | Matthias Clasen | 2008-12-13 | 1 | -0/+16 |
* | Bug 547449 – Entry/ Combo popup misplaced after resize | Christian Dywan | 2008-09-03 | 1 | -2/+29 |
* | examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c | Michael Natterer | 2008-08-12 | 1 | -13/+13 |
* | gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c | Sven Neumann | 2008-08-11 | 1 | -17/+17 |
* | gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.c | Michael Natterer | 2008-08-06 | 1 | -4/+4 |
* | bail out early if priv->button is NULL to avoid zillions of warnings when | Michael Natterer | 2008-08-05 | 1 | -0/+3 |
* | Bug 382291 – Automatically dim the combobox when the model is empty | Matthias Clasen | 2008-08-04 | 1 | -1/+112 |
* | remove _gtk_binding_signal_new(). | Michael Natterer | 2008-07-21 | 1 | -22/+22 |
* | allocate ComboCellInfo with GSlice. | Michael Natterer | 2008-07-04 | 1 | -5/+5 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 538395 – gtk_combo_box_append_text() on non-compliant model | Michael Natterer | 2008-06-20 | 1 | -0/+10 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -2/+2 |
* | use _gtk_marshal_BOOLEAN__VOID instead of the deprecated | Michael Natterer | 2008-06-16 | 1 | -2/+1 |
* | cast menu's toplevel to GtkWindow when passing to | Michael Natterer | 2008-06-13 | 1 | -2/+2 |
* | Bug 536765 – GtkComboBox should set COMBO type hint for its menu | Matthias Clasen | 2008-06-11 | 1 | -0/+3 |
* | The child is now aware of both the combobox and frame (if has-frame is | Alberto Ruiz | 2008-03-16 | 1 | -22/+28 |
* | Take thickness into account in the size allocation of the child widgets in | Alberto Ruiz | 2008-03-11 | 1 | -0/+6 |
* | Unify the handling of various "Enter" keysyms all over the place. | Matthias Clasen | 2008-02-12 | 1 | -2/+4 |
* | Removed an extra semicolon. (#515219, reported by Kazuki IWAMOTO) | Cody Russell | 2008-02-09 | 1 | -1/+1 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -33/+8 |
* | g_return_if_fail() is the cell is not part of the combo instead of | Michael Natterer | 2008-02-04 | 1 | -0/+1 |
* | Emit the notify::model signal. (#509819, David Zeuthen) | Matthias Clasen | 2008-01-16 | 1 | -1/+4 |
* | remove unused variable. | Michael Natterer | 2008-01-09 | 1 | -1/+1 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -0/+1 |
* | Introduce local priv variables to reduce ->-> | Matthias Clasen | 2007-12-28 | 1 | -587/+618 |
* | Fix the default value of the tearoff-title property | Matthias Clasen | 2007-12-28 | 1 | -4/+8 |
* | When popping up a menu from a treeview cell, use the time and button | Matthias Clasen | 2007-12-25 | 1 | -2/+19 |
* | implement missing get_cells method. (Spotted by Paolo Borelli). | Kristian Rietveld | 2007-09-07 | 1 | -0/+23 |
* | Document the new signals popup, popdown and move-active. | Mikael Hallendal | 2007-08-08 | 1 | -2/+35 |
* | Emit ::changed when removing the active row. (#452056, Paul Pogonyshev) | Matthias Clasen | 2007-07-09 | 1 | -2/+3 |
* | 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/+59 |
* | removed unused and hardly visible GtkFrame from the menu widget hierarchy | Carlos Garnacho | 2007-06-13 | 1 | -32/+10 |
* | add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULL | Michael Natterer | 2007-06-13 | 1 | -1/+1 |
* | revert last change. | Michael Natterer | 2007-05-21 | 1 | -1/+1 |
* | removed redundant check. | Tim Janik | 2007-05-21 | 1 | -1/+1 |
* | Make combobox menu popdown keybindable (#433593) | Carlos Garnacho | 2007-05-18 | 1 | -24/+50 |
* | Destroy the menu in dispose instead of finalize, because the menu might | Armin Burgmeier | 2007-05-02 | 1 | -3/+13 |
* | Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515, | Matthias Clasen | 2007-04-28 | 1 | -1/+1 |
* | Doc improvements | Matthias Clasen | 2007-03-12 | 1 | -48/+49 |
* | Add shadow-type style property, set shadow-type property of GtkEntry | Mathias Hasselmann | 2007-03-08 | 1 | -26/+85 |
* | Set names on the popup widgets to make them themable. (#414975, Benjamin | Matthias Clasen | 2007-03-07 | 1 | -0/+3 |
* | Cleanup the logic in expose event handler. Reviewed by Matthias Clasen, | Xan Lopez | 2007-02-16 | 1 | -11/+6 |
* | remove extra reference that gtkcombobox keeps on priv->popup_widget if | Tim Janik | 2007-02-01 | 1 | -3/+6 |
* | move set_cursor after realization of the popup window, so clamp node | Matthias Clasen | 2007-01-05 | 1 | -4/+8 |
* | Accept NULL. | Matthias Clasen | 2006-12-27 | 1 | -11/+6 |
* | Fix a few problems with nested menus in comboboxes (#386694, Yevgen | Matthias Clasen | 2006-12-27 | 1 | -5/+25 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -20/+4 |
* | Make GtkComboBox in "appears-as-list" mode more closely resemble its Win32 | Dom Lachowicz | 2006-12-15 | 1 | -2/+4 |
* | Undo bogus commit. | Benjamin Berg | 2006-12-14 | 1 | -4/+0 |