| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tests/testbbox.c use g_object_ref/unref instead of deprecated functions. | Michael Natterer | 2007-11-14 | 2 | -4/+5 |
* | Parse a file given on the cmdline | Matthias Clasen | 2007-11-10 | 1 | -0/+25 |
* | Parse signals after <child> tags and add tests. (#468793, Benjamin Otte) | Johan Dahlin | 2007-10-24 | 1 | -0/+22 |
* | Allow empty property nodes so we can set empty strings. (#486420, Xavier | Johan Dahlin | 2007-10-24 | 1 | -7/+40 |
* | Change testcase to not update screen information on configure-event, since | Matthias Clasen | 2007-10-16 | 1 | -4/+5 |
* | Add a second volume button. | Matthias Clasen | 2007-10-04 | 1 | -1/+8 |
* | svn path=/trunk/; revision=18842 | Hans Breuer | 2007-09-17 | 2 | -2/+10 |
* | Add code to test gtk_tooltip_set_custom() | Matthias Clasen | 2007-07-24 | 1 | -0/+32 |
* | Remove obsolete code. Bug #459566. | Christian Persch | 2007-07-23 | 1 | -21/+0 |
* | Port the GtkRecentChooser default implementation widget to the new | Emmanuele Bassi | 2007-07-23 | 2 | -0/+3 |
* | Apply a patch by Emmanuele Bassi to limit the number of shown recent | Matthias Clasen | 2007-07-20 | 1 | -4/+5 |
* | add more convenience API. | Kristian Rietveld | 2007-07-19 | 1 | -1/+5 |
* | #408327, improve tooltip positioning. | Kristian Rietveld | 2007-07-13 | 1 | -0/+2 |
* | Replace non-deprecated API using old tooltips API, deprecate old tooltips | Kristian Rietveld | 2007-07-09 | 1 | -0/+1 |
* | |___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___* | Johan Dahlin | 2007-07-09 | 1 | -0/+1 |
* | Parse <accessibility> but don't do anything yet. Do not strip | Johan Dahlin | 2007-07-08 | 1 | -0/+15 |
* | Fix confusing indentation | Johan Dahlin | 2007-07-04 | 1 | -6/+6 |
* | Report errors about integer parsing back up. (#452988) | Matthias Clasen | 2007-07-03 | 1 | -0/+1 |
* | 2.11.5GTK_2_11_5 | Matthias Clasen | 2007-07-02 | 1 | -6/+8 |
* | Improve error handling for enum/flags, rename the converter functions to | Johan Dahlin | 2007-06-30 | 1 | -0/+29 |
* | Move type-func to <object> instead of <child>, add a test to make sure | Johan Dahlin | 2007-06-30 | 1 | -0/+26 |
* | Make boolean string parsing consistent, #452464 | Johan Dahlin | 2007-06-30 | 1 | -0/+26 |
* | Improve reference counting, #447967 | Johan Dahlin | 2007-06-29 | 1 | -25/+132 |
* | Connect the "destroy" signal so that the 'window' pointer is set back to | Ryan Lortie | 2007-06-29 | 1 | -1/+5 |
* | Check the code and domain of GErrors instead of the string values | Johan Dahlin | 2007-06-27 | 1 | -6/+17 |
* | Add GtkBuilder and GError arguments to gtk_builder_value_from_string and | Johan Dahlin | 2007-06-27 | 1 | -14/+27 |
* | Add a test to check object properties | Johan Dahlin | 2007-06-27 | 1 | -0/+39 |
* | Set an error if we encounter properties without values set (#451303, | Johan Dahlin | 2007-06-27 | 1 | -0/+7 |
* | Fix a bunch of small bugs when parsing property values | Johan Dahlin | 2007-06-26 | 1 | -1/+78 |
* | Extend the C++ keyword test to include internal GDK headers (#449016). | Mathias Hasselmann | 2007-06-26 | 11 | -4/+114 |
* | Create test for finding C++ keywords in public header files (#449016). | Mathias Hasselmann | 2007-06-26 | 2 | -0/+9 |
* | applied patch from Xan Lopez to eliminate gap in painted frame for | Tim Janik | 2007-06-22 | 2 | -0/+152 |
* | Improving handling of tooltip-text property. Also check result of tooltip | Mathias Hasselmann | 2007-06-15 | 1 | -0/+20 |
* | Introduce convenience property "GtkWidget:tooltip-text" taking care of | Mathias Hasselmann | 2007-06-15 | 1 | -6/+6 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 2 | -1/+1468 |
* | updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. True | Hans Breuer | 2007-06-15 | 3 | -45/+22 |
* | Audit of GtkTreeView coordinate system usage. (#142494). | Kristian Rietveld | 2007-06-13 | 1 | -1/+7 |
* | make testiconview show brokenness | Matthias Clasen | 2007-06-11 | 1 | -1/+6 |