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