]> Pileus Git - ~andy/gtk/history - gtk/gtkcombobox.c
remove unused variable.
[~andy/gtk] / gtk / gtkcombobox.c
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
2006-01-15 Matthias ClasenFix a crash with combo boxes in RESIZE_IMMEDIATE contai...
2006-01-10 Matthias ClasenMake this function public API. (#307099, Todd Berman)
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-21 Matthias ClasenAdd a tearoff-title property, with getter and setter...
2005-11-21 Matthias ClasenFix for bug #321542, Benedikt Meurer:
2005-11-10 Matthias ClasenAdd show-popup and hide-popup signals and emit them...
2005-10-27 Matthias ClasenDon't eat Ctrl-PageUp/PageDown. (#318670, Christian...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-09 Matthias ClasenStylistic improvements and clarifications for some...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-07-22 Matthias ClasenCleanup a possible resize idle. (#311141, Robert Ögren)
2005-07-18 Matthias ClasenRemove useless calls to gtk_tree_row_reference_inserted...
2005-07-18 Matthias ClasenPropagate the focus-on-click value to the button. ...
2005-06-26 Matthias ClasenDon't do explicitly ungrab pointer and keyboard. We...
2005-05-26 Matthias ClasenMake autoscrolling work at the bottom of the screen.
2005-05-17 Matthias ClasenKeep the popup posted if the button is released over...
2005-04-08 Matthias ClasenMake this work when called from gtk_combo_box_destroy...
2005-04-06 Matthias ClasenImplement grab_focus for GtkComboBox and GtkComboBoxEnt...
2005-04-01 Matthias ClasenMake gtk_combo_box_get_active_text do the right thing...
2005-03-30 Matthias ClasenDon't segfault if somebody tries to popup an unrealized...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2005-02-25 Matthias ClasenDon't leak a path here. (#168443, Morten Welinder)
2005-02-24 Matthias ClasenConsistently use gtk_tree_row_reference_valid().
2005-02-17 Manish SinghPass gtk_widget_get_toplevel() a GTK_WIDGET.
2005-02-16 Matthias ClasenFixes for #143829, Tommi Komulainen, Christian Persch:
2004-12-30 Matthias ClasenFix state propagation when making an insensitive combo...
2004-12-24 Matthias ClasenTransfer state from the button to the cell view to...
2004-12-13 Matthias ClasenPass a last item to gtk_combo_box_relayout_item. (...
2004-12-11 Matthias ClasenOnly wrap if we are in the topmost menu. (#160936,...
2004-12-09 Matthias ClasenFix a typo in the docs. (#160826, Jay Camp)
2004-11-29 Matthias ClasenDon't call gtk_cell_view_set_cell_data() from here.
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-11-12 Matthias ClasenAdd more docs.
2004-11-09 Matthias ClasenUse a row reference, not a path, to associate separator...
2004-11-07 Matthias ClasenJump through a few hoops to make the tooltip on the...
2004-11-06 Matthias ClasenAdd the ComboCellInfo to the list. (#157528, Carlos...
2004-11-05 Matthias ClasenRemove this unneeded function, as it breaks state propa...
2004-11-03 Matthias ClasenDon't crash if the active_row reference has become...
2004-11-01 Matthias ClasenUpdate the state of the cell view when the state of...
2004-10-28 Matthias ClasenUse g_signal_connect_object() to prevent premature...
2004-10-05 Matthias ClasenResize the popup if a new model is set. (#154129, Bernd...
2004-10-01 Matthias ClasenAdd a comment regarding cell renderers to the docs.
2004-09-01 Matthias ClasenDocument the return value.
2004-08-30 Matthias ClasenMake it compile.
2004-08-27 Matthias ClasenDon't crash if model is not set. Noted by Mariano Suare...
2004-08-16 Matthias ClasenFix #150125:
2004-08-13 Matthias ClasenRemove leftover debugging output
next