| Commit message (Expand) | Author | Age | Files | Lines |
* | Make GTK+ work as an untrusted X client. (#136571, Ed Catmur) | Matthias Clasen | 2006-05-25 | 1 | -2/+2 |
* | Make style properties in dynamic types work better | Matthias Clasen | 2006-05-24 | 1 | -4/+61 |
* | Add docs for new style properties. (#342535, Mart Raudsepp) | Matthias Clasen | 2006-05-22 | 1 | -1/+66 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | applied unified patch for configurable scroll arrow sizes from bug #333632 | Tim Janik | 2006-05-10 | 1 | -2/+14 |
* | Make GtkWidget abstract again. | Matthias Clasen | 2006-05-03 | 1 | -3/+3 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -46/+6 |
* | Change colormap to font map in docs. (#340093) | Behdad Esfahbod | 2006-04-29 | 1 | -3/+3 |
* | Fix a C99ism. (#340055, Kazuki Iwamoto) | Matthias Clasen | 2006-04-29 | 1 | -1/+3 |
* | Fix typo in docs. (#340063) | Behdad Esfahbod | 2006-04-28 | 1 | -1/+1 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -0/+52 |
* | Revert accidental changes | Matthias Clasen | 2006-04-06 | 1 | -28/+0 |
* | Rework the code which emits ::grab-notify signals to ensure that we emit | Matthias Clasen | 2006-04-06 | 1 | -0/+44 |
* | Turn off prelighting when gtk-touchscreen-mode is enabled (#135666) | Ross Burton | 2006-03-09 | 1 | -0/+9 |
* | Applied modified patch from maemo-gtk which makes separators more | Michael Natterer | 2006-03-03 | 1 | -1/+22 |
* | Support input shapes: (#331070) | Matthias Clasen | 2006-02-20 | 1 | -15/+71 |
* | Remove redundant check. Pointed out by Bodo-Merle Sandor. | Matthias Clasen | 2006-02-14 | 1 | -3/+0 |
* | Wrap docs | Matthias Clasen | 2006-02-01 | 1 | -43/+51 |
* | Add link-color and visited-link-color style properties. (#113649, Leena | Matthias Clasen | 2006-01-24 | 1 | -0/+14 |
* | Add some docs about RGBA windows. (#326486, Benjamin Otte) | Matthias Clasen | 2006-01-12 | 1 | -0/+9 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 1 | -14/+12 |
* | Use g_slice instead of mem chunks. | Matthias Clasen | 2005-12-05 | 1 | -7/+2 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -4/+2 |
* | Fix the documentation for the grab-broken-event signal, noticed by Damon | Matthias Clasen | 2005-09-22 | 1 | -1/+1 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -64/+64 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Make the GdkScreen font options api public, and add properties | Matthias Clasen | 2005-08-26 | 1 | -2/+2 |
* | Fix for #314004, reported by Michael Reinsch: | Owen Taylor | 2005-08-24 | 1 | -82/+14 |
* | 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 |