| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement accessible support, fixes #454653. | Johan Dahlin | 2008-01-25 | 1 | -19/+75 |
* | Change GtkCalendarDetailFunc to return newly allocated string. (#339540) | Mathias Hasselmann | 2008-01-17 | 1 | -2/+2 |
* | fix another call to gtk_selection_data_set(). | Michael Natterer | 2008-01-14 | 1 | -1/+1 |
* | Build defaultvaluetest only on Unix as it uses gtkprintunixdialog API. | Tor Lillqvist | 2008-01-10 | 1 | -0/+2 |
* | Update, GtkBuilder::translation-domain is no longer set | Johan Dahlin | 2008-01-06 | 1 | -2/+1 |
* | Fix mem leak, and don't pass GType as integer through gpointer. Bug | Christian Persch | 2008-01-05 | 1 | -4/+7 |
* | Make it pass again. | Johan Dahlin | 2008-01-03 | 1 | -11/+39 |
* | Ignore a few more tests to make it pass on Ubuntu. (main): Use | Johan Dahlin | 2008-01-02 | 1 | -355/+21 |
* | Also reorder menu when reordering tabs by drag & drop (Bug #506474) | Johannes Schmid | 2007-12-31 | 1 | -2/+3 |
* | Add exlusions | Matthias Clasen | 2007-12-28 | 1 | -8/+138 |
* | Chain up. This makes it possible to have accelerators tags on GtkDialog | Johan Dahlin | 2007-12-28 | 1 | -0/+1 |
* | Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show... | Mathias Hasselmann | 2007-12-28 | 1 | -5/+6 |
* | Apply trivial code-style changes from attachement 101101. (#339540) | Mathias Hasselmann | 2007-12-28 | 1 | -14/+21 |
* | Restructure testcalendar for testing calendar details. (#339540) | Mathias Hasselmann | 2007-12-28 | 1 | -124/+398 |
* | Add a test for default property values, based on program by Christan Perch | Johan Dahlin | 2007-12-21 | 2 | -0/+514 |
* | Add another call to gtk_builder_add_string after using delayed properties, | Johan Dahlin | 2007-12-19 | 1 | -2/+11 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 1 | -65/+0 |
* | made unnecessarily exported symbols static. switched g_return_if_fail() | 15:44:01 Tim Janik | 2007-12-11 | 2 | -409/+308 |
* | ported to new testing framework. | 13:38:36 Tim Janik | 2007-12-06 | 2 | -15/+21 |
* | majorly speed up execution by reducing timeouts and converting main loop | 10:44:52 Tim Janik | 2007-12-06 | 2 | -106/+75 |
* | use string comparisons for string property values and get rid of | 08:23:38 Tim Janik | 2007-12-06 | 1 | -8/+7 |
* | run tests in current dir after setting up the logging directory, so their | 18:59:59 Tim Janik | 2007-12-05 | 2 | -1/+364 |
* | fix invalid free | Ryan Lortie | 2007-11-27 | 1 | -3/+0 |
* | call g_test_init() from gtk_test_init(). | 15:39:40 Tim Janik | 2007-11-22 | 1 | -1/+2 |
* | Fix C89 compilation issue. (#467711, The Written Word) | Behdad Esfahbod | 2007-11-21 | 1 | -1/+5 |