| Commit message (Expand) | Author | Age | Files | Lines |
* | don't use the deprecated gtk_box_pack_start_defaults(). | Michael Natterer | 2008-08-05 | 1 | -10/+10 |
* | undeprecate (apart from still using GtkOptionMenu). | Michael Natterer | 2008-08-04 | 1 | -47/+29 |
* | gtk/gtkseparatortoolitem.c remove pointless #undef GTK_DISABLE_DEPRECATED. | Michael Natterer | 2008-08-04 | 1 | -1/+0 |
* | build gdkwindowimpl | Hans Breuer | 2008-08-01 | 1 | -7/+8 |
* | Bug 442042 – GtkScaleButton is too limited | Michael Natterer | 2008-07-21 | 1 | -50/+80 |
* | Don't do funny casts to avoid compiler warnings | Federico Mena Quintero | 2008-07-18 | 1 | -4/+13 |
* | Add an "Unselect all" button | Matthias Clasen | 2008-07-15 | 1 | -0/+13 |
* | Fix #316087. | Kristian Rietveld | 2008-07-11 | 2 | -0/+240 |
* | Revert name change | Cody Russell | 2008-07-01 | 12 | -12/+12 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 12 | -12/+12 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 44 | -44/+44 |
* | must return a value of the appropriate type with g_return_val_if_fail | Hans Breuer | 2008-06-20 | 1 | -4/+4 |
* | Replaced use of gtk_signal_connect with the g_signal_connect equivalents. | Mikael Hallendal | 2008-06-20 | 1 | -4/+4 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -4/+8 |
* | Use g_object_new instead of gtk_widget_new | Johan Dahlin | 2008-06-19 | 5 | -38/+38 |
* | tests/Makefile.am tests/autotestfilechooser.c tests/buildertest.c | Michael Natterer | 2008-06-18 | 8 | -5432/+0 |
* | some more undeprecation. | Michael Natterer | 2008-06-18 | 1 | -4/+4 |
* | deprecate gtk_type_class(). | Michael Natterer | 2008-06-18 | 1 | -2/+4 |
* | Make make check work. | Matthias Clasen | 2008-05-29 | 1 | -3/+1 |
* | Bug 522084 – GIcon support for GtkIconTheme & GtkImage | Matthias Clasen | 2008-05-29 | 1 | -0/+17 |
* | gtk/Makefile.am add a single-include header for the unix print stuff. | Michael Natterer | 2008-05-29 | 2 | -2/+1 |
* | Enhanced pango attribute tests, Added tests for requires tag handling. | Tristan Van Berkom | 2008-05-25 | 1 | -0/+29 |
* | tests/pixbuf-lowmem.c tests/pixbuf-random.c | Björn Lindqvist | 2008-05-25 | 7 | -43/+24 |
* | Use type of the correct column (#529535). Add test. | Jan Arne Petersen | 2008-05-24 | 1 | -0/+71 |
* | updated fix c99ism (variable at start of block export functions for window | Hans Breuer | 2008-05-23 | 1 | -1/+4 |
* | perf/widgets.h tests/print-editor.c tests/prop-editor.h | Michael Natterer | 2008-05-23 | 9 | -10/+6 |
* | added GdkRectangle *clip_rect to gtk_widget_get_snapshot(). | 21:10:15 Tim Janik | 2008-05-21 | 1 | -3/+3 |
* | Bug 318807 – Offscreen windows and window redirection. | 10:49:20 Tim Janik | 2008-05-21 | 1 | -1/+167 |
* | Added <attributes> / <attribute> custom tags to parse pango attributes | Tristan Van Berkom | 2008-04-11 | 1 | -0/+113 |
* | Cover GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER action in tests for current | Björn Lindqvist | 2008-04-02 | 1 | -4/+10 |
* | Don't pass NULL for %s to g_message(). (main): Drop unnecessary call to | Tor Lillqvist | 2008-03-20 | 1 | -5/+6 |
* | Build testmountoperation only on Unix for now. | Tor Lillqvist | 2008-03-17 | 1 | -1/+3 |
* | Implement GtkMountOperation, a subclass of GMountOperation to be used with | Christian Kellner | 2008-03-17 | 2 | -0/+168 |
* | Add the possibility to test what happens if the process just calls exit() | Tor Lillqvist | 2008-03-10 | 1 | -0/+15 |
* | - Treat enums like enums and not values - Avoid invalid free, in case of | Johan Dahlin | 2008-03-07 | 1 | -1/+94 |
* | Implement GtkBuildable on GtkIconFactory, to make it possible to register | Johan Dahlin | 2008-03-07 | 1 | -0/+30 |
* | Restore accidentally broken test. | Johan Dahlin | 2008-03-05 | 1 | -1/+1 |
* | Remove autotestkeywords, it's added later, fixes non-C++ build. (#496032, | Johan Dahlin | 2008-03-02 | 1 | -1/+0 |
* | Add translatable/context and comment attributes on <col> tags under a | Johan Dahlin | 2008-03-02 | 1 | -3/+3 |
* | Do not use g_error for a few more errors, instead set the GError sent in | Johan Dahlin | 2008-03-01 | 1 | -1/+21 |
* | Revert back to r19454. | Emmanuele Bassi | 2008-02-27 | 1 | -19/+13815 |
* | Add file missing from SVN, from the tarball. | Tor Lillqvist | 2008-02-22 | 1 | -0/+20 |
* | 2.13.0GTK_2_13_0 | Matthias Clasen | 2008-02-21 | 6 | -13821/+42 |
* | Add a --backend option. (#516073, Christian Persch) | Matthias Clasen | 2008-02-16 | 1 | -14/+33 |
* | Fix a memory leak (#515039, Christian Persch) | Matthias Clasen | 2008-02-12 | 1 | -1/+3 |
* | Fix a memory leak (#515038, Christian Persch) | Matthias Clasen | 2008-02-12 | 1 | -0/+2 |
* | Set no-show-all flag on the placeholder menu item. | Emmanuele Bassi | 2008-02-11 | 1 | -2/+2 |
* | initialize GdkColor structs to fix warning about uninitialized "pixel" | Michael Natterer | 2008-02-01 | 2 | -10/+12 |
* | use the right type for "subparser_data" and remove the (gpointer*) cast. | Michael Natterer | 2008-01-30 | 1 | -2/+4 |
* | Rename textbuffer test and port it to the new test framework | Johan Dahlin | 2008-01-26 | 2 | -123/+142 |