summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.h
Commit message (Expand)AuthorAgeFilesLines
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+16
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-4/+4
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* Add padding to class structsMatthias Clasen2010-10-191-1/+6
* Add gtk_calendar_day_is_marked() functionJavier Jardón2010-08-291-0/+3
* Remove deprecated GTK_CALENDAR_WEEK_START_MONDAY optionMatthias Clasen2010-08-281-3/+0
* GtkCalendar: move public members to private structureJavier Jardón2010-08-121-29/+1
* calendar: Remove unused GdkGC membersBenjamin Otte2010-08-101-3/+0
* GtkCalendar: some functions always return TRUE, so change them to voidThomas Wood2010-06-151-3/+3
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Remove GtkSignal completelyJavier Jardón2010-05-031-3/+0
* Remove deprecated functions from GtkCalendarChristian Dywan2010-05-031-10/+0
* no need to include <gdk/gdk.h> in any widget header, it's included viaMichael Natterer2008-10-301-1/+1
* Fix the Since: tag of GtkCalendarDetailFunc to correctly state 2.14, not 2.16.Torsten Schönfeld2008-08-111-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* seal public struct members.Tim Janik2008-06-201-19/+19
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Remove trailing comma from enum to make the compiler happy. (#517295,Matthias Clasen2008-02-281-1/+1
* Change GtkCalendarDetailFunc to return newly allocated string. (#339540)Mathias Hasselmann2008-01-171-6/+7
* Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show...Mathias Hasselmann2007-12-281-1/+16
* Add infrastructure for GtkCalendar details. (#339540)Mathias Hasselmann2007-12-271-0/+36
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-4/+7
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-9/+2
* Some calendar improvements.Matthias Clasen2003-05-081-0/+6
* Deprecation cleanupManish Singh2002-10-091-7/+9
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-3/+3
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* s/refcount/ref_count/.Tim Janik2000-02-131-5/+6
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-1/+1
* Corrected signals declarationsGuillaume Laurent1998-11-141-7/+7
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-2/+0
* gtk/gtkcalendar.c: More changes: - The day with focus is now seperatedCDT 1998 Shawn T. Amundson1998-10-051-3/+7
* gtk/gtkcalendar.c: Some significant changes, including: - No longer drawCDT 1998 Shawn T. Amundson1998-10-041-39/+3
* new function. (gtk_clist_insert): added g_return_val_if_fail() statements.Tim Janik1998-10-011-49/+64
* gtk/gtkcalendar.c: examples/calendar: Added gtkcalendar widget and demoCDT 1998 Shawn T. Amundson1998-09-271-0/+153