/* * e-cell-date.h - Date item for e-table. * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * Authors: * Chris Lahey * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License, version 2, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. */ #ifndef _E_CELL_DATE_H_ #define _E_CELL_DATE_H_ #include G_BEGIN_DECLS #define E_CELL_DATE_TYPE (e_cell_date_get_type ()) #define E_CELL_DATE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_CELL_DATE_TYPE, ECellDate)) #define E_CELL_DATE_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), E_CELL_DATE_TYPE, ECellDateClass)) #define E_IS_CELL_DATE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), E_CELL_DATE_TYPE)) #define E_IS_CELL_DATE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), E_CELL_DATE_TYPE)) typedef struct { ECellText base; } ECellDate; typedef struct { ECellTextClass parent_class; } ECellDateClass; GType e_cell_date_get_type (void); ECell *e_cell_date_new (const char *fontname, GtkJustification justify); G_END_DECLS #endif /* _E_CELL_DATE_H_ */ on workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #653008 - Preference window for imap accounts is too largeMilan Crha2011-06-238-64/+0
* Updated Galician translationsFran Diéguez2011-06-221-93/+97
* Add "Open With Other Application" to attachment menu.Matthew Barnes2011-06-221-6/+68
* Updated Slovenian translationMatej Urbančič2011-06-221-63/+63
* Bug #648468 - Disconnect service after mail fetching is doneMilan Crha2011-06-211-1/+8
* Updated Spanish translationJorge González2011-06-211-67/+63
* Updated Esperanto translationKristjan SCHMIDT2011-06-211-4084/+3853
* Bug #631954 - itip formatter makes synchronous calls to ecalMilan Crha2011-06-201-114/+243
* Updated Galician translationsFran Diéguez2011-06-201-1234/+1283
* Bug #269413 - Search treats "4 weeks" and "1 month" as synonymousMilan Crha2011-06-201-4/+22
* Updated Slovenian translationMatej Urbančič2011-06-201-63/+67
* Updated Spanish translationJorge González2011-06-191-52/+43
* Allow the startup-wizard to be delayed.Matthew Barnes2011-06-191-1/+93
* Updated Spanish translationDaniel Mustieles2011-06-191-1274/+1325
* Could not select real Junk/Trash folderMilan Crha2011-06-171-5/+16
* Bug #650223 - Do not wait on evolution's exit when done with backup/restoreMilan Crha2011-06-171-2/+8
* Bug #638307 - Error when sending mail after converting to maildirMilan Crha2011-06-171-0/+76
* Updated Slovenian translationMatej Urbančič2011-06-171-1096/+1152
* Fix typo in a GConf key for alarm-notification dialog timezone settingMilan Crha2011-06-161-1/+1
* Fix few memory leaksMilan Crha2011-06-153-3/+17
* Bug #652620 - Can use uninitialized memory in alarm-notification-dialogMilan Crha2011-06-151-3/+5
* Bug #652626 - Fix initial position of contact maps markersDan Vrátil2011-06-151-0/+1
* Bug #252670 - Remember columns settings in Certificates tabDan Vrátil2011-06-144-787/+728
* Bug #530335 - Allow Reply to selected address onlyRathin2011-06-147-6/+92
* Remove unused variables reported by gccMilan Crha2011-06-141-8/+1
* Bug #652394 - Port google-account-setup plugin to libgdata 0.9.0Philip Withnall2011-06-142-1/+17
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-14187-4763/+4828
* Post-release version bump.Matthew Barnes2011-06-141-1/+1
* Add a COPYING-DOCS file, needed for distcheck.Matthew Barnes2011-06-141-0/+1
* NEWS update for 3.1.2 release.Matthew Barnes2011-06-141-0/+106
* Coding style and whitespace cleanups.Matthew Barnes2011-06-1410-203/+190
* Updated Slovenian translationMatej Urbančič2011-06-131-2584/+2637
* Updated Serbian translationМирослав Николић2011-06-122-7371/+6697
* Added UG translationAbduxukur Abdurixit2011-06-101-3973/+3929
* Updated Spanish translationDaniel Mustieles2011-06-101-16/+9
* Replace G_CONST_RETURN with 'const'.Matthew Barnes2011-06-1021-99/+99
* Fix some uninitialized variable usage.Matthew Barnes2011-06-091-2/+2
* Coding style and whitespace cleanups.Matthew Barnes2011-06-0997-724/+1192
* Miscellaneous mail cleanups.Matthew Barnes2011-06-093-25/+48
* Fixes a crash while creating VeeFolders at the root level.Chenthill Palanisamy2011-06-071-1/+7
* Updated Norwegian bokmål translationKjartan Maraas2011-06-071-2966/+2545
* Bug #643526 - Crash in et_get_n_childrenMilan Crha2011-06-063-8/+6
* Updated Czech translationMarek Černocký2011-06-061-1/+1
* Bug #608203 - Left pane of mailer window is narrow at startupMilan Crha2011-06-061-0/+35
* Bug #651976 - Reply/Forward setting isn't respected in message windowMilan Crha2011-06-061-1/+5
* Updated Galician translationsFran Diéguez2011-06-061-2398/+2468
* Updated Russian translationYuri Kozlov2011-06-051-4441/+5050
* Updated Spanish translationJorge González2011-06-041-2052/+2093
* Fix compiler warningsMilan Crha2011-06-031-2/+2
* Bug #633948 - Try harder to use -lresolv in LDAP_LIBSMathieu Trudel-Lapierre2011-06-032-2/+2
* Bug #651316 - Crash with Outgoing mail filtersMilan Crha2011-06-031-1/+1
* Bug #332907 - Contact editor duplication alert misleadingDan Vrátil2011-06-034-3/+32
* Bug #651761 - Message window doesn't mark message seenMilan Crha2011-06-031-0/+1
* Bug #614274 - Labeling many messages is very slowMatt McCutchen2011-06-031-0/+2
* Bug #636809 - Address labels formatting improvementsDan Vrátil2011-06-037-2/+12118
* Little text typo fixMilan Crha2011-06-031-1/+1
* Bug #642557 - Display maps in contact previewDan Vrátil2011-06-0224-505/+2221
* Bug #649310 - Calendar only shows midnight to noonMilan Crha2011-06-021-1/+1
* Bug #651684 - Creates a copy of message in Outbox instead of replacingMilan Crha2011-06-021-0/+38
* Bug #640083 - Cannot configure LDAPS on port 636Milan Crha2011-06-023-5/+5
* Do not add 'Local delivery' accounts into folder treeMilan Crha2011-06-022-1/+8
* Bug #649757 - 'Local delivery' accounts stopped workingMilan Crha2011-06-021-5/+31
* vfolder_adduri(): Take an EMailBackend instead of EMailSession.Matthew Barnes2011-06-021-14/+17
* EMVFolderRule: Track folder URIs in a GQueue instead of GList.Matthew Barnes2011-06-023-95/+97
* Bug #578245 - View settings for threads getting lostMilan Crha2011-06-012-29/+26
* Embed e_hsv_tweak() directly in e-table-item.c.Matthew Barnes2011-06-017-116/+43
* Move EPopupMenu to /widgets/table.Matthew Barnes2011-06-017-71/+14
* e-mail-folder-utils.c cleanups.Matthew Barnes2011-06-011-4/+0
* Fix build breaks.Matthew Barnes2011-06-012-28/+29
* mail_vfolder_add_folder(): Change parameters.Matthew Barnes2011-06-011-8/+11
* Replace deprecated g_atomic_int_exchange_and_add()Milan Crha2011-06-012-2/+2
* EMFilterFolderElement cleanups.Matthew Barnes2011-06-011-128/+127
* EMFolderSourceElement: Store UIDs instead of URIs.Matthew Barnes2011-06-011-92/+94
* EMFilterSourceElement: Add an EMailBackend constructor property.Matthew Barnes2011-06-013-10/+106
* EMFilterSourceElement cleanups.Matthew Barnes2011-06-012-179/+185
* Fix more places where old-style folder URIs are used.Matthew Barnes2011-06-013-50/+20
* Bug #649939 - Cann't create new folderMilan Crha2011-05-313-6/+62
* Bug #651062 - Emit operation progress on the correct cancellableMilan Crha2011-05-301-3/+3
* e_mail_store_add_by_account(): Fix a potential use-before-set.Matthew Barnes2011-05-301-1/+1
* Remove em_utils_folder_name_from_uri().Matthew Barnes2011-05-302-28/+0
* Change EMEventTargetFolder contents.Matthew Barnes2011-05-304-41/+44
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-05-301-6428/+6708
* Remove e_get_subscribable_accounts().Matthew Barnes2011-05-294-64/+0
* EMSubscriptionEditor: Manage stores, not accounts.Matthew Barnes2011-05-293-77/+118
* EMailShellView: Avoid e_get_subscribable_accounts().Matthew Barnes2011-05-291-16/+17
* Add em_folder_tree_model_list_stores().Matthew Barnes2011-05-292-0/+10
* EMFolderTreeModel: Miscellaneous cleanups.Matthew Barnes2011-05-291-43/+13
* Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-2828-34/+0
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-28