summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* unref the correct icon.Jonathan Blandford2004-03-091-1/+1
* Add boolean destroying (gtk_menu_destroy): Set priv->destroyingSoeren Sandmann2004-03-093-194/+212
* Fix a typo.Matthias Clasen2004-03-091-1/+1
* Fixes #136080.Federico Mena Quintero2004-03-091-25/+28
* Use gtk_tree_view_set_cursor().Federico Mena Quintero2004-03-081-1/+9
* Patch "1a" from #136185, by Morten Welinder.Federico Mena Quintero2004-03-082-45/+34
* Fixes #136105.Federico Mena Quintero2004-03-084-0/+48
* Return a boolean success code. (location_popup_handler): Refocus the fileFederico Mena Quintero2004-03-081-33/+65
* Don't call g_signal_handler_disonnect() if priv->model is NULL. (#136551,Owen Taylor2004-03-081-127/+73
* If max_depth is 0 then we have a list.Anders Carlsson2004-03-081-1/+1
* If we fail, leave widget unchanged. Explicitly verify final directory.Morten Welinder2004-03-081-12/+42
* Protect errno.Morten Welinder2004-03-081-3/+6
* When an action is selected stop the event to be propagated otherwise theMarco Pesenti Gritti2004-03-081-0/+2
* new function to consolidate creating the path_bar.Jonathan Blandford2004-03-083-76/+182
* Use better icons for home and desktop.Anders Carlsson2004-03-081-1/+20
* Set the base folder path in the entry.Anders Carlsson2004-03-081-1/+13
* Update.Tor Lillqvist2004-03-081-4/+3
* Test dynamic addition/removal.Matthias Clasen2004-03-081-3/+3
* actually use gtk_button_add.Jonathan Blandford2004-03-072-21/+38
* set redraw_on_allocate, #135902.Jonathan Blandford2004-03-072-2/+2
* Don't use xthickness in the height calculation.Matthias Clasen2004-03-071-1/+1
* stop activate from unselecting rows when pressed in multiple-selectionJonathan Blandford2004-03-071-0/+37
* some more settings from system, also reflect some name changes done aHans Breuer2004-03-073-3/+36
* if action is SELECT_FOLDER, then return the currentd folder if none isJonathan Blandford2004-03-071-6/+17
* remove unneeded elements. (tree_selection_changed): removedJonathan Blandford2004-03-071-317/+38
* Do a size_request on the button and cell_view_frame, otherwise their styleMatthias Clasen2004-03-071-8/+9
* fix #136202 (gtk_toolbar_insert_stock crashes if stock lookup fails)Gustavo J. A. M. Carneiro2004-03-061-5/+6
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-06182-20/+191
* scroll to the new path.Jonathan Blandford2004-03-052-2/+9
* doc updates.Matthias Clasen2004-03-051-2/+7
* Clarify the doc comment. (#118602)Matthias Clasen2004-03-051-2/+2
* Don't let the priv->image pointer dangle. (#136259, Padraig O'Briain)Matthias Clasen2004-03-051-2/+5
* Add gboolean return values and GError arguments to ::set_current_folder()Federico Mena Quintero2004-03-055-121/+235
* Improve the docs (reported by Vitaly Tishkov, #74362) Add some comments toOwen Taylor2004-03-051-3/+26
* s/object/widget/. Makes it compile again.Michael Natterer2004-03-051-1/+1
* chain to the extra_widget.Jonathan Blandford2004-03-051-1/+6
* Patch from Damon Chaplin to free models when we're finalized, #134053Jonathan Blandford2004-03-051-0/+16
* Document the fact that there might not be a volume for all paths.Alexander Larsson2004-03-052-5/+13
* insert in the correct place instead of naïvely appending.Jonathan Blandford2004-03-051-4/+13
* New handler. Ask the GtkFileChooser widget if it wants to do somethingFederico Mena Quintero2004-03-054-73/+307
* Connect to key_press_event and handle Alt-Down/Alt-Up to show or hide theMatthias Clasen2004-03-041-31/+125
* Don't open/close the file, just check for existence with g_file_test().Owen Taylor2004-03-042-7/+9
* show the 'New Folder' button in SAVE mode again.Jonathan Blandford2004-03-041-2/+5
* Increment the reference count of the style when copying the cached icon.Matthias Clasen2004-03-041-1/+4
* In list mode, set the background color of the cell view to the base colorMatthias Clasen2004-03-041-5/+27
* Modified patch from muppet <scott@asofyet.org> to keep child directoriesJonathan Blandford2004-03-043-47/+158
* Allow to select the last word in the buffer. (#135487, Paolo Borelli)Matthias Clasen2004-03-031-3/+9
* Doc update.Matthias Clasen2004-03-031-1/+3
* Check whether widgets are viewable, not just if they are mapped. (#122912,Owen Taylor2004-03-031-1/+2
* Move the actual implementation into a newMatthias Clasen2004-03-031-36/+141