summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* [gi] add missing annotations for signals that emit Gdk.EventsJohn (J5) Palmieri2011-03-031-3/+3
* Add GtkBuilder custom attributes for style classesMatthias Clasen2011-03-021-4/+83
* Removed unused EXPOSE_EVENT enumeration from the GtkWidget signals.Tristan Van Berkom2011-02-231-4/+1
* Remove mention of GtkWidget::expose-event from docs in gtkwidget.cTristan Van Berkom2011-02-231-1/+1
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Check if the accessible is actually an AtkActionMatthias Clasen2011-02-171-24/+29
* Don't export GtkModifierStyle symbolsMatthias Clasen2011-02-081-19/+33
* Update the context direction when emitting ::direction-changedMatthias Clasen2011-02-071-9/+7
* Fix problems with state propagationMatthias Clasen2011-02-071-6/+8
* Optimize queue_resize_on_widget()Tristan Van Berkom2011-02-081-0/+70
* GtkStyleContext is meant to have a GdkScreenCarlos Garnacho2011-02-061-4/+12
* Avoid tons of warnings from stylecontext initialization without screenMatthias Clasen2011-02-051-1/+1
* Don't assume a screen exists before realize()Matthias Clasen2011-02-041-1/+1
* API: gtk: Remove client_event vfunc from GtkWidgetBenjamin Otte2011-02-011-27/+0
* Don't use GTK_IS_PLUG for non-X11 backendsKristian Rietveld2011-02-011-1/+8
* Clarify key-{press,release}-event docs.Stefan Kost2011-01-311-2/+3
* Remove RC file references from docs where appropriateMatthias Clasen2011-01-311-15/+13
* Fix compiler warnings about unused variablesMatthias Clasen2011-01-301-22/+14
* Improve some deprecation notesMatthias Clasen2011-01-291-2/+5
* Add a gtkx.h header for X11-specific GTK+ apiMatthias Clasen2011-01-291-0/+1
* Move "widget/window under device" accounting to be per-widgetCarlos Garnacho2011-01-291-44/+21
* Add default class implementation of gtk_widget_get_request_mode().Tristan Van Berkom2011-01-281-0/+9
* Document that gtk_widget_queue_draw_area is in widget coordinatesMatthias Clasen2011-01-261-1/+7
* Make gtk_widget_get_state() only handle GtkStateType values available in 2.xCarlos Garnacho2011-01-251-4/+0
* Silence new gcc warningsMatthias Clasen2011-01-231-158/+175
* Split out private style context api into a private headerMatthias Clasen2011-01-231-1/+1
* Simplify GTK_STATE_FLAG_FOCUSED handling in state propagation.Carlos Garnacho2011-01-231-9/+1
* Do not unset sensitivity mistakenly in gtk_widget_set_state_flags()Carlos Garnacho2011-01-231-1/+2
* Make gtk_widget_get_state_flags() avoid propagating the focused flag down the...Carlos Garnacho2011-01-211-0/+16
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-1/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+3
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-1/+1
* Make gtk_widget_get_path() also add all persistent style classes the widget has.Carlos Garnacho2011-01-171-2/+16
* docs: gtkwidget: Add some "Since: 3.0"Javier Jardón2011-01-151-0/+8
* Move GtkSelection docs inlineMatthias Clasen2011-01-141-1/+1
* Mark gtk_widget_style_attach() as deprecated.Carlos Garnacho2011-01-101-0/+2
* Fix compiler warning.Carlos Garnacho2011-01-101-2/+2
* Add gtk_widget_set_device_enabled()Carlos Garnacho2011-01-101-1/+157
* Ensure GtkStyleContext is generated on gtk_widget_render_icon_pixbuf()Carlos Garnacho2011-01-101-7/+4
* Add gtk_style_context_cancel_animations()Carlos Garnacho2011-01-101-0/+3
* docs: Fix typo in GtkWidget geometry-management documentationJavier Jardón2011-01-081-1/+1
* Fixed GtkWindow/GtkWidget to properly emit hierarchy changed for embedded top...Tristan Van Berkom2011-01-061-13/+14
* Fixed focus handling on embedded windows.Tristan Van Berkom2011-01-061-3/+1
* Moved location of unsetting parent window inside gtk_widget_unparent().Tristan Van Berkom2011-01-061-6/+6
* Fixed issues with "hierarchy-changed" signal.Tristan Van Berkom2011-01-061-1/+8
* Added docs to gtk_widget_set_parent_window.Tristan Van Berkom2011-01-061-5/+12
* Allow GtkWindow to be parented if gtk_widget_set_parent_window() is called on...Tristan Van Berkom2011-01-061-0/+11
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1