| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep the cell_list in a consistent state while iterating over it, since | Matthias Clasen | 2004-03-12 | 1 | -7/+6 |
* | Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159, | Owen Taylor | 2004-03-12 | 3 | -66/+16 |
* | Clamp the new size to the screen. Part of bug 129020. | Soeren Sandmann | 2004-03-12 | 1 | -4/+29 |
* | Create the event_window at the right size using the same logic as in | Owen Taylor | 2004-03-12 | 1 | -4/+10 |
* | Don't ignore the return value of gtk_widget_activate(). | Federico Mena Quintero | 2004-03-12 | 4 | -31/+62 |
* | Make sure to include <config.h> (#137001) | Morten Welinder | 2004-03-12 | 4 | -0/+7 |
* | Put the trash icon on the right for LTR locales, or on the left for RTL. | Federico Mena Quintero | 2004-03-12 | 1 | -1/+0 |
* | Put the trash icon on the right for LTR locales, or on the left for RTL. | Federico Mena Quintero | 2004-03-12 | 1 | -10/+18 |
* | Plug leak. | Morten Welinder | 2004-03-11 | 1 | -0/+1 |
* | Fix attach/attach->parent type. (#136919, Tim Mooney) | Owen Taylor | 2004-03-11 | 1 | -2/+2 |
* | revert earlier change to insert_path so that we test that the directory | Jonathan Blandford | 2004-03-11 | 2 | -29/+19 |
* | Use the same logic as GtkEntry when calculating border width. (#116368, | Matthias Clasen | 2004-03-11 | 1 | -3/+40 |
* | New function, copied from gtkpathbar.c. | Federico Mena Quintero | 2004-03-11 | 1 | -8/+17 |
* | Fix a missing return value. | Owen Taylor | 2004-03-11 | 1 | -1/+2 |
* | Back out the put-labels-into-the-standard-focus-chain patches from bug | Owen Taylor | 2004-03-11 | 2 | -41/+24 |
* | Use a single OK button, not a Close button, as per the HIG. | Federico Mena Quintero | 2004-03-11 | 2 | -2/+2 |
* | Oops, initialize "action" before jumping. Fixes #136900. | Federico Mena Quintero | 2004-03-11 | 1 | -1/+1 |
* | don't overwrite application properties. Fixes bug #136802. | Mark McLoughlin | 2004-03-11 | 1 | -2/+5 |
* | Added call to gtk_text_layout_update_cursor_line() to solve in problem of | Dov Grobgeld | 2004-03-11 | 1 | -1/+3 |
* | Remove stray 'return' statement. (#136855, David L. Cooper II) | Owen Taylor | 2004-03-11 | 1 | -1/+1 |
* | Use the PRELIGHT fg color for drawing the expander when prelit. Fixes | Mark McLoughlin | 2004-03-11 | 1 | -1/+1 |
* | Fix #135912 and #135913. | Federico Mena Quintero | 2004-03-11 | 1 | -31/+637 |
* | up the width of the entry a tad. | Jonathan Blandford | 2004-03-11 | 2 | -5/+3 |
* | Sync from upstream | Jonathan Blandford | 2004-03-11 | 5 | -13/+53 |
* | Remove spurious semicolon. Thanks to Kjartan Maraas for pointing it out. | Federico Mena Quintero | 2004-03-11 | 1 | -1/+1 |
* | Set the background on the action view cell renderer here, not in init, so | Matthias Clasen | 2004-03-10 | 1 | -3/+10 |
* | Keep the cell_list in a consistent state while iterating over it, since | Matthias Clasen | 2004-03-10 | 1 | -5/+4 |
* | don't propagate the expose to the label. The expose handler for | Mark McLoughlin | 2004-03-10 | 1 | -5/+0 |
* | Use an untranslatable "%x" for dates, rather than a custom format. Fixes | Federico Mena Quintero | 2004-03-10 | 1 | -2/+1 |
* | Add comment. | Morten Welinder | 2004-03-10 | 1 | -0/+4 |
* | Test validity of path here. (shortcuts_insert_path): Don't check here. | Morten Welinder | 2004-03-10 | 1 | -15/+23 |
* | Support changes in icon themes. | Jonathan Blandford | 2004-03-10 | 2 | -31/+182 |
* | added 'Desktop' to the list of volumes. We don't have any more untranlated | Jonathan Blandford | 2004-03-10 | 2 | -22/+56 |
* | use uri instead of the pathname for UTF-8 safety. | Jonathan Blandford | 2004-03-10 | 1 | -2/+5 |
* | Always check to see if the shortcuts exists. We don't want to put invalid | Jonathan Blandford | 2004-03-10 | 1 | -7/+8 |
* | remove unneeded shortuts_swin; | Jonathan Blandford | 2004-03-10 | 1 | -7/+7 |
* | Fix #136614 in a better way: | Matthias Clasen | 2004-03-10 | 2 | -18/+23 |
* | Place grid mode popups left aligned, not right aligned. | Matthias Clasen | 2004-03-10 | 1 | -1/+1 |
* | Avoid centering the label that is reparented from the menuitem. (#136614, | Matthias Clasen | 2004-03-09 | 1 | -1/+7 |
* | Encapsulate all of the information about a button in a struct instead of | Jonathan Blandford | 2004-03-09 | 1 | -110/+107 |
* | Fix #136533. | Federico Mena Quintero | 2004-03-09 | 1 | -10/+145 |
* | Handle the returned parent_path being NULL. Fixes #136662. | Federico Mena Quintero | 2004-03-09 | 1 | -1/+3 |
* | Stop the emission so that GtkTreeView's handler won't try to poke the | Federico Mena Quintero | 2004-03-09 | 1 | -0/+2 |
* | Fix g_return_if_fail() that was checking draw_shadow. (#136669, Morten | Owen Taylor | 2004-03-09 | 1 | -1/+1 |
* | 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 |