summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-30/+3
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+5
* gtk_calendar_button_press: check for action_func != NULLDenis Oliver Kropp2001-04-041-1/+1
* make this somewhat key-navigableHavoc Pennington2001-03-241-15/+17
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-9/+9
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-47/+2
* Copy data and free data with free().Alexander Larsson2001-02-191-1/+1
* Adopt to new prototypes for unicode,locale,filename conversion functions.Owen Taylor2001-01-051-2/+2
* doh, this was broken beyond believe.Tim Janik2000-12-131-11/+10
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-16/+0
* Patch from ChiDeok Hwang to fix memleaks found by Evan Martin.Owen Taylor2000-11-181-0/+22
* g_filename_{to,from}_utf8 now takes an extra parameter.Robert Brady2000-11-121-4/+10
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-071-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-9/+5
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-32/+32
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-27/+26
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-99/+114
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-16/+18
* Merges from gtk-1-2Owen Taylor2000-03-141-3/+7
* Implement num_marked_dates, and don't emit mutiple day_selected signals onGMT 2000 Tony Gale2000-02-261-9/+15
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-0/+4
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* increment years and months by two not three on double clicks, patchTim Janik1999-02-201-3/+6
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-2/+0
* gtk.m4: When testing to see if glib exists, set LIBS="$GTK_LIBS $LIBS" NOTElliot Lee1998-12-311-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-3/+3
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-37/+38
* Fix for marking days from Dan Reish <dreish@izzy.net>.CST 1998 Shawn T. Amundson1998-11-201-1/+2
* gtk/gtkcalendar.c: More changes: - The day with focus is now seperatedCDT 1998 Shawn T. Amundson1998-10-051-81/+127
* gtk/gtkcalendar.c: Some significant changes, including: - No longer drawCDT 1998 Shawn T. Amundson1998-10-041-375/+507
* new function. (gtk_clist_insert): added g_return_val_if_fail() statements.Tim Janik1998-10-011-524/+561
* gtk/gtkcalendar.c: examples/calendar/gcalendar.c: remove HAVE_FEATURESCDT 1998 Shawn T. Amundson1998-09-281-15/+0
* gtk/gtkcalendar.c: examples/calendar: Added gtkcalendar widget and demoCDT 1998 Shawn T. Amundson1998-09-271-0/+2561