aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal_struct.h
blob: 77420cf9ffe9d0d8292c7a526fd9c1f0b3ba95ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
struct actionitem {
    char    date[MAX_SZ];
    char    time[MAX_SZ];
}

struct event {
    struct actionitem start;
    struct actionitem end;

    char    description[MAX_SZ];
    char    subtype[MAX_SZ];
    GList   *properties;
}

/bsd.wx.mk?h=mate-1.18'>stats
path: root/Mk/bsd.wx.mk
Commit message (Expand)AuthorAgeFilesLines
* - Update graphics/wxsvg to 1.0.5 and wx 2.8 which thus needs an Mk/bsd.wx.mknox2010-08-161-3/+3
* Remove wxmozilla option as it depends on a port that expired in January.erwin2009-06-141-5/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-5/+5
* - Remove Unicode checks for FreeBSD < 5.x (unsupported).alepulver2007-10-191-4/+2
* - Complete repocopy of x11-toolkits/py-wxPython28,alepulver2007-09-301-3/+6
* - Fix WANT_WX (broken since autodetection commit).alepulver2007-01-041-0/+1
* - Change WxWidgets to wxWidgets to match real application name.alepulver2007-01-021-27/+27
* - Remove _WX_ILLEGAL_VERS_* and introduce a new way of handling it.alepulver2007-01-011-30/+42
* - Fix autodetection.alepulver2007-01-011-1/+1
* - Re-add _WX_ILLEGAL_VERS_* handling removed in previous commitpav2006-12-311-0/+29
* - Update comments for 2.8 version (section about available components).alepulver2006-12-311-59/+68
* - Skip versions for which requested component is not available. Fixes portspav2006-12-041-0/+30
* - Add support for wxgtk2 2.8.fjoe2006-12-031-3/+12
* - Some comment fixes.alepulver2006-11-141-116/+87