summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
Commit message (Expand)AuthorAgeFilesLines
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Add DND support to GtkCalendar. The selected date is dragged as text,Matthias Clasen2003-08-081-16/+290
* Get the information about the first day of the week from the locale usingMatthias Clasen2003-08-081-42/+23
* Complete the RTL flipping support for GtkCalendar, make it possible toMatthias Clasen2003-08-081-87/+217
* Add and hook in gtk_calendar_scroll, to let the mouse wheels select theMatthias Clasen2003-08-081-1/+28
* Insert cast to fix warning. Assign something to old_value to quiet gccSoeren Sandmann2003-07-031-5/+6
* Document new properties as 2.4 additions.Matthias Clasen2003-06-141-0/+39
* Replace deprecated gtk_timeout_* functions by their GLib counterparts.Matthias Clasen2003-06-051-4/+4
* Make calendar controls spin. (#112540)Matthias Clasen2003-05-201-23/+159
* Some calendar improvements.Matthias Clasen2003-05-081-13/+266
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-9/+9
* Deprecation cleanupManish Singh2002-10-091-74/+108
* When changing months when the user clicks on a prev-month or next-monthOwen Taylor2002-03-211-40/+63
* s/columns/rows/ in docs. (#70199)Matthias Clasen2002-02-221-1/+1
* A bunch of small allocation/drawing fixes.Owen Taylor2002-02-141-60/+61
* Patch from Bill Haneman to draw to focus using gtk_paint_focus() with theOwen Taylor2002-02-141-9/+25
* Set finalize handler; (gtk_calendar_finalize): Rename gtk_calendar_destroyAnders Carlsson2002-02-101-6/+10
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-36/+0
* Fix some bugs with size requisition. (From Bill Haneman) Draw headers andOwen Taylor2001-12-031-84/+25
* Use the current day, as well as the current month and year.Owen Taylor2001-09-201-1/+1
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-4/+0
* 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