summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call bookmarks_check_add_sensitivity(). (shortcut_exists): New helperFederico Mena Quintero2004-02-241-48/+165
* Add mnemonics. Sorry translators.Jonathan Blandford2004-02-242-7/+4
* Add a get_size implementation so that we are no longer the same height asJonathan Blandford2004-02-241-0/+46
* Improve bookmark list rendering by controlling the visibility of theAnders Carlsson2004-02-241-10/+18
* Add a destroy implementation in order to set priv->cell_view to NULLMatthias Clasen2004-02-241-1/+15
* use a size group when allocating space for the buttons at the bottom justJonathan Blandford2004-02-231-30/+41
* Seth was confused by keybindings. They should be Alt, not Ctl. Also,Jonathan Blandford2004-02-231-6/+6
* Display the root a bit more cleanly.Jonathan Blandford2004-02-234-36/+39
* Rework the user interface of the file chooser, as per Seth Nickell'sFederico Mena Quintero2004-02-231-189/+442
* for (i = 0; i < 10; i++) g_print ("I will compile before committing.\n");Jonathan Blandford2004-02-231-1/+1
* Use the GtkPathBar by default now.Jonathan Blandford2004-02-233-171/+177
* Fix the allocation for the toggle button so that it actually shows up inMatthias Clasen2004-02-231-1/+1
* Add notification, and avoid excessive relayouting.Matthias Clasen2004-02-231-8/+23
* Fix bug 134982, reported by Morten Welinder:Matthias Clasen2004-02-223-0/+6
* Guard the FC_HINT_STYLE stuff with an #ifdef, so we still build with mostManish Singh2004-02-221-1/+3
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-228-1/+30
* Don't crash if item is NULL. (#131542, Dan Damian)Matthias Clasen2004-02-221-9/+12
* Bug 112647 (Bill Haneman, patch by Narayana Pattipati):Matthias Clasen2004-02-212-14/+22
* Use P_ instead of _ for the new Xft settings.Soeren Sandmann2004-02-211-10/+10