summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.c
Commit message (Expand)AuthorAgeFilesLines
* Change the Down button to be end-justified, so that clicking on it is aJonathan Blandford2004-08-251-5/+8
* gtk/gtkfilechooserdefault.c (shortcuts_append_home,Tor Lillqvist2004-08-141-7/+21
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* remove spurious gtk_box_pack_start.Jonathan Blandford2004-04-141-1/+0
* patch from Owen to make the buttons sized by a bold label. This makes theJonathan Blandford2004-04-131-10/+56
* Ref/sink the buttons. Also, free them correctly upon failure. Based on aFederico Mena Quintero2004-04-061-3/+9
* Fix #136077.Federico Mena Quintero2004-04-021-11/+32
* Make this work when the slider buttons have been destroyed.Morten Welinder2004-03-171-12/+31
* Only show the title string in OPEN/SELECT_FOLDER mode as it'sFederico Mena Quintero2004-03-151-1/+5
* Allow the path to be NULL, so that people can ask for information about aFederico Mena Quintero2004-03-151-2/+9
* Add _gtk_path_bar_up()/ _gtk_path_bar_down().Owen Taylor2004-03-151-0/+54
* Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,Owen Taylor2004-03-121-40/+5
* Plug leak.Morten Welinder2004-03-111-0/+1
* Support changes in icon themes.Jonathan Blandford2004-03-101-31/+180
* added 'Desktop' to the list of volumes. We don't have any more untranlatedJonathan Blandford2004-03-101-21/+52
* Encapsulate all of the information about a button in a struct instead ofJonathan Blandford2004-03-091-110/+107
* unref the correct icon.Jonathan Blandford2004-03-091-1/+1
* Patch "1a" from #136185, by Morten Welinder.Federico Mena Quintero2004-03-081-23/+13
* If we fail, leave widget unchanged. Explicitly verify final directory.Morten Welinder2004-03-081-12/+42
* new function to consolidate creating the path_bar.Jonathan Blandford2004-03-081-63/+160
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Modified patch from muppet <scott@asofyet.org> to keep child directoriesJonathan Blandford2004-03-041-40/+141
* Handle errors in setting the path bar's path. Fixes #136000, based on aFederico Mena Quintero2004-03-031-7/+14
* Simplify semantics and check for errors.Morten Welinder2004-03-011-1/+9
* use gtk_widget_push/pop_composite_child around internal buttons.Jonathan Blandford2004-02-251-1/+9
* Display the root a bit more cleanly.Jonathan Blandford2004-02-231-24/+32
* for (i = 0; i < 10; i++) g_print ("I will compile before committing.\n");Jonathan Blandford2004-02-231-1/+1
* Use the GtkPathBar by default now.Jonathan Blandford2004-02-231-57/+126
* Fix bug 134982, reported by Morten Welinder:Matthias Clasen2004-02-221-0/+2
* conditional compile for GtkPathBarJonathan Blandford2004-02-201-12/+86
* New widget to handle the path in the fileselector implementation. NotJonathan Blandford2004-02-201-0/+537