| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update, GtkBuilder::translation-domain is no longer set | Johan Dahlin | 2008-01-06 | 2 | -2/+4 |
* | Allow domains to be overridden in <interface>'s if a translation-domain is | Johan Dahlin | 2008-01-06 | 2 | -2/+10 |
* | Avoid adding unnecessary trailing newlines to g_warning calls. | Johan Dahlin | 2008-01-06 | 2 | -4/+7 |
* | Remove an unused variable | Johan Dahlin | 2008-01-06 | 2 | -1/+5 |
* | Updated zh_CN translation from manphiz | Yang Zhang | 2008-01-06 | 1 | -1989/+1747 |
* | Document the ::output signal and add an example. (#507566, example by Owen | Matthias Clasen | 2008-01-06 | 2 | -0/+44 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 14 | -1/+40 |
* | Make sure that --root works for toplevel widgets. (#491847, Phil Lello) | Johan Dahlin | 2008-01-06 | 2 | -5/+6 |
* | Include Makefile.decl, to make sure that make test-report works properly | Johan Dahlin | 2008-01-05 | 2 | -0/+8 |
* | Fix mem leak, and don't pass GType as integer through gpointer. Bug | Christian Persch | 2008-01-05 | 2 | -4/+12 |
* | Avoid some compiler warnings (#507000). | Mathias Hasselmann | 2008-01-05 | 4 | -9/+20 |
* | don't forget to set the time in the returned GdkTimeCoords. | Michael Natterer | 2008-01-04 | 2 | -5/+15 |
* | Use the correct comparison function (kudos to Christian Persch and Claudio | Emmanuele Bassi | 2008-01-03 | 3 | -3/+13 |
* | Make it pass again. | Johan Dahlin | 2008-01-03 | 2 | -11/+43 |
* | Ignore a few more tests to make it pass on Ubuntu. (main): Use | Johan Dahlin | 2008-01-02 | 2 | -355/+29 |
* | Updated Occitan translation | Yannig MARCHEGAY | 2007-12-31 | 3 | -2563/+2708 |
* | Also reorder menu when reordering tabs by drag & drop (Bug #506474) | Johannes Schmid | 2007-12-31 | 3 | -3/+17 |
* | Using GSlice for GtkTreePath | Philip Van Hoof | 2007-12-31 | 2 | -3/+7 |
* | Plug a mem leak. Bug #506107. | Christian Persch | 2007-12-31 | 2 | -3/+9 |
* | Adjust to icon cache api change. (#506135, Kazuki Iwamoto) | Matthias Clasen | 2007-12-29 | 2 | -1/+8 |
* | Second attempt to fix the ChangeLog WTF - by comparing with the commit messages | Mathias Hasselmann | 2007-12-28 | 1 | -220/+0 |
* | Correct typo and remove the ChangeLog-WTF, mclasen produced with r19253. | Mathias Hasselmann | 2007-12-28 | 1 | -1/+86 |
* | Remove max_detail_height field from GtkCalendarPrivate. (#339540) | Mathias Hasselmann | 2007-12-28 | 2 | -7/+13 |
* | Add exlusions | Matthias Clasen | 2007-12-28 | 2 | -8/+143 |
* | Move the gail tests from standalone gail to gtk+. Bug #504568. | Christian Persch | 2007-12-28 | 28 | -1/+9208 |
* | Make finalizer more robust | Matthias Clasen | 2007-12-28 | 2 | -14/+24 |
* | Draw bottom shadow of GtkCalender headings. (#506113) | Mathias Hasselmann | 2007-12-28 | 2 | -2/+8 |
* | Document some initial values | Matthias Clasen | 2007-12-28 | 2 | -0/+26 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 3 | -5/+7 |
* | Plug a mem leak. Bug #506096. | Christian Persch | 2007-12-28 | 2 | -1/+6 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 3 | -1/+5 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 4 | -7/+10 |
* | More default property value corrections | Matthias Clasen | 2007-12-28 | 5 | -5/+12 |
* | Fix a finalizer issue | Matthias Clasen | 2007-12-28 | 2 | -1/+8 |
* | Don't return NULL. | Matthias Clasen | 2007-12-28 | 2 | -0/+6 |
* | Fix default property values | Matthias Clasen | 2007-12-28 | 2 | -2/+5 |
* | Fix default values | Matthias Clasen | 2007-12-28 | 2 | -5/+13 |
* | Fix the default value of the curve-type property | Matthias Clasen | 2007-12-28 | 2 | -1/+3 |
* | Fix the default value of enable-arrows-always | Matthias Clasen | 2007-12-28 | 2 | -1/+6 |
* | Chain up. This makes it possible to have accelerators tags on GtkDialog | Johan Dahlin | 2007-12-28 | 3 | -1/+17 |
* | Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show... | Mathias Hasselmann | 2007-12-28 | 6 | -29/+85 |
* | Try more decent appearance of calendar details separator. (#339540) | Mathias Hasselmann | 2007-12-28 | 2 | -2/+20 |
* | Apply trivial code-style changes from attachement 101101. (#339540) | Mathias Hasselmann | 2007-12-28 | 2 | -14/+27 |
* | Restructure testcalendar for testing calendar details. (#339540) | Mathias Hasselmann | 2007-12-28 | 2 | -124/+404 |
* | Implement GtkTooltip API for calendar details. (#339540) | Mathias Hasselmann | 2007-12-28 | 2 | -2/+72 |
* | Without setting "detail-width-chars" and "detail-height-rows" | Mathias Hasselmann | 2007-12-28 | 2 | -11/+31 |
* | Consider details for size-request and expose-event. (#339540) | Mathias Hasselmann | 2007-12-28 | 2 | -6/+189 |
* | updated si.po | SANDRA MARAKKALA DANISHKA NAVIN | 2007-12-28 | 1 | -0/+4 |
* | updated si.po | SANDRA MARAKKALA DANISHKA NAVIN | 2007-12-28 | 1 | -10/+10 |
* | Introduce local priv variables to reduce ->-> | Matthias Clasen | 2007-12-28 | 2 | -587/+623 |