| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize the position so we don't create paths with off-list indices. | Soeren Sandmann | 2004-08-22 | 1 | -0/+6 |
* | Use the correct tree path (#150289, Morten Welinder). | Soeren Sandmann | 2004-08-22 | 1 | -0/+6 |
* | Fix #150406, reported by Fernando San MartÃn Woerner, patch by Gustavo | Matthias Clasen | 2004-08-22 | 1 | -0/+9 |
* | Don't use an uninitialized tree iter. (#150414, Torsten Schoenfeld) | Matthias Clasen | 2004-08-22 | 1 | -0/+5 |
* | Fix #150738, Tomislav Jonjic. | Matthias Clasen | 2004-08-22 | 1 | -3/+16 |
* | demos/testpixbuf-save.c Get rid of some unnecessary casts. | Manish Singh | 2004-08-19 | 1 | -0/+8 |
* | Initialize height from fixed_height before we do anything, so it always | Manish Singh | 2004-08-18 | 1 | -0/+9 |
* | Merged from 2.4: | Federico Mena Quintero | 2004-08-18 | 1 | -0/+45 |
* | Applied patch from Olivier Andrieu to fix bug #150440. | Manish Singh | 2004-08-18 | 1 | -0/+8 |
* | Look up icon themes in the directories specified in the icon theme spec: | Matthias Clasen | 2004-08-17 | 1 | -0/+6 |
* | Take widget->state into account when painting the shadows. (#150351, Tim | Matthias Clasen | 2004-08-17 | 1 | -0/+5 |
* | No need for INCLUDE_INTERNAL_SYMBOLS anymore. | Matthias Clasen | 2004-08-17 | 1 | -0/+16 |
* | Use g_message() throughout, add RTL envar for rtl testing. | Matthias Clasen | 2004-08-17 | 1 | -0/+15 |
* | New widget to go along with GtkFontButton and GtkColorButton for use in | Matthias Clasen | 2004-08-17 | 1 | -0/+23 |
* | Comment out mallinfo stuff. Fix g_print %-strings. | Morten Welinder | 2004-08-16 | 1 | -1/+3 |
* | Doc update. | Matthias Clasen | 2004-08-16 | 1 | -1/+11 |
* | Fix C99ism. | Morten Welinder | 2004-08-16 | 1 | -0/+4 |
* | Added "bs" to ALL_LINGUAS. Added Bosnian translations by Kenan | Christian Rose | 2004-08-16 | 1 | -0/+4 |
* | Fix #150125: | Matthias Clasen | 2004-08-16 | 1 | -0/+9 |
* | Count from the beginning of the line, not from the current position. | Matthias Clasen | 2004-08-16 | 1 | -0/+7 |
* | Fix typo. The gtk.immodules file had never been included in my | Tor Lillqvist | 2004-08-15 | 1 | -0/+9 |
* | Make the use of S_ISFIFO and S_ISSOCK conditional. (#150146, Gustavo | Matthias Clasen | 2004-08-15 | 1 | -0/+6 |
* | gtk/gtkfilechooserdefault.c (shortcuts_append_home, | Tor Lillqvist | 2004-08-14 | 1 | -0/+8 |
* | New function. | Soeren Sandmann | 2004-08-14 | 1 | -0/+21 |
* | Don't install the settings_notify_cb from here, since it may be called | Matthias Clasen | 2004-08-13 | 1 | -0/+6 |
* | Make re-sensitivation work in menu mode. | Matthias Clasen | 2004-08-13 | 1 | -0/+3 |
* | Fix the docs build. | Matthias Clasen | 2004-08-13 | 1 | -1/+5 |
* | Make fixed height mode handle insertions. (135955, Michael Vogt, testcase | Matthias Clasen | 2004-08-13 | 1 | -0/+7 |
* | Add missing include. | Matthias Clasen | 2004-08-13 | 1 | -0/+4 |
* | Fix #149547, Markus Lausser: | Matthias Clasen | 2004-08-13 | 1 | -1/+13 |
* | Adjust to GtkAboutDialog API changes. | Matthias Clasen | 2004-08-13 | 1 | -0/+9 |
* | Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefix | Matthias Clasen | 2004-08-12 | 1 | -0/+9 |
* | Make the icon view accessible by implementing the necesssary ATK | Matthias Clasen | 2004-08-12 | 1 | -0/+6 |
* | Link to information about allowed action names. (#149620, David Malcolm) | Matthias Clasen | 2004-08-12 | 1 | -0/+5 |
* | Add setters for the ::sensitive and ::visible properties of GtkAction. | Matthias Clasen | 2004-08-12 | 1 | -2/+12 |
* | Fix #149422, #143457: | Federico Mena Quintero | 2004-08-12 | 1 | -0/+11 |
* | Add shortcuts_model_filter_get_type. | Matthias Clasen | 2004-08-12 | 1 | -0/+7 |
* | Don't start a drag if the treeview is only a drag destination. (#149836, | Matthias Clasen | 2004-08-11 | 1 | -0/+6 |
* | Underscore-prefix gtk_tree_data_list_compare_func. | Matthias Clasen | 2004-08-11 | 1 | -0/+10 |
* | Define TESTS, not TEST, so that make check actually triggers abicheck.sh. | Matthias Clasen | 2004-08-10 | 1 | -0/+4 |
* | Include glib.h before using glib symbols. D'oh. | Matthias Clasen | 2004-08-10 | 1 | -1/+4 |
* | Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY. | Matthias Clasen | 2004-08-10 | 1 | -0/+3 |
* | Include gtkalias.h in the generated sources gtkmarhalers.c and | Matthias Clasen | 2004-08-10 | 1 | -0/+11 |
* | Add gdkalias.h to BUILT_SOURCES. | Matthias Clasen | 2004-08-10 | 1 | -0/+4 |
* | autogenerate gtk.def, cleanup | Hans Breuer | 2004-08-09 | 1 | -0/+8 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -2/+26 |
* | Fix C99ism. | Morten Welinder | 2004-08-09 | 1 | -0/+4 |
* | Also revert GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |
* | Add the exported functions gdk_rgb_colormap_ditherable(), | Matthias Clasen | 2004-08-09 | 1 | -0/+8 |
* | Make static. | Matthias Clasen | 2004-08-09 | 1 | -0/+5 |