CIA.vc
Enlightenment
Beauty at your fingertips
Stats » Projects » Enlightenment
information
Photo
Enlightenment is a completely themeable, highly configurable Window Manager for the X Window System, traditionally used in Unix environments. Enlightenment's Foundation Libraries (EFL) are made available as independent entities to be used by third party developers. Among them are Evas (canvas), Ecore (main loop and I/O), Eina (data types and helpers such as logging) and so on.
syndicateUTC clock
12:18 on Feb 13, 2012
event counters
The last message was received 1.23 minutes ago at 12:17 on Feb 13, 2012
20 messages so far today, 5 messages yesterday
20 messages so far this week, 153 messages last week
215 messages so far this month, 952 messages last month
52405 messages since the first one, 8.1 years ago, for an average of 1.35 hours between messages
catalog

This page has a very large number of child items, and CIA can not yet display them all or browse them incrementally. Below is an arbitrary set of 100 items. Sorry for the inconvenience, we're working on resolving this issue.

icontitleSort columnevents todayevents yesterdaytotal events% totallast eventcontents
alarm40.0220.99 years ago
app140.0771.61 years ago
autotools80.0441.64 years ago
azy3922.1659.46 months ago
b_and_w30.0171.93 years ago
big_picture30.0171.58 years ago
BINDINGS3251.7954.56 days ago
calendar150.0831.31 years ago
clouseau310.1711.82 weeks ago
comp-scale710.3929.03 months ago
cpu60.0331.26 years ago
CVSROOT130.0724.53 years ago
darkness370.2049.18 months ago
DEBUG10.0061.1 years ago
deskshow30.0171.07 years ago
detour-elm170.0941.01 years ago
detourious340.1880.82 years ago
devs14172.30317.58 hours ago62 items
devwithedje20.0111.6 years ago
diskio20.0111.43 years ago
DOCS30.0171.36 months ago
drawer80.0441.24 years ago
E-MODULES-EXTRA33021.66810.76 hours ago
e16830.4580.95 weeks ago10 items
e16keyedit20.0111.55 years ago
e16menuedit30.0171.51 years ago
E1720.0117.03 years ago6 items
Ecore1116889.3242.03 hours ago
ecore-1.0110.0619.07 months ago
ecrire250.1383.99 days ago
editje3321.8341.14 months ago
Edje29465.2262.28 hours ago
edje-1.020.0119.03 months ago
edje_viewer170.0940.8 months ago
eet2391.3202.72 days ago
eet-1.410.0069.05 months ago
eeze2201.2150.82 months ago
efenniht700.3870.92 years ago
efm_nav30.0171.32 years ago
efm_path30.0171.32 years ago
efm_pathbar30.0171.32 years ago
Efreet5232.8893.36 weeks ago
efreet-1.030.0178.82 months ago
Eina9735.3751.62 days ago
eina-1.030.0179.73 months ago
eio1140.6302.82 weeks ago
ekeko20.0111.86 years ago
Elementary5364620.1401.23 minutes ago
elementary-alarm10.0061.27 years ago
elementary-contacts10.0061.27 years ago
elementary-generator60.0331.59 years ago
elementary-sms50.0281.27 years ago
elfe510.2820.82 years ago
elicit30.0171.6 years ago
elitaire20.0111.27 years ago
elm_fullscreen10.0061.11 years ago
elm_indicator40.0221.89 years ago
elm_quickpanel20.0111.84 years ago
elm_softkey40.0221.97 years ago
elmdentica2521.3920.8 months ago
elsa500.2769.55 months ago
emage110.0617.17 months ago
emap20.0119.13 months ago
embryo510.2822.07 months ago
emote750.4140.96 years ago
Emotion2291.2650.81 months ago
empower150.0832.64 months ago
emprint170.0940.81 months ago
empris60.0331.33 years ago
emu10.0061.94 years ago
enesim50.0281.85 years ago
engage170.0949.09 months ago
enjoy1690.9343.42 weeks ago
enki940.5191.91 weeks ago
Enlightenment326818.0521.86 days ago
enlil650.3590.84 months ago
ensure480.2653.43 weeks ago
envision270.1495.28 days ago
eon40.0221.86 years ago
eooorg60.0331.32 years ago
epdf230.1271.02 years ago
ephoto2181.2041.9 weeks ago
epplets70.0391.59 years ago
eskiss80.0441.39 years ago
esmart20.0111.95 years ago
espionnage110.0613.9 months ago
esskyuehl700.3879.51 months ago
estickies10.0061.99 years ago
eterm80.0449.12 months ago2 items
ethemes20.0111.59 years ago
Ethumb670.3701.03 months ago
eupnp340.1881.27 years ago
Evas1230912.7553.76 hours ago
evas-1.080.0448.67 months ago
evas_generic_loaders390.2151.53 months ago
eve1310.7241.91 weeks ago
everything-aspell10.0060.85 years ago
everything-gsuggest10.0061.81 years ago
everything-mpris340.1881.2 years ago
everything-pidgin120.0660.98 years ago
recent messages
dateReversed sort columnprojectcontentlink
1 min agoe
Commit by raster :: r67876 elementary/src/lib/elm_genlist.c: (link)
From: Hyoyoung Chang <hyoyoung at gmail dot com>
Subject: [E-devel] [patch] elm_genlist - bugfix at genlist rotation.

It's about genlist items which are backed from rotation.
After rotating and items width is extending, genlist doesn't shrink its items.
So adding some routines to check if item min width is bigger than genlist's width.
If then recalc items width.
#
10:17 todaye
Commit by jihoon :: r67875 elementary/src/lib/ (elm_entry.c elm_entry.h): (link)
Add elm_entry_input_panel_show/hide
#
10:16 todaye
Commit by raster :: r67874 ecore/src/lib/ecore_ipc/ecore_ipc.c: (link)
From: 윤정현 <jh0506 dot yun at samsung dot com>
Subject: Re: [E-devel] [Patch] ecore_ipc - remove potential risk in
ecore_ipc_shutdown

I found a problem this infinite loop case.

If server is deleted, then ECORE_IPC_EVENT_SERVER_DEL callback
function will be called in client side.
It will happen infinite loop in ecore_ipc_shutdown if
ecore_ipc_shutdown called in this ECORE_IPC_EVENT_SERVER_DEL callback
function.

For example,
server_del_handler =
ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_DEL, _server_del_cb, NULL);
static Eina_Bool
_server_del_cb(void *data, int type, void *event)
{
   ecore_ipc_shutdown();
   return EINA_TRUE;
 }

If server is deleted,
1. _ecore_ipc_event_server_del : svr->event_count++
2. _server_del_cb : ecore_ipc_shutdown called
3. ecore_ipc_shutdown : while (servers) ecore_ipc_server_del(eina_list_data_get(servers))
4. ecore_ipc_server_del : can't eina_list_remove(servers, svr) because event_count != 0
5. infinite loop

I think this while code is very dangerous whether user miss or not.
I modified EINA_LIST_FOREACH_SAFE instead of EINA_LIST_FOREACH refer
to ecore_con.
Please review this patch.
#
10:01 todaye
Commit by jihoon :: r67873 edje/ (5 files in 2 dirs): (link)
Add edje_object_part_text_input_panel_show/hide.
These APIs can be used in input panel manual control mode.
#
09:54 todaye
Commit by sanjeev :: r67872 PROTO/elev8/src/bin/elm.cc: (link)
Fix deprecation warning.

Signed-off-by: Sanjeev BA <iamsanjeev at gmail dot com>
#
08:58 todaye
Commit by sanjeev :: r67871 PROTO/elev8/src/bin/elm.cc: (link)
Add name and type to be defined at window creation time.

Signed-off-by: Sanjeev BA <iamsanjeev at gmail dot com>
#
08:32 todaye
Commit by hermet :: r67870 evas/src/modules/engines/gl_common/evas_gl_line.c: (link)
evas/gl_common - set line color with draw context.
#
08:15 todaye
Commit by jihoon :: r67869 elementary/src/bin/config.c: (link)
elm/config: remove unused 'cur_selected'
#
07:46 todaye
Commit by jihoon :: r67868 edje/src/lib/edje_util.c: (link)
edje_util.c: remove wrong return
#
07:46 todaye
Commit by raster :: r67867 elementary/data/themes/widgets/panes.edc: (link)
From: Rajeev Ranjan <rajeev dot r at samsung dot com>
Subject: [E-devel] [Patch] elm_panes patch

Attached to the mail is patch for Elementary Widget elm_panes.
This patch addresses the issue of API elm_panes_fixed_set not working
as the signal required to do so is not handled in default theme.
#
06:04 todaye
Commit by sanjeev :: r67866 PROTO/elev8/src/bin/main.cc: (link)
Report parsing error to stdout.

Signed-off-by: Sanjeev BA <iamsanjeev at gmail dot com>
#
06:04 todaye
Commit by sanjeev :: r67865 PROTO/elev8/AUTHORS: (link)
Update mike's email ID.

Signed-off-by: Sanjeev BA <iamsanjeev at gmail dot com>
#
04:48 todaye
Commit by discomfitor :: r67864 THEMES/darkness/elm/widgets/ctxpopup.edc: (link)
0.25 for a hide effect? I don't have that kind of time
#
02:02 todaye
Commit by discomfitor :: r67863 elementary/src/bin/test_panel.c: (link)
panel test is now less retarded and opens much faster
#
01:51 todaye
Commit by discomfitor :: r67862 THEMES/darkness/elm/widgets/panel.edc: (link)
modified version of r67787 to fix panel layouts
#
01:34 todaye
Commit by discomfitor :: r67861 THEMES/darkness/elm/widgets/ctxpopup.edc: (link)
update darkness ctxpopup to work again
#
01:32 todaye
Commit by caro :: r67860 E-MODULES-EXTRA/winlist-ng/po/LINGUAS: (link)
update LINGUAS
#
01:20 todaye
Commit by caro :: r67859 E-MODULES-EXTRA/winlist-ng/ (6 files in 2 dirs): (link)
try to fix compilation of .po files
#
01:19 todaye
Commit by caro :: r67858 E-MODULES-EXTRA/itask/ (Makefile.am configure.ac): (link)
don't enter po/ subdir (must add translation files)
#
00:53 todaye
Commit by caro :: r67857 PROTO/epdf/ (4 files in 3 dirs): (link)

  • configure.ac: * src/lib/mupdf/Makefile.am: * src/lib/poppler/Makefile.am: fix DSO link errors
#