summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct misleading docs. Add docs for the "activate" signal. (#129358,Matthias Clasen2003-12-181-3/+2
* === Released 2.3.1 ===Owen Taylor2003-12-081-1/+28
* allow accel activation depending on sensitivity and the attach widget.Tim Janik2003-11-271-5/+36
* Make string setters safe for self-assignment. (#122745, Soeren Sandmann)Matthias Clasen2003-11-071-4/+6
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-211-1/+73
* Fix a bug where on theme change, resize/redraw wasn't properly gettingOwen Taylor2003-08-071-2/+2
* make _gtk_tool_item_toolbar_reconfigured() an internal functionSoeren Sandmann2003-07-301-1/+1
* Some updates to the DND signal docs.Matthias Clasen2003-07-291-12/+25
* Document DND signals.Matthias Clasen2003-07-251-12/+159
* Fix C99 declarationSoeren Sandmann2003-07-181-9/+23
* Add this API.Soeren Sandmann2003-07-181-2/+18
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-021-2/+2
* More formatting fixes for docs.Matthias Clasen2003-06-291-13/+14
* Doc comment fix.Matthias Clasen2003-06-291-1/+0
* Add a blurb for shadow_type.Matthias Clasen2003-06-241-10/+10
* Document new properties as 2.4 additions.Matthias Clasen2003-06-141-71/+72
* Special case pixmaps. (#114880)Anders Carlsson2003-06-121-0/+7
* Document child-notify and drag-data-received signals. Owen, we need toMatthias Clasen2003-06-111-0/+71