| Commit message (Expand) | Author | Age | Files | Lines |
* | Change GtkCalendarDetailFunc to return newly allocated string. (#339540) | Mathias Hasselmann | 2008-01-17 | 2 | -10/+15 |
* | Store the event mask and extension event mode directly in the gobject data | Christian Persch | 2008-01-16 | 1 | -83/+17 |
* | Emit the notify::model signal. (#509819, David Zeuthen) | Matthias Clasen | 2008-01-16 | 1 | -1/+4 |
* | add cast to fix const warning. | Michael Natterer | 2008-01-14 | 1 | -9/+14 |
* | fix signedness warning. | Michael Natterer | 2008-01-14 | 1 | -2/+2 |
* | remove unused variable. | Michael Natterer | 2008-01-14 | 1 | -1/+0 |
* | cast "uris" to guchar* when passing it to gtk_selection_data_set(). | Michael Natterer | 2008-01-14 | 1 | -1/+1 |
* | Explain name choice for gtk_tool_item_toolbar_reconfigured. | Mathias Hasselmann | 2008-01-14 | 1 | -0/+7 |
* | Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShell | Mathias Hasselmann | 2008-01-13 | 4 | -13/+13 |
* | Include <gtk/gtktoolshell.h> from gtk.h. | Mathias Hasselmann | 2008-01-12 | 1 | -0/+1 |
* | Print angle brackets arround e-mail addresses in the about dialog | Mathias Hasselmann | 2008-01-12 | 1 | -10/+12 |
* | removed old testutils special casing so test widgets are always queues for | 13:28:02 Tim Janik | 2008-01-11 | 2 | -11/+1 |
* | Fix possible recursion by resetting the idle source id. (#507605, William | Emmanuele Bassi | 2008-01-10 | 1 | -10/+14 |
* | fully initialize GdkWindowAttr to avoid valgrind warnings. (#507751, patch | Kristian Rietveld | 2008-01-10 | 1 | -11/+12 |
* | Fix a leak of the path (#504611, patch from Sadrul Habib Chowdhury). | Kristian Rietveld | 2008-01-10 | 1 | -1/+2 |
* | Fix #477175, reported by Juri Pakaste. | Kristian Rietveld | 2008-01-10 | 3 | -12/+58 |
* | remove unused variable. | Michael Natterer | 2008-01-09 | 7 | -16/+14 |
* | Be more robust when removing the current page. (#499951, Andreas Sandberg) | Matthias Clasen | 2008-01-08 | 1 | -0/+3 |
* | Declare value in the example code for GtkSpinButton::output, as pointed | Johan Dahlin | 2008-01-07 | 1 | -0/+1 |
* | Make the labels left-aligned, and remove an obsolete event box. Bug | Christian Persch | 2008-01-06 | 1 | -15/+12 |
* | Allow domains to be overridden in <interface>'s if a translation-domain is | Johan Dahlin | 2008-01-06 | 1 | -2/+2 |
* | Avoid adding unnecessary trailing newlines to g_warning calls. | Johan Dahlin | 2008-01-06 | 1 | -4/+4 |
* | Remove an unused variable | Johan Dahlin | 2008-01-06 | 1 | -1/+0 |
* | Document the ::output signal and add an example. (#507566, example by Owen | Matthias Clasen | 2008-01-06 | 1 | -0/+27 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 13 | -1/+17 |
* | Make sure that --root works for toplevel widgets. (#491847, Phil Lello) | Johan Dahlin | 2008-01-06 | 1 | -5/+0 |
* | Avoid some compiler warnings (#507000). | Mathias Hasselmann | 2008-01-05 | 3 | -9/+11 |
* | Use the correct comparison function (kudos to Christian Persch and Claudio | Emmanuele Bassi | 2008-01-03 | 2 | -3/+3 |
* | Also reorder menu when reordering tabs by drag & drop (Bug #506474) | Johannes Schmid | 2007-12-31 | 1 | -1/+4 |
* | Using GSlice for GtkTreePath | Philip Van Hoof | 2007-12-31 | 1 | -3/+3 |
* | Plug a mem leak. Bug #506107. | Christian Persch | 2007-12-31 | 1 | -3/+4 |
* | Adjust to icon cache api change. (#506135, Kazuki Iwamoto) | Matthias Clasen | 2007-12-29 | 1 | -1/+3 |
* | Remove max_detail_height field from GtkCalendarPrivate. (#339540) | Mathias Hasselmann | 2007-12-28 | 1 | -7/+6 |
* | Make finalizer more robust | Matthias Clasen | 2007-12-28 | 1 | -14/+19 |
* | Draw bottom shadow of GtkCalender headings. (#506113) | Mathias Hasselmann | 2007-12-28 | 1 | -1/+1 |
* | Document some initial values | Matthias Clasen | 2007-12-28 | 1 | -0/+21 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 2 | -5/+5 |
* | Plug a mem leak. Bug #506096. | Christian Persch | 2007-12-28 | 1 | -1/+1 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 2 | -1/+3 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 3 | -7/+7 |
* | More default property value corrections | Matthias Clasen | 2007-12-28 | 4 | -5/+5 |
* | Fix a finalizer issue | Matthias Clasen | 2007-12-28 | 1 | -1/+3 |
* | Fix default property values | Matthias Clasen | 2007-12-28 | 1 | -2/+2 |
* | Fix default values | Matthias Clasen | 2007-12-28 | 1 | -5/+8 |
* | Fix the default value of the curve-type property | Matthias Clasen | 2007-12-28 | 1 | -1/+1 |
* | Fix the default value of enable-arrows-always | Matthias Clasen | 2007-12-28 | 1 | -1/+1 |
* | Chain up. This makes it possible to have accelerators tags on GtkDialog | Johan Dahlin | 2007-12-28 | 1 | -1/+9 |
* | Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show... | Mathias Hasselmann | 2007-12-28 | 2 | -15/+64 |
* | Try more decent appearance of calendar details separator. (#339540) | Mathias Hasselmann | 2007-12-28 | 1 | -2/+13 |
* | Implement GtkTooltip API for calendar details. (#339540) | Mathias Hasselmann | 2007-12-28 | 1 | -2/+64 |