]> Pileus Git - ~andy/gtk/history - gtk
reftests: Add a test for border-width problems
[~andy/gtk] / gtk /
2012-11-11 Benjamin Ottebin: Handle border width if we have to
2012-11-11 Benjamin Ottecontainer: Simplify code
2012-11-11 Benjamin Ottewindow: Remove useless functions
2012-11-11 Benjamin Ottebin: Only handle size for the child if it is visible
2012-11-10 Benjamin Ottetests: Add an intersection test for the recent bug
2012-11-10 Benjamin Ottetests: Add some bitmasks to the hardcoded list
2012-11-10 Benjamin Ottebitmask: Fix intersection code
2012-11-10 Benjamin Ottecssvalue: Make shade() work properly again
2012-11-09 Stef Waltericon-theme: Add some preconditions for NULL arguments
2012-11-09 Alexander LarssonMake _gtk_css_lookup_get_missing inline
2012-11-09 Alexander Larssongtk_css_style_provider_lookup: minor loop optimiziation
2012-11-09 Alexander LarssonExit early in gtk_style_context_update_cache codepaths
2012-11-09 Alexander LarssonFix cnp bug in _gtk_bitmask_intersects
2012-11-09 Jasper St. Pierregtkbin: Remove the silliest code on earth
2012-11-09 Jasper St. Pierregtkbin: Complete more of a base implementation for...
2012-11-09 Jasper St. Pierregtkversion.h.in: Put the documentation inside the heade...
2012-11-08 Benjamin Ottelabel: Fix another sizing corner case causing segfaults
2012-11-08 Benjamin Ottestylecontext: Fix a memleak
2012-11-08 Benjamin Ottestylecontext: Remove unused function
2012-11-08 Benjamin Ottecssvalue: Convert shadows to GtkCssColorValue
2012-11-08 Benjamin Ottecssimage: Use GtkCssColorValue
2012-11-08 Benjamin Ottecssstyleproperty: Replace symbolic colors with GtkCssCo...
2012-11-08 Benjamin Ottecssvalue: Add GtkCssColorValue
2012-11-08 Benjamin Ottesymboliccolor: Change the print output
2012-11-08 Benjamin Ottesymboliccolor: Split out HSLA code
2012-11-08 Matthias ClasenNuke GtkBoxAccessible
2012-11-07 Cosimo Cecchitext-cell-accessible: fix a double unref
2012-11-06 Benjamin Ottegradient: Add color stops to the right gradient
2012-11-06 Benjamin Ottecssimage: Fix huge memleak
2012-11-06 Cosimo Cecchicss: Fix copy/paste error
2012-11-05 Benjamin Ottelabel: Handle crazy corner cases
2012-11-04 Matthias ClasenBump GLib dependency to 2.35
2012-11-04 Stefano Facchinisizerequest: do not derefence NULL pointers
2012-11-04 Paolo Borelligtkmenubutton: remove weak pointer when needed
2012-11-04 Paolo Borelligtkmenubutton: set menu to NULL in dispose.
2012-11-04 Benjamin Ottesizerequest: Restructure code
2012-11-04 Benjamin Ottesizerequest: Move sizegroups function to different...
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 Ottesizerequest: Move optimization
2012-11-04 Benjamin Ottelabel: Redo get_preferred_width/height()
2012-11-04 Benjamin Ottelabel: Fix ellipsize and wrap being set
2012-11-04 Benjamin Ottesizerequest: Export _gtk_widget_compute_size_for_orient...
2012-11-04 Benjamin Ottesizegroup: Move GtkSizeGroupMode to gtkenums.h
2012-11-04 Benjamin Ottesizerequest: Cache sizes without size groups
2012-11-04 Benjamin Ottesizegroups: Use is_visible() instead of get_mapped...
2012-11-04 Benjamin OtteAPI: Add gtk_widget_is_visible()
2012-11-04 Benjamin Ottesizegroup: Handle hfw in size groups
2012-11-04 Benjamin Ottesizegroup: Add a function for clarity
2012-11-04 Benjamin Ottesizegroup: Don't keep groups around everywhere
2012-11-04 Benjamin Ottesizegroup: Check ignore_hidden flag when adding groups
2012-11-04 Benjamin Ottesizegroup: Use for loops
2012-11-04 Benjamin Ottesizegroups: Restructure code
2012-11-04 Benjamin Ottesizegroup: Don't cache the sizes anymore
2012-11-02 Federico Mena QuinteroMerge branch 'bgo687196-filesystemmodel-crash'
2012-11-02 Federico Mena Quinterobgo#687196 - Fix model corruption during file removal
2012-11-01 Federico Mena QuinteroMake freeze_updates() and thaw_updates() static functions
2012-11-01 Federico Mena QuinteroComments on how the filtering and sorting processes...
2012-11-01 Benjamin Ottesizegroup: Always at least use widget's size
2012-11-01 Benjamin Ottesettings: Reset all styles when the enable-animations...
2012-11-01 Benjamin OtteRaleigh: Fix spinners with disabled animations
2012-11-01 Benjamin Ottecssimage: Implement some equal functions
2012-11-01 Federico Mena QuinteroRemove argument to _gtk_file_system_model_update_file...
2012-11-01 Federico Mena QuinteroRename gtk_tree_path_new_from_node() to tree_path_new_f...
2012-10-31 Cosimo Cecchiicon-theme: support loading symbolic GFileIcons from...
2012-10-31 Benjamin Ottethemingbackground: Remove struct members
2012-10-31 Benjamin Ottethemingengine: Draw fradctional border sizes
2012-10-31 Benjamin Ottethemingbackground: Remove GtkThemingBackgroundLayer
2012-10-31 Benjamin Ottethemingbackground: Use get_box() for background image...
2012-10-31 Benjamin Ottethemingbackground: Introduce gtk_theming_background_get...
2012-10-31 Benjamin Ottethemingbackground: Add content_box variable
2012-10-31 Benjamin Ottethemingbackground: Get rid of flags variable
2012-10-31 Benjamin Ottethemingbackground: Move image variable
2012-10-31 Benjamin Ottethemingbackground: Restructure code some more
2012-10-31 Benjamin Ottethemingbackground: Restructure code
2012-10-31 Benjamin Ottecssimage: Add a warning for drawing empty images
2012-10-31 Benjamin Ottecssvalue: Compute "background-size: 0 0" properly
2012-10-31 Benjamin Ottestylecontext: Don't use bg image in gtk_style_context_s...
2012-10-31 Benjamin Ottecssimage: Add an equal vfunc
2012-10-31 Benjamin Ottemenuitem: Draw background unconditionally
2012-10-31 Benjamin Ottesettings: Use _gtk_css_provider_load_named()
2012-10-31 Benjamin Ottecssprovider: Move fallback code into _gtk_css_provider_...
2012-10-31 Benjamin Ottecssprovider: Export gtk_css_provider_load_named) function
2012-10-31 Benjamin Ottecssprovider: Split out theme loading function
2012-10-29 Hib ErisFix compiling for win32
2012-10-26 Carlos Garnachotexthandles: Add an extra style class to the cursor...
2012-10-26 Carlos Garnachotexthandles: set input shape on handles' window
2012-10-26 Carlos Garnachotexthandle: Fix shape setup on non-composited environments
2012-10-22 Matthias ClasenBe robust against unrealized windows in GtkWindowAccessible
2012-10-22 Matthias ClasenForgotten fixup
2012-10-22 Stefano Facchinitreeview: Add support for styling the dragged header
2012-10-22 Stefano Facchinitreeview: Move the dragged header in the headers window
2012-10-22 Matthias ClasenUse named union for _GtkSymbolicColor in gtk/gtksymboli...
2012-10-22 Cosimo Cecchiscrollbar: remove unused variable
2012-10-22 Cosimo Cecchinotebook: return TRUE for drag-motion event when over...
2012-10-22 Cosimo Cecchinotebook: consolidate code to remove the switch tab...
2012-10-22 Cosimo Cecchiscale: update style properties on GtkRange at init
2012-10-22 Cosimo Cecchiscrollbar: update style properties on GtkRange at init
2012-10-18 Matthias ClasenFix duplicate columns in filechooser entry completion
2012-10-17 Cosimo Cecchimenubutton: don't refer to the non-existant menu property
next