| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't resize priv->cell_view if it is NULL. (#127804, Damon Chaplin) | Matthias Clasen | 2004-02-24 | 1 | -0/+14 |
* | Convert underscores in keyval names to spaces. (#131480) | Owen Taylor | 2004-02-24 | 1 | -0/+5 |
* | Add some quotes around ***. (#130073, Uwe Zeisberger) | Owen Taylor | 2004-02-24 | 1 | -0/+5 |
* | === Released 2.3.3 ===GTK_2_3_3 | Owen Taylor | 2004-02-24 | 1 | -0/+8 |
* | Use a plain GtkEntry for the filename, not a GtkFileChooserEntry. | Federico Mena Quintero | 2004-02-24 | 1 | -0/+19 |
* | only draw the sort column as different if there are 3 or more visible | Jonathan Blandford | 2004-02-24 | 1 | -0/+5 |
* | Fix compilation (#135278, Padraig O'Briain). | Anders Carlsson | 2004-02-24 | 1 | -0/+5 |
* | Translate the desktop label. | Anders Carlsson | 2004-02-24 | 1 | -0/+9 |
* | Make the dialog look like the nautilus dialog. (expander_activate_cb): get | Jonathan Blandford | 2004-02-24 | 1 | -0/+6 |
* | Call bookmarks_check_add_sensitivity(). (shortcut_exists): New helper | Federico Mena Quintero | 2004-02-24 | 1 | -0/+13 |
* | Add mnemonics. Sorry translators. | Jonathan Blandford | 2004-02-24 | 1 | -0/+5 |
* | Better comment. | Matthias Clasen | 2004-02-24 | 1 | -1/+2 |
* | Updates. | Matthias Clasen | 2004-02-24 | 1 | -0/+4 |
* | Add a get_size implementation so that we are no longer the same height as | Jonathan Blandford | 2004-02-24 | 1 | -0/+6 |
* | Improve bookmark list rendering by controlling the visibility of the | Anders Carlsson | 2004-02-24 | 1 | -0/+11 |
* | Add a destroy implementation in order to set priv->cell_view to NULL | Matthias Clasen | 2004-02-24 | 1 | -0/+8 |
* | use a size group when allocating space for the buttons at the bottom just | Jonathan Blandford | 2004-02-23 | 1 | -0/+6 |
* | Seth was confused by keybindings. They should be Alt, not Ctl. Also, | Jonathan Blandford | 2004-02-23 | 1 | -0/+7 |
* | Display the root a bit more cleanly. | Jonathan Blandford | 2004-02-23 | 1 | -0/+7 |
* | Rework the user interface of the file chooser, as per Seth Nickell's | Federico Mena Quintero | 2004-02-23 | 1 | -0/+28 |
* | Remove the configure.in check for fontconfig entirely; it's not needed, | Owen Taylor | 2004-02-23 | 1 | -3/+6 |
* | for (i = 0; i < 10; i++) g_print ("I will compile before committing.\n"); | Jonathan Blandford | 2004-02-23 | 1 | -0/+6 |
* | Use the GtkPathBar by default now. | Jonathan Blandford | 2004-02-23 | 1 | -0/+12 |
* | Fix the allocation for the toggle button so that it actually shows up in | Matthias Clasen | 2004-02-23 | 1 | -1/+5 |
* | Add notification, and avoid excessive relayouting. | Matthias Clasen | 2004-02-23 | 1 | -0/+7 |
* | Fix bug 134982, reported by Morten Welinder: | Matthias Clasen | 2004-02-22 | 1 | -0/+12 |
* | Guard the FC_HINT_STYLE stuff with an #ifdef, so we still build with most | Manish Singh | 2004-02-22 | 1 | -0/+8 |
* | Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, | Matthias Clasen | 2004-02-22 | 1 | -0/+18 |
* | Don't crash if item is NULL. (#131542, Dan Damian) | Matthias Clasen | 2004-02-22 | 1 | -0/+5 |
* | Add a check for a new enough fontconfig, since we picked up a direct | Matthias Clasen | 2004-02-22 | 1 | -0/+5 |
* | Bug 112647 (Bill Haneman, patch by Narayana Pattipati): | Matthias Clasen | 2004-02-21 | 1 | -0/+10 |
* | Use P_ instead of _ for the new Xft settings. | Soeren Sandmann | 2004-02-21 | 1 | -0/+5 |
* | Bug 130790 (Federico Mena Quintero, Owen Taylor) | Soeren Sandmann | 2004-02-21 | 1 | -0/+9 |
* | Bug 132502 | Soeren Sandmann | 2004-02-21 | 1 | -0/+10 |
* | Commit auto-generated changes | Soeren Sandmann | 2004-02-21 | 1 | -0/+4 |
* | conditional compile for GtkPathBar | Jonathan Blandford | 2004-02-20 | 1 | -0/+9 |
* | Added "en_CA" to ALL_LINGUAS. Added Canadian English translation by Adam | Christian Rose | 2004-02-20 | 1 | -0/+4 |
* | impl. (gtk_tool_item_class_init): hook it up. | Michael Meeks | 2004-02-20 | 1 | -0/+7 |
* | re-arrange widgets to allow more overflowing toolbar goodness. | Michael Meeks | 2004-02-20 | 1 | -0/+5 |
* | Desktop directory is not translated. (set_tree_model): There might not be | Alexander Larsson | 2004-02-20 | 1 | -0/+10 |
* | New widget to handle the path in the fileselector implementation. Not | Jonathan Blandford | 2004-02-20 | 1 | -0/+7 |
* | Make the paned handles gray when the the widget is_focus() but not | Matthias Clasen | 2004-02-19 | 1 | -2/+8 |
* | Fixes for #82099: | Matthias Clasen | 2004-02-19 | 1 | -0/+14 |
* | Give each radio action its own value. (#134889, Paolo Borelli) | Matthias Clasen | 2004-02-19 | 1 | -0/+5 |
* | Chain to the parent's ::finalize() handler. Fixes #134885; caught by Jan | Federico Mena Quintero | 2004-02-19 | 1 | -0/+6 |
* | Make the entire expander widget width prelight as suggested by Seth in bug | Mark McLoughlin | 2004-02-19 | 1 | -0/+11 |
* | Remove old file-system property. Add new file-system-backend string | Alexander Larsson | 2004-02-19 | 1 | -0/+22 |
* | Renamed from create_shortcuts_tree(). (shortcuts_pane_create): New | Federico Mena Quintero | 2004-02-19 | 1 | -0/+15 |
* | Add default handlers for all signals; for consistency and for the benefit | Matthias Clasen | 2004-02-19 | 1 | -1/+9 |
* | Improve the efficiency here by prepending on the list and reverting it | Matthias Clasen | 2004-02-18 | 1 | -0/+6 |