| Commit message (Expand) | Author | Age | Files | Lines |
* | add REMOVABLE column to the shortcuts_model. | Jan Arne Petersen | 2004-01-07 | 1 | -57/+38 |
* | Oops, call shortcuts_add_bookmarks() here. | Federico Mena Quintero | 2004-01-06 | 1 | -4/+8 |
* | New helper function. (toolbar_create): Do not use a toolbar widget, just | Federico Mena Quintero | 2004-01-06 | 1 | -164/+100 |
* | Use ngettext for plurals (#123847). | Christian Neumair | 2003-12-31 | 1 | -1/+1 |
* | Make show_all() work for the extra and preview widgets; reported by Paolo | Federico Mena Quintero | 2003-12-29 | 1 | -2/+2 |
* | Use g_date_strftime() for UTF-8 correctness; use Julian dates to simplify | Federico Mena Quintero | 2003-12-19 | 1 | -41/+19 |
* | Added a "volumes-changed" signal. Added the following methods: | Federico Mena Quintero | 2003-12-17 | 1 | -132/+343 |
* | Added toolbar items for the filter separator and the filter item. | Federico Mena Quintero | 2003-12-10 | 1 | -38/+74 |
* | Use "Home" rather than "Username's Home" (#125964). | Federico Mena Quintero | 2003-12-10 | 1 | -18/+21 |
* | Use the behavior of the GtkFileSelection to determine selected paths in | Jan Arne Petersen | 2003-12-08 | 1 | -10/+50 |
* | Decouple impl->current_folder from the selection in the folder tree. This | Federico Mena Quintero | 2003-12-02 | 1 | -20/+37 |
* | Patch from Hans-Petter Jansson <hpj@ximian.com> to align the bookmarks | Federico Mena Quintero | 2003-12-01 | 1 | -19/+37 |
* | Set the shortcuts tree as a drag destination. | Federico Mena Quintero | 2003-12-01 | 1 | -28/+156 |
* | Fixes to problems reported by Iain Holmes: | Federico Mena Quintero | 2003-11-19 | 1 | -6/+10 |
* | Turn off the dialog's separator (thanks to Iain Holmes). | Federico Mena Quintero | 2003-11-19 | 1 | -4/+3 |
* | Added a render_icon virtual method. | Federico Mena Quintero | 2003-11-19 | 1 | -2/+38 |
* | Take in a path as well. Use a helper function. (shortcuts_append_home): | Federico Mena Quintero | 2003-11-04 | 1 | -61/+143 |
* | Add a stock icon to the "Add bookmark" button. | Federico Mena Quintero | 2003-11-03 | 1 | -25/+40 |
* | Removed. (create_shortcuts_tree): Don't call the above. | Federico Mena Quintero | 2003-11-03 | 1 | -35/+34 |
* | Do not set a border width for the toplevel container. (toolbar_create): | Federico Mena Quintero | 2003-11-03 | 1 | -2/+84 |
* | Change on activation, not selection change (temporary workaround for | Owen Taylor | 2003-11-01 | 1 | -31/+62 |
* | Changew index to filter_index to fix compilation error. | Padraig O'Briain | 2003-10-28 | 1 | -1/+1 |
* | Convert GtkOptionMenu to GtkComboBox. | Owen Taylor | 2003-10-23 | 1 | -72/+32 |
* | gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework | Owen Taylor | 2003-10-23 | 1 | -23/+25 |
* | Renamed from GtkFileChooserImplDefault to GtkFileChooserDefault. | Federico Mena Quintero | 2003-10-23 | 1 | -242/+242 |
* | Free the info itself. | Federico Mena Quintero | 2003-10-21 | 1 | -0/+2 |
* | Removed. (gtk_file_system_gnome_vfs_set_bookmarks): Removed. | Federico Mena Quintero | 2003-10-18 | 1 | -88/+156 |
* | Added a button to remove a bookmark. (remove_bookmark_button_clicked_cb): | Federico Mena Quintero | 2003-10-15 | 1 | -52/+168 |
* | Walk the whole shortcuts model, not just the bookmarks part --- there is | Federico Mena Quintero | 2003-10-13 | 1 | -17/+21 |
* | Read the file's information from gnome-vfs if we haven't finished loading | Federico Mena Quintero | 2003-10-13 | 1 | -210/+246 |
* | Autosize the columns after the model is set. (shortcuts_append_path): Add | Federico Mena Quintero | 2003-10-09 | 1 | -8/+16 |
* | Added methods for ::get_supports_bookmarks(), ::set_bookmarks(), | Federico Mena Quintero | 2003-10-08 | 1 | -108/+251 |
* | Simplify with a macro. This bloats the compiled code, but at least it | Federico Mena Quintero | 2003-10-01 | 1 | -74/+26 |
* | Use enum values instead of plain numbers for the file lists's sort | Federico Mena Quintero | 2003-10-01 | 1 | -24/+107 |
* | Added fields for the shortcuts tree and its model. (create_file_list): | Federico Mena Quintero | 2003-10-01 | 1 | -16/+292 |
* | Connect to "row_activated" on the file list. (list_row_activated): New | Federico Mena Quintero | 2003-09-11 | 1 | -5/+46 |
* | Use the cell renderer's "text" and "weight" properties rather than | Federico Mena Quintero | 2003-09-10 | 1 | -18/+4 |
* | Make the list model read in directory information as well. | Federico Mena Quintero | 2003-09-09 | 1 | -25/+47 |
* | Free the display_key. | Federico Mena Quintero | 2003-09-09 | 1 | -4/+115 |
* | New function. (create_directory_tree): New function. (create_file_list): | Federico Mena Quintero | 2003-09-06 | 1 | -153/+227 |
* | Removed the "extra widget" bit, implemented with the following: | Federico Mena Quintero | 2003-09-03 | 1 | -10/+28 |
* | Add over-big test case for preview (much of size from a modified copy of | Owen Taylor | 2003-07-23 | 1 | -9/+121 |
* | File filter objects. | Owen Taylor | 2003-07-23 | 1 | -8/+287 |
* | auto-ize. | Owen Taylor | 2003-07-16 | 1 | -2/+44 |
* | Add gtk_file_chooser_set_current_name() to set the current entry contents. | Owen Taylor | 2003-07-11 | 1 | -6/+18 |
* | Move interface definition into a private header so it can refer to | Owen Taylor | 2003-04-04 | 1 | -64/+74 |
* | Add a construct-only 'file_system' property, split test case into testfilecho... | Owen Taylor | 2003-03-26 | 1 | -82/+134 |
* | - Add GnomeVFS backend | Owen Taylor | 2003-03-26 | 1 | -1/+1 |
* | Add GtkFileSystem::parse, and a chooser entry with completion | Owen Taylor | 2003-03-25 | 1 | -4/+150 |
* | Make incrememtal searching work, some bug fixes | Owen Taylor | 2003-03-24 | 1 | -44/+53 |