1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

189 Commits

Author SHA1 Message Date
Pietro Cerutti
61ea23b4df - Update to 1.0.14 2014-03-31 08:55:48 +00:00
Pietro Cerutti
7f2952b7e2 - Update to 1.0.13.004
Changes:

  * Wrap XGetWindowAttributes().
  * Simplify registration of override-redirect windows.
  * Avoid redundant calls of XGetWindowAttributes.
  * Only manage InputOutput windows.
  * Add server grab around initial window pickup loop.
  * Don't play sound in ShowAlert().
  * Rename EDrawableCheck to EXDrawableOk and remove unused parameter.
  * Add EXWindowOk().
  * Use our own window property functions in stead of various Xlib ones.
  * Remove some use of X11 Bool type/values.
  * Wrap the last XClearArea call.
  * Use NoXID in stead of None.
  * Use XCopyArea wrapper function.
  * Wrap remaining XCopyArea calls.
  * Tweak error handler API.
  * Wrap some calls to XFillRectangle.
  * Fix memory leak when changing area.
  * Reduce nesting in DialogRealizeItem().
  * Simplify/fix dialog layout code.
2014-02-17 09:06:04 +00:00
Pietro Cerutti
f46381bb1d - Fix COMMENT and pkg-descr 2013-10-28 08:45:13 +00:00
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Pietro Cerutti
48d2c2d3fb - Get rid of MAN1 macro
Reported by:	antoine
2013-10-17 12:58:06 +00:00
Pietro Cerutti
8cdd3fae3e - Update to 1.0.13.003
Changes:

  * Fixup after list changes.
  * Autofoo macro cleanups.
  * Obsolete event handling tweak (click grabs).
  * Obsolete event handling tweak (serial wrap).
  * Remove useless Name[] entries from .desktop files.
  * Fix menu generation some more.
  * Update gettext version to 0.17.

- STAGE-clean
- Convert to new LIB_DEPENDS format
- Add DOCS and NLS to OPTIONSng
2013-10-14 08:33:22 +00:00
Baptiste Daroussin
c30de17205 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm) 2013-09-21 00:01:16 +00:00
Baptiste Daroussin
d20742f0c1 Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
2013-08-31 01:17:11 +00:00
Pietro Cerutti
565208cb8c - Update to 1.0.13.0
Changes:

  * Fix installation group ownership of theme files (ticket 2345).
  * Fix various perl warnings.
  * Fix menu generation issue.
  * Play raise/lower sounds only if any windows are actually raised/lowered.
  * Fix bug in ActionClass loading.
  * Tweak button swallowing in slideouts.
  * Clear SF_INFO struct before calling sf_open().
  * Save some bytes in various structs.
  * Button:inside_win is not used.
  * Tweak button event callback parameter.
  * updating desktop files translations
  * updating esperanto and adding serbian translation
  * Fixed sorting in desktop files
  * Avoid potential crash in menu unloading.
  * Fix potential use of uninitialised data.
  * Remove unnecessary EXTRA_DIST.
  * Eliminate BordersForeach().
  * No need for double - change to float.
  * Let "eesh screen" show some randr info.
  * Disable moving "None" background to front.
  * Discard broken backgrounds (bg file missing) on exit.
  * Fix background dialog issues.
  * Switch to new list implementation.
2013-08-21 14:13:11 +00:00
Pietro Cerutti
02997e6380 - Remove debug CFLAGS introduced by my last commit 2013-06-05 15:06:44 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Pietro Cerutti
069ea1ea28 - Update to 1.0.13
Release notes: http://sf.net/mailarchive/message.php?msg_id=30727790

  Changes:
  * Don't use CPPFLAGS in Makefile.am.
  * Eliminate Quicksort(), use libc qsort() in stead.
  * Set startup id on apps started by snaps too.
  * Startup applications - Don't slide in or place manually during e16
    startup.
  * Fix Globally Active focus mode (Tim Howe).
  * Use qsort in stead of open coded sorting.
  * Move/rename atom/property related wrapper functions and types.
  * Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get.
  * Update esperanto translation

Feature safe:	yes
2013-04-22 15:10:48 +00:00
Pietro Cerutti
6b5df10a8e - Update to 1.0.12
Changes:

  * Minor simplification in initial window registration.
  * Eliminate unnecessary XSync.
  * Don't unmap/map override-redirect windows during startup.
  * CM: Fix override-redirect window registration detail.
  * CM: Fix startup after recent changes.
  * Danish translation update.
  * Convert da.po to utf-8.
2013-03-28 08:01:57 +00:00
Pietro Cerutti
222ac924c1 - Remove debug flags 2013-03-20 09:31:25 +00:00
Pietro Cerutti
ad0f44d5a1 - Fix post-patch target
Reported by:	bapt
2013-03-14 17:18:04 +00:00
Pietro Cerutti
c15f277de0 - Update to 1.0.11.002
Changes:
  * Fix intended centering on parent of unplaced dialogs.
  * Fix some issues reported by clang.
  * Build silently (use AM_SILENT_RULES).
  * Fix using e16 with xcompmgr.
2013-03-07 09:48:38 +00:00
Pietro Cerutti
ef534a600d - Fix NLS
Reported by:	qat
2013-02-18 12:16:32 +00:00
Pietro Cerutti
d3b3c58808 - Update to 1.0.11.001
Changes:
  * Enable using libsndfile for sound file loading.
  * Focus update tweaks.
  * Add EventsBlock().
  * Add script to place pagers (James Bowlin).
  * Introduce new animation engine (Daniel Manjarres).
  * Fix various issues reported by clang. Minor cleanups.
  * Fix test for XI2 availability.
  * Use __func__ for function names in debug stuff.
  * Window slide code cosmetics.
  * Wrap some calls to XGrab/UngrabKeyboard() + cosmetics.
  * Wrap XAllowEvents().
  * Fix major memory leak when using XI2 events.
  * Cleanup around XI2 event selection.
  * When using XI2, handle all keyboard and pointer events via XI2.
  * When using XI2, handle enter/leave events via XI2.
  * When using XI2, handle focus change events via XI2.
  * Restore old pointer warping behavior on maximization.
  * Non-time-limited animations should not run until next ?!?
  * CM: Set destination clip when rendering compositing buffer to screen.
  * Remove long time disabled raindrops and imagespinner fx code.
  * No need to adjust fx on area change.
  * Add AnimatorDel().
  * Add AnimatorGetData().
  * Refactor fx.
  * AnimatorsDelCatAll() is now unused.
  * Resurrect slide shape.
  * Enable setting shape on multiple windows.
  * Remove code for shaded, semi-solid, and translucent move/resize modes.
  * PixImg stuff is no longer used.
  * Disable pseudo-transparency by default.
  * Add AC_CONFIG_MACRO_DIR.
  * Avoid warnings about uninitialised struct members.
  * Enable not using a container window.
  * Unbreak animated move/resize after recent changes.
  * Get frame rate from randr.
  * Remove obsolete ecore_x compatibility.
  * Add/use ecore_x_window_prop_del().
  * Cosmetic change around TimersRunNextIn().
  * Switch default sound support to pulseaudio/libsndfile.
  * Run composite rendering to screen separately from animators/idlers/
    timers.
2013-02-18 11:51:29 +00:00
Pietro Cerutti
d891cf83e8 - Update to 1.0.11
- Add OptionsNG to select ESD sound server
- Convert NLS and PORTDOCS checks to OptionsNG
2012-10-10 13:05:01 +00:00
Pietro Cerutti
137a79f87d - Update to 1.0.10.002
Changes:
  * Fix coords placement in techopaque mode (Daniel Manjarres).
  * Remove unused code.
  * Fix (if experimenting with USE_DESK_EXPOSE).
  * Move EObj sliding functions to slide.c too.
  * Don't prevent pager update due to ewin slide.
  * Add some timer debug, cosmetic changes.
  * Fetch time to next timer run after running idlers.
  * Desk restacking before shade/unshade should not be necessary.
  * Another spec file fix - don't own locale/* dirs.
  * Startup cosmetics.
  * Fix having black solid color background.
  * Don't keep shaded windows entirely on-screen (ticket 1191).
  * Enable logging to stdout or stderr.
  * Improve fading debug logging.
  * Remove unnecessary code in ECompMgrWinFadeIn().
  * Menu code tweaks.
  * Alert if root window button events cannot be selected.
  * Use EobjsSlideBy() to slide desks as well as areas.
  * EobjSlideTo() is no longer used.
  * Fix potential deadlock with multiple simultaneous alerts.
2012-09-10 12:09:15 +00:00
Pietro Cerutti
ff7e522f52 - Update to 1.0.10.001
Changelog:
  * Spec file fixes.
  * Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow().
  * Eliminate Mode.place.doing_slide.
  * Fix setting slide-in mode in dialog.
  * Menus - Remove unused code.
  * Change ewin sliding function API.
  * Dialog sliders - Enable having upper bound below lower.
  * Dialogs - Add missing const.
  * Remove server grab around EShapeSetShape().
  * Add EX_EVENT_GLX_FLIP.
  * Move pre-eventloop calls of EobjsRepaint() out of progress bar functions.
  * Remove useless parameter from SnapshotsSaveReal().
  * GSOD - Make work when compositing.
  * GSOD - Refactor + some changes.
  * GSOD - Just use fixed font. Font sets are causing trouble again.
  * Name ewin sliding functions consistently.
  * Move ewin sliding functions to slide.c.
  * EwinMove/Resize - Change various global/ewin flags to function parameter.
  * Use OPSRC_NA in stead of 0.
  * Add uninstall-local to fix distcheck (with recent autotools?).
  * Move GetTimeMs/Us() to time.c.
  * French translation update (Tristan D.).
  * Make clean shouldn't remove e16-gnome3-session.desktop.
  * Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing.
  * Simplify user info functions.
  * Close all fd's above 2 when exec'ing for restart.
  * French translation update (Tristan D.).
  * Minor tweak around ECompMgrGetRootBuffer().
  * Remove some obsolete code.
  * Change some longs to ints where long is not needed.
  * Fix build without composite but with xrender.
  * Remove now unused EKeycodeToString().
  * Remove old e16keyedit (pre 0.7) IPC functions.
  * Fix bug in pareto_maximizer() (Daniel Manjarres).
  * Remove unnecessary AC_PROG_MAKE_SET.
  * Warning fix for gcc-4.6.x.
  * Japanese translation update (Yasufumi Haga).
2012-07-10 11:13:29 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pietro Cerutti
c7483fee64 - Update to 1.0.10
* Change default systray icon size to 16.
  * Update internal area hint when changing area.
  * Italian translation update (Massimo Maiurana).
2011-10-26 09:37:51 +00:00
Pietro Cerutti
37935b975d - update to 1.0.9 2011-08-02 08:19:20 +00:00
Pietro Cerutti
ef02d06b8e - Fix PLIST
Reported by:	PH via pav, erwin
2011-06-27 08:14:06 +00:00
Pietro Cerutti
7f56420403 - Update to 1.0.8.001 2011-06-21 13:51:08 +00:00
Pietro Cerutti
9cfbab2d00 - Update to 1.0.8
Changes: http://trac.enlightenment.org/e/changeset/58905/
2011-04-26 11:51:54 +00:00
Pietro Cerutti
1f2f637e6e - Update to snapshot 1.0.7.003
Changes since last update:
  1.0.7.001 http://trac.enlightenment.org/e/changeset/55885/trunk/E16/e/ChangeLog
  1.0.7.002 http://trac.enlightenment.org/e/changeset/55894/trunk/E16/e/ChangeLog
  1.0.7.003 http://trac.enlightenment.org/e/changeset/56968/trunk/E16/e/ChangeLog
2011-02-16 14:54:32 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pietro Cerutti
0940ed2b68 - Update to 1.0.7
Changes:
  * Minor zooming related fixes/cleanups.
  * Change WITH_ZOOM to ENABLE_ZOOM. Zoom related build tweaks.
  * Fix desk/area dialog changes sometimes not being saved.
  * Enable using randr (1.3) for zooming.
  * Revert "If CM is active, change snap to live pager mode."
2010-11-15 16:29:37 +00:00
Pietro Cerutti
ffbd942a4d - Update tp 1.0.6.002 2010-11-08 19:39:41 +00:00
Pav Lucistnik
0827366098 - Add enlightenment virtual category to a couple of ports
PR:		ports/150492
Submitted by:	Grzegorz Blach <magik@roorback.net>
2010-09-29 21:00:40 +00:00
Pietro Cerutti
fa95570455 - Update to 1.0.6
Changes:
  - Fix potential crash in menu key press handling.
  - Keep on-screen windows requesting resize on screen.
  - Fix deriving configuration file names with libX11-1.4.
  - Fix potential crash when destroying menus.
  - Fix rendering of translucent shaped windows.
2010-09-29 07:29:48 +00:00
Pietro Cerutti
1d2f780adb - Update to 1.0.5 2010-08-30 16:42:11 +00:00
Pietro Cerutti
bf69bdf579 - Update to 1.0.4 2010-08-13 07:48:33 +00:00
Pietro Cerutti
fc198dcbac - Fix ownerships on installed theme files
Reported by:	"George L. Yermulnik" <yz@yz.kiev.ua> (via private e-mail)
Feature safe:	yes
2010-07-05 09:18:10 +00:00
Pietro Cerutti
0cb2396017 - Update to 1.0.2.002
Feature safe:	yes
2010-06-21 09:51:54 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Pietro Cerutti
6cda9642eb - Fix PLIST
Reported by:	QAT
2010-05-19 09:48:43 +00:00
Pietro Cerutti
d6041e5939 - Update to 1.0.2.001 2010-05-18 18:33:02 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Pietro Cerutti
e9bd4ca06c - Update to 1.0.2
Feature safe:	yes
2010-03-01 09:28:21 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pietro Cerutti
15e8907d17 - Update to 1.0.1.901
Changelog:
  - Fix name clash related to SUSv4 signal.h (patch by Pietro Cerutti, ticket 487).
  - Fix creating GL pixmap in certain situations (when using mesa?).
  - Play with XI2.
  - Remove useless definition.
  - Tweak configuration loading.
  - Eliminate Mode.action_inhibit.
  - Show EObj info via ipc when appropriate.
  - Move EWindowGetNamePixmap() to x.c (and rename).
  - Avoid some memory leaks with incorrect themes.
  - Remove some redundant checks.
  - Unmap internal windows before destroying.
  - Fixes progress bar rendering when CM is active.
  - Scale new icons down to 48x48 pixels.
  - Change iconbox fallback icon mode back to snapshot.
  - Do not propagate key events.
2010-01-18 19:01:41 +00:00
Pietro Cerutti
c9e1a143ff - Update to 1.0.1.002 2009-12-24 17:26:12 +00:00
Pietro Cerutti
638fb7a09d - Unbreak on CURRENT 2009-12-22 20:26:00 +00:00
Erwin Lansing
386b82f8ab Mark BROKEN on 9.x: does not build. 2009-12-22 12:11:37 +00:00
Pietro Cerutti
6b956beef5 - Fix build on NOPORTDOCS
Reported by:	QAT
2009-10-05 12:03:42 +00:00
Pietro Cerutti
68b338559e - Update to 1.0.1
http://trac.enlightenment.org/e/changeset/42383/trunk/E16/e/ChangeLog
2009-10-05 11:46:49 +00:00