]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
Clean up the opacity handling
[~andy/gtk] / gtk / gtkwidget.c
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
2011-12-19 Benjamin Ottewidget: Unset self from accessible
2011-12-19 Benjamin Ottewidget: Unset widget on accessibles
2011-12-17 Rui Matoswidget: Flip the sensitive flag even if the state doesn...
2011-12-16 Benjamin Ottewidget: Don't change sensitive state with insensitve...
2011-12-14 Rui Matoswidget: Synthesize crossing only if sensitivity changed...
2011-12-13 Alexander LarssonFix set_focus_child handling during focus changes
2011-12-07 Rui Matoswidget: Unset window-unfocused in gtk_widget_unparent()
2011-12-05 Benjamin Ottewidget: Update Pango context on state change
2011-11-21 Matthias ClasenDrop uses of @returns syntax
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-18 Murray CummingFix tiny docs typo.
2011-11-16 Benjamin Ottewidget: Add _gtk_widget_peek_accessible()
2011-11-08 Benjamin Ottewidget: Don't use deprecated symbols
2011-11-08 Benjamin Ottewidget: Deprecate gtk_widget_get_pointer ()
2011-11-08 Rui Matosgtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state...
2011-11-02 Matthias ClasenMove deprecated gtkwidget style api to gtkstyle
2011-10-25 Matthias ClasenFix more test breakage
2011-10-25 Benjamin Ottea11y: Hack around infinite loops in parent setting
2011-10-23 Michael Natterergtk: move _gtk_modules_has_mixed_deps() to gtkmodlespri...
next