| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the Shift-Tab support to go backwards. | Matthias Clasen | 2004-02-29 | 1 | -2/+1 |
* | Fix capitalization to match other style properties. | Owen Taylor | 2004-02-29 | 1 | -1/+1 |
* | Fix a typo in property string. | Owen Taylor | 2004-02-29 | 1 | -1/+1 |
* | Implement PANGO_UNDERLINE_ERROR (Based on a patch by Nicolas Setton, | Owen Taylor | 2004-02-29 | 2 | -0/+67 |
* | New internal function returning a good step value for the mouse wheel. For | Soeren Sandmann | 2004-02-29 | 4 | -16/+47 |
* | Add g_return_if_fail() (_gtk_file_chooser_embed_get_resizable_hints): Add | Jonathan Blandford | 2004-02-29 | 3 | -16/+27 |
* | Handle GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL. | Federico Mena Quintero | 2004-02-29 | 5 | -32/+132 |
* | Make Tab and Shift-Tab work when the completion popup is shown. | Matthias Clasen | 2004-02-29 | 1 | -5/+24 |
* | Use "Name" for the title of the filename column. (create_file_list): | Federico Mena Quintero | 2004-02-29 | 1 | -2/+2 |
* | Fix Page_Up and Page_Down in the completion popup to move page-wise if | Matthias Clasen | 2004-02-29 | 1 | -5/+34 |
* | Removed. (list_name_data_func): Don't call the function above. | Federico Mena Quintero | 2004-02-29 | 1 | -12/+6 |
* | New function which calculates position and size for the popup in list | Matthias Clasen | 2004-02-29 | 1 | -27/+52 |
* | Implement the previous fix in a better way, small cleanups. | Matthias Clasen | 2004-02-29 | 1 | -18/+18 |
* | applied patch from J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641 | Hans Breuer | 2004-02-28 | 1 | -5/+6 |
* | Actually resize the popup window before popping up. (#135651) | Matthias Clasen | 2004-02-28 | 1 | -8/+7 |
* | adapt to add -> insert_bookmark change. Also merged some crossplatform | Hans Breuer | 2004-02-28 | 3 | -24/+43 |
* | Support switching back to non-gridded mode. (#135169) | Matthias Clasen | 2004-02-28 | 2 | -4/+7 |
* | Whoops. Didn't mean to commit the size change. | Jonathan Blandford | 2004-02-27 | 1 | -1/+1 |
* | New private interface to help negotiate the default size of the widget. | Jonathan Blandford | 2004-02-27 | 7 | -34/+447 |
* | Added a "position" argument. | Federico Mena Quintero | 2004-02-27 | 4 | -40/+70 |
* | Simplify, only create a new setup if appearance actually changed. | Matthias Clasen | 2004-02-27 | 1 | -13/+20 |
* | remove folder-mode property. | Jonathan Blandford | 2004-02-27 | 2 | -9/+0 |
* | Add function declaration for gtk_combo_box_list_remove_grabs(). | Manish Singh | 2004-02-27 | 1 | -0/+2 |
* | Classifiy Page Up/Down as cursor move, but not Home and End. | Matthias Clasen | 2004-02-27 | 2 | -5/+19 |
* | Add two more folder modes to the enum. | Jonathan Blandford | 2004-02-26 | 4 | -106/+30 |
* | Fixes for #135333, analysed by Damon Chaplin: | Matthias Clasen | 2004-02-26 | 1 | -15/+10 |
* | New function. Use resize cursors for resize grips. (Bug #129621) | Soeren Sandmann | 2004-02-26 | 4 | -48/+82 |
* | Replace gtk_widget_get_mnemonic_widgets() by list_mnemonic_widgets() in | Matthias Clasen | 2004-02-26 | 1 | -2/+2 |
* | Fixes from Torsten Schoenfeld. | Owen Taylor | 2004-02-26 | 2 | -2/+2 |
* | New convenience API to construct simple text combos, implemented by Damon | Matthias Clasen | 2004-02-26 | 3 | -2/+36 |
* | hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-26 | 11 | -88/+95 |
* | Fixes for #12804 and #134722, Damon Chaplin: | Matthias Clasen | 2004-02-26 | 1 | -1/+25 |
* | Doc trivia. | Matthias Clasen | 2004-02-26 | 1 | -0/+2 |
* | export gtk_rc_reset_styles | Dom Lachowicz | 2004-02-26 | 1 | -0/+1 |
* | Export gtk_rc_reset_styles(). (Request from Dom Lachowicz, #123769) | Owen Taylor | 2004-02-26 | 2 | -15/+14 |
* | Add a ::group-changed signal emitted when the radio button/menu item is | Owen Taylor | 2004-02-26 | 4 | -6/+129 |
* | Call g_convert(), not g_convert() with fallback, since Emacs is happier if | Owen Taylor | 2004-02-25 | 1 | -36/+57 |
* | move the expander code. | Jonathan Blandford | 2004-02-25 | 1 | -10/+25 |
* | Make realize and unrealize signals. (#73310) | Owen Taylor | 2004-02-25 | 1 | -2/+40 |
* | Patch from Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label, | Owen Taylor | 2004-02-25 | 3 | -7/+117 |
* | Free style->icon_factories (#130128) | Owen Taylor | 2004-02-25 | 1 | -0/+13 |
* | use gtk_widget_push/pop_composite_child around internal buttons. | Jonathan Blandford | 2004-02-25 | 2 | -262/+369 |
* | Renamed from create_shortcuts_model(). (struct _GtkFileChooserDefault): | Federico Mena Quintero | 2004-02-25 | 2 | -21/+114 |
* | Don't resize priv->cell_view if it is NULL. (#127804, Damon Chaplin) | Matthias Clasen | 2004-02-24 | 1 | -50/+106 |
* | Convert underscores in keyval names to spaces. (#131480) | Owen Taylor | 2004-02-24 | 1 | -0/+14 |
* | Use a plain GtkEntry for the filename, not a GtkFileChooserEntry. | Federico Mena Quintero | 2004-02-24 | 1 | -31/+25 |
* | only draw the sort column as different if there are 3 or more visible | Jonathan Blandford | 2004-02-24 | 1 | -3/+16 |
* | Fix compilation (#135278, Padraig O'Briain). | Anders Carlsson | 2004-02-24 | 1 | -17/+17 |
* | Translate the desktop label. | Anders Carlsson | 2004-02-24 | 1 | -11/+21 |
* | Make the dialog look like the nautilus dialog. (expander_activate_cb): get | Jonathan Blandford | 2004-02-24 | 1 | -3/+7 |