| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use a GtkComboBox in SELECT_FOLDER mode (#157726). | James M. Cape | 2004-12-15 | 2 | -226/+1403 |
* | Don't try to filter if impl->current_filter is NULL. (#161329, R. | Matthias Clasen | 2004-12-15 | 1 | -0/+3 |
* | Merged from gtk-2-4: | Federico Mena Quintero | 2004-12-15 | 2 | -2/+55 |
* | Add new symbols. | Matthias Clasen | 2004-12-14 | 3 | -59/+440 |
* | s/maximal/maximum/g (#161195, David Lodge) | Matthias Clasen | 2004-12-13 | 1 | -7/+7 |
* | Reintroduce the reverted change, since it is necessary to prevent lost | Matthias Clasen | 2004-12-13 | 1 | -1/+3 |
* | Fix the signature to avoid overwriting a pspec. | Matthias Clasen | 2004-12-13 | 1 | -1/+4 |
* | Revert a change which prevented torn-off menus from being shown normally. | Matthias Clasen | 2004-12-13 | 1 | -2/+1 |
* | Resync with upstream again | Marco Pesenti Gritti | 2004-12-13 | 2 | -16/+14 |
* | Implement scroll wheel scrolling for menus. (#88532) | Matthias Clasen | 2004-12-13 | 1 | -2/+2 |
* | Implement scroll wheel scrolling for menus. (#88532) | Matthias Clasen | 2004-12-13 | 1 | -10/+42 |
* | Compare only the HAS_DEFAULT flags. (#160711, Tommi Komulainen) | Matthias Clasen | 2004-12-13 | 1 | -3/+3 |
* | Add a missing break statement. (#161172, Damon Chaplin) | Matthias Clasen | 2004-12-13 | 1 | -0/+2 |
* | Add a width-chars property like GtkLabel has. (#160496, James M. Cape) | Matthias Clasen | 2004-12-13 | 1 | -4/+41 |
* | Add some docs for GtkWidget::delete-event and GtkWidget::destroy-event. | Matthias Clasen | 2004-12-13 | 1 | -0/+29 |
* | Add a max-width-chars property, which can be used to specify the width of | Matthias Clasen | 2004-12-13 | 3 | -17/+115 |
* | Don't let the empty menu filler affect visibility of separators. (#160500, | Matthias Clasen | 2004-12-13 | 1 | -5/+5 |
* | Pass a last item to gtk_combo_box_relayout_item. (#161050, John Finlay) | Matthias Clasen | 2004-12-13 | 1 | -1/+23 |
* | Fix a braino. | Tor Lillqvist | 2004-12-12 | 1 | -3/+1 |
* | gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c | Tor Lillqvist | 2004-12-12 | 25 | -171/+1002 |
* | Fix a copy-and-paste error, noticed by Robert Ögren. | Matthias Clasen | 2004-12-12 | 1 | -1/+1 |
* | Only wrap if we are in the topmost menu. (#160936, John Finlay) | Matthias Clasen | 2004-12-11 | 1 | -2/+3 |
* | Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor) | Matthias Clasen | 2004-12-10 | 7 | -186/+514 |
* | add recent new functions. | Manish Singh | 2004-12-10 | 1 | -0/+5 |
* | wrap new API in XDG_ENTRY(). | Manish Singh | 2004-12-10 | 2 | -0/+8 |
* | Revert the patch which added no-alt mnemonics, since it interfers badly | Matthias Clasen | 2004-12-10 | 1 | -80/+30 |
* | Fix a property nick typo. | Matthias Clasen | 2004-12-10 | 1 | -1/+1 |
* | Apply a patch to reset the filter if an otherwise invisible file is | Matthias Clasen | 2004-12-09 | 1 | -19/+45 |
* | Fix #145463, reported by Michael Natterer. | Matthias Clasen | 2004-12-09 | 5 | -13/+51 |
* | Resync with upstream | Marco Pesenti Gritti | 2004-12-09 | 9 | -42/+89 |
* | Make repeated calls accumulate the results, don't call qsort() on empty | Matthias Clasen | 2004-12-09 | 3 | -8/+17 |
* | Add functions which allow faster insertion of rows in sorted list stores. | Matthias Clasen | 2004-12-09 | 2 | -36/+246 |
* | Fix a typo in the docs. (#160826, Jay Camp) | Matthias Clasen | 2004-12-09 | 1 | -1/+1 |
* | Merged from gtk-2-4: | Federico Mena Quintero | 2004-12-09 | 1 | -0/+26 |
* | Fix #111031, reported by Padraig O'Briain: | Matthias Clasen | 2004-12-08 | 4 | -9/+69 |
* | Remove all entries for the same key, not just the first one. (#159498, | Matthias Clasen | 2004-12-08 | 1 | -1/+1 |
* | Use button->event_window for the fake leave event, otherwise the button | Matthias Clasen | 2004-12-08 | 1 | -1/+1 |
* | Make this work, no need to invert the array. | Matthias Clasen | 2004-12-08 | 2 | -59/+43 |
* | Don't mess up the column header state if the button release event is | Matthias Clasen | 2004-12-08 | 1 | -4/+4 |
* | Fix a typo in last commit | Marco Pesenti Gritti | 2004-12-07 | 1 | -1/+1 |
* | Queue a redraw. (#160679, Damon Chaplin) | Matthias Clasen | 2004-12-07 | 1 | -0/+2 |
* | Implement keynav for the color picker - win32 too. Fixes bug #160437. | Hans Breuer | 2004-12-05 | 1 | -1/+10 |
* | 2.5.6GTK_2_5_6 | Matthias Clasen | 2004-12-03 | 2 | -6/+10 |
* | gdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile.am (gdk.def) Work | Tor Lillqvist | 2004-12-03 | 1 | -1/+1 |
* | Reinstate the previous behavior for clicking Ok after activating a | Matthias Clasen | 2004-12-03 | 1 | -4/+9 |
* | Merged from gtk-2-4: | Federico Mena Quintero | 2004-12-02 | 1 | -16/+93 |
* | Don't leak pango_font_description object (#160214, Frederic Crozat). | Matthias Clasen | 2004-12-02 | 1 | -0/+1 |
* | Handle the fact the the changed row may also be moved. (#159387, Olivier | Matthias Clasen | 2004-12-02 | 1 | -1/+45 |
* | added virtual functions GtkUIManager::get_widget() and ::get_action(). | Michael Natterer | 2004-12-01 | 2 | -60/+85 |
* | Assign an arbitrary, but consistent, order to nodes that the user function | Søren Sandmann | 2004-11-30 | 1 | -28/+19 |