aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous cleanups.Matthew Barnes2013-07-071-5/+5
* ETableSpecification: Implement GInitable.Matthew Barnes2013-07-021-2/+8
* Remove unused e_cal_list_view_save_state().Matthew Barnes2013-07-021-11/+0
* Remove unused e_cal_list_view_load_state().Matthew Barnes2013-07-021-14/+0
* Remove e_table_new_from_spec_file().Matthew Barnes2013-07-021-2/+7
* e_table_new_from_spec_file: Remove unused "state_fn" parameter.Matthew Barnes2013-07-021-1/+1
* Calendar views inline text edit with Ctrl+C/V/X does not workMilan Crha2013-06-211-0/+51
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-10/+0
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-3/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-19/+26
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-18/+38
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-8/+0
* Move EPopupMenu to /widgets/table.Matthew Barnes2011-06-011-1/+0
* Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-05-161-1/+1
* Fix few memory leaksMilan Crha2011-02-151-0/+3
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2010-12-071-12/+1
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-7/+12
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-6/+7
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-2/+2
* Bug #617854 - Critical warnings in calendar viewMilan Crha2010-06-251-2/+0
* Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-141-0/+3
* Bug #333039 - Merge some i18n stringsMilan Crha2010-04-021-0/+1
* Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-0/+9
* Bug #606301 - Slow sort by subjectMilan Crha2010-01-201-29/+1
* Kill e_popup_menu().Matthew Barnes2010-01-051-1/+0
* Kill ETableScrolled.Matthew Barnes2009-12-081-28/+45
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-6/+6
* Coding style and whitespace cleanup.Matthew Barnes2009-08-301-1/+0
* Re-enable more calendar code.Matthew Barnes2009-08-281-1/+1
* Get the calendar view popup menu working.Matthew Barnes2009-08-161-9/+6
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-0/+6
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-8/+22
* Trimming redundancy.Matthew Barnes2009-07-291-17/+6
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Fix "make distcheck" errors.Matthew Barnes2009-06-201-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-3/+3
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-2/+2
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-071-1/+0
|\|
| * Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminalAdam Petaccia2009-05-061-1/+0
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
| * esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-061-6/+2
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-15/+14
| * Fixes #347287Chenthill Palanisamy2008-08-131-5/+1
* | Manual conflict resolutionMatthew Barnes2009-04-251-1/+1
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+0
* | Progress update:Matthew Barnes2008-10-141-0/+2
* | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-1/+0
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-18/+13
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-5/+1
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-7/+3
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-7/+7
* ** Fix for bug #466659Suman Manjunath2007-10-121-1/+1
* Fixes #300284 (bnc)Chenthill Palanisamy2007-09-101-0/+2
* 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
* Use gstdio wrappers.Tor Lillqvist2005-12-171-1/+2
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-1/+7
* Prune unnecessary and nonexistent directories from the -I options. PruneTor Lillqvist2005-06-271-1/+0
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-3/+3
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-7/+7
* Fixes 72983Rodrigo Moya2005-03-161-0/+1
* Fixes #72979 Check whether its a meeting and send appropriate booleanChenthill Palanisamy2005-03-141-2/+13
* don't expand recurrences for the list view.Rodrigo Moya2004-10-281-1/+0
* listen to the canvas for focus events (setup_widgets): listen for listenJP Rosevear2004-10-191-0/+11
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-9/+4
* rename to view_popup_factory. Make it build an epopup item list directly.Not Zed2004-10-071-3/+3
* Fixes #57622Rodrigo Moya2004-08-021-0/+1
* listen for double click signal (e_cal_list_view_on_table_double_click):JP Rosevear2004-05-041-0/+18
* Fixes #53499JP Rosevear2004-03-261-57/+16
* stop status bar messages madness.Rodrigo Moya2004-01-291-4/+0
* fixes #23281, some refactoring and list view get_selected_time_rangeRadek Doulik2004-01-151-0/+46
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+0
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-24/+24
* set the timezone for all clients (timezone_changed_cb): callback forJP Rosevear2003-10-291-8/+3
* guard against irrelevant args (ie if there was an error)JP Rosevear2003-10-231-2/+7
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-101-0/+526