summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-2/+2
* Make style properties in dynamic types work betterMatthias Clasen2006-05-241-4/+61
* Add docs for new style properties. (#342535, Mart Raudsepp)Matthias Clasen2006-05-221-1/+66
* More of the sameMatthias Clasen2006-05-141-1/+1
* applied unified patch for configurable scroll arrow sizes from bug #333632Tim Janik2006-05-101-2/+14
* Make GtkWidget abstract again.Matthias Clasen2006-05-031-3/+3
* Boilerplate reductionMatthias Clasen2006-05-021-46/+6
* Change colormap to font map in docs. (#340093)Behdad Esfahbod2006-04-291-3/+3
* Fix a C99ism. (#340055, Kazuki Iwamoto)Matthias Clasen2006-04-291-1/+3
* Fix typo in docs. (#340063)Behdad Esfahbod2006-04-281-1/+1
* Create 'composited' label.Søren Sandmann2006-04-251-0/+52
* Revert accidental changesMatthias Clasen2006-04-061-28/+0
* Rework the code which emits ::grab-notify signals to ensure that we emitMatthias Clasen2006-04-061-0/+44
* Turn off prelighting when gtk-touchscreen-mode is enabled (#135666)Ross Burton2006-03-091-0/+9
* Applied modified patch from maemo-gtk which makes separators moreMichael Natterer2006-03-031-1/+22
* Support input shapes: (#331070)Matthias Clasen2006-02-201-15/+71
* Remove redundant check. Pointed out by Bodo-Merle Sandor.Matthias Clasen2006-02-141-3/+0
* Wrap docsMatthias Clasen2006-02-011-43/+51
* Add link-color and visited-link-color style properties. (#113649, LeenaMatthias Clasen2006-01-241-0/+14
* Add some docs about RGBA windows. (#326486, Benjamin Otte)Matthias Clasen2006-01-121-0/+9
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-14/+12
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-7/+2
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Fix the documentation for the grab-broken-event signal, noticed by DamonMatthias Clasen2005-09-221-1/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-64/+64
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+2
* Make the GdkScreen font options api public, and add propertiesMatthias Clasen2005-08-261-2/+2
* 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