/* Year view display for gncal * * Copyright (C) 1998 The Free Software Foundation * * Authors: Arturo Espinosa * Federico Mena */ #ifndef YEAR_VIEW_H #define YEAR_VIEW_H #include #include "gnome-cal.h" #include "gnome-month-item.h" BEGIN_GNOME_DECLS #define TYPE_YEAR_VIEW (year_view_get_type ()) #define YEAR_VIEW(obj) (GTK_CHECK_CAST ((obj), TYPE_YEAR_VIEW, YearView)) #define YEAR_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), TYPE_YEAR_VIEW, YearViewClass)) #define IS_YEAR_VIEW(obj) (GTK_CHECK_TYPE ((obj), TYPE_YEAR_VIEW)) #define IS_YEAR_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), TYPE_YEAR_VIEW)) typedef struct _YearView YearView; typedef struct _YearViewClass YearViewClass; struct _YearView { GnomeCanvas canvas; GnomeCalendar *calendar; /* The calendar we are associated to */ int year; /* The year we are displaying */ GnomeCanvasItem *heading; /* Big heading with year */ GnomeCanvasItem *titles[12]; /* Titles for months */ GnomeCanvasItem *mitems[12]; /* Month items */ guint idle_id; /* ID of idle handler for resize */ int need_resize : 1; /* Specifies whether we need to resize the canvas items or not */ }; struct _YearViewClass { GnomeCanvasClass parent_class; }; /* Standard Gtk function */ GtkType year_view_get_type (void); /* Creates a new year view widget associated to the specified calendar */ GtkWidget *year_view_new (GnomeCalendar *calendar, time_t year); /* Notifies the year view that a calendar object has changed */ void year_view_update (YearView *yv, iCalObject *ico, int flags); /* Notifies the year view about a change of date */ void year_view_set (YearView *yv, time_t year); /* Notifies the year view that the time format has changed */ void year_view_time_format_changed (YearView *yv); END_GNOME_DECLS #endif d_yarn/devel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/korean
Commit message (Expand)AuthorAgeFilesLines
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-252-2/+4
* - Fix plistpav2012-01-221-0/+2
* Improve a patch for IBus 1.4.0 from upstream and reduce diff.jkim2012-01-102-11/+51
* Update to 1.3.2.jkim2012-01-105-16/+48
* - Update to 2.1.0.jkim2012-01-044-15/+5
* - Update to 0.99.11.jkim2012-01-043-5/+5
* - update to 0.1.0scheidell2011-12-215-23/+19
* Fix FONTSDIR.hrs2011-12-141-2/+2
* Update dependency because korean/unfonts-ttf is split into -core and -extra.hrs2011-12-061-2/+2
* Remove trailing whitespaces.ehaupt2011-11-192-2/+2
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0219-797/+0
* Add a comment indicating what ports depend on these 2dougb2011-11-021-1/+2
* audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-0127-9851/+0
* The vast majority of pkg-descr files had the following format when theydougb2011-10-244-6/+1
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-172-8/+46
* Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEdougb2011-10-096-101/+0
* For ports that have an EXPIRATION_DATE which has already passed, butdougb2011-10-095-2/+13
* - Update MAINTAINER: use canonical format for ports@FreeBSD.orgsunpoet2011-10-021-1/+1
* - Mark BROKEN: installs file into /pav2011-09-251-0/+2
* - Mark BROKEN: does not compilepav2011-09-251-0/+2
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-247-14/+14
* Update to 0.5.5.jkim2011-09-132-3/+3
* 2011-09-01 korean/hlatexfonts-ocf: No more public distfilesbapt2011-09-0729-731/+0
* Correct run-time dependencies and make it slightly less broken (althoughjkim2011-09-021-3/+1
* - Mark korean/gdick as IGNORE and DEPRECATED with EXPIRATION_DATE setjkim2011-09-013-6/+9
* Chase project URL change.jkim2011-09-011-1/+1
* - Update to 1.2.3 and add LICENSE.jkim2011-08-275-166/+81
* - Fix LICENSE. libhagul is actually licensed under LGPL 2.1.jkim2011-08-274-17/+41
* Make portlint happy.jkim2011-08-272-4/+4
* Make portlint happy.jkim2011-08-272-5/+5
* Update to 0.3.2 and grab maintainership.jkim2011-08-273-16/+22
* Honor WITHOUT_NLS and grab maintainership.jkim2011-08-272-5/+12
* Honor WITHOUT_NLS.jkim2011-08-273-3/+33
* Update to 2.0.0 and grab maintainership.jkim2011-08-264-7/+31
* Fix locale directories using gnomehack.jkim2011-08-232-3/+3
* Rename distinfo.core to distinfo.core-ttf to avoid confusion with core(5) file.jkim2011-08-233-1/+1
* Fix build dependencies.jkim2011-08-111-3/+3
* Use PLIST_DIRS properly.jkim2011-08-112-2/+2
* Remove pkg-plist and generate it from Makefile.jkim2011-08-112-10/+15
* Sort file names.jkim2011-08-111-1/+1
* - Update to 12 and grab maintainership.jkim2011-08-113-14/+32
* Rename ko-KR.* to ko_KR.* for consistency with other dictionaries.jkim2011-08-101-4/+4
* Korean hunspell dictionariesjkim2011-08-105-0/+52
* IBus-Hangul is an input method (IM) for Korean language, based on IBus.jkim2011-08-097-0/+109
* Add the font category in COMMENT.jkim2011-08-091-1/+1
* - Split korean/unfonts-ttf into korean/unfonts-core and korean/unfonts-extra.jkim2011-08-098-0/+461
* Install the correct license file and fix English font names.jkim2011-08-063-6/+6
* Nanum Gothic Coding font family is free Hangul fonts developed byjkim2011-08-066-0/+161
* Replace PREFIX with LOCALBASE in few places.jkim2011-08-061-3/+3
* Nanum font family is free Hangul fonts developed by NHN Corporationjkim2011-08-067-0/+187
* Reset maintainership and deprecate some korean ports with no more publicjkim2011-08-052-2/+8
* - Update to 0.8.1 and unbreak build on HEAD.jkim2011-08-049-45/+58
* - Fix a security vulnerability (CVE-2008-2383).jkim2011-08-045-2/+505
* - Update to 2.2 and undeprecate.jkim2011-08-049-869/+40
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-032-4/+0
* Deprecate some ports where I can't find distfiles and upstreambapt2011-08-037-0/+21
* Mark BROKEN: Does not fetchbapt2011-08-021-0/+2
* Bye bye abandonwares (part 4)bapt2011-08-0154-2473/+0
* Remove dead site (ftp.kaist.ac.kr)ehaupt2011-07-297-10/+2
* Update scim-tables ports to 0.5.10. Appease portlint.lx2011-07-216-28/+38
* Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-081-1/+1
* Update KDE Software Compilation ports to 4.6.5makc2011-07-082-2/+21
* Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-176-0/+18
* Mark broken some ports with unfetchable distfilesbapt2011-06-172-0/+4
* Unfetchable, no new home found: deprecatebapt2011-06-161-0/+3
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-2/+2
* - Update to 0.99.9wen2011-06-102-4/+4
* Update KDE Software Compilation ports to 4.6.3makc2011-05-172-2/+39
* - Set CONFLICTS with unzip-iconv upcoming as a new porttota2011-05-051-1/+1
* Bump PORTREVISION after open-mofit updatemakc2011-05-022-2/+2
* Remove unmaintained expired nvi related portsbapt2011-05-023-40/+0
* Removed ports that depends on iiimf expired ports + they are abandonwarebapt2011-05-028-178/+0
* - Update to 0.99.8culot2011-04-113-5/+18
* - Update to 0.0.12culot2011-04-116-16/+33
* The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-072-2/+5
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-252-11/+39
* - Get Rid MD5 supportmiwi2011-03-1949-87/+0
* - Unbreakpav2011-03-172-22/+20
* - Remove unnecessary PKGNAMEPREFIX declarationsunpoet2011-01-092-2/+0
* - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-082-2/+9
* - Use canonical format for ports@FreeBSD.org MAINTAINER addressessunpoet2010-12-292-2/+1
* Sync to final (for now) bsd.autotools.mkade2010-12-232-5/+6
* - Setup DATADIR, DOCSDIRpgollucci2010-12-122-967/+970
* Sync to new bsd.autotools.mkade2010-12-043-3/+3
* KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-031-2/+2
* KDE FreeBSD team is glad to present Qt 4.7.1 in ports.makc2010-12-03