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