summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Allow out-of-order setting of model and active. Patch by Christian DywanMatthias Clasen2008-12-131-0/+16
* Bug 547449 – Entry/ Combo popup misplaced after resizeChristian Dywan2008-09-031-2/+29
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-13/+13
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-17/+17
* gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.cMichael Natterer2008-08-061-4/+4
* bail out early if priv->button is NULL to avoid zillions of warnings whenMichael Natterer2008-08-051-0/+3
* Bug 382291 – Automatically dim the combobox when the model is emptyMatthias Clasen2008-08-041-1/+112
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-22/+22
* allocate ComboCellInfo with GSlice.Michael Natterer2008-07-041-5/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 538395 – gtk_combo_box_append_text() on non-compliant modelMichael Natterer2008-06-201-0/+10
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-2/+2
* use _gtk_marshal_BOOLEAN__VOID instead of the deprecatedMichael Natterer2008-06-161-2/+1
* cast menu's toplevel to GtkWindow when passing toMichael Natterer2008-06-131-2/+2
* Bug 536765 – GtkComboBox should set COMBO type hint for its menuMatthias Clasen2008-06-111-0/+3
* The child is now aware of both the combobox and frame (if has-frame isAlberto Ruiz2008-03-161-22/+28
* Take thickness into account in the size allocation of the child widgets inAlberto Ruiz2008-03-111-0/+6
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-2/+4
* Removed an extra semicolon. (#515219, reported by Kazuki IWAMOTO)Cody Russell2008-02-091-1/+1
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-33/+8
* g_return_if_fail() is the cell is not part of the combo instead ofMichael Natterer2008-02-041-0/+1
* Emit the notify::model signal. (#509819, David Zeuthen)Matthias Clasen2008-01-161-1/+4
* remove unused variable.Michael Natterer2008-01-091-1/+1
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* Introduce local priv variables to reduce ->->Matthias Clasen2007-12-281-587/+618
* Fix the default value of the tearoff-title propertyMatthias Clasen2007-12-281-4/+8
* When popping up a menu from a treeview cell, use the time and buttonMatthias Clasen2007-12-251-2/+19
* implement missing get_cells method. (Spotted by Paolo Borelli).Kristian Rietveld2007-09-071-0/+23
* Document the new signals popup, popdown and move-active.Mikael Hallendal2007-08-081-2/+35
* Emit ::changed when removing the active row. (#452056, Paul Pogonyshev)Matthias Clasen2007-07-091-2/+3
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-1/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+59
* removed unused and hardly visible GtkFrame from the menu widget hierarchyCarlos Garnacho2007-06-131-32/+10
* add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULLMichael Natterer2007-06-131-1/+1
* revert last change.Michael Natterer2007-05-211-1/+1
* removed redundant check.Tim Janik2007-05-211-1/+1
* Make combobox menu popdown keybindable (#433593)Carlos Garnacho2007-05-181-24/+50
* Destroy the menu in dispose instead of finalize, because the menu mightArmin Burgmeier2007-05-021-3/+13
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-281-1/+1
* Doc improvementsMatthias Clasen2007-03-121-48/+49
* Add shadow-type style property, set shadow-type property of GtkEntryMathias Hasselmann2007-03-081-26/+85
* Set names on the popup widgets to make them themable. (#414975, BenjaminMatthias Clasen2007-03-071-0/+3
* Cleanup the logic in expose event handler. Reviewed by Matthias Clasen,Xan Lopez2007-02-161-11/+6
* remove extra reference that gtkcombobox keeps on priv->popup_widget ifTim Janik2007-02-011-3/+6
* move set_cursor after realization of the popup window, so clamp nodeMatthias Clasen2007-01-051-4/+8
* Accept NULL.Matthias Clasen2006-12-271-11/+6
* Fix a few problems with nested menus in comboboxes (#386694, YevgenMatthias Clasen2006-12-271-5/+25
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-20/+4
* Make GtkComboBox in "appears-as-list" mode more closely resemble its Win32Dom Lachowicz2006-12-151-2/+4
* Undo bogus commit.Benjamin Berg2006-12-141-4/+0