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.
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).
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."
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.
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.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az