| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't leak a label. (#455901, Christian Persch, Vincent Geddes) | Matthias Clasen | 2007-07-20 | 1 | -1/+1 |
* | Use g_get_user_special_dir() to obtain the path for the DESKTOP directory. | Matthias Clasen | 2007-06-07 | 1 | -3/+7 |
* | Check if down_button is NULL. This happens when the pathbar button for the | Cody Russell | 2007-06-04 | 1 | -1/+4 |
* | Add ATK names to the Up, Down, and Root buttons. Keep the focus from | Matthias Clasen | 2007-05-16 | 1 | -1/+76 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -6/+2 |
* | Fix parenthesis confusion. | Carlos Garnacho | 2006-11-09 | 1 | -3/+3 |
* | added, do not leave the scroll timeout running if the slider buttons are | Carlos Garnacho | 2006-11-08 | 1 | -0/+14 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+0 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -0/+3 |
* | don't cancel the operations spawned by buttons here, | Kristian Rietveld | 2006-09-04 | 1 | -13/+18 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | cancel all pending handles in the button list. (Fixes #341035, reported by | Kristian Rietveld | 2006-05-16 | 1 | -0/+10 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Merged the federico-filename-entry branch, to fix bug #136541. CombinedAFTER_FEDERICO_FILENAME_ENTRY_MERGE | Federico Mena Quintero | 2006-05-03 | 1 | -1/+1 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -123/+264 |
* | Made button-press timeouts which work like key repeat timeouts | Michael Natterer | 2005-11-22 | 1 | -6/+13 |
* | Merge remaining fixes from the 2.8 branch, pointed out by Michael | Matthias Clasen | 2005-11-21 | 1 | -5/+11 |
* | Fix crashes in connection with pathbar scrolling (#321560, Bogdan Nicula) | Matthias Clasen | 2005-11-19 | 1 | -1/+3 |
* | Fix a C99ism. (#321777, Jens Granseuer) | Matthias Clasen | 2005-11-18 | 1 | -1/+1 |
* | Improve navigation to parent folders. (#318444, Andrei Yurkevich) | Matthias Clasen | 2005-11-10 | 1 | -4/+11 |
* | Set focus-on-click to FALSE for all buttons. Don't grab focus when a | Matthias Clasen | 2005-11-07 | 1 | -7/+12 |
* | Don't special-case Home and Desktop; just use their real names on the file | Federico Mena Quintero | 2005-10-04 | 1 | -7/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -3/+1 |
* | Fix #157787, reported by Jonathan Blandford: | Matthias Clasen | 2005-07-07 | 1 | -2/+3 |
* | Rework the way in which rerooting of the path bar is done, implementing | Matthias Clasen | 2005-06-13 | 1 | -19/+61 |
* | Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie) | Matthias Clasen | 2005-03-22 | 1 | -0/+10 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+1 |
* | Stop scrolling when the pathbar goes away. (#167094, Rodney Dawes) | Matthias Clasen | 2005-02-11 | 1 | -2/+6 |
* | Don't call button_data_free() explicitly; the button is weak-reffed and | Federico Mena Quintero | 2005-01-06 | 1 | -6/+1 |
* | Merged from gtk-2-4: | Federico Mena Quintero | 2004-11-20 | 1 | -0/+41 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -2/+2 |
* | Scroll to make the current folder visible. (#152921) | Matthias Clasen | 2004-09-26 | 1 | -2/+2 |
* | Revert the button state to !button_down, if we're missing the release | Matthias Clasen | 2004-09-26 | 1 | -3/+146 |
* | Give the path bar arrows some more space. | Matthias Clasen | 2004-09-21 | 1 | -1/+1 |
* | Change the Down button to be end-justified, so that clicking on it is a | Jonathan Blandford | 2004-08-25 | 1 | -5/+8 |
* | gtk/gtkfilechooserdefault.c (shortcuts_append_home, | Tor Lillqvist | 2004-08-14 | 1 | -7/+21 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | remove spurious gtk_box_pack_start. | Jonathan Blandford | 2004-04-14 | 1 | -1/+0 |
* | patch from Owen to make the buttons sized by a bold label. This makes the | Jonathan Blandford | 2004-04-13 | 1 | -10/+56 |
* | Ref/sink the buttons. Also, free them correctly upon failure. Based on a | Federico Mena Quintero | 2004-04-06 | 1 | -3/+9 |
* | Fix #136077. | Federico Mena Quintero | 2004-04-02 | 1 | -11/+32 |
* | Make this work when the slider buttons have been destroyed. | Morten Welinder | 2004-03-17 | 1 | -12/+31 |
* | Only show the title string in OPEN/SELECT_FOLDER mode as it's | Federico Mena Quintero | 2004-03-15 | 1 | -1/+5 |
* | Allow the path to be NULL, so that people can ask for information about a | Federico Mena Quintero | 2004-03-15 | 1 | -2/+9 |
* | Add _gtk_path_bar_up()/ _gtk_path_bar_down(). | Owen Taylor | 2004-03-15 | 1 | -0/+54 |
* | Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159, | Owen Taylor | 2004-03-12 | 1 | -40/+5 |
* | Plug leak. | Morten Welinder | 2004-03-11 | 1 | -0/+1 |
* | Support changes in icon themes. | Jonathan Blandford | 2004-03-10 | 1 | -31/+180 |