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