| Commit message (Expand) | Author | Age | Files | Lines |
* | finally also create the correct mask for 'pseudo mime' icons | Hans Breuer | 2004-05-08 | 1 | -2/+2 |
* | Reverse accidental commit. | Matthias Clasen | 2004-05-06 | 1 | -122/+2 |
* | Add missing getters for readwrite properies. (#135649) | Matthias Clasen | 2004-05-06 | 1 | -0/+56 |
* | Add gtk_combo_box_get_active_text() convenience function. (#136372, | Matthias Clasen | 2004-05-06 | 1 | -2/+149 |
* | Make all style properties readonly. | Matthias Clasen | 2004-04-14 | 1 | -1/+1 |
* | Make the arrow and separator regular children of an hbox inside the | Matthias Clasen | 2004-04-14 | 1 | -52/+53 |
* | Don't spit out warnings if called before the combo box is realized. | Matthias Clasen | 2004-04-14 | 1 | -10/+8 |
* | Don't unref model if it is NULL. (#139770) | Matthias Clasen | 2004-04-12 | 1 | -2/+5 |
* | gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage | Hans Breuer | 2004-03-14 | 1 | -0/+2 |
* | Pop down the list when an item is selected via the keyboard. | Matthias Clasen | 2004-03-13 | 1 | -0/+4 |
* | Add a remove implemenatation which restores the cell_view when the custom | Matthias Clasen | 2004-03-13 | 1 | -4/+68 |
* | Place grid mode popups left aligned, not right aligned. | Matthias Clasen | 2004-03-10 | 1 | -1/+1 |
* | Don't call g_signal_handler_disonnect() if priv->model is NULL. (#136551, | Owen Taylor | 2004-03-08 | 1 | -127/+73 |
* | Do a size_request on the button and cell_view_frame, otherwise their style | Matthias Clasen | 2004-03-07 | 1 | -8/+9 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Connect to key_press_event and handle Alt-Down/Alt-Up to show or hide the | Matthias Clasen | 2004-03-04 | 1 | -31/+125 |
* | In list mode, set the background color of the cell view to the base color | Matthias Clasen | 2004-03-04 | 1 | -5/+27 |
* | Move the actual implementation into a new | Matthias Clasen | 2004-03-03 | 1 | -36/+141 |
* | gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation of | Owen Taylor | 2004-03-02 | 1 | -2/+6 |
* | If the model was empty before, select the first inserted item. | Owen Taylor | 2004-03-02 | 1 | -16/+17 |
* | Always connect to the changed signals on the model, update the active item | Owen Taylor | 2004-03-02 | 1 | -29/+145 |
* | Position the popup above the sample if there is not enough room below. | Matthias Clasen | 2004-03-02 | 1 | -4/+12 |
* | New function which calculates position and size for the popup in list | Matthias Clasen | 2004-02-29 | 1 | -27/+52 |
* | Implement the previous fix in a better way, small cleanups. | Matthias Clasen | 2004-02-29 | 1 | -18/+18 |
* | Actually resize the popup window before popping up. (#135651) | Matthias Clasen | 2004-02-28 | 1 | -8/+7 |
* | Support switching back to non-gridded mode. (#135169) | Matthias Clasen | 2004-02-28 | 1 | -2/+3 |
* | Simplify, only create a new setup if appearance actually changed. | Matthias Clasen | 2004-02-27 | 1 | -13/+20 |
* | Add function declaration for gtk_combo_box_list_remove_grabs(). | Manish Singh | 2004-02-27 | 1 | -0/+2 |
* | Classifiy Page Up/Down as cursor move, but not Home and End. | Matthias Clasen | 2004-02-27 | 1 | -0/+13 |
* | Fixes for #135333, analysed by Damon Chaplin: | Matthias Clasen | 2004-02-26 | 1 | -15/+10 |
* | New convenience API to construct simple text combos, implemented by Damon | Matthias Clasen | 2004-02-26 | 1 | -2/+3 |
* | Fixes for #12804 and #134722, Damon Chaplin: | Matthias Clasen | 2004-02-26 | 1 | -1/+25 |
* | Don't resize priv->cell_view if it is NULL. (#127804, Damon Chaplin) | Matthias Clasen | 2004-02-24 | 1 | -50/+106 |
* | Add a destroy implementation in order to set priv->cell_view to NULL | Matthias Clasen | 2004-02-24 | 1 | -1/+15 |
* | Fix the allocation for the toggle button so that it actually shows up in | Matthias Clasen | 2004-02-23 | 1 | -1/+1 |
* | Add notification, and avoid excessive relayouting. | Matthias Clasen | 2004-02-23 | 1 | -8/+23 |
* | Split declaration and assignment of combo_box. | Matthias Clasen | 2004-02-15 | 1 | -18/+55 |
* | Remove arbitrary low upper limits on the xpad, ypad, width and height | Matthias Clasen | 2004-02-11 | 1 | -6/+24 |
* | Add appropriate type casts for the gtk_window_set_screen() call. | Manish Singh | 2004-02-08 | 1 | -3/+3 |
* | Make popups come up on the same screen as the combo box. (#133544, Morten | Matthias Clasen | 2004-02-08 | 1 | -3/+31 |
* | Actually free the lists. Pointed out by Morten Welinder. | Matthias Clasen | 2004-02-06 | 1 | -9/+2 |
* | Add a finalize function to plug a few memory leaks. (#133544, Morten | Matthias Clasen | 2004-02-05 | 1 | -2/+27 |
* | Support mnemonic_activate here as well. | Matthias Clasen | 2004-02-05 | 1 | -1/+1 |
* | Add this function, to make mnemonic_activate work for combo boxes. | Matthias Clasen | 2004-02-05 | 1 | -6/+5 |
* | Fix the logic of the depth one check. (#133488, Christian Persch) | Matthias Clasen | 2004-02-05 | 1 | -2/+20 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -12/+12 |
* | Fix memory leaks caused by the failure to free the result of | Matthias Clasen | 2003-12-21 | 1 | -1/+3 |
* | Fixes #108458. | Kristian Rietveld | 2003-12-19 | 1 | -0/+61 |
* | Combo box flipping support. | Kristian Rietveld | 2003-12-12 | 1 | -12/+49 |
* | move function to a somewhat more logical place, | Kristian Rietveld | 2003-11-19 | 1 | -20/+47 |