| Commit message (Expand) | Author | Age | Files | Lines |
* | unref the correct icon. | Jonathan Blandford | 2004-03-09 | 1 | -1/+1 |
* | Add boolean destroying (gtk_menu_destroy): Set priv->destroying | Soeren Sandmann | 2004-03-09 | 3 | -194/+212 |
* | Fix a typo. | Matthias Clasen | 2004-03-09 | 1 | -1/+1 |
* | Fixes #136080. | Federico Mena Quintero | 2004-03-09 | 1 | -25/+28 |
* | Use gtk_tree_view_set_cursor(). | Federico Mena Quintero | 2004-03-08 | 1 | -1/+9 |
* | Patch "1a" from #136185, by Morten Welinder. | Federico Mena Quintero | 2004-03-08 | 2 | -45/+34 |
* | Fixes #136105. | Federico Mena Quintero | 2004-03-08 | 4 | -0/+48 |
* | Return a boolean success code. (location_popup_handler): Refocus the file | Federico Mena Quintero | 2004-03-08 | 1 | -33/+65 |
* | Don't call g_signal_handler_disonnect() if priv->model is NULL. (#136551, | Owen Taylor | 2004-03-08 | 1 | -127/+73 |
* | If max_depth is 0 then we have a list. | Anders Carlsson | 2004-03-08 | 1 | -1/+1 |
* | If we fail, leave widget unchanged. Explicitly verify final directory. | Morten Welinder | 2004-03-08 | 1 | -12/+42 |
* | Protect errno. | Morten Welinder | 2004-03-08 | 1 | -3/+6 |
* | When an action is selected stop the event to be propagated otherwise the | Marco Pesenti Gritti | 2004-03-08 | 1 | -0/+2 |
* | new function to consolidate creating the path_bar. | Jonathan Blandford | 2004-03-08 | 3 | -76/+182 |
* | Use better icons for home and desktop. | Anders Carlsson | 2004-03-08 | 1 | -1/+20 |
* | Set the base folder path in the entry. | Anders Carlsson | 2004-03-08 | 1 | -1/+13 |
* | Update. | Tor Lillqvist | 2004-03-08 | 1 | -4/+3 |
* | Test dynamic addition/removal. | Matthias Clasen | 2004-03-08 | 1 | -3/+3 |
* | actually use gtk_button_add. | Jonathan Blandford | 2004-03-07 | 2 | -21/+38 |
* | set redraw_on_allocate, #135902. | Jonathan Blandford | 2004-03-07 | 2 | -2/+2 |
* | Don't use xthickness in the height calculation. | Matthias Clasen | 2004-03-07 | 1 | -1/+1 |
* | stop activate from unselecting rows when pressed in multiple-selection | Jonathan Blandford | 2004-03-07 | 1 | -0/+37 |
* | some more settings from system, also reflect some name changes done a | Hans Breuer | 2004-03-07 | 3 | -3/+36 |
* | if action is SELECT_FOLDER, then return the currentd folder if none is | Jonathan Blandford | 2004-03-07 | 1 | -6/+17 |
* | remove unneeded elements. (tree_selection_changed): removed | Jonathan Blandford | 2004-03-07 | 1 | -317/+38 |
* | Do a size_request on the button and cell_view_frame, otherwise their style | Matthias Clasen | 2004-03-07 | 1 | -8/+9 |
* | fix #136202 (gtk_toolbar_insert_stock crashes if stock lookup fails) | Gustavo J. A. M. Carneiro | 2004-03-06 | 1 | -5/+6 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 182 | -20/+191 |
* | scroll to the new path. | Jonathan Blandford | 2004-03-05 | 2 | -2/+9 |
* | doc updates. | Matthias Clasen | 2004-03-05 | 1 | -2/+7 |
* | Clarify the doc comment. (#118602) | Matthias Clasen | 2004-03-05 | 1 | -2/+2 |
* | Don't let the priv->image pointer dangle. (#136259, Padraig O'Briain) | Matthias Clasen | 2004-03-05 | 1 | -2/+5 |
* | 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 |