summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made button-press timeouts which work like key repeat timeoutsMichael Natterer2005-11-221-6/+13
* Merge remaining fixes from the 2.8 branch, pointed out by MichaelMatthias Clasen2005-11-211-5/+11
* Fix crashes in connection with pathbar scrolling (#321560, Bogdan Nicula)Matthias Clasen2005-11-191-1/+3
* Fix a C99ism. (#321777, Jens Granseuer)Matthias Clasen2005-11-181-1/+1
* Improve navigation to parent folders. (#318444, Andrei Yurkevich)Matthias Clasen2005-11-101-4/+11
* Set focus-on-click to FALSE for all buttons. Don't grab focus when aMatthias Clasen2005-11-071-7/+12
* Don't special-case Home and Desktop; just use their real names on the fileFederico Mena Quintero2005-10-041-7/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-3/+1
* Fix #157787, reported by Jonathan Blandford:Matthias Clasen2005-07-071-2/+3
* Rework the way in which rerooting of the path bar is done, implementingMatthias Clasen2005-06-131-19/+61
* Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie)Matthias Clasen2005-03-221-0/+10
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+1
* Stop scrolling when the pathbar goes away. (#167094, Rodney Dawes)Matthias Clasen2005-02-111-2/+6
* Don't call button_data_free() explicitly; the button is weak-reffed andFederico Mena Quintero2005-01-061-6/+1
* Merged from gtk-2-4:Federico Mena Quintero2004-11-201-0/+41
* Fix many sparse warnings.Matthias Clasen2004-10-281-2/+2
* Scroll to make the current folder visible. (#152921)Matthias Clasen2004-09-261-2/+2
* Revert the button state to !button_down, if we're missing the releaseMatthias Clasen2004-09-261-3/+146
* Give the path bar arrows some more space.Matthias Clasen2004-09-211-1/+1
* 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