summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the documentation for the grab-broken-event signal, noticed by DamonMatthias Clasen2005-09-221-1/+1
* Fix for #314004, reported by Michael Reinsch:Owen Taylor2005-08-241-82/+14
* Fix a couple of leaks.Owen Taylor2005-07-211-3/+8
* Change machinery for following font rendering xsettings to set cairo fontOwen Taylor2005-07-211-21/+106
* Revert an accidental commitMatthias Clasen2005-07-211-17/+0
* Add hints on how to handle "no window" widgets. (#136347)Matthias Clasen2005-07-211-1/+32
* Add a note about the need to handle expose events. We really need aMatthias Clasen2005-07-181-0/+5
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-0/+31
* More docs provided by Owen Taylor.Matthias Clasen2005-06-111-3/+9
* Add docs. (#306212, Steve Chaplin, docs provided by Billy Biggs)Matthias Clasen2005-06-101-0/+10
* Try harder to set the event masks of descendent windows. (#169821, TommiMatthias Clasen2005-05-181-19/+33
* Remove the no longer needed workaround.Matthias Clasen2005-05-181-1/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-0/+18
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-15/+72
* Don't display too many broken images. (#169870, Roman Kagan, patch by IvanMatthias Clasen2005-04-091-6/+1
* Improve the wording of the doc comment. (#172422, Vincent Untz)Matthias Clasen2005-04-041-2/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-6/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-25/+25
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-3/+13
* Fix a typo in the docs. (#169729, Morten Welinder)Matthias Clasen2005-03-091-1/+1
* xMatthias Clasen2005-03-091-13/+13
* Avoid warnings if gtk_widget_reparent() is called at unusual times.Matthias Clasen2005-03-031-12/+18
* Fix #167259, reported by Christian Persch:Matthias Clasen2005-02-241-3/+24
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Document GtkWidget::style-set. (#164222, Alex Graveley)Matthias Clasen2005-01-241-0/+10
* More details provided by Bill Haneman.Matthias Clasen2005-01-211-4/+11
* Add docs. (#164725, George Kraft IV)Matthias Clasen2005-01-211-0/+12
* Add some docs for GtkWidget::delete-event and GtkWidget::destroy-event.Matthias Clasen2004-12-131-0/+29
* removed call to gdk_pango_context_set_colormap() which isn't needed anySven Neumann2004-11-211-2/+1
* don't queue the widget for resize or emit change notification if the usize42004-10-121-4/+7
* forgotten commitMatthias Clasen2004-10-081-0/+22
* reverted my last change and applied owen's leaner conditional flag updateTim Janik2004-10-051-13/+3
* if REQUEST_NEEDED is still set on ::size-allocate, another size-requestTim Janik2004-10-051-1/+12
* Doc update.Matthias Clasen2004-08-161-1/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Hide parentless windows when disposing them. (#133231, Michael Natterer)Matthias Clasen2004-07-271-0/+2
* Add informative messages for common problems. (#137974, Owen Taylor)Matthias Clasen2004-05-281-2/+10
* New internal function that emits the grab notify signal.Soeren Sandmann2004-05-101-0/+16
* Make all style properties readonly.Matthias Clasen2004-04-141-3/+3
* Add a11y relations between the color wheel and the spin buttons. (#132745,Matthias Clasen2004-04-141-2/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* expose gtk_bindings_activate_event(), changed callers.Tim Janik2004-03-021-2/+2
* Support switching back to non-gridded mode. (#135169)Matthias Clasen2004-02-281-2/+4
* Replace gtk_widget_get_mnemonic_widgets() by list_mnemonic_widgets() inMatthias Clasen2004-02-261-2/+2
* Fixes from Torsten Schoenfeld.Owen Taylor2004-02-261-1/+1
* Patch from Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,Owen Taylor2004-02-251-0/+99
* Various reentrancy fixes for widgets being destroyed out ofOwen Taylor2004-02-131-1/+9
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-16/+16
* Added documentation for GtkWidget::popup_menu.Federico Mena Quintero2004-01-221-0/+12
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-50/+50