aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e16/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSE_FILEDmitry Marakasov2015-09-021-6/+5
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=395919
* over to enlightenment@Baptiste Daroussin2015-04-161-1/+1
| | | | Notes: svn path=/head/; revision=384129
* Back to the pool.Grzegorz Blach2015-04-161-1/+1
| | | | | | | | Currently and in near future I don't have time to be responsible for any port. Notes: svn path=/head/; revision=384126
* Update to 1.0.16Grzegorz Blach2015-02-221-2/+1
| | | | Notes: svn path=/head/; revision=379598
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-1/+3
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* Update to 1.0.15Grzegorz Blach2014-12-131-2/+2
| | | | Notes: svn path=/head/; revision=374649
* Take maintainershipGrzegorz Blach2014-12-111-1/+1
| | | | Notes: svn path=/head/; revision=374503
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* - Update to 1.0.14.001Pietro Cerutti2014-10-171-30/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Fix warnings with gcc 4.9.x. * Minor simplifications in ImagestateDraw...() functions. * Minor tweak in EXFillAreaSolid(). * Fix potential use of freed pixmap. * Move shape window stuff to separate header file. * Simplify pager background update. * Change some operations to render ones. * Wrap XDraw/FillRectangle. * Debug tweaks (pager). * Remove ancient unused code. * Cosmetics (key->keycode). * Cosmetics (key->keysym). * Avoid unnecessary FP calculation. * Avoid divide by 0 crash (Randr may report FPS = 0). * Move EDBUG_TYPE_ANIM to where it belongs. * Tweak screen info printout. * Wrap XID and some other X types. * Use initially created GC for various operations. * Refactor background dialog data handling. * Refactor group dialog data handling. * Exec/spawn function tweaks. * Eliminate some use of EspawnApplication(). * Refactor dialog apply/exit handling. * Simplify dialog data handling. * Avoid some potential X-calls/errors when client is destroyed. * Updating translations (eo) * Updating turkish and adding lithuanian and galician translations * Adding catalan traslation * Remove bogus lithuanian translation (0 translated messages). * Remove useless Name[] entries from .desktop files (again). * Updating catalan translation * Autofoo cosmetics (use AC_HELP_STRING). * Fix creating bitmap cursor. * Add argb option to EPictureCreateBuffer(). * Add ERegionCreateFromBitmap() and EPictureFillRect(). * Use wrapper functions in ECreatePixmapCursor(). * Updating esperanto and french translations * Updating desktop files * Remove useless Name[] entries from .desktop files (again). * Fix some normally disabled debug format strings. Notes: svn path=/head/; revision=371036
* - Add LICENSEPietro Cerutti2014-09-051-0/+2
| | | | Notes: svn path=/head/; revision=367340
* - Switch to USES=libtoolDmitry Marakasov2014-07-301-2/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=363503
* - Update to 1.0.14Pietro Cerutti2014-03-311-2/+3
| | | | Notes: svn path=/head/; revision=349715
* - Update to 1.0.13.004Pietro Cerutti2014-02-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=344712
* - Fix COMMENT and pkg-descrPietro Cerutti2013-10-281-1/+1
| | | | Notes: svn path=/head/; revision=331836
* - Get rid of MAN1 macroPietro Cerutti2013-10-171-1/+0
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=330636
* - Update to 1.0.13.003Pietro Cerutti2013-10-141-5/+4
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=330284
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* Add explicit dependency on pkgconfBaptiste Daroussin2013-08-311-2/+1
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325761
* - Update to 1.0.13.0Pietro Cerutti2013-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=325135
* - Remove debug CFLAGS introduced by my last commitPietro Cerutti2013-06-051-1/+0
| | | | Notes: svn path=/head/; revision=319999
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-2/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Update to 1.0.13Pietro Cerutti2013-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=316234
* - Update to 1.0.12Pietro Cerutti2013-03-281-2/+2
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=315449
* - Remove debug flagsPietro Cerutti2013-03-201-1/+0
| | | | Notes: svn path=/head/; revision=314720
* - Fix post-patch targetPietro Cerutti2013-03-141-2/+3
| | | | | | | Reported by: bapt Notes: svn path=/head/; revision=314172
* - Update to 1.0.11.002Pietro Cerutti2013-03-071-1/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=313571
* - Update to 1.0.11.001Pietro Cerutti2013-02-181-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=312500
* - Update to 1.0.11Pietro Cerutti2012-10-101-11/+10
| | | | | | | | - Add OptionsNG to select ESD sound server - Convert NLS and PORTDOCS checks to OptionsNG Notes: svn path=/head/; revision=305655
* - Update to 1.0.10.002Pietro Cerutti2012-09-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=304029
* - Update to 1.0.10.001Pietro Cerutti2012-07-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=300717
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.0.10Pietro Cerutti2011-10-261-1/+1
| | | | | | | | | * Change default systray icon size to 16. * Update internal area hint when changing area. * Italian translation update (Massimo Maiurana). Notes: svn path=/head/; revision=284354
* - update to 1.0.9Pietro Cerutti2011-08-021-2/+2
| | | | Notes: svn path=/head/; revision=278767
* - Update to 1.0.8.001Pietro Cerutti2011-06-211-2/+2
| | | | Notes: svn path=/head/; revision=275995
* - Update to 1.0.8Pietro Cerutti2011-04-261-2/+2
| | | | | | | Changes: http://trac.enlightenment.org/e/changeset/58905/ Notes: svn path=/head/; revision=273205
* - Update to snapshot 1.0.7.003Pietro Cerutti2011-02-161-2/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=269243
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 1.0.7Pietro Cerutti2010-11-151-2/+2
| | | | | | | | | | | | 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." Notes: svn path=/head/; revision=264595
* - Update tp 1.0.6.002Pietro Cerutti2010-11-081-2/+2
| | | | Notes: svn path=/head/; revision=264268
* - Add enlightenment virtual category to a couple of portsPav Lucistnik2010-09-291-1/+1
| | | | | | | | PR: ports/150492 Submitted by: Grzegorz Blach <magik@roorback.net> Notes: svn path=/head/; revision=262113
* - Update to 1.0.6Pietro Cerutti2010-09-291-1/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=262081
* - Update to 1.0.5Pietro Cerutti2010-08-301-2/+3
| | | | Notes: svn path=/head/; revision=260207
* - Update to 1.0.4Pietro Cerutti2010-08-131-2/+2
| | | | Notes: svn path=/head/; revision=259162
* - Fix ownerships on installed theme filesPietro Cerutti2010-07-051-0/+4
| | | | | | | | Reported by: "George L. Yermulnik" <yz@yz.kiev.ua> (via private e-mail) Feature safe: yes Notes: svn path=/head/; revision=257396
* - Update to 1.0.2.002Pietro Cerutti2010-06-211-2/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256777
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 1.0.2.001Pietro Cerutti2010-05-181-3/+2
| | | | Notes: svn path=/head/; revision=254565
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 1.0.2Pietro Cerutti2010-03-011-3/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250447