summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.c
Commit message (Expand)AuthorAgeFilesLines
...
* GtkPathBar: Use symbolic iconsMatthias Clasen2014-07-231-8/+9
* GtkPathBar: Set style classes on buttonsMatthias Clasen2014-07-231-0/+10
* GtkPathBar: Add a style classMatthias Clasen2014-07-171-0/+1
* pathbar: Implement clippingBenjamin Otte2014-07-151-1/+7
* Drop GtkArrow use in GtkPathBarMatthias Clasen2014-05-131-1/+0
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-1/+1
* path bar: Request enough natural width to fit all buttonsMatthias Clasen2014-01-181-1/+1
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+2
* pathbar: fix positioning of the down slider buttonCosimo Cecchi2013-08-311-9/+14
* pathbar: remove unused spacing private memberCosimo Cecchi2013-08-311-25/+18
* GtkPathBar: Don't make current dir boldMatthias Clasen2013-08-311-46/+1
* pathbar: add back GTK_STYLE_CLASS_LINKEDCosimo Cecchi2013-08-201-0/+5
* Another round of template binding api changesMatthias Clasen2013-07-261-2/+2
* Rename the widget template APIEmmanuele Bassi2013-07-261-10/+10
* widget: Use a real offset in gtk_widget_class_automate_childAlexander Larsson2013-07-261-2/+2
* Drop some unnecessary includesMatthias Clasen2013-07-191-1/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* Deprecate and ignore the timeout-initial and timeout-repeat settingsWilliam Jon McCann2013-07-111-12/+4
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* File chooser: Convert icons to using cairo_surface_twip/window-scales2Alexander Larsson2013-07-031-23/+23
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-261-4/+1
* Deprecate and ignore gtk-icon-sizes settingWilliam Jon McCann2013-06-261-2/+1
* GtkPathBar: Define children with a GtkBuilder templateTristan Van Berkom2013-04-081-279/+296
* Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-081-6/+0
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2
* pathbar: fix a copy/paste error from last commitCosimo Cecchi2012-05-021-2/+4
* pathbar: Only invalidate styles in allocate if stuff really changedBenjamin Otte2012-05-021-3/+16
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-1/+1
* gtk: Make widget only invalidate widget positionsBenjamin Otte2012-04-171-3/+7
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-0/+1
* types: Clean up gtkwidget.h includesBenjamin Otte2012-03-031-4/+5
* pathbar: Fix scrollingMatthias Clasen2012-03-021-0/+2
* pathbar: Fix gcc warningBenjamin Otte2012-03-031-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkpathbar: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
* [GtkPathBar] Remove unused error argumentFederico Mena Quintero2011-11-291-8/+5
* [path-bar] Add some comments to explain the async recursion on an I/O callbackFederico Mena Quintero2011-11-291-0/+6
* [path-bar] Only reset the children's styles if the children actually changedFederico Mena Quintero2011-11-291-2/+2
* Remove unused argumentFederico Mena Quintero2011-11-291-4/+2
* pathbar: add the linked style class to GtkPathBarCosimo Cecchi2011-11-281-0/+5
* GtkPathBar: Implement get_path_for_childCosimo Cecchi2011-09-051-0/+103
* More include cleanupsMatthias Clasen2011-08-281-1/+1
* GtkPathBar: don't use a GtkAlignmentMatthias Clasen2011-06-071-15/+7
* Silence new gcc warningsMatthias Clasen2011-01-231-19/+15
* Make GtkPathBar use ::style-updatedCarlos Garnacho2011-01-041-8/+4
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Make GtkPathBar use set_size_request() instead of the "size-request" signal.Tristan Van Berkom2010-10-301-17/+18
* Remove size_request from GtkPathBarMatthias Clasen2010-10-301-21/+54