/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ #ifndef __E_NOTE_H__ #define __E_NOTE_H__ #include #include #include "e-bevel-button.h" #define E_TYPE_NOTE (e_note_get_type ()) #define E_NOTE(obj) (GTK_CHECK_CAST ((obj), E_TYPE_NOTE, ENote)) #define E_NOTE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_NOTE, ENoteClass)) #define E_IS_NOTE(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_NOTE)) #define E_IS_NOTE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), E_TYPE_NOTE)) typedef struct _ENote ENote; typedef struct _ENotePrivate ENotePrivate; typedef struct _ENoteClass ENoteClass; struct _ENote { GtkWindow parent; ENotePrivate *priv; }; struct _ENoteClass { GtkWindowClass parent_class; void (* text_changed) (ENote *note); }; GtkType e_note_get_type (void); GtkWidget *e_note_new (void); void e_note_set_text (ENote *note, gchar *text); gchar *e_note_get_text (ENote *note); #endif /* __E_NOTE_H__ */ g src='/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Expand)AuthorAgeFilesLines
* - Unbreak, now that print/pslib supports libpng 1.4 properlymva2010-08-281-2/+0
* - Add proper libpng 1.4 compatibilitymva2010-08-282-1/+12
* - add hints for usb on FreeBSD 8.xdinoex2010-08-281-0/+4
* Move wen@FreeBSD.org -> ruby@FreeBSD.org for rubygem-*pgollucci2010-08-275-5/+5
* - Update to 2.13.30gahr2010-08-253-14/+15
* An attempt to fix build at QAT.bsam2010-08-221-1/+1
* - Work properly with non-standard PREFIXlwhsu2010-08-221-1/+1
* . unbreak by fixing plist;bsam2010-08-221-3/+7
* Unbreak the build. The fetch problem was temporary.hrs2010-08-211-2/+0
* Disable the GTK frontend by default.hrs2010-08-212-7/+13
* - Chase freetype2 updateamdmi32010-08-182-5/+5
* Update distinfo. The distfiles have been re-rolled for some reason.hrs2010-08-167-21/+21
* Update to 5.0barved2010-08-152-4/+4
* Update to 2.4.2.marcus2010-08-152-4/+4
* Mark as broken on sparc64: fails to install.linimon2010-08-141-0/+4
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-082-6/+6
* Fix a typo.hrs2010-08-081-1/+1
* Use libgtkembedmoz from www/linux-libgtkembedmoz instead of www/linux-nvu.hrs2010-08-084-6/+9
* Remove the dependency on www/linux-nvu which has been deprecated fordougb2010-08-082-2/+2
* Add a missing build dependency on perlbf2010-08-071-0/+1
* -update to 3.7.1bf2010-08-073-12/+30
* - update to 0.4dinoex2010-08-072-4/+4
* Use graphics/jbig2dec for libjbig2dec instead of the bundled one.hrs2010-08-032-13/+3
* - Fix compile errors when vgalib and lvga256 drivers are enabled.hrs2010-08-026-12/+99
* Reset ob@breuninger.org due to maintainer-timeouts and no response to email.linimon2010-07-311-1/+1
* Over to new volunteer.linimon2010-07-291-1/+1
* Reset tomasv@megalogika.lt at his request, as his company no longer uses Free...linimon2010-07-292-2/+2
* Update to 1.9.51arved2010-07-283-23/+15
* Bump PORTREVISION in a few more ports affected by the libgcryptolgeni2010-07-282-2/+2
* - Update freetype_version to 2.4.1sylvio2010-07-272-4/+4
* - update to 1.4.4dinoex2010-07-274-42/+5
* Reset ahze@ due to maintainer-timeouts and no response to email.linimon2010-07-268-8/+8
* Reassign some of ahze's ports to gnome@.linimon2010-07-261-1/+1
* Update to 0.2.6.marcus2010-07-252-4/+4
* Update to 2.4.1.marcus2010-07-252-20/+4
* - Mark BROKEN: does not build (info files issues)pav2010-07-201-0/+2
* - Update to 1.6.7jadawin2010-07-159-12/+24
* - Update to 1.13miwi2010-07-1511-73/+43
* - Add CONFLICTS on other enscript-* pkgsrafan2010-07-121-1/+4
* Change my ports to use my FreeBSD.org email address.bf2010-07-083-3/+3
* - Fix INFO installationgahr2010-07-061-1/+1
* - Update to 2.13.26gahr2010-07-023-16617/+110
* - Update to 5.0amiwi2010-07-012-7/+6
* - Update to 2.6.stefan2010-06-292-5/+4
* - Update to 5.9.14.araujo2010-06-272-4/+4
* RF -> RG Conversion (Part II)pgollucci2010-06-245-5/+5
* - Security update to 1.4.4dinoex2010-06-192-0/+37
* Remove mention of previous maintainer.linimon2010-06-181-3/+0
* Clean up this port so it deinstalls cleanly. Remove one level oflinimon2010-06-182-81/+131
* Take maintainershipmakc2010-06-161-1/+1
* Reset maintainer at his request.linimon2010-06-151-1/+1
* Remove print/lyx15, print/lyx has been updated to the latest versionmakc2010-06-156-1519/+0
* connect lyx14makc2010-06-151-1/+1
* Update to 1.6.6.1 for Qt4makc2010-06-1527-2946/+3591
* set LATEST_LINK and CONFLICTSmakc2010-06-151-0/+3
* Remove bms from the pkg-descr's of ports he no longer maintains.dougb2010-06-072-6/+0
* - GEMS are always RUN_DEPENDS of other GEMSpgollucci2010-06-074-9/+6
* Drop maintainership for these ports.bms2010-06-072-2/+2
* LICENSE GPLv2dinoex2010-06-061-0/+1
* - note GROUPS/USERS does not work heredinoex2010-06-051-0/+3
* LICENSE GPLv2dinoex2010-06-041-0/+2
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilespav2010-06-042-3/+4
* - Convert unzip -a to USE_DOS2UNIXpav2010-06-031-0/+1
* - Chase net-snmp shlib bumpsylvio2010-06-031-1/+2
* Present KDE SC 4.4.4 for FreeBSD.makc2010-06-022-2/+2
* Update to 1.1.24edwin2010-06-013-14/+4
* update xfce to 4.6.2oliver2010-05-311-1/+2
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-3123-18/+23
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-31/+30
* - Update to 2.4lwhsu2010-05-263-6/+27
* - Pass maintainership to haskell@FreeBSD.org:jacula2010-05-262-2/+2
* Disable the cups driver when either WITHOUT_CUPS=true orhrs2010-05-262-7/+19
* - Make the driver selection stricter and redefine DEVICE_DEVSn in thehrs2010-05-255-135/+296
* - Revert back previous changes and fix buildmiwi2010-05-241-5/+1
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-241-1/+1
* - Fix plist substitutionpav2010-05-241-1/+1
* - Attempt to fix plistpav2010-05-241-1/+1
* - Add missing dependencymiwi2010-05-221-2/+9
* - Update to 2.3.12miwi2010-05-212-5/+5
* Update to 2.1.8 release.ale2010-05-202-4/+4
* - Update MASTER_SITESwen2010-05-192-5/+4
* - Fix dos2unix corruption of gz filespav2010-05-171-0/+1
* - Update to 3.10.5pav2010-05-173-7/+15
* - Move print/hplip3 to print/hplippav2010-05-1727-3194/+1152
* - Chase freetype2 update to 2.3.12sylvio2010-05-172-4/+4
* - Update to 3.6.9sylvio2010-05-173-5/+21
* Add possibility to choose the samba port to depend on.stefan2010-05-161-1/+2
* Fix configure args [1]makc2010-05-162-15/+21
* - Fix plist for NOPORTDOCS case (some docs get installed regardless)pav2010-05-161-4/+4
* - Explicitly build with LANG=C since gcj does not handle all host charsets.gerald2010-05-161-1/+1
* - Fix issue regarding net-snmppav2010-05-142-29/+44
* Fix depends, so it builds.kwm2010-05-131-0/+3
* Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalpgj2010-05-134-205/+34
* Fix master site.kwm2010-05-121-1/+1
* - Mark BROKEN on 6.x. gcjh45 core dumps on 6.x with no immediately obviousglarkin2010-05-121-1/+7
* - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-112-18/+8
* - Use gcc >= 4.5 instead of gcc == 4.5 to buildglarkin2010-05-111-1/+1
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-1122-118/+184
* - Update to 2.9miwi2010-05-092-8/+7
* - Update to 20100501sylvio2010-05-086-119/+22
* - Fix python version in plist, detection of sane and etcpav2010-05-044-2/+25
* - Build pdftk with gcj45 instead of gcj42glarkin2010-05-0416-16/+480
* - Update print/libotf to 0.9.11wen2010-05-033-6/+12
* Fix problems caused by the recent bumps in port revisionpgj2010-04-281-0/+1
* - Update to 5.9.13.araujo2010-04-212-4/+4
* Update to 3.10.2makc2010-04-216-132/+122
* - Update to 0.9awen2010-04-202-6/+5
* Switch to use newer GMP version.ale2010-04-192-3/+4
* Update to 9.3.2.hrs2010-04-182-5/+4
* - Update to 1.2.8sylvio2010-04-182-5/+4
* - Fix pkg-plist (do not install bytecode program).stas2010-04-111-0/+1
* Fix "-sDEVICE=ijs -sIjsServer=hpijs" issue.hrs2010-04-112-2/+3
* - Mark BROKEN: does not configurepav2010-04-101-0/+2
* Update to 2.1.7 release.ale2010-04-092-9/+4
* - Update to 1.9.stas2010-04-095-45/+47
* - update to 1.4.3dinoex2010-04-084-21/+154
* - bump 1.4.3dinoex2010-04-071-2/+1
* - Update to v0.7.4brix2010-04-042-4/+4
* Chase the ftp/curl shlib version bump.roam2010-04-031-1/+2
* * Update to 8.71.[1] Changes include:hrs2010-04-036-17/+62
* - Fix of buildsylvio2010-03-312-8/+8
* - Update to 0.5.4wen2010-03-312-5/+4
* - Update to 1.3.3.14sylvio2010-03-316-400/+466
* - fix build for png-1.4.1dinoex2010-03-291-0/+20
* - fix build for png-1.4.1dinoex2010-03-291-0/+53
* - fix build for png-1.4.1dinoex2010-03-292-0/+86
* - Add instrutcions for USB printers on FreeBSD 8dinoex2010-03-291-0/+7
* Update to 20100328 (version that fixes recent libpng change).matusita2010-03-293-16/+6
* - fix build for png-1.4.1dinoex2010-03-291-0/+11
* - fix build for png-1.4.1dinoex2010-03-282-0/+22
* Fix maintainer email address.makc2010-03-281-1/+1
* - fix build on CURRENTdinoex2010-03-281-0/+1
* - remove BROKENdinoex2010-03-281-2/+0
* - update to 1.4.1dinoex2010-03-28