summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make GtkPathBar use gtk_container_class_handle_border_widthMatthias Clasen2010-10-081-19/+12
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-3/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-17/+12
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-4/+7
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-6/+15
* gtk/gtkpathbar.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-16/+28
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-2/+0
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-5/+7
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Fixed acces of child->requisition; call gtk_widget_get_child_requisition inst...Tristan Van Berkom2010-04-201-9/+20
* Fix file chooser refcounting issuesMatthias Clasen2010-04-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-04-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-04-031-3/+3
* bgo#355851 - Hide backup files in the file chooserMilan Bouchet-Valat2009-06-111-3/+3
* bgo#327152 - Ellipsize long directory names in GtkPathBar, and better layout ...Denis Chertykov2009-06-051-51/+49
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-12/+21
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-28/+28
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-136/+118
* bgo417389 - Scrollwheel for GtkPathBarCarlos Garnacho2008-03-031-15/+113
* Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables.Matthias Clasen2008-02-161-6/+2