summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* e menus now have their own shadowsdevs/discomfitor/elm19Mike Blumenkrantz2014-01-131-0/+13
* fix fast popups to still have shadowsMike Blumenkrantz2014-01-131-0/+29
* change border icon urgency to be more in line with other e animationsMike Blumenkrantz2014-01-131-6/+6
* feature: add PIN desklock themeMike Blumenkrantz2014-01-132-0/+122
* feature: iconify/uniconify animations for windowsMike Blumenkrantz2014-01-132-0/+98
* add pager16 module themeMike Blumenkrantz2014-01-133-0/+380
* readd deskmirrorMike Blumenkrantz2014-01-133-0/+427
* redo comp theme to match e19 signalsMike Blumenkrantz2014-01-134-84/+711
* atspi_bridge: Changed shadow variable names.Daniel Juyung Seo2014-01-131-10/+10
* ctxpopup, entry: Check widget type by eo_isa not by evas_object_typeDaniel Juyung Seo2014-01-132-4/+4
* inwin, layout: Check null before calling eo_isa.Daniel Juyung Seo2014-01-132-2/+2
* panes: Fixed panes smart callbak calls by fixing default theme.Daniel Juyung Seo2014-01-132-4/+56
* cnp: Fixed indentation while reading the code.Daniel Juyung Seo2014-01-131-1/+1
* Widget: Removed !obj checks from ELM_WIDGET_DATA_GET_OR_RETURN and ELM_WIDGET...Ryuan Choi2014-01-131-9/+7
* entry: Add elm_entry_input_panel_show_on_demand_set/get APIJihoon Kim2014-01-134-1/+115
* elm_win: Removed EE_ENGINE_COMPARE macro to reduce redundant function calls.Ryuan Choi2014-01-131-34/+44
* genlist: Check return value out of the loop in _realized_items_getRyuan Choi2014-01-131-2/+4
* fileselector: Fix that the enter key does not navigate directoryRyuan Choi2014-01-131-27/+10
* els_box : Move horizontal condition out of some loop in _els_box_layoutRyuan Choi2014-01-131-59/+39
* actionslider - fix unused macros to match current usage and build againCarsten Haitzler (Rasterman)2014-01-131-2/+2
* [actionslider]:enable the mouse eventprashant2014-01-132-3/+91
* atspi - fix warnhings and use %llu (unsigned long long) or obj handleCarsten Haitzler (Rasterman)2014-01-132-6/+6
* atspi: accessible and component interface implementation.Lukasz Stanislawski2014-01-138-38/+1809
* Adding elm_tooltip_movement_lock_set() and elm_tooltip_movement_lock_get()abhi2014-01-135-5/+86
* elm cnp (dnd) - file:/ is the minimum, not file:// so work with other appsCarsten Haitzler (Rasterman)2014-01-131-11/+11
* theme - make dark rounded square less transp. and add shadow to ibar menuCarsten Haitzler (Rasterman)2014-01-135-2/+15
* test_genlist: Enable focus highlight and animation only for this window.Daniel Juyung Seo2014-01-131-3/+2
* test_genlist: Renamed genlist20 test name to more descriptive test name,Daniel Juyung Seo2014-01-132-27/+29
* glview test - fix if evas gl ins't found - leak of gld dataCarsten Haitzler (Rasterman)2014-01-111-0/+1
* elm prefs cc - fix failed lseek handling on compileCarsten Haitzler (Rasterman)2014-01-111-0/+6
* glview test - dont leak gldCarsten Haitzler (Rasterman)2014-01-111-0/+2
* fix sign/unsigned compare warnCarsten Haitzler (Rasterman)2014-01-111-3/+3
* use long not unsigned long - ftell returns long.Carsten Haitzler (Rasterman)2014-01-111-3/+3
* elm glview - evas sync before rendering with always draw to sync rightCarsten Haitzler (Rasterman)2014-01-111-0/+2
* dbus menu - fix leak of reply creation for method eventsCarsten Haitzler (Rasterman)2014-01-101-1/+0
* mapbuf - move index check into eo method and use fixed index sizeCarsten Haitzler (Rasterman)2014-01-101-16/+10
* elm prefs - useless staement as _deltai() already fills in *valCarsten Haitzler (Rasterman)2014-01-101-2/+0
* comment fallthroughs as intentionalCarsten Haitzler (Rasterman)2014-01-101-2/+2
* fix elm fsel test to check mkdir returnCarsten Haitzler (Rasterman)2014-01-101-2/+4
* app client - fix not handling failed return from eldbus callCarsten Haitzler (Rasterman)2014-01-101-1/+2
* elm map - fix incorrect return check of freadCarsten Haitzler (Rasterman)2014-01-101-2/+2
* elm map - fix incorrect return check of freadCarsten Haitzler (Rasterman)2014-01-101-2/+2
* elm map - fix incorrect return check of freadCarsten Haitzler (Rasterman)2014-01-101-2/+2
* formatting (spaces)Carsten Haitzler (Rasterman)2014-01-101-3/+3
* When the viewport is resized, the entry size will be recalculate.Youngbok Shin2014-01-102-20/+79
* [scroller] fixed infinite loop bug in scrollerHosang Kim2014-01-101-16/+17
* Add COPYING.images to make distDoug Newgard2014-01-101-0/+1
* test_dnd: avoid to create icon object that will be unusedJihoon Kim2014-01-101-1/+3
* test_glview: Show description if gl is not supported.Jihoon Kim2014-01-101-29/+49
* test_dnd: Check return value of strchr it can be NULL.Daniel Juyung Seo2014-01-101-0/+4