summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-18/+21
* add arrow-size property to control the minimum size of the arrow, have theKristian Rietveld2006-11-011-0/+37
* fix commit below (committed the wrong patch).Michael Natterer2006-10-121-12/+12
* added "move-active" and "popup" signals and bindings to trigger them.Michael Natterer2006-10-121-80/+158
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Null the cell_view pointer if the internal cell view is removed. (#348828,Matthias Clasen2006-08-141-0/+3
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-2/+2
* Avoid a refcounting leak in the python bindings. (#344876, Phil Dumont)Matthias Clasen2006-06-261-3/+3
* Update the height as well when changing fonts. (#321393, Billy Biggs) `Matthias Clasen2006-06-241-1/+10
* Separate sensitive/selectable properties.Kristian Rietveld2006-06-021-0/+53
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-60/+7
* Create 'composited' label.Søren Sandmann2006-04-251-2/+9
* plug small leak (#339132) dittoPaolo Borelli2006-04-201-0/+2
* Don't leave page->tab_label dangling. (gtk_notebook_real_remove): UseMatthias Clasen2006-03-211-6/+1
* Move it to the right placeMatthias Clasen2006-03-151-2/+2
* Popdown the list before changing the active iter, otherwise people will beMatthias Clasen2006-03-151-7/+9
* Replace the popup-show and popup-hide signals with a readonle popup-shownMatthias Clasen2006-03-091-30/+48
* Apply a patch by Murray to improve comboboxentry docsMatthias Clasen2006-02-101-1/+3
* Fix a crash with combo boxes in RESIZE_IMMEDIATE containers. (#326806,Matthias Clasen2006-01-151-5/+3
* Make this function public API. (#307099, Todd Berman)Matthias Clasen2006-01-101-2/+2
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-6/+3
* Add a tearoff-title property, with getter and setter. (#316482, OlexiyMatthias Clasen2005-11-211-2/+91
* Fix for bug #321542, Benedikt Meurer:Matthias Clasen2005-11-211-5/+4
* Add show-popup and hide-popup signals and emit them when the popup isMatthias Clasen2005-11-101-0/+69
* Don't eat Ctrl-PageUp/PageDown. (#318670, Christian Neumair)Matthias Clasen2005-10-271-0/+3
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-3/+0
* Stylistic improvements and clarifications for some blurbs. (#315520,Matthias Clasen2005-09-091-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-4/+4
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Cleanup a possible resize idle. (#311141, Robert Ögren)Matthias Clasen2005-07-221-3/+17
* Remove useless calls to gtk_tree_row_reference_inserted/deleted, since weMatthias Clasen2005-07-181-13/+1
* Propagate the focus-on-click value to the button. (#310543, ChristianMatthias Clasen2005-07-181-9/+19
* Don't do explicitly ungrab pointer and keyboard. We're unmapping the grabMatthias Clasen2005-06-261-23/+32
* Make autoscrolling work at the bottom of the screen.Matthias Clasen2005-05-261-2/+2
* Keep the popup posted if the button is released over the cellview. ThisMatthias Clasen2005-05-171-2/+4
* Make this work when called from gtk_combo_box_destroy(). (#172999,Matthias Clasen2005-04-081-3/+3
* Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912,Matthias Clasen2005-04-061-1/+11
* Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntryMatthias Clasen2005-04-011-2/+20
* Don't segfault if somebody tries to popup an unrealized combo box.Matthias Clasen2005-03-301-0/+3
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-14/+14
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-9/+10
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Don't leak a path here. (#168443, Morten Welinder)Matthias Clasen2005-02-251-0/+1
* Consistently use gtk_tree_row_reference_valid().Matthias Clasen2005-02-241-42/+42
* Pass gtk_widget_get_toplevel() a GTK_WIDGET.Manish Singh2005-02-171-2/+2
* Fixes for #143829, Tommi Komulainen, Christian Persch:Matthias Clasen2005-02-161-1/+15
* Fix state propagation when making an insensitive combo box sensitiveMatthias Clasen2004-12-301-2/+9