| Commit message (Expand) | Author | Age | Files | Lines |
* | Use /usr/share/pixmaps only on Unix. | Tor Lillqvist | 2004-12-30 | 1 | -1/+6 |
* | Inherit submenu direction from the parent menu. | Matthias Clasen | 2004-12-28 | 1 | -3/+1 |
* | Return a boolean indicating whether an item in the submenu was selected. | Matthias Clasen | 2004-12-28 | 1 | -22/+25 |
* | Make the clipboard image API more robust (#162357, Torsten Schoenfeld): | Matthias Clasen | 2004-12-28 | 2 | -19/+21 |
* | Fix a typo. (#162339, Alessio Dessi) | Matthias Clasen | 2004-12-27 | 1 | -1/+1 |
* | Document properties as new since 2.4. (#156101, Billy Biggs) | Matthias Clasen | 2004-12-27 | 1 | -0/+48 |
* | Typo fix. (#162278, Torsten Schoenfeld) | Matthias Clasen | 2004-12-27 | 1 | -1/+1 |
* | Typo fix. (#162219, Masao Mutoh) | Matthias Clasen | 2004-12-26 | 1 | -1/+1 |
* | Typo fix. (#162219, Masao Mutoh) | Matthias Clasen | 2004-12-26 | 1 | -1/+1 |
* | Return TRUE if there are children. (#162134, Iñigo Serna, patch by John | Matthias Clasen | 2004-12-24 | 1 | -1/+1 |
* | Transfer state from the button to the cell view to get prelighting right. | Matthias Clasen | 2004-12-24 | 1 | -0/+27 |
* | Don't forget to null the mnemonic_menu when unsetting a mnemonic, reported | Matthias Clasen | 2004-12-22 | 1 | -1/+2 |
* | Bug #147497, make menu items activate immediately when you release the | Søren Sandmann | 2004-12-22 | 1 | -0/+76 |
* | Fix sorting of list stores. (#161886, Marcin Krzyzanowski) | Matthias Clasen | 2004-12-22 | 2 | -4/+16 |
* | print out the version and binary name in the header comment. Problem | Jonathan Blandford | 2004-12-22 | 1 | -2/+7 |
* | Pass a root path to gtk_tree_model_rows_reordered(). (#161720, Marcin | Matthias Clasen | 2004-12-20 | 1 | -6/+7 |
* | Don't translate NULL messages. (#161789, Morten Welinder) | Matthias Clasen | 2004-12-20 | 1 | -0/+3 |
* | Don't show the secondary label on show_all(). (#161707, Christian Persch) | Matthias Clasen | 2004-12-20 | 1 | -1/+2 |
* | Add missing GDK_THREADS_ENTER/LEAVE. | Matthias Clasen | 2004-12-19 | 2 | -7/+33 |
* | Add missing initializations. (#161646, Torsten Schoenfeld) | Matthias Clasen | 2004-12-19 | 1 | -2/+3 |
* | 2.6.0 second tryGTK_2_6_0 | Matthias Clasen | 2004-12-16 | 2 | -1/+2 |
* | 2.6.0 | Matthias Clasen | 2004-12-16 | 1 | -0/+4 |
* | Forgotten commit. | Matthias Clasen | 2004-12-16 | 1 | -1/+1 |
* | Only unblock the handlers if they are blocked. | Matthias Clasen | 2004-12-16 | 1 | -7/+11 |
* | Don't crash if enable_search is FALSE. (#161267, Jorn Baayen) | Matthias Clasen | 2004-12-16 | 2 | -4/+17 |
* | Add missing includes. | Matthias Clasen | 2004-12-16 | 1 | -0/+2 |
* | Require glib 2.6.0 for g_filename_display_basename. | Matthias Clasen | 2004-12-16 | 2 | -15/+3 |
* | Use g_filename_display_basename to calculate display name. | Alexander Larsson | 2004-12-15 | 1 | -3/+1 |
* | Use _gtk_menu_item_popup_submenu() to make keynav into submenus work | Matthias Clasen | 2004-12-15 | 6 | -80/+26 |
* | 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 |