summaryrefslogtreecommitdiff
path: root/examples/calendar/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* Cut deadwoodMatthias Clasen2011-05-261-413/+0
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-8/+8
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+1
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-2/+2
* Do not use deprecated API in docs and examplesJavier Jardón2010-09-081-1/+1
* Convert to UTF-8Matthias Clasen2010-05-211-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* updated the (quite outdated) examples to use canonical signal names asSven Neumann2008-08-111-25/+25
* Re-extract.Matthias Clasen2005-01-031-32/+30
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Numerous fixes to the calendar example. (#97956, Owen Taylor)Matthias Clasen2002-11-211-110/+102
* update g_connect_signal usageBST 2002 Tony Gale2002-08-241-12/+12
* finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACKSven Neumann2002-02-191-31/+31
* Trivial formatting fixes to all examples, simple functional fixes toMatthias Clasen2002-02-191-64/+67
* More work on #71430.Matthias Clasen2002-02-161-59/+55
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-1/+0
* New section on GtkCalendar Update example codeGMT 2000 Tony Gale2000-02-231-0/+424