aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/weekday-picker.c
Commit message (Expand)AuthorAgeFilesLines
* Rename WeekdayPicker to EWeekdayChooser.Matthew Barnes2013-03-091-624/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-27/+33
* Bug #668769 - Recurrence editor weekday items slightly croppedMilan Crha2012-04-241-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-62/+20
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-2/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-6/+13
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-1/+2
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-5/+7
* Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-251-5/+19
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* gnome-canvas: Change line-width handling of GnomeCanvasShapeBenjamin Otte2010-10-301-1/+1
* calendar: Only include libgnomecanvas.hBenjamin Otte2010-10-301-2/+1
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-271-1/+0
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-7/+8
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-7/+8
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-12/+13
* Bug 612374 - Build failure due to recent GTK+ deprecationsMatthew Barnes2010-03-101-4/+7
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* BugĀ 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-242/+233
* Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-22/+22
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Fix compiler warnings in calendar.Matthew Barnes2009-05-261-2/+0
* ** Fixes part of bug #572348Matthew Barnes2009-02-191-3/+0
* Only include the toplevel GTK+ header.Matthew Barnes2008-10-311-1/+1
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-12/+16
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-6/+7
* ** Fixes bug #392747Matthew Barnes2007-12-031-12/+5
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-15/+15
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-1/+1
* Fixes #65820JP Rosevear2005-01-131-0/+1
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-17/+9
* Fix for bugzilla bug #51628.Harry Lu2003-12-101-18/+104
* Fixes #43775JP Rosevear2003-05-311-11/+26
* If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-161-0/+1
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-021-5/+17
* Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-021-0/+2
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-31/+4
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-1/+1
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-6/+2
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-15/+14
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-1/+3
* Unset the GTK_CAN_FOCUS flag on the weekday picker. This will do until itFederico Mena Quintero2001-01-201-0/+2
* Fixes bug #955.Federico Mena Quintero2000-12-151-73/+38
* Fixes bug #918.Federico Mena Quintero2000-12-031-0/+49
* Added a "changed" signal to notify of changes to the set of selected days.Federico Mena Quintero2000-11-081-1/+22
* This is the new recurrence page, partially finished. I just want it on CVSFederico Mena Quintero2000-10-271-2/+2
* New widget to pick weekdays.Federico Mena Quintero2000-10-071-0/+536