]> Pileus Git - ~andy/gtk/history - gtk/gtkcombobox.c
Don't unref model if it is NULL. (#139770)
[~andy/gtk] / gtk / gtkcombobox.c
2004-04-12 Matthias ClasenDon't unref model if it is NULL. (#139770)
2004-03-14 Hans Breuergtk/gtkcombobox.c : prototype cell_view_sync_cells...
2004-03-13 Matthias ClasenPop down the list when an item is selected via the...
2004-03-13 Matthias ClasenAdd a remove implemenatation which restores the cell_vi...
2004-03-10 Matthias ClasenPlace grid mode popups left aligned, not right aligned.
2004-03-08 Owen TaylorDon't call g_signal_handler_disonnect() if priv->model...
2004-03-07 Matthias ClasenDo a size_request on the button and cell_view_frame...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-04 Matthias ClasenConnect to key_press_event and handle Alt-Down/Alt...
2004-03-04 Matthias ClasenIn list mode, set the background color of the cell...
2004-03-03 Matthias ClasenMove the actual implementation into a new
2004-03-02 Owen Taylorgtk/gtktreestore.c (gtk_tree_store_reorder) Fix up...
2004-03-02 Owen TaylorIf the model was empty before, select the first inserte...
2004-03-02 Owen TaylorAlways connect to the changed signals on the model...
2004-03-02 Matthias ClasenPosition the popup above the sample if there is not...
2004-02-29 Matthias ClasenNew function which calculates position and size for...
2004-02-29 Matthias ClasenImplement the previous fix in a better way, small cleanups.
2004-02-28 Matthias ClasenActually resize the popup window before popping up...
2004-02-28 Matthias ClasenSupport switching back to non-gridded mode. (#135169)
2004-02-27 Matthias ClasenSimplify, only create a new setup if appearance actuall...
2004-02-27 Manish SinghAdd function declaration for gtk_combo_box_list_remove_...
2004-02-27 Matthias ClasenClassifiy Page Up/Down as cursor move, but not Home...
2004-02-26 Matthias ClasenFixes for #135333, analysed by Damon Chaplin:
2004-02-26 Matthias ClasenNew convenience API to construct simple text combos...
2004-02-26 Matthias ClasenFixes for #12804 and #134722, Damon Chaplin:
2004-02-24 Matthias ClasenDon't resize priv->cell_view if it is NULL. (#127804...
2004-02-24 Matthias ClasenAdd a destroy implementation in order to set priv-...
2004-02-23 Matthias ClasenFix the allocation for the toggle button so that it...
2004-02-23 Matthias ClasenAdd notification, and avoid excessive relayouting.
2004-02-15 Matthias ClasenSplit declaration and assignment of combo_box.
2004-02-11 Matthias ClasenRemove arbitrary low upper limits on the xpad, ypad...
2004-02-08 Manish SinghAdd appropriate type casts for the gtk_window_set_scree...
2004-02-08 Matthias ClasenMake popups come up on the same screen as the combo...
2004-02-06 Matthias ClasenActually free the lists. Pointed out by Morten Welinder.
2004-02-05 Matthias ClasenAdd a finalize function to plug a few memory leaks...
2004-02-05 Matthias ClasenSupport mnemonic_activate here as well.
2004-02-05 Matthias ClasenAdd this function, to make mnemonic_activate work for...
2004-02-05 Matthias ClasenFix the logic of the depth one check. (#133488, Christi...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-21 Matthias ClasenFix memory leaks caused by the failure to free the...
2003-12-19 Kristian RietveldFixes #108458.
2003-12-12 Kristian RietveldCombo box flipping support.
2003-11-19 Kristian Rietveldmove function to a somewhat more logical place,
2003-11-18 Kristian RietveldFixes based on comments from Owen Taylor, #125264.
2003-11-17 Matthias ClasenAdd mouse wheel support. (#126517)
2003-11-17 Kristian RietveldTemporary size requisition fix. Will fix it for real...
2003-11-16 Kristian RietveldFixes #124373, Murray Cumming.
2003-10-24 Kristian RietveldFix licensing (I managed to put it under GPL licensing...
2003-10-23 Kristian RietveldFix includes.
2003-10-15 Kristian Rietveldmention in the docs that -1 is a valid value and what...
2003-10-14 Jonathan BlandfordNew function to set the active row by iter.
2003-10-11 Matthias ClasenMove GET_PRIVATE macros from header to implementation.
2003-10-11 Kristian Rietveldfor the custom child list mode, allocate the height...
2003-10-10 Kristian RietveldDeprecate. Ditto.
2003-10-03 Kristian Rietveldonly set the model on ->priv->cell_view if ->priv-...
2003-10-02 Kristian RietveldAdded API doc comments.
2003-10-01 Kristian Rietveldimplement the GtkCellLayout interface, drop packing...
2003-09-30 Kristian Rietveldset popup_in_progress to TRUE, (gtk_combo_box_menu_show...
2003-09-30 Kristian Rietveldactually show the child.
2003-09-26 Kristian RietveldLanding the new ComboBox. Note that only gtkcombobox...
1998-01-20 Owen TaylorConversion to use Paolo Molaro's GtkCombo instead of...
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-13 Elliot Leemisc mods
1998-01-08 Elliot Leecopyright notices
1998-01-08 Elliot LeeNew widget (GtkComboBox) and fixed gdk_window_init...