summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890,Matthias Clasen2008-02-121-11/+5
* remove unused variable.Michael Natterer2008-01-091-2/+1
* Don't leak a label. (#455901, Christian Persch, Vincent Geddes)Matthias Clasen2007-07-201-1/+1
* Use g_get_user_special_dir() to obtain the path for the DESKTOP directory.Matthias Clasen2007-06-071-3/+7
* Check if down_button is NULL. This happens when the pathbar button for theCody Russell2007-06-041-1/+4
* Add ATK names to the Up, Down, and Root buttons. Keep the focus fromMatthias Clasen2007-05-161-1/+76
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-6/+2
* Fix parenthesis confusion.Carlos Garnacho2006-11-091-3/+3
* added, do not leave the scroll timeout running if the slider buttons areCarlos Garnacho2006-11-081-0/+14
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-0/+3
* don't cancel the operations spawned by buttons here,Kristian Rietveld2006-09-041-13/+18
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* cancel all pending handles in the button list. (Fixes #341035, reported byKristian Rietveld2006-05-161-0/+10
* More of the sameMatthias Clasen2006-05-141-1/+1
* Merged the federico-filename-entry branch, to fix bug #136541. CombinedAFTER_FEDERICO_FILENAME_ENTRY_MERGEFederico Mena Quintero2006-05-031-1/+1
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-123/+264