summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* [gtk] GtkCellEditable::editing-cancelled should be writableHiroyuki Ikezoe2009-12-191-0/+4
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+4
* Use GtkCellEditable::editing-canceledJavier Jardón2009-12-041-12/+9
* Added editing_canceled property to GtkCellEditableCody Russell2009-10-211-42/+52
* Sensitivity event box should only be toggled if cell view is non-NULLKristian Rietveld2009-09-211-1/+2
* Unbreak GtkComboBox::button-sensitivityKristian Rietveld2009-09-091-0/+9
* Merge branch 'client-side-windows'Alexander Larsson2009-07-011-7/+13
|\
| * Merge branch 'master' into client-side-windowsAlexander Larsson2009-06-171-3/+3
| |\
| * | Use gdk_window_get_root_cords to get popup position for comboboxAlexander Larsson2009-06-081-7/+13
* | | Add a way to turn off toggle spacing in menusMatthias Clasen2009-06-241-3/+3
* | | Remove extra padding from comboboxesMatthias Clasen2009-06-221-0/+3
| |/ |/|
* | More instances of those deprecated functionsMatthias Clasen2009-06-161-2/+2
* | Don't use deprecated api internallyMatthias Clasen2009-06-161-1/+1
|/
* Improve gtk_combo_box_get_active_text() docsMatthias Clasen2009-05-231-1/+2
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-031-4/+4
* Added a check to not emit a "changed" signal when an already invalidMichael Hasselmann2009-02-221-1/+11
* Bug 567413 – GtkComboBoxEntry doesn't emit "changed" signal on entryChristian Dywan2009-01-211-1/+2
* 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