]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkwidget.c
2013-03-13 Chun-wei Fangdk/gdkwindow.c, gtk/gtkwidget.c: Include fallback...
2013-03-04 Will Thompsondocs: correct various spelling and grammar errors
2013-03-01 Alexander LarssonRe-fix opacity group handling
2013-02-27 Alexander LarssonFix opacity group hack
2013-02-25 Matthias ClasenSome more documentation fixes
2013-02-22 Federico Mena QuinteroGtkWidget::draw() - Document how to get the dirty region
2013-02-19 Cosimo Cecchidocs: add some missing gtk-doc blocks and Since tags...
2013-02-18 Owen W. Taylorgtk_widget_on_frame_clock_update: ref the widget
2013-02-18 Owen W. TaylorAdd gdk_frame_clock_begin/end_updating()
2013-02-15 Alexander LarssonFix gtk_widget_add_tick_callback sometimes not working
2013-02-15 Alexander LarssonFix up s/gtk_frame_clock/gdk_frame_clock/ in docs
2013-02-14 Owen W. TaylorGtkContainer: fix disconnection from frame clock
2013-02-14 Owen W. TaylorGtkTickCallback: document use of G_SOURCE_CONTINUE...
2013-02-14 Owen W. TaylorAdd gtk_widget_add_tick_callback(), remove GtkTimeline...
2013-02-14 Owen W. TaylorAdd an UPDATE phase and GdkFrameClockTarget, use for...
2013-02-14 Owen W. TaylorGdkFrameClock: Make the phase explicit when requesting...
2013-02-14 Owen W. TaylorUse GdkFrameClock for relayout
2013-02-14 Owen W. TaylorAdd GdkFrameClock
2013-02-12 Alexander LarssonAdd opacity_group hack
2013-02-11 Alexander LarssonClean up the opacity handling
2013-02-10 Matthias ClasenCorrect the documentation for how to set accessible...
2013-02-07 Alexander Larssoncss: Support opacity
2013-02-07 Alexander LarssonAdd gtk_widget_get/set_opacity
2013-02-07 Alexander LarssonAdd gtk_widget_(un)register_window
2013-01-26 Benjamin Ottewidget: Another place to relax the visibility requirement
2013-01-24 Benjamin Ottewidget: Allow invisible toplevels to do sizing operations
2013-01-21 Cole Robinsonwidget: Add annotation (allow-none) for set_tooltip_text
2013-01-08 Benjamin Ottewidget: Remove leftover debug statement
2013-01-08 Benjamin Ottewidget: Give some meaning to "visible"
2012-12-29 Benjamin Ottewidget: Fix initial state flags for RTL
2012-12-29 Benjamin Ottewidget: Fix state propagation code
2012-12-29 Benjamin Ottewidget: Remove underscore prefix from static function
2012-12-18 Benjamin Ottestylecontext: Use state flags for direction
2012-12-18 Benjamin Ottewidget: Set state flags for direction
2012-12-18 Benjamin OtteAPI: Add state flags for RTL and LTR
2012-12-06 Alexander LarssonGtkLabel: Rely on the new pango support for context...
2012-12-06 Benjamin Ottegtk: Use gtk_style_context_get()
2012-12-04 Alexander LarssonRevert "Don't queue resize for hidden widgets without...
2012-12-04 Alexander LarssonDon't queue resize for hidden widgets without a size...
2012-12-04 Alexander Larssoncss: Avoid queue_resize in _gtk_widget_style_context_in...
2012-11-30 Benjamin Ottewidget: Optimize away unndeeded redraws
2012-11-30 Matthias ClasenAdd a missing va_end call
2012-11-25 Benjamin Ottewidget: Remove an unneeded queue_resize()
2012-11-25 Benjamin Ottesymboliccolor: Remove extra includes
2012-11-22 David Kingdocs: Correct GtkWidget::scroll-event mask documentation
2012-11-14 Benjamin Ottewidget: Get rid of unused flags
2012-11-14 Benjamin Ottesizerequestcache: Move functions
2012-11-14 Benjamin Ottesizerequest: Split out size request cache code into...
2012-11-04 Benjamin Ottesizegroup: Construct the set of sizegroup peers as...
2012-11-04 Benjamin Ottesizegroup: Use _gtk_widget_compute_size_for_orientation()
2012-11-04 Benjamin OtteAPI: Add gtk_widget_is_visible()
2012-10-02 Tristan Van BerkomAmended documentation for gtk_widget_set_size_request().
2012-10-01 Benjamin Ottewidget: Move style context update out of vfunc
2012-09-17 Benjamin Ottestylecontext: Refactor the way animations are started...
2012-09-17 Benjamin Ottewidget: Use gtk_widget_queue_draw() for queueing redraws
2012-09-15 Matthias ClasenSmall tweaks to the DND docs
2012-09-03 Carlos GarnachoAdd GtkTextHandle
2012-08-23 Ryan LortieGtkWidget: fix insert_action_group(NULL)
2012-08-21 Matthias ClasenFix the doc build
2012-08-20 Lars UebernickelGtkWidget: Add gtk_widget_insert_action_group()
2012-08-19 Frédéric Pétersdoc: fix location of ATK documentation (GNOME bug 682193)
2012-07-30 Philip WithnallBug 680822 — Document return value of GtkWidget::draw
2012-07-02 Cosimo Cecchidocs: fix a number of typos and obsolete references
2012-06-25 Cosimo Cecchiwidget: silence g-i scanner warning
2012-06-18 Benjamin Ottewidget: don't call gtk_style_context_set_background...
2012-04-17 Benjamin Ottecontainer: needs_resize is a container flag, not a...
2012-04-17 Benjamin Ottewidget: Set .default class when widget is default
2012-04-17 Benjamin Ottestylecontext: Add public API to stop animations
2012-04-17 Benjamin Ottewidget: Don't cache widget paths all the time
2012-04-17 Benjamin Ottecss: Remove old animation code
2012-04-17 Benjamin Ottewidget: Replace reset_style() calls
2012-04-17 Benjamin Ottewidget: Don't go via path when resetting style
2012-04-17 Benjamin Ottewidget: Add _gtk_widget_invalidate_style_context()
2012-04-17 Benjamin Ottewidget: Merge function into only caller
2012-04-17 Benjamin Ottewidget: Clear broken widget path in constructor
2012-04-17 Benjamin Ottewidget: Don't set widget path on style context
2012-04-17 Benjamin Ottestylecontext: Notify widget directly of changes
2012-04-17 Benjamin Ottestylecontext: Add setter for widget
2012-04-13 Matthias ClasenFix malformed doc comments
2012-04-07 Benjamin Ottewidget: Create style context using regular API
2012-03-09 Benjamin Ottewidget: Set up signals after initializing style context
2012-03-08 Alexander LarssonMerge branch 'wip/cssvalue'
2012-03-08 Chun-wei Fangtkwidget.c: Use G_VA_COPY instead of va_copy()
2012-03-05 Alexander LarssonAdd custom va_marshallers in some places
2012-03-01 Carlos Garcia Camposgtk: Add a way to do event capture
2012-03-01 Matthias Clasengtk: translate unhandled touch events to button events
2012-03-01 Matthias Clasengtk: Add a separate ::touch-event signal
2012-02-27 Javier JardónChange FSF Address
2012-02-15 Javier Jardóndocs: GtkWidget's "state-flags-changed" is a signal...
2012-02-15 Murray CummingDocumentation: Correct references to properties.
2012-01-12 Andrea CimitanIntroduce gtk_window_get/set_attached_to()
2012-01-09 Rui MatosRename 'window-unfocused' to 'backdrop'
2012-01-09 Benjamin Ottewidget: Set parent style context
2012-01-05 Javier Jardóngtk/*: Use g_list_free_full() convenience function
2011-12-22 Benjamin Ottewidget: Print a g_warning() when a cairo_t is invalid
2011-12-19 Rui Matoswidget: Set style flags on the style context when the...
2011-12-19 Rui Matoswidget: Always propagate state flags to all children
2011-12-19 Matthias ClasenIntroduce gtkaccelmapprivate.h
2011-12-19 Benjamin Ottewidget: Set widget in accessible's constructor
2011-12-19 Benjamin Ottewidget: Unref accessible
next