aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gnome-cal.h
blob: 840ccf5122d823609e19d3b0caaaa5e7830b9342 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 * GnomeCalendar widget
 * Copyright (C) 1998 the Free Software Foundation
 *
 * Author: Miguel de Icaza (miguel@kernel.org)
 */

#ifndef GNOME_CALENDAR_APP_H
#define GNOME_CALENDAR_APP_H

#include <libgnome/gnome-defs.h>
#include <libgnomeui/gnome-app.h>

BEGIN_GNOME_DECLS

#define GNOME_CALENDAR(obj)         GTK_CHECK_CAST(obj, gnome_calendar_get_type(), GnomeCalendar)
#define GNOME_CALENDAR_CLASS(class) GTK_CHECK_CAST_CLASS(class, gnome_calendar_get_type(), GnomeCalendarClass)
#define GNOME_IS_CALENDAR(obj)      GTK_CHECK_TYPE(obj, gnome_calendar_get_type())

typedef struct {
    GnomeApp gnome_app;
    Calendar *cal;
} GnomeCalendar;

typedef struct {
    GnomeAppClass parent_class;
} GnomeCalendarClass;

guint     gnome_calendar_get_type    (void);
GtkWidget *gnome_calendar_new        (char *title);
void      gnome_calendar_load        (char *file);

END_GNOME_DECLS

#endif
(i. e. replace -lc_r with -pthread) and simplifyDirk Froemberg2000-03-072-28/+5 * lxnb is a NetBus 1.60 client for remote administration of Windows machinesKris Kennaway2000-03-057-0/+52 * Update this to a CVS_DATE of a few minutes ago.Brian Feldman2000-03-034-39/+21 * Allow manual PORTS_CVS_SERVER and CVS_SITES settings.Brian Somers2000-03-022-2/+8 * Fix build error by adding ${OPENSSLINC}/openssl to the include path.Dirk Froemberg2000-02-292-2/+2 * Try my hand at a port/package for making a modular librsaintl libraryPeter Wemm2000-02-281-0/+1 * ssh-askpass is a small X app which OpenSSH's ssh-add(1) will try and spawnKris Kennaway2000-02-288-0/+174 * Woops fix my previous incorrect patch.Yoshinobu Inoue2000-02-281-7/+7 * PLIST related fixes.Jeremy Lea2000-02-272-0/+10 * Respect CFLAGS.Jeremy Lea2000-02-271-1/+1 * Prompt for license confirmation when pkg_add'ing the port, and some minorKris Kennaway2000-02-272-2/+2 * Fix build.Kris Kennaway2000-02-272-2/+54 * Chase the checksum (README changed)Kris Kennaway2000-02-271-1/+1 * Update to 2.1.8.8p1 (previous version no longer availableAde Lovett2000-02-274-4/+46 * Fix a coredump-y bug that crept in recently.Brian Feldman2000-02-251-2/+2 * Update port to 1.0.1Chris D. Faulhaber2000-02-253-12/+6 * - re-enable TCP_NODELAYMunechika SUMIKAWA2000-02-241-41/+30 * Make IPv6-enable ssh works on socks environment.Munechika SUMIKAWA2000-02-243-17/+53 * Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-243-3/+3 * Update 0.2p -> 0.2qJacques Vidrine2000-02-233-2/+3 * Change install -C usage to install -c usage, fixing the install for olderBrian Feldman2000-02-231-4/+11 * Remove RESTRICTED entry...source/binaries may be distributed; not that thisChris D. Faulhaber2000-02-231-1/+0 * Activate its4Chris D. Faulhaber2000-02-231-0/+1 * Initial import of ITS4:Chris D. Faulhaber2000-02-237-0/+91 * Display the plain english translation of the RSAREF license and requireKris Kennaway2000-02-223-1/+217 * Unbreak for -current.Jun Kuriyama2000-02-224-16/+10 * Unbreak for -current.Jun Kuriyama2000-02-222-16/+4 * Unbreak for -current.Jun Kuriyama2000-02-228-44/+14 * Oops, previous commit broke installing. Fix this and reorganise a bitKris Kennaway2000-02-212-11/+8 * Clean up the makefile a bit (PR) and add a bunch of new MASTER_SITEsKris Kennaway2000-02-213-33/+36 * Update to 0.2pJacques Vidrine2000-02-213-8/+7 * Make buildable on IPv4-only kernel.Munechika SUMIKAWA2000-02-212-17/+11 * Store pid file in /var/run/.Dirk Froemberg2000-02-201-0/+2 * Zombiezapper sends commands to DDoS agents to stop flooding, leaving themKris Kennaway2000-02-207-0/+108 * Use 'IPv4or6' instead of AF_UNSPEC for 1st getaddrinfo() ai_family.Yoshinobu Inoue2000-02-201-3/+12 * Add p5-Crypt-CBC.Mark Murray2000-02-181-0/+1 * This is Crypt::CBC, a Perl-only implementation of the cryptographicMark Murray2000-02-185-0/+38 * The "-I/sys" hack should no longer be necessary to build this portArchie Cobbs2000-02-181-1/+1 * New patch to eliminate editorial in reference file.Daniel Baker2000-02-181-0/+11 * distfile is missing from both mirror sites - update both of them with new onesAndrey A. Chernov2000-02-161-2/+2 * Change a MAKE_ENV= to MAKE_ENV+=. This may fix problems people onBrian Feldman2000-02-161-1/+1 * Remove giflib dependence.R. Imura2000-02-152-4/+2 * When IPv4-only client connected to a server which have IPv4 and IPv6Munechika SUMIKAWA2000-02-151-3/+12 * Update PLISTKris Kennaway2000-02-151-0/+1 * Upgrade to stunnel 3.7Kris Kennaway2000-02-153-126/+66 * Disable ipv6 until it will be fixed by someone.Andrey A. Chernov2000-02-151-2/+10 * Support IPv6.Munechika SUMIKAWA2000-02-143-6/+85 * Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-02-141-1/+1 * USE_OPENSSLKris Kennaway2000-02-144-16/+46 * release slurpie & trinokillerDavid E. O'Brien2000-02-141-0/+2 * This program remotely kills trino nodes on version 1.07b2+f3 and below.David E. O'Brien2000-02-146-0/+49 * Slurpie is a passwd file cracker similar to CrackerJack and John the RipperDavid E. O'Brien2000-02-147-0/+68 * release ridDavid E. O'Brien2000-02-141-0/+1 * RID is a configurable tool which uses intrusion fingerprints to track downDavid E. O'Brien2000-02-147-0/+70 * Forgot the README's.David E. O'Brien2000-02-143-0/+3 * ``find_ddos'' will detect these denial of service programs: tfn2k client,David E. O'Brien2000-02-145-0/+42 * release find_ddos onto the world!David E. O'Brien2000-02-141-0/+1 * Release gag and dds upon the world!David E. O'Brien2000-02-141-0/+2 * "dds" is a program to scan for a limited set of distributed denial ofDavid E. O'Brien2000-02-146-0/+66 * "gag" is a program to scan for "stacheldraht" agents, which are partDavid E. O'Brien2000-02-146-0/+55 * Split up the freebsd build target into one for the i386 and one for theSteve Price2000-02-141-1/+1 * Style nits in the ports I maintain.David E. O'Brien2000-02-1311-48/+49 * Clean things up by using the new knob for OpenSSL usage.Brian Feldman2000-02-132-11/+7 * Checfor OSVERSION _or_ USE_INET6 when deciding if IPv6 support shouldTorsten Blum2000-02-132-15/+23 * USE_OPENSSLKris Kennaway2000-02-122-10/+93 * Tell the user that they're doing something wrong when USA_RESIDENT isBrian Feldman2000-02-101-1/+5 * Simplify IPv6 checking.Munechika SUMIKAWA2000-02-092-8/+5 * Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-088-8/+8 * Add a patch that stops sslproxy from leaving zombies all over the place.Bill Fumerola2000-02-084-7/+43 * Respect CC and CFLAGSKris Kennaway2000-02-071-7/+41 * USE_OPENSSLKris Kennaway2000-02-072-49/+23 * USE_OPENSSL, respect CC, CFLAGS, LOCALBASEKris Kennaway2000-02-072-13/+20 * USE_OPENSSL, respect CC, LOCALBASE (indirectly via OPENSSLLIB)Kris Kennaway2000-02-072-15/+11 * USE_OPENSSL, respect CC, CFLAGS, LOCALBASEKris Kennaway2000-02-072-12/+25 * USE_OPENSSL, respect CC and CFLAGSKris Kennaway2000-02-071-3/+1 * USE_OPENSSLKris Kennaway2000-02-072-21/+5 * Upgrade to 2.1.8.8.pre11Vanilla I. Shu2000-02-062-3/+3 * update to 1.6.2p1Michael Haro2000-02-052-3/+3 * portlintArchie Cobbs2000-02-045-12/+4 * Add -I/sys to the KLD compilation flags. This is a workaround,Archie Cobbs2000-02-032-3/+3 * Accomodate change in struct ipprotosw to fix port on -current.Archie Cobbs2000-02-023-25/+456 * the condition for USE_INET6 setting was opposite.Munechika SUMIKAWA2000-02-021-1/+2 * Fix a "USET" -> "USE" again. IPv6 should work for this port. Again.Brian Feldman2000-02-012-140/+141 * Update port to 0.99.4Chris D. Faulhaber2000-02-0120-36/+46 * Update saint to 1.5Michael Haro2000-02-012-3/+2 * Oops, remove manpage from PLISTKris Kennaway2000-01-311-1/+0 * Adding saint version 1.5beta2.Steve Price2000-01-306-0/+353 * snort has a manpage, now.Dirk Froemberg2000-01-291-0/+2 * Upgrade to 1.5.1.Dirk Froemberg2000-01-292-3/+3 * Check against ${OSVERSION} instead of the existence of the library filesDirk Froemberg2000-01-292-4/+6 * Make pkgname match the directory the port lives in, and to reduce collsionDavid E. O'Brien2000-01-291-2/+3 * Update to version 0.99.3, update PLIST accordingly, and enable encryptionSteve Price2000-01-2922-24/+70 * UpDat3 t0 v3r$i0n 2.3 B3ta 14David E. O'Brien2000-01-281-2/+2 * Update to version 2.3 Beta 14David E. O'Brien2000-01-282-14/+13 * Upgrade to dsniff 1.3. The new patch is a hack because I didn't have timeKris Kennaway2000-01-283-3/+4 * Take off RESTRICTED, since this has been a proper package for someBrian Feldman2000-01-281-2/+0 * List CVS files in IGNOREFILES so they will be properly deleted by "distclean".Satoshi Asami2000-01-262-0/+43 * Bash this port until it compiles under -current again.Archie Cobbs2000-01-2685-2775/+2669 * We were forgetting to install "README.FreeBSD+NAT".Archie Cobbs2000-01-261-0/+1 * Use ${OSVERSION} instead of ${USE_INET6}.Munechika SUMIKAWA2000-01-261-3/+1 * Update to version 1.5.15.Steve Price2000-01-2414-106/+230 * Update v1.2.0 -> v1.3.0Daniel Baker2000-01-234-23/+44 * Respect CFLAGSKris Kennaway2000-01-231-0/+11 * add WWW:Michael Haro2000-01-221-0/+2 * bento says USE_XLIB.Satoshi Asami2000-01-211-0/+1 * Respect CC and CFLAGSKris Kennaway2000-01-211-4/+13 * Fix IPv6 support: change a typo "USET_IPV6" to "USE_IPV6".Brian Feldman2000-01-191-1/+1 * Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1 * - remove me from another MAINTAINERMunechika SUMIKAWA2000-01-182-8/+10 * . fix packing list for cases with/without X, with/without KRB4Jacques Vidrine2000-01-184-15/+53 * Upgrade to version 2.3 BETA 13.David E. O'Brien2000-01-172-3/+3 * Remove unavailable MASTER_SITES entryJacques Vidrine2000-01-171-3/+2 * Update 1.1 -> 1.1.1Jacques Vidrine2000-01-1720-864/+624 * Add sumikawa@FreeBSD.org as another MAINTAINER. Hopefully, this willBrian Feldman2000-01-161-0/+1 * Upgrade to 2.1.8.8pre8, and correct the xinetd.sh.Vanilla I. Shu2000-01-152-6/+6 * Use @unexec to remove locale directories.Jun Kuriyama2000-01-152-24/+38 * Add IPv6 support to ssh.Torsten Blum2000-01-1525-130/+4026 * Add the actual change of names in sockaddr_storage. This broke thingsBrian Feldman2000-01-141-8/+5 * Add dsniff, fragrouter and whisker.Satoshi Asami2000-01-141-0/+3 * Update to a more current OpenSSH, including...Brian Feldman2000-01-1414-75/+3716 * Update to version 0.7.1.David E. O'Brien2000-01-143-13/+4 * Mark FORBIDDEN when /usr/include/tcpd.h exists.Sheldon Hearn2000-01-121-0/+4 * Clean up Makefile, remove the unwanted action while compiling.Foxfair Hu2000-01-111-2/+0 * add zebedeeDaniel Baker2000-01-101-0/+1 * Make the inline ASM gcc 2.95 clean.David E. O'Brien2000-01-101-0/+19 * initial import of zebedee portDaniel Baker2000-01-096-0/+114 * Update to dsniff 1.2 which now builds out of the box of FreeBSD. How'sKris Kennaway2000-01-092-5/+5 * New port: dsniff 1.1Kris Kennaway2000-01-095-0/+45 * 1. Remove RESTRICTED -- aparently hashing is exportable.Nick Sayer2000-01-093-5/+4 * Add some MASTER_SITES and take over maintainership.Kris Kennaway2000-01-091-3/+3 * Update to 0.2l - bug fixes and a bunch of new man pages.Mark Murray2000-01-093-10/+11 * Whisker v1.3 is a sophisticated CGI security scanner byKris Kennaway2000-01-085-0/+40 * Add Fragrouter 1.6.Kris Kennaway2000-01-088-0/+83 * Don't include bsd.port.pre.mk twice. This usually is caused by firstSatoshi Asami2000-01-089-9/+9 * Upgrade libmcrypt port to 2.2.4Nick Sayer2000-01-073-4/+5 * Upgrade to version 2.3BETA12.David E. O'Brien2000-01-044-7/+9 * Remove dependencies to header files in ${PREFIX} to avoid problemsDirk Froemberg2000-01-032-2/+0 * Use LIB_DEPENDS instead of RUN_DEPENDS. It's more appropriate here.Dirk Froemberg2000-01-031-1/+2 * Upgrade to 2.1.8.8pre5Vanilla I. Shu2000-01-022-3/+3 * CVS is starting to really piss me off. This was supposed to be partMark Murray1999-12-311-3/+2 * Update to Heimdal 0.2i.Mark Murray1999-12-312-6/+13 * Check wheather OpenSSL is installed in the base system already andDirk Froemberg1999-12-302-0/+8 * Use OpenSSL instaed of librc4 so this port's package can be exported.Steve Price1999-12-298-88/+174 * Update the BROKEN message (for -current) to also list _KERNEL as a reason.Peter Wemm1999-12-291-1/+1 * General comment cleanups.Tim Vanderhoek1999-12-292-2/+2 * Upgrade to the pam_ssh module, version 1.1..Brian Feldman1999-12-281-12/+173 * Update to version 0.99.2. NOTE: I added a BUILD and RUN_DEPENDS onSteve Price1999-12-286-50/+106 * Update to version 0.99.2.Steve Price1999-12-286-8/+8 * Update to version 0.99.2.Steve Price1999-12-284-8/+8 * Update to version 0.99.2Steve Price1999-12-288-44/+50 * Adding pgpgpg version 0.13.Steve Price1999-12-276-0/+38 * Adding sslwrap version 2.0.5.Steve Price1999-12-277-0/+72 * Adding cyrus-sasl version 1.5.13.Steve Price1999-12-2715-0/+375 * Fix build for USA_RESIDENT=yes. Also get this to compile again onSteve Price1999-12-273-2/+58 * librc4 version 1.1Steve Price1999-12-261-0/+1 * Add a MASTER_SITE.Steve Price1999-12-261-1/+2 * Add a continuation character at the end of the first MASTER_SITES line.Steve Price1999-12-261-1/+1 * logcheck version 1.1.1Steve Price1999-12-268-0/+132 * Add the international crypto repository as a master siteNick Sayer1999-12-261-0/+1 * GNU_CONFIGURE makes it so we dont' need --prefix=${PREFIX}Michael Haro1999-12-251-1/+1 * remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-254-16/+4 * fix corrupted patchMichael Haro1999-12-241-0/+3 * Make this compile again after the libnet updates.Steve Price1999-12-241-21/+20 * Update to today's OpenSSH.Brian Feldman1999-12-23