/* To-do widget for gncal * * Copyright (C) 1998 The Free Software Foundation * * Author: Federico Mena */ #ifndef GNCAL_TODO_H #define GNCAL_TODO_H #include #include #include #include "gnome-cal.h" BEGIN_GNOME_DECLS #define GNCAL_TODO(obj) GTK_CHECK_CAST (obj, gncal_todo_get_type (), GncalTodo) #define GNCAL_TODO_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, gncal_todo_get_type (), GncalTodoClass) #define GNCAL_IS_TODO(obj) GTK_CHECK_TYPE (obj, gncal_todo_get_type ()) typedef struct _GncalTodo GncalTodo; typedef struct _GncalTodoClass GncalTodoClass; struct _GncalTodo { GtkVBox vbox; GnomeCalendar *calendar; /* the calendar we are associated to */ GtkCList *clist; GtkWidget *edit_button; GtkWidget *delete_button; GSList *data_ptrs; }; struct _GncalTodoClass { GtkVBoxClass parent_class; }; guint gncal_todo_get_type (void); GtkWidget *gncal_todo_new (GnomeCalendar *calendar); void gncal_todo_update (GncalTodo *todo, iCalObject *ico, int flags); END_GNOME_DECLS #endif on value='develop'>develop DEXON wallet browser extension (https://github.com/dexon-foundation/dekusan)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1.2.7version-1.2.7Hsuan Lee2019-04-081-1/+1
* 1.2.5Hsuan Lee2019-03-071-1/+1
* 1.2.4Hsuan Lee2019-01-041-1/+1
* 1.2.3Hsuan Lee2018-12-191-1/+1
* 1.2.2Hsuan Lee2018-12-121-1/+1
* 1.2.1Hsuan Lee2018-12-111-1/+1
* 1.2.0Hsuan Lee2018-12-101-1/+1
* 1.1.1Hsuan Lee2018-12-101-1/+1
* 1.1.0Hsuan Lee2018-12-101-1/+1
* 1.0.16Hsuan Lee2018-12-101-1/+1
* 1.0.15Hsuan Lee2018-12-101-1/+1
* add whitelistChen Wei2018-12-101-276/+237
* 1.0.14Hsuan Lee2018-12-101-0/+35270
* Update public config streamHsuan Lee2018-12-101-38321/+0
* Complete onboarding flowHsuan Lee2018-12-101-0/+5
* Deduplicate package.json fileWhymarrh Whitby2018-12-071-313/+1037
* Update ganache-core to mitigate vulnWhymarrh Whitby2018-12-071-1261/+1091
* npm uninstall openWhymarrh Whitby2018-12-071-6/+0
* Remove beefy dependency and its usagesWhymarrh Whitby2018-12-071-485/+14
* circleci: Replace nsp with npm auditWhymarrh Whitby2018-12-071-570/+252
* npm audit fixWhymarrh Whitby2018-12-061-450/+390
* Update lockfile to fix errorsWhymarrh Whitby2018-12-061-11/+334
* Merge pull request #5797 from MetaMask/trezor-v6Bruno Barbieri2018-11-221-8/+35
|\
| * bump eth-trezor-keyringbrunobar792018-11-221-7287/+7351
| * update package-lockbrunobar792018-11-211-7313/+7277
| * trezor v6brunobar792018-11-211-7415/+7438
| * fix merge conflictsbrunobar792018-11-211-8382/+7702
| |\
| * \ Merge branch 'trezor-v5' of github.com:MetaMask/metamask-extension into trezo...brunobar792018-11-151-6/+17
| |\ \
| | * | package-lock.jsonbrunobar792018-11-151-20/+41
| * | | update package-lock.jsonbrunobar792018-11-151-17/+27
| |/ /
| * | fix merge conflictsbrunobar792018-11-071-1299/+887
| |\ \
| * \ \ fix merge conflictsbrunobar792018-10-211-8015/+8570
| |\ \ \
| * \ \ \ fix conflictsbrunobar792018-10-171-8253/+15103
| |\ \ \ \
| * | | | | update package-lock.jsonbrunobar792018-09-111-95/+167
| * | | | | fix merge conflictsbrunobar792018-09-111-0/+6
| |\ \ \ \ \
| * | | | | | update package-lock.jsonbrunobar792018-09-111-49/+126
| * | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-09-061-0/+23
| |\ \ \ \ \ \
| * \ \ \ \ \ \ fix merge conflictsbrunobar792018-08-231-5492/+1595
| |\ \ \ \ \ \ \
| * | | | | | | | update package-lockbrunobar792018-08-221-6/+14
| * | | | | | | | fix merge conflictsbrunobar792018-08-211-3799/+6063
| |\ \ \ \ \ \ \ \
| * | | | | | | | | update package-lockbrunobar792018-08-211-1/+1
| * | | | | | | | | hide export private key for trezor accountsbrunobar792018-08-101-30/+30
| * | | | | | | | | fixesbrunobar792018-08-101-6/+12
| * | | | | | | | | use new connect.js filebrunobar792018-08-101-11/+5
| * | | | | | | | | update package-lock.jsonbrunobar792018-08-091-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix merge conflictsbrunobar792018-08-091-32421/+32116
| * | | | | | | | | | trezor v5 working on firefoxbrunobar792018-08-051-1/+2
* | | | | | | | | | | update package-lock.jsonbrunobar792018-11-211-207/+207
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Version 5.0.3 (#5785)Dan Finlay2018-11-211-271/+262
* | | | | | | | | | Tx controller now uses safe event emitter (#5769)Frankie2018-11-171-202/+233
* | | | | | | | | | Update npm dependencies to reduce vulnerabilities (#5556)Bruno Barbieri2018-11-161-8965/+12363
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | EIP-1102: updated implementationbitpshr2018-11-061-7517/+7035
* | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-...kumavis2018-10-301-64/+48
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #5596 from MetaMask/validateSignTypedDatakumavis2018-10-301-23/+42
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | deps - bump eth-json-rpc-middleware for signTypedData version bumpkumavis2018-10-301-36/+48
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * / | | | | | | | deps - bump eth-block-tracker for fix (#5614)kumavis2018-10-261-19/+12
| |/ / / / / / / /
| * | | | | | | | i18n - use localized names in language selectionBrandon Wissmann2018-10-211-1/+1
* | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-...kumavis2018-10-211-23/+382
|\| | | | | | | |
| * | | | | | | | deps - fix gulp ref to gulp#v4.0.0kumavis2018-10-201-24/+383
| | |_|_|_|_|_|/ | |/| | | | | |