| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gboolean return values and GError arguments to ::set_current_folder() | Federico Mena Quintero | 2004-03-05 | 5 | -121/+235 |
* | Improve the docs (reported by Vitaly Tishkov, #74362) Add some comments to | Owen Taylor | 2004-03-05 | 1 | -3/+26 |
* | s/object/widget/. Makes it compile again. | Michael Natterer | 2004-03-05 | 1 | -1/+1 |
* | chain to the extra_widget. | Jonathan Blandford | 2004-03-05 | 1 | -1/+6 |
* | Patch from Damon Chaplin to free models when we're finalized, #134053 | Jonathan Blandford | 2004-03-05 | 1 | -0/+16 |
* | Document the fact that there might not be a volume for all paths. | Alexander Larsson | 2004-03-05 | 2 | -5/+13 |
* | insert in the correct place instead of naïvely appending. | Jonathan Blandford | 2004-03-05 | 1 | -4/+13 |
* | New handler. Ask the GtkFileChooser widget if it wants to do something | Federico Mena Quintero | 2004-03-05 | 4 | -73/+307 |
* | Connect to key_press_event and handle Alt-Down/Alt-Up to show or hide the | Matthias Clasen | 2004-03-04 | 1 | -31/+125 |
* | Don't open/close the file, just check for existence with g_file_test(). | Owen Taylor | 2004-03-04 | 2 | -7/+9 |
* | show the 'New Folder' button in SAVE mode again. | Jonathan Blandford | 2004-03-04 | 1 | -2/+5 |
* | Increment the reference count of the style when copying the cached icon. | Matthias Clasen | 2004-03-04 | 1 | -1/+4 |
* | In list mode, set the background color of the cell view to the base color | Matthias Clasen | 2004-03-04 | 1 | -5/+27 |
* | Modified patch from muppet <scott@asofyet.org> to keep child directories | Jonathan Blandford | 2004-03-04 | 3 | -47/+158 |
* | Allow to select the last word in the buffer. (#135487, Paolo Borelli) | Matthias Clasen | 2004-03-03 | 1 | -3/+9 |
* | Doc update. | Matthias Clasen | 2004-03-03 | 1 | -1/+3 |
* | Check whether widgets are viewable, not just if they are mapped. (#122912, | Owen Taylor | 2004-03-03 | 1 | -1/+2 |
* | Move the actual implementation into a new | Matthias Clasen | 2004-03-03 | 1 | -36/+141 |
* | Special case scroll events so that they propagate up the widget heirarchy | Owen Taylor | 2004-03-03 | 1 | -2/+11 |
* | #109594, reported by Olivier Ripoll | Owen Taylor | 2004-03-03 | 2 | -2/+5 |
* | Don't activate the combo if we're in the midst of changing folders. | Jonathan Blandford | 2004-03-03 | 1 | -0/+3 |
* | Simplify by not using a temporary variable, and clarify the documentation. | Federico Mena Quintero | 2004-03-03 | 1 | -13/+11 |
* | Set the label widget's state to prelight if we're prelit. Fixes bug | Mark McLoughlin | 2004-03-03 | 1 | -1/+16 |
* | Corrected the group_changed signal vfunc declaration, adding the first | Murray Cumming | 2004-03-03 | 2 | -2/+2 |
* | Split function into realized and unrealized variants, and consolidate the | Jonathan Blandford | 2004-03-03 | 4 | -67/+106 |
* | Add a missing entry. (#135982, J. Ali Harlow) | Tor Lillqvist | 2004-03-03 | 1 | -0/+1 |
* | Handle errors in setting the path bar's path. Fixes #136000, based on a | Federico Mena Quintero | 2004-03-03 | 4 | -21/+37 |
* | === Released 2.3.5 ===GTK_2_3_5 | Owen Taylor | 2004-03-02 | 1 | -2/+2 |
* | Avoid popping up the completions across the edge of the monitor. Part of | Matthias Clasen | 2004-03-02 | 1 | -1/+22 |
* | gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation of | Owen Taylor | 2004-03-02 | 3 | -6/+14 |
* | Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. Fixes | Soeren Sandmann | 2004-03-02 | 2 | -0/+23 |
* | If the model was empty before, select the first inserted item. | Owen Taylor | 2004-03-02 | 1 | -16/+17 |
* | set the default value, spotted by Morten Welinder. | Jonathan Blandford | 2004-03-02 | 1 | -2/+5 |
* | get the logic correct. This will fix sizing on save dialogs. | Jonathan Blandford | 2004-03-02 | 2 | -13/+10 |
* | Don't update the save folder combo if we are already switching folders; | Federico Mena Quintero | 2004-03-02 | 1 | -7/+17 |
* | Always connect to the changed signals on the model, update the active item | Owen Taylor | 2004-03-02 | 2 | -32/+164 |
* | Position the popup above the sample if there is not enough room below. | Matthias Clasen | 2004-03-02 | 1 | -4/+12 |
* | Major thinko, trivial patch. /me chances a commit. | Morten Welinder | 2004-03-02 | 1 | -1/+1 |
* | New flag shortcuts_current_folder_is_volume. | Federico Mena Quintero | 2004-03-02 | 1 | -41/+67 |
* | Eep, use gtk_tree_model_filter_convert_iter_to_child_iter(), not the | Federico Mena Quintero | 2004-03-02 | 1 | -1/+1 |
* | Don't unref an old model; there isn't one. This was a leftover from when | Federico Mena Quintero | 2004-03-02 | 2 | -73/+248 |
* | Add gtk_drag_source_set/get_target_list(). (#127499, based on patch from | Owen Taylor | 2004-03-02 | 2 | -2/+62 |
* | Remove the include of Xft.h, which is already dragged in via pangoxft.h. | Matthias Clasen | 2004-03-02 | 1 | -1/+0 |
* | expose gtk_bindings_activate_event(), changed callers. | Tim Janik | 2004-03-02 | 6 | -59/+79 |
* | Use case-insensitive comparison. Fixes XIM module loading on AIX. | Matthias Clasen | 2004-03-01 | 1 | -2/+2 |
* | Make it work correctly when the child model is cleared completely. | Matthias Clasen | 2004-03-01 | 1 | -1/+3 |
* | removed accidentially committed char which broke the build. | Michael Natterer | 2004-03-01 | 1 | -1/+0 |
* | only store the size if we can resize in that direction. | Jonathan Blandford | 2004-03-01 | 2 | -4/+16 |
* | new function. Long name. | Jonathan Blandford | 2004-03-01 | 2 | -3/+30 |
* | Only stat when needed. | Morten Welinder | 2004-03-01 | 1 | -1/+6 |