]> Pileus Git - ~andy/gtk/history - gtk/gtkcombobox.c
Deprecate widget flag: GTK_WIDGET_MAPPED
[~andy/gtk] / gtk / gtkcombobox.c
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Christian PerschAllow NULL iter in gtk_combo_box_set_active_iter to...
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-04-04 Hiroyuki Ikezoe[gtk] GtkCellEditable::editing-cancelled should be...
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-04 Javier JardónUse GtkCellEditable::editing-canceled
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-21 Cody RussellAdded editing_canceled property to GtkCellEditable
2009-09-21 Kristian RietveldSensitivity event box should only be toggled if cell...
2009-09-09 Kristian RietveldUnbreak GtkComboBox::button-sensitivity
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-24 Matthias ClasenAdd a way to turn off toggle spacing in menus
2009-06-22 Matthias ClasenRemove extra padding from comboboxes
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-16 Matthias ClasenMore instances of those deprecated functions
2009-06-16 Matthias ClasenDon't use deprecated api internally
2009-06-08 Alexander LarssonUse gdk_window_get_root_cords to get popup position...
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-23 Matthias ClasenImprove gtk_combo_box_get_active_text() docs
2009-05-03 Matthias ClasenForward-port a GtkAdjustment compatibility fix
2009-05-03 Matthias ClasenUpdate to explain the situation.
2009-02-22 Michael HasselmannAdded a check to not emit a "changed" signal when an...
2009-01-21 Christian DywanBug 567413 – GtkComboBoxEntry doesn't emit "changed...
2008-12-13 Matthias ClasenAllow out-of-order setting of model and active. Patch...
2008-09-03 Christian DywanBug 547449 – Entry/ Combo popup misplaced after resize
2008-08-12 Michael Nattererexamples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext...
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-08-06 Michael Natterergtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c...
2008-08-05 Michael Nattererbail out early if priv->button is NULL to avoid zillion...
2008-08-04 Matthias ClasenBug 382291 – Automatically dim the combobox when the...
2008-07-21 Michael Nattererremove _gtk_binding_signal_new().
2008-07-04 Michael Nattererallocate ComboCellInfo with GSlice.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Michael NattererBug 538395 – gtk_combo_box_append_text() on non-complia...
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-06-16 Michael Nattereruse _gtk_marshal_BOOLEAN__VOID instead of the deprecated
2008-06-13 Michael Natterercast menu's toplevel to GtkWindow when passing to
2008-06-11 Matthias Clasen Bug 536765 – GtkComboBox should set COMBO type...
2008-03-16 Alberto RuizThe child is now aware of both the combobox and frame...
2008-03-11 Alberto RuizTake thickness into account in the size allocation...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-02-09 Cody RussellRemoved an extra semicolon. (#515219, reported by Kazuk...
2008-02-07 Michael Natterergtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk...
2008-02-04 Michael Nattererg_return_if_fail() is the cell is not part of the combo...
2008-01-16 Matthias ClasenEmit the notify::model signal. (#509819, David Zeuthen)
2008-01-09 Michael Nattererremove unused variable.
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2007-12-28 Matthias ClasenIntroduce local priv variables to reduce ->->
2007-12-28 Matthias ClasenFix the default value of the tearoff-title property
2007-12-25 Matthias ClasenWhen popping up a menu from a treeview cell, use the...
2007-09-07 Kristian Rietveldimplement missing get_cells method. (Spotted by Paolo...
2007-08-08 Mikael HallendalDocument the new signals popup, popdown and move-active.
2007-07-09 Matthias ClasenEmit ::changed when removing the active row. (#452056...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-06-13 Carlos Garnachoremoved unused and hardly visible GtkFrame from the...
2007-06-13 Michael Nattereradd "submenu" property. Fix gtk_menu_item_set_submenu...
2007-05-21 Michael Nattererrevert last change.
2007-05-21 Tim Janikremoved redundant check.
2007-05-18 Carlos GarnachoMake combobox menu popdown keybindable (#433593)
2007-05-02 Armin BurgmeierDestroy the menu in dispose instead of finalize, becaus...
2007-04-28 Matthias ClasenPlug memory leaks caused by wrong use of g_slist_remove...
2007-03-12 Matthias ClasenDoc improvements
2007-03-08 Mathias HasselmannAdd shadow-type style property, set shadow-type propert...
2007-03-07 Matthias ClasenSet names on the popup widgets to make them themable...
2007-02-16 Xan LopezCleanup the logic in expose event handler. Reviewed...
2007-02-01 Tim Janikremove extra reference that gtkcombobox keeps on priv...
2007-01-05 Matthias Clasenmove set_cursor after realization of the popup window...
2006-12-27 Matthias ClasenAccept NULL.
2006-12-27 Matthias ClasenFix a few problems with nested menus in comboboxes...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-15 Dom LachowiczMake GtkComboBox in "appears-as-list" mode more closely...
2006-12-14 Benjamin BergUndo bogus commit.
2006-12-13 Benjamin Berg- Remove unused code/options from the code. Warn about...
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-11-01 Kristian Rietveldadd arrow-size property to control the minimum size...
2006-10-12 Michael Nattererfix commit below (committed the wrong patch).
2006-10-12 Michael Nattereradded "move-active" and "popup" signals and bindings...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-08-14 Matthias ClasenNull the cell_view pointer if the internal cell view...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-26 Matthias ClasenAvoid a refcounting leak in the python bindings. (...
2006-06-24 Matthias ClasenUpdate the height as well when changing fonts. (#321393...
2006-06-02 Kristian RietveldSeparate sensitive/selectable properties.
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-25 Søren SandmannCreate 'composited' label.
2006-04-20 Paolo Borelliplug small leak (#339132) ditto
2006-03-21 Matthias ClasenDon't leave page->tab_label dangling. (gtk_notebook_rea...
2006-03-15 Matthias ClasenMove it to the right place
2006-03-15 Matthias ClasenPopdown the list before changing the active iter, other...
2006-03-09 Matthias ClasenReplace the popup-show and popup-hide signals with...
2006-02-10 Matthias ClasenApply a patch by Murray to improve comboboxentry docs
next