| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a couple of leaks. | Owen Taylor | 2005-07-21 | 1 | -3/+8 |
* | Change machinery for following font rendering xsettings to set cairo font | Owen Taylor | 2005-07-21 | 1 | -21/+106 |
* | Revert an accidental commit | Matthias Clasen | 2005-07-21 | 1 | -17/+0 |
* | Add hints on how to handle "no window" widgets. (#136347) | Matthias Clasen | 2005-07-21 | 1 | -1/+32 |
* | Add a note about the need to handle expose events. We really need a | Matthias Clasen | 2005-07-18 | 1 | -0/+5 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 1 | -0/+31 |
* | More docs provided by Owen Taylor. | Matthias Clasen | 2005-06-11 | 1 | -3/+9 |
* | Add docs. (#306212, Steve Chaplin, docs provided by Billy Biggs) | Matthias Clasen | 2005-06-10 | 1 | -0/+10 |
* | Try harder to set the event masks of descendent windows. (#169821, Tommi | Matthias Clasen | 2005-05-18 | 1 | -19/+33 |
* | Remove the no longer needed workaround. | Matthias Clasen | 2005-05-18 | 1 | -1/+1 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -0/+18 |
* | Add a draw-border style property to allow themes to draw outside the | Owen Taylor | 2005-05-02 | 1 | -15/+72 |
* | Don't display too many broken images. (#169870, Roman Kagan, patch by Ivan | Matthias Clasen | 2005-04-09 | 1 | -6/+1 |
* | Improve the wording of the doc comment. (#172422, Vincent Untz) | Matthias Clasen | 2005-04-04 | 1 | -2/+2 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -6/+6 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -25/+25 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -3/+13 |
* | Fix a typo in the docs. (#169729, Morten Welinder) | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -13/+13 |
* | Avoid warnings if gtk_widget_reparent() is called at unusual times. | Matthias Clasen | 2005-03-03 | 1 | -12/+18 |
* | Fix #167259, reported by Christian Persch: | Matthias Clasen | 2005-02-24 | 1 | -3/+24 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | Document GtkWidget::style-set. (#164222, Alex Graveley) | Matthias Clasen | 2005-01-24 | 1 | -0/+10 |
* | More details provided by Bill Haneman. | Matthias Clasen | 2005-01-21 | 1 | -4/+11 |
* | Add docs. (#164725, George Kraft IV) | Matthias Clasen | 2005-01-21 | 1 | -0/+12 |
* | Add some docs for GtkWidget::delete-event and GtkWidget::destroy-event. | Matthias Clasen | 2004-12-13 | 1 | -0/+29 |
* | removed call to gdk_pango_context_set_colormap() which isn't needed any | Sven Neumann | 2004-11-21 | 1 | -2/+1 |
* | don't queue the widget for resize or emit change notification if the usize | 4 | 2004-10-12 | 1 | -4/+7 |
* | forgotten commit | Matthias Clasen | 2004-10-08 | 1 | -0/+22 |
* | reverted my last change and applied owen's leaner conditional flag update | Tim Janik | 2004-10-05 | 1 | -13/+3 |
* | if REQUEST_NEEDED is still set on ::size-allocate, another size-request | Tim Janik | 2004-10-05 | 1 | -1/+12 |
* | Doc update. | Matthias Clasen | 2004-08-16 | 1 | -1/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Hide parentless windows when disposing them. (#133231, Michael Natterer) | Matthias Clasen | 2004-07-27 | 1 | -0/+2 |
* | Add informative messages for common problems. (#137974, Owen Taylor) | Matthias Clasen | 2004-05-28 | 1 | -2/+10 |
* | New internal function that emits the grab notify signal. | Soeren Sandmann | 2004-05-10 | 1 | -0/+16 |
* | Make all style properties readonly. | Matthias Clasen | 2004-04-14 | 1 | -3/+3 |
* | Add a11y relations between the color wheel and the spin buttons. (#132745, | Matthias Clasen | 2004-04-14 | 1 | -2/+3 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | expose gtk_bindings_activate_event(), changed callers. | Tim Janik | 2004-03-02 | 1 | -2/+2 |
* | Support switching back to non-gridded mode. (#135169) | Matthias Clasen | 2004-02-28 | 1 | -2/+4 |
* | Replace gtk_widget_get_mnemonic_widgets() by list_mnemonic_widgets() in | Matthias Clasen | 2004-02-26 | 1 | -2/+2 |
* | Fixes from Torsten Schoenfeld. | Owen Taylor | 2004-02-26 | 1 | -1/+1 |
* | Patch from Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label, | Owen Taylor | 2004-02-25 | 1 | -0/+99 |
* | Various reentrancy fixes for widgets being destroyed out of | Owen Taylor | 2004-02-13 | 1 | -1/+9 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 1 | -16/+16 |
* | Added documentation for GtkWidget::popup_menu. | Federico Mena Quintero | 2004-01-22 | 1 | -0/+12 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -50/+50 |
* | Correct misleading docs. Add docs for the "activate" signal. (#129358, | Matthias Clasen | 2003-12-18 | 1 | -3/+2 |
* | === Released 2.3.1 === | Owen Taylor | 2003-12-08 | 1 | -1/+28 |