summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
Commit message (Expand)AuthorAgeFilesLines
* Handle return values from nl_langinfo() more correctly.Matthias Clasen2007-06-081-5/+5
* fix build breakageMatthias Clasen2007-01-191-1/+0
* Fix problems with the initial focus in GtkCalendar. (#397783, VincentMatthias Clasen2007-01-191-1/+18
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-6/+2
* draw arrows pointing to the right correctly placed inside their GdkWindow.Carlos Garnacho2006-12-141-1/+1
* Merge from 2.10 branch:Tor Lillqvist2006-10-101-24/+10
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Use the Win32 thread locale's first day of week setting on Win32.Tor Lillqvist2006-10-071-33/+38
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+0
* Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer, so that theMatthias Clasen2006-08-061-6/+8
* use 5 * gtk-timeout-repeat, just as many other widgets. Makes the calendarMichael Natterer2006-07-171-1/+3
* Documentation additions and fixes.Matthias Clasen2006-06-291-2/+0
* Don't produce a stuck drag if shift is held. (#341734, Sebastien Bacher)Matthias Clasen2006-05-181-1/+1
* Avoid a possible array overrun. (Coverity)Matthias Clasen2006-04-161-1/+1
* Fix translation comments for localizable digit formats. (fixes bugBehdad Esfahbod2006-03-301-4/+6
* Use translated format strings for L10n in size calculation too.Behdad Esfahbod2006-01-261-10/+13
* s/Latin/English/ in last patch.Behdad Esfahbod2006-01-251-2/+2
* Oops. s/_(/Q_(/ in the patch.Behdad Esfahbod2006-01-251-2/+2
* Use translated strings calendar:week:digits|%d and calendar:day:digits|%dBehdad Esfahbod2006-01-251-3/+23
* Queue a draw when losing the focus. (#326064, Andrew Conkling)Matthias Clasen2006-01-111-0/+2
* Doc updatesMatthias Clasen2005-12-201-0/+4
* Doc updatesMatthias Clasen2005-12-201-1/+1
* Avoid conflict with win32 headers in the libdate routines. (#323045,Matthias Clasen2005-12-061-51/+44
* Use GetLocaleInfo() on Windows to get the localized weekday and monthTor Lillqvist2005-11-281-0/+51
* Made button-press timeouts which work like key repeat timeoutsMichael Natterer2005-11-221-7/+16
* Make it compile without HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, MathiasTor Lillqvist2005-10-041-0/+4
* Call calendar_compute_days() after setting priv->week_start.Matthias Clasen2005-10-041-2/+2
* Another attempt to correct the calculations for the first week day. We mayMatthias Clasen2005-09-301-8/+12
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-16/+4
* first_weekday is relative to week_1stday, not to Sunday. Gotta love theMatthias Clasen2005-09-091-3/+15
* Intern some more strings.Matthias Clasen2005-09-011-8/+8
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Fix the calculation of week_start. (#314473, JP Rosevaar)Matthias Clasen2005-08-261-1/+1
* Fix an unintentional case of width-for-height... (#310133, Luis Villa)Matthias Clasen2005-07-131-1/+1
* Fix nl_langinfo() useMatthias Clasen2005-06-181-1/+1
* Fix 307689Matthias Clasen2005-06-151-0/+5
* Don't leak the cairo context. Closes bug #307426.Kjartan Maraas2005-06-131-0/+1
* Allow localization of the format in which the year is displayed. (#135451,Matthias Clasen2005-06-121-12/+37
* Doc fixes.Matthias Clasen2005-06-101-1/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-1753/+1592
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-9/+8
* : Mark param spec strings as static.Matthias Clasen2005-03-211-7/+9
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Check for _NL_TIME_FIRST_WEEKDAY too, since it is an enum value, not aMatthias Clasen2005-01-141-2/+2
* Check for nl_langinfo() Use nl_langinfo() when it's available to determineMatthias Clasen2005-01-131-0/+8
* 2.5.5GTK_2_5_5Matthias Clasen2004-11-121-1/+1
* Document how to use info with text/image targets.Matthias Clasen2004-10-221-1/+1