| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkalignment.c gtk/gtkarrow.c gtk/gtkbbox.c gtk/gtkcalendar.c remove | Michael Natterer | 2008-05-21 | 1 | -2/+1 |
* | Go back to 2.13.0 as version for now, as there was no consensus to do the | Matthias Clasen | 2008-02-15 | 1 | -8/+8 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -11/+3 |
* | Use pango_layout_set_height() for calendar details (#506049). | Mathias Hasselmann | 2008-01-22 | 1 | -26/+8 |
* | Change GtkCalendarDetailFunc to return newly allocated string. (#339540) | Mathias Hasselmann | 2008-01-17 | 1 | -4/+8 |
* | Remove max_detail_height field from GtkCalendarPrivate. (#339540) | Mathias Hasselmann | 2007-12-28 | 1 | -7/+6 |
* | 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 |
* | Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show... | Mathias Hasselmann | 2007-12-28 | 1 | -14/+48 |
* | 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 |
* | Without setting "detail-width-chars" and "detail-height-rows" | Mathias Hasselmann | 2007-12-28 | 1 | -11/+22 |
* | Consider details for size-request and expose-event. (#339540) | Mathias Hasselmann | 2007-12-28 | 1 | -6/+181 |
* | Add infrastructure for GtkCalendar details. (#339540) | Mathias Hasselmann | 2007-12-27 | 1 | -3/+205 |
* | Avoid some compiler warnings and remove obsolete code. (#339540) | Mathias Hasselmann | 2007-12-19 | 1 | -9/+7 |
* | Fix a theming problem with colors in GtkCalendar. (#499703, Michael | Matthias Clasen | 2007-11-26 | 1 | -2/+2 |
* | Handle return values from nl_langinfo() more correctly. | Matthias Clasen | 2007-06-08 | 1 | -5/+5 |
* | fix build breakage | Matthias Clasen | 2007-01-19 | 1 | -1/+0 |
* | Fix problems with the initial focus in GtkCalendar. (#397783, Vincent | Matthias Clasen | 2007-01-19 | 1 | -1/+18 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -1/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -6/+2 |
* | draw arrows pointing to the right correctly placed inside their GdkWindow. | Carlos Garnacho | 2006-12-14 | 1 | -1/+1 |
* | Merge from 2.10 branch: | Tor Lillqvist | 2006-10-10 | 1 | -24/+10 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+0 |
* | Use the Win32 thread locale's first day of week setting on Win32. | Tor Lillqvist | 2006-10-07 | 1 | -33/+38 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -1/+0 |
* | Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer, so that the | Matthias Clasen | 2006-08-06 | 1 | -6/+8 |
* | use 5 * gtk-timeout-repeat, just as many other widgets. Makes the calendar | Michael Natterer | 2006-07-17 | 1 | -1/+3 |
* | Documentation additions and fixes. | Matthias Clasen | 2006-06-29 | 1 | -2/+0 |
* | Don't produce a stuck drag if shift is held. (#341734, Sebastien Bacher) | Matthias Clasen | 2006-05-18 | 1 | -1/+1 |
* | Avoid a possible array overrun. (Coverity) | Matthias Clasen | 2006-04-16 | 1 | -1/+1 |
* | Fix translation comments for localizable digit formats. (fixes bug | Behdad Esfahbod | 2006-03-30 | 1 | -4/+6 |
* | Use translated format strings for L10n in size calculation too. | Behdad Esfahbod | 2006-01-26 | 1 | -10/+13 |
* | s/Latin/English/ in last patch. | Behdad Esfahbod | 2006-01-25 | 1 | -2/+2 |
* | Oops. s/_(/Q_(/ in the patch. | Behdad Esfahbod | 2006-01-25 | 1 | -2/+2 |
* | Use translated strings calendar:week:digits|%d and calendar:day:digits|%d | Behdad Esfahbod | 2006-01-25 | 1 | -3/+23 |
* | Queue a draw when losing the focus. (#326064, Andrew Conkling) | Matthias Clasen | 2006-01-11 | 1 | -0/+2 |
* | Doc updates | Matthias Clasen | 2005-12-20 | 1 | -0/+4 |
* | Doc updates | Matthias Clasen | 2005-12-20 | 1 | -1/+1 |
* | Avoid conflict with win32 headers in the libdate routines. (#323045, | Matthias Clasen | 2005-12-06 | 1 | -51/+44 |
* | Use GetLocaleInfo() on Windows to get the localized weekday and month | Tor Lillqvist | 2005-11-28 | 1 | -0/+51 |
* | Made button-press timeouts which work like key repeat timeouts | Michael Natterer | 2005-11-22 | 1 | -7/+16 |
* | Make it compile without HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias | Tor Lillqvist | 2005-10-04 | 1 | -0/+4 |
* | Call calendar_compute_days() after setting priv->week_start. | Matthias Clasen | 2005-10-04 | 1 | -2/+2 |
* | Another attempt to correct the calculations for the first week day. We may | Matthias Clasen | 2005-09-30 | 1 | -8/+12 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -16/+4 |
* | first_weekday is relative to week_1stday, not to Sunday. Gotta love the | Matthias Clasen | 2005-09-09 | 1 | -3/+15 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -8/+8 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Fix the calculation of week_start. (#314473, JP Rosevaar) | Matthias Clasen | 2005-08-26 | 1 | -1/+1 |