summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Add shadow-type style property, set shadow-type property of GtkEntryMathias Hasselmann2007-03-081-26/+85
* Set names on the popup widgets to make them themable. (#414975, BenjaminMatthias Clasen2007-03-071-0/+3
* Cleanup the logic in expose event handler. Reviewed by Matthias Clasen,Xan Lopez2007-02-161-11/+6
* remove extra reference that gtkcombobox keeps on priv->popup_widget ifTim Janik2007-02-011-3/+6
* move set_cursor after realization of the popup window, so clamp nodeMatthias Clasen2007-01-051-4/+8
* Accept NULL.Matthias Clasen2006-12-271-11/+6
* Fix a few problems with nested menus in comboboxes (#386694, YevgenMatthias Clasen2006-12-271-5/+25
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-20/+4
* Make GtkComboBox in "appears-as-list" mode more closely resemble its Win32Dom Lachowicz2006-12-151-2/+4
* Undo bogus commit.Benjamin Berg2006-12-141-4/+0
* - Remove unused code/options from the code. Warn about their usage whileBenjamin Berg2006-12-131-0/+4
* 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