summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
Commit message (Expand)AuthorAgeFilesLines
* GtkCalendar: move public members to private structureJavier Jardón2010-08-121-258/+314
* Change GtkCalendar's inner border and separator values from hard-codedCody Russell2010-08-031-54/+135
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [docs] GtkCalendar: Move documentation to inline commentsJavier Jardón2010-07-061-0/+72
* GtkCalendar: some functions always return TRUE, so change them to voidThomas Wood2010-06-151-30/+19
* Remove deprecated functions from GtkCalendarChristian Dywan2010-05-031-46/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-9/+9
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-8/+8
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-3/+3
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Avoid a crash when setting a tooltip on a GtkCalendarMatthias Clasen2010-02-091-4/+4
* Improve translator comment. Fixes bug #569393.Andre Klapper2009-07-071-3/+4
* Use C_() instead of Q_(). String change!Matthias Clasen2008-10-271-21/+15
* Bug 319849 - gtkcalendar look in RTL localesYair Hershkovitz2008-09-061-2/+12
* Bug 541600 – GtkCalendar segfault for certain values of detail-with-charsMathias Hasselmann2008-08-181-1/+1
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-3/+3
* gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.cSven Neumann2008-08-111-7/+7
* gtk/gtkseparatortoolitem.c remove pointless #undef GTK_DISABLE_DEPRECATED.Michael Natterer2008-08-041-3/+1
* Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with invalidMatthias Clasen2008-07-061-2/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* set the maximum of the "year" property to G_MAXINT >> 8 instead ofMichael Natterer2008-06-181-1/+1
* gtk/gtkalignment.c gtk/gtkarrow.c gtk/gtkbbox.c gtk/gtkcalendar.c removeMichael Natterer2008-05-211-2/+1
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-8/+8
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-11/+3
* Use pango_layout_set_height() for calendar details (#506049).Mathias Hasselmann2008-01-221-26/+8
* Change GtkCalendarDetailFunc to return newly allocated string. (#339540)Mathias Hasselmann2008-01-171-4/+8
* Remove max_detail_height field from GtkCalendarPrivate. (#339540)Mathias Hasselmann2007-12-281-7/+6
* Draw bottom shadow of GtkCalender headings. (#506113)Mathias Hasselmann2007-12-281-1/+1
* Document some initial valuesMatthias Clasen2007-12-281-0/+21
* Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show...Mathias Hasselmann2007-12-281-14/+48
* Try more decent appearance of calendar details separator. (#339540)Mathias Hasselmann2007-12-281-2/+13
* Implement GtkTooltip API for calendar details. (#339540)Mathias Hasselmann2007-12-281-2/+64
* Without setting "detail-width-chars" and "detail-height-rows"Mathias Hasselmann2007-12-281-11/+22
* Consider details for size-request and expose-event. (#339540)Mathias Hasselmann2007-12-281-6/+181
* Add infrastructure for GtkCalendar details. (#339540)Mathias Hasselmann2007-12-271-3/+205
* Avoid some compiler warnings and remove obsolete code. (#339540)Mathias Hasselmann2007-12-191-9/+7
* Fix a theming problem with colors in GtkCalendar. (#499703, MichaelMatthias Clasen2007-11-261-2/+2
* 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