]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2010-12-05 Tristan Van... Added g_getenv("RTL") to test rtl layouting.
2010-12-05 Tristan Van... Fixed conflicts from rebasing GtkTreeViewColumn changes...
2010-12-05 Tristan Van... Adding testverticalcells.c.
2010-12-05 Tristan Van... Removing hack and fixing gtk_tree_view_column_cell_get_...
2010-12-05 Tristan Van... Added GtkTreeViewColumn:cell-area construct-only property.
2010-12-05 Tristan Van... Fixed GtkTreeViewColumn allocation to only subtract...
2010-12-05 Tristan Van... Changed GtkTreeView to bookkeep the deepest expanded...
2010-12-05 Tristan Van... Allocate proper inner cell area to the GtkTreeViewColumn.
2010-12-05 Tristan Van... Created _gtk_tree_view_column_request_width().
2010-12-05 Tristan Van... Use gtk_tree_view_get_real_requested_width_from_column...
2010-12-05 Tristan Van... Changed _gtk_tree_view_column_set_width for _gtk_tree_v...
2010-12-05 Tristan Van... Removed GtkTreeViewPrivate from gtktreeprivate.h and...
2010-12-05 Tristan Van... Removed the private sharing of internal treeview macros...
2010-12-05 Tristan Van... Removed all variables from GtkTreeViewColumn and create...
2010-12-05 Tristan Van... Added proper handling of right to left layouting of...
2010-12-05 Tristan Van... Added different icon at the end of testtreeedit to...
2010-12-05 Tristan Van... Merge branch 'master' into treeview-refactor
2010-12-05 Javier JardónAdd internal accessor for GtkEntry->is_cell_renderer
2010-12-04 Matthias ClasenFix a segfault in gdk_window_beep
2010-12-04 Matthias ClasenTry again to fix the gdk symbol list
2010-12-04 Matthias ClasenFix gdk_rgba_parse call
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... Merge branch 'master' into treeview-refactor
2010-12-04 Paolo BorelliAnnotate gdk_window_get_geometry, get_position and...
2010-12-04 Carlos GarnachoGtkThemingEngine: Fix parameters for gtk_theming_engine...
2010-12-04 Carlos Garnachotestgtk: Fix gdk_rgba_parse() arguments.
2010-12-04 Carlos GarnachoGtkCssProvider: Improve error handling and reporting.
2010-12-04 Carlos GarnachoGtkThemingEngine: Be a bit more robust against missing...
2010-12-04 Carlos Garcia... GtkWidget: add gtk_widget_render_icon_pixbuf()
2010-12-04 Carlos Garcia... GtkIconFactory: add gtk_icon_set_render_icon_pixbuf()
2010-12-04 Carlos Garcia... GtkStyle: set style context state before calling gtk_re...
2010-12-04 Carlos Garcia... GtkStyle: make context property readable
2010-12-04 Carlos Garcia... GtkWidget: queue a resize when style context changed
2010-12-04 Carlos Garcia... GtkStyleContext: invalidate icon caches when resetting...
2010-12-04 Carlos Garcia... Use gtk_style_context_reset_widgets() instead of gtk_rc...
2010-12-04 Carlos Garcia... GtkSettings: add _gtk_settings_get_screen() private...
2010-12-04 Carlos GarnachoBlock direct #including in style headers
2010-12-04 Carlos GarnachoAdd helper API for getting colors/borders in GtkStyleCo...
2010-12-04 Carlos GarnachoGtkStyleProperties: Refactor color/gradient resolution
2010-12-04 Carlos GarnachoGtkWidget: Add gtk_widget_override_cursor().
2010-12-04 Carlos GarnachoAdd GtkModifierStyle as a private object
2010-12-04 Carlos GarnachoGtk9Slice: Fix stretch rendering.
2010-12-04 Carlos GarnachoGtkThemingEngine: Add gtk_theming_engine_lookup_color()
2010-12-04 Carlos GarnachoParse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css
2010-12-04 Carlos GarnachoGtkThemingEngine: Remove unused variables
2010-12-04 Carlos GarnachoFix compiler warnings.
2010-12-04 Carlos GarnachoGtkStyleProperties: Turn border-width into a GtkBorder...
2010-12-04 Carlos GarnachoFix docs typo.
2010-12-04 Carlos GarnachoGtkCssProvider: Fix up state matching when looking...
2010-12-04 Carlos GarnachoGtkStyleProvider: Add GtkStateFlags parameter to get_st...
2010-12-04 Carlos GarnachoGtkStyleContext: Handle directionality when picking...
2010-12-04 Carlos GarnachoGtkWidget: unset NULL properties when overriding style.
2010-12-04 Carlos GarnachoGtkThemingEngine: Render gradients in tabs.
2010-12-04 Carlos GarnachoGtkThemingEngine: split background rendering to a priva...
2010-12-04 Carlos GarnachoGtkStyle: Commit a few typos when translating states.
2010-12-04 Carlos Garcia... docs: gtk_style_context_get_screen() always returns...
2010-12-04 Carlos Garcia... Check screen really changed before notifying it and...
2010-12-04 Carlos Garcia... Initialize screen of GtkStyleContext to default screen
2010-12-04 Matthias ClasenAdd explanation to failing test
2010-12-04 Matthias ClasenAdd a testcase a problem with style property handling
2010-12-04 Matthias ClasenAllow images for background-image
2010-12-04 Matthias ClasenAdd list of classes and regions to the docs
2010-12-04 Matthias ClasenAvoid compiler warnings
2010-12-04 Matthias ClasenDon't add class "scrollbar" for every trough
2010-12-04 Matthias ClasenTrivial doc fixes
2010-12-04 Matthias ClasenSome header cleanups
2010-12-04 Matthias ClasenAdd deprecation notes
2010-12-04 Matthias ClasenInitial attempt at deprecating GtkStyle api
2010-12-04 Matthias ClasenForgotten files
2010-12-04 Matthias ClasenMake tests compile without using GtkStyle api
2010-12-04 Matthias ClasenPort gtk3-demo to GtkStyleContext
2010-12-04 Matthias ClasenFix memory handling when dealing with colors
2010-12-04 Matthias ClasenImprove the migration guide
2010-12-04 Matthias ClasenDeprecate gtk_icon_info_load_symbolic_for_style
2010-12-04 Carlos GarnachoGtkSpinner: Use style context for rendering.
2010-12-04 Carlos GarnachoGtkStyleContext: handle prelight transitions
2010-12-04 Carlos GarnachoGtkThemingEngine: Handle prelight transitions in render...
2010-12-04 Carlos GarnachoGtkThemingEngine: Also render topright and bottomleft...
2010-12-04 Carlos GarnachoInitialize all looping, active state transitions on...
2010-12-04 Carlos GarnachoAdd #define for the "spinner" style class
2010-12-04 Carlos GarnachoGtkStyleContext: store layout extents for animation...
2010-12-04 Carlos GarnachoGtkStyleContext: Only allow looping transitions for...
2010-12-04 Carlos GarnachoGtkStyleContext: Stop animations if the window is gone.
2010-12-04 Carlos GarnachoGtkThemingEngine: render square corner if the gap is...
2010-12-04 Matthias ClasenUse gtk_icon_info_load_symbolic_for_context
2010-12-04 Matthias ClasenAdd a GtkStyleContext-variant of symbolic icon loading
2010-12-04 Matthias ClasenSome tweaks for the GtkStyleContext migration guide
2010-12-04 Matthias ClasenAdd illustration to gtk_render_handle docs
2010-12-04 Matthias ClasenSmall doc addition
2010-12-04 Matthias ClasenAdd a frame-gap illustration
2010-12-04 Matthias ClasenImprove frame-gap drawing
2010-12-04 Matthias ClasenFix another parameter mismatch
2010-12-04 Matthias ClasenFix up symbol list for docs
2010-12-04 Matthias Clasenfix parameter name mismatch
2010-12-04 Matthias ClasenForgotten file
2010-12-04 Carlos GarnachoGtkButton: Remove unneeded gtk_style_context_notify_sta...
2010-12-04 Carlos GarnachoGtkCheckButton: Look active when the pointer button...
2010-12-04 Carlos GarnachoGtkStyleContext: Handle empty areas when coalescing...
2010-12-04 Carlos GarnachoGtkToggleButton: Make it able to be prelight and active...
next