summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.6.0 second tryGTK_2_6_0Matthias Clasen2004-12-162-1/+2
* 2.6.0Matthias Clasen2004-12-161-0/+4
* Forgotten commit.Matthias Clasen2004-12-161-1/+1
* Only unblock the handlers if they are blocked.Matthias Clasen2004-12-161-7/+11
* Don't crash if enable_search is FALSE. (#161267, Jorn Baayen)Matthias Clasen2004-12-162-4/+17
* Add missing includes.Matthias Clasen2004-12-161-0/+2
* Require glib 2.6.0 for g_filename_display_basename.Matthias Clasen2004-12-162-15/+3
* Use g_filename_display_basename to calculate display name.Alexander Larsson2004-12-151-3/+1
* Use _gtk_menu_item_popup_submenu() to make keynav into submenus workMatthias Clasen2004-12-156-80/+26
* Use a GtkComboBox in SELECT_FOLDER mode (#157726).James M. Cape2004-12-152-226/+1403
* Don't try to filter if impl->current_filter is NULL. (#161329, R.Matthias Clasen2004-12-151-0/+3
* Merged from gtk-2-4:Federico Mena Quintero2004-12-152-2/+55
* Add new symbols.Matthias Clasen2004-12-143-59/+440
* s/maximal/maximum/g (#161195, David Lodge)Matthias Clasen2004-12-131-7/+7
* Reintroduce the reverted change, since it is necessary to prevent lostMatthias Clasen2004-12-131-1/+3
* Fix the signature to avoid overwriting a pspec.Matthias Clasen2004-12-131-1/+4
* Revert a change which prevented torn-off menus from being shown normally.Matthias Clasen2004-12-131-2/+1
* Resync with upstream againMarco Pesenti Gritti2004-12-132-16/+14
* Implement scroll wheel scrolling for menus. (#88532)Matthias Clasen2004-12-131-2/+2
* Implement scroll wheel scrolling for menus. (#88532)Matthias Clasen2004-12-131-10/+42
* Compare only the HAS_DEFAULT flags. (#160711, Tommi Komulainen)Matthias Clasen2004-12-131-3/+3
* Add a missing break statement. (#161172, Damon Chaplin)Matthias Clasen2004-12-131-0/+2
* Add a width-chars property like GtkLabel has. (#160496, James M. Cape)Matthias Clasen2004-12-131-4/+41
* Add some docs for GtkWidget::delete-event and GtkWidget::destroy-event.Matthias Clasen2004-12-131-0/+29
* Add a max-width-chars property, which can be used to specify the width ofMatthias Clasen2004-12-133-17/+115
* Don't let the empty menu filler affect visibility of separators. (#160500,Matthias Clasen2004-12-131-5/+5
* Pass a last item to gtk_combo_box_relayout_item. (#161050, John Finlay)Matthias Clasen2004-12-131-1/+23
* Fix a braino.Tor Lillqvist2004-12-121-3/+1
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-1225-171/+1002
* Fix a copy-and-paste error, noticed by Robert Ă–gren.Matthias Clasen2004-12-121-1/+1
* Only wrap if we are in the topmost menu. (#160936, John Finlay)Matthias Clasen2004-12-111-2/+3
* Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)Matthias Clasen2004-12-107-186/+514
* add recent new functions.Manish Singh2004-12-101-0/+5
* wrap new API in XDG_ENTRY().Manish Singh2004-12-102-0/+8
* Revert the patch which added no-alt mnemonics, since it interfers badlyMatthias Clasen2004-12-101-80/+30
* Fix a property nick typo.Matthias Clasen2004-12-101-1/+1
* Apply a patch to reset the filter if an otherwise invisible file isMatthias Clasen2004-12-091-19/+45
* Fix #145463, reported by Michael Natterer.Matthias Clasen2004-12-095-13/+51
* Resync with upstreamMarco Pesenti Gritti2004-12-099-42/+89
* Make repeated calls accumulate the results, don't call qsort() on emptyMatthias Clasen2004-12-093-8/+17
* Add functions which allow faster insertion of rows in sorted list stores.Matthias Clasen2004-12-092-36/+246
* Fix a typo in the docs. (#160826, Jay Camp)Matthias Clasen2004-12-091-1/+1
* Merged from gtk-2-4:Federico Mena Quintero2004-12-091-0/+26
* Fix #111031, reported by Padraig O'Briain:Matthias Clasen2004-12-084-9/+69
* Remove all entries for the same key, not just the first one. (#159498,Matthias Clasen2004-12-081-1/+1
* Use button->event_window for the fake leave event, otherwise the buttonMatthias Clasen2004-12-081-1/+1
* Make this work, no need to invert the array.Matthias Clasen2004-12-082-59/+43
* Don't mess up the column header state if the button release event isMatthias Clasen2004-12-081-4/+4
* Fix a typo in last commitMarco Pesenti Gritti2004-12-071-1/+1
* Queue a redraw. (#160679, Damon Chaplin)Matthias Clasen2004-12-071-0/+2