]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
Silence new gcc warnings
[~andy/gtk] / gtk / gtkwidget.c
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-23 Matthias ClasenSplit out private style context api into a private...
2011-01-23 Carlos GarnachoSimplify GTK_STATE_FLAG_FOCUSED handling in state propa...
2011-01-23 Carlos GarnachoDo not unset sensitivity mistakenly in gtk_widget_set_s...
2011-01-21 Carlos GarnachoMake gtk_widget_get_state_flags() avoid propagating...
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-20 Pavel Holejsovsky[GI] Fixes of existing incorrect annotations
2011-01-17 Carlos GarnachoMake gtk_widget_get_path() also add all persistent...
2011-01-15 Javier Jardóndocs: gtkwidget: Add some "Since: 3.0"
2011-01-15 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2011-01-15 Matthias ClasenMove GtkSelection docs inline
2011-01-10 Carlos GarnachoMark gtk_widget_style_attach() as deprecated.
2011-01-10 Carlos GarnachoFix compiler warning.
2011-01-10 Carlos GarnachoAdd gtk_widget_set_device_enabled()
2011-01-10 Carlos GarnachoEnsure GtkStyleContext is generated on gtk_widget_rende...
2011-01-10 Carlos GarnachoAdd gtk_style_context_cancel_animations()
2011-01-08 Javier Jardóndocs: Fix typo in GtkWidget geometry-management documen...
2011-01-06 Tristan Van BerkomFixed GtkWindow/GtkWidget to properly emit hierarchy...
2011-01-06 Tristan Van BerkomFixed focus handling on embedded windows.
2011-01-06 Tristan Van BerkomMoved location of unsetting parent window inside gtk_wi...
2011-01-06 Tristan Van BerkomFixed issues with "hierarchy-changed" signal.
2011-01-06 Tristan Van BerkomAdded docs to gtk_widget_set_parent_window.
2011-01-06 Tristan Van BerkomAllow GtkWindow to be parented if gtk_widget_set_parent...
2011-01-04 Matthias ClasenMove docs for gtkmain inline
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Carlos GarnachoCompress all ::style-updated prior to ::realize
2010-12-24 Matthias ClasenRemove sealed members from GtkSettings
2010-12-23 Matthias ClasenSome small doc corrections
2010-12-22 Matthias ClasenAdd a default handler for drag_failed
2010-12-22 Matthias ClasenAvoid invariant checking spew in gnome-shell
2010-12-21 Carlos GarnachoEnsure widgets get a GtkStyle with its backing GtkStyle...
2010-12-20 Javier Jardóndocs: unmap signal will always be emitted when a widget...
2010-12-20 Havoc PenningtonAlways emit unmap when a widget is unmapped
2010-12-20 Havoc PenningtonAdd invariant that a child is unmapped if parent is...
2010-12-20 Havoc PenningtonVerify GtkWidget invariants if G_ENABLE_DEBUG is defined
2010-12-18 Carlos GarnachoRemove dead Gtk[Rc]Style code
2010-12-18 Carlos GarnachoAdapt gtk_widget_set_name() docs to style context.
2010-12-18 Matthias ClasenHide GtkWindowGroup members
2010-12-17 Matthias ClasenFix a few parameter name mismatches
2010-12-17 Cosimo Cecchiwidgetpath: allow GTypes non-derived from GTK_TYPE_WIDGET
2010-12-17 Carlos GarnachoRemove *_set_extension_events() and old API to query...
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Matthias ClasenRemove gtk_widget_reset_shapes
2010-12-15 Carlos GarnachoImprove docs for gtk_widget_reset_style().
2010-12-13 Carlos GarnachoFix coalescing of state animation areas for multiple...
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-07 Matthias ClasenSome doc additions
2010-12-07 Tristan Van BerkomAdded minimum size parameter to GtkWidgetClass->adjust_...
2010-12-05 Paolo BorelliRemove unused function modify_color_property
2010-12-05 Carlos GarnachoBug 636511 - New style override functions do not work...
2010-12-05 Matthias ClasenFix abi check after recent merges
2010-12-05 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoFix call to gtk_widget_override_cursor()
2010-12-04 Carlos GarnachoMake gtk_widget_override_cursor() take GdkRGBAs
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos Garcia CamposGtkWidget: add gtk_widget_render_icon_pixbuf()
2010-12-04 Carlos Garcia CamposGtkWidget: queue a resize when style context changed
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_override_cursor().
2010-12-04 Carlos GarnachoAdd GtkModifierStyle as a private object
2010-12-04 Carlos GarnachoGtkStyleProvider: Add GtkStateFlags parameter to get_st...
2010-12-04 Carlos GarnachoGtkWidget: unset NULL properties when overriding style.
2010-12-04 Matthias ClasenSome header cleanups
2010-12-04 Matthias ClasenInitial attempt at deprecating GtkStyle api
2010-12-04 Carlos GarnachoInitialize all looping, active state transitions on...
2010-12-04 Carlos GarnachoLet gtk_widget_get_path() correct early calls during...
2010-12-04 Carlos GarnachoGtkWidget: Update pango context from style context...
2010-12-04 Carlos GarnachoGtkWidget: Ensure the style context always has an screen.
2010-12-04 Carlos GarnachoGtkWidget: Add new set of methods to override style...
2010-12-04 Carlos GarnachoGtkWidget: Trigger state change transitions on state...
2010-12-04 Carlos GarnachoImplement widget states as a set of flags
2010-12-04 Carlos GarnachoGtkWidget: Ensure name changes involve a style context...
2010-12-04 Carlos GarnachoAdd theming docs
2010-12-04 Carlos GarnachoGtkWidget: Store GtkStyleContext in private struct.
2010-12-04 Carlos GarnachoGtkContainer: Add method to get the GtkWidgetPath for...
2010-12-04 Carlos GarnachoGtkStyleContext: Fix animation framework to work with...
2010-12-04 Carlos GarnachoAdd generic providers per-screen.
2010-12-04 Carlos GarnachoGtkWidget: Set style context's screen before the widget...
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_reset_style().
2010-12-04 Carlos GarnachoGtkWidget: Add the style-updated signal
2010-12-04 Carlos GarnachoGtkSettings: implement GtkStyleProvider
2010-12-04 Carlos GarnachoPlug a bunch of leaks.
2010-12-04 Carlos GarnachoGtkWidget: Update GtkStyleContext animation regions...
2010-12-04 Carlos GarnachoSet classes info in GtkWidgetPath.
2010-12-04 Carlos Garnachos/child class/region/ everywhere.
2010-12-04 Carlos GarnachoGtkWidget: Set style context direction.
2010-12-04 Carlos GarnachoGtkWidget: Add the default CSS provider to all style...
2010-12-04 Carlos GarnachoGtkWidget: Create GtkStyle on top of GtkStyleContext.
2010-12-04 Carlos GarnachoGtkWidget: Construct style for partial widget hierarchies.
2010-12-04 Carlos GarnachoGtkWidget: Set screen info in GtkStyleContext.
2010-12-04 Carlos GarnachoGtkWidget: Do not reset GtkStyleContext per get_style_c...
2010-12-04 Carlos GarnachoGtkWidget: Hook up widget style property querying to...
2010-12-04 Carlos GarnachoGtkWidget: Generate GtkWidgetPath on set_parent.
2010-12-04 Carlos GarnachoFix compilation.
2010-12-04 Carlos GarnachoAdd region details in gtk_widget_get_path().
2010-12-04 Carlos GarnachoRefurbish GtkWidgetPath API.
2010-12-04 Carlos GarnachoGtkWidget: Create GtkCssProvider for user modifications.
2010-12-04 Carlos GarnachoGtkWidget: Add widget path to style context.
next