summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-25/+97
* Revert "Forward-port a GtkAdjustment compatibility fix"Javier Jardón2010-05-241-4/+4
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-7/+10
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-4/+4
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-4/+4
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Allow NULL iter in gtk_combo_box_set_active_iter to unsetChristian Persch2010-01-081-5/+9
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-2/+2
* [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