| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix an unintentional case of width-for-height... (#310133, Luis Villa) | Matthias Clasen | 2005-07-13 | 1 | -1/+1 |
* | Fix nl_langinfo() use | Matthias Clasen | 2005-06-18 | 1 | -1/+1 |
* | Fix 307689 | Matthias Clasen | 2005-06-15 | 1 | -0/+5 |
* | Don't leak the cairo context. Closes bug #307426. | Kjartan Maraas | 2005-06-13 | 1 | -0/+1 |
* | Allow localization of the format in which the year is displayed. (#135451, | Matthias Clasen | 2005-06-12 | 1 | -12/+37 |
* | Doc fixes. | Matthias Clasen | 2005-06-10 | 1 | -1/+1 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -1753/+1592 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -4/+4 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -9/+8 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -7/+9 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Check for _NL_TIME_FIRST_WEEKDAY too, since it is an enum value, not a | Matthias Clasen | 2005-01-14 | 1 | -2/+2 |
* | Check for nl_langinfo() Use nl_langinfo() when it's available to determine | Matthias Clasen | 2005-01-13 | 1 | -0/+8 |
* | 2.5.5GTK_2_5_5 | Matthias Clasen | 2004-11-12 | 1 | -1/+1 |
* | Document how to use info with text/image targets. | Matthias Clasen | 2004-10-22 | 1 | -1/+1 |
* | Only start a drag if the left button is pressed. (#151490, Frederic | Matthias Clasen | 2004-09-01 | 1 | -3/+6 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Remove unnecessary checks. (#148175, Morten Welinder) | Matthias Clasen | 2004-07-23 | 1 | -2/+1 |
* | Use the new text target functionality in GtkTargetList instead of | Matthias Clasen | 2004-07-21 | 1 | -16/+4 |
* | Remove trailing commas from enumerations. (#148035) | Matthias Clasen | 2004-07-21 | 1 | -2/+2 |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 1 | -1/+1 |
* | Fix off-by-one error. GDate month is one-based and GtkCalendar month is | Matthias Clasen | 2004-07-04 | 1 | -2/+2 |
* | Start the drag before focusing the selected.day. Stop a beginning drag if | Matthias Clasen | 2004-06-10 | 1 | -3/+6 |
* | Start spinning before calling arrow_action(), so that a signal handler | Matthias Clasen | 2004-06-10 | 1 | -2/+20 |