summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl-js: JavaScript Eolian bindingdevs/felipealmeida/js-20151219Felipe Magno de Almeida2015-12-1952-46/+2803
* elm_win: Remove unnecessary layer set for elm_win.Jaehyun Cho2015-12-181-1/+0
* popup: enable to dismiss popup with accessibility APILukasz Stanislawski2015-12-171-6/+8
* tests: adjust atspi roles.Lukasz Stanislawski2015-12-172-2/+2
* atspi: return previous name in overloaded gettersLukasz Stanislawski2015-12-178-9/+32
* wayland cnp: check selection owner before calling losscbThiep Ha2015-12-171-1/+2
* genlist : fix genlist build errorsSangHyeon Lee2015-12-171-1/+0
* elm_photocam: add NULL checkSung-Taek Hong2015-12-171-0/+3
* genlist: remove unnecessary data creationSangHyeon Lee2015-12-171-1/+0
* elm_layout: fix typo in error messageSung-Taek Hong2015-12-171-1/+1
* genlist : fix size hash issue when genlist layout sizing evaluatedSangHyeon Lee2015-12-171-0/+2
* widget: limit emission of state-changed:showingLukasz Stanislawski2015-12-161-4/+4
* naviframe: set better accessibility role and nameLukasz Stanislawski2015-12-161-0/+14
* multibutton_entry: improve atspi supportLukasz Stanislawski2015-12-164-2/+81
* image: Lock access to thread variablesJean-Philippe Andre2015-12-161-1/+7
* Elm win: Fix potential NULL deref.Tom Hacohen2015-12-161-0/+1
* hoversel: accessibility enhancementsLukasz Stanislawski2015-12-152-2/+21
* hoversel: change accessibility role to popupLukasz Stanislawski2015-12-151-1/+1
* genlist: supporting homogeneous mode about each item class.SangHyeon Lee2015-12-142-88/+67
* Entry: Context Menu is now configurableVaibhav Gupta2015-12-118-11/+86
* win: redo resize deferral to trigger during pre renderMike Blumenkrantz2015-12-101-5/+14
* win: run wayland region updating during RENDER_FLUSH_PREMike Blumenkrantz2015-12-101-2/+2
* Fileselector entry: fix a case when file was not selectedYakov Goldberg2015-12-101-1/+1
* Fix compilation on Windows (and propably also on Mac)Vincent Torri2015-12-102-10/+11
* Elm entry: fix null item in item provider.Daniel Hirt2015-12-091-1/+1
* Examples genlist 5: Fix children aspect of the test not working.Tom Hacohen2015-12-081-3/+4
* Examples performance: Fix wrong always true condition.Tom Hacohen2015-12-081-1/+1
* Examples performance: Fix resource leak + potential null deref.Tom Hacohen2015-12-081-5/+4
* Colorselector: Fix some coding style issues.Tom Hacohen2015-12-081-2/+2
* Colorselector: Fix out of bound read.Tom Hacohen2015-12-081-1/+1
* Genlist: Add NULL item check to *_item_next_get().Tom Hacohen2015-12-081-0/+1
* Genlist: Put null check before the deref.Tom Hacohen2015-12-081-1/+1
* Elm spinner: Fix potential null deref in decimal get function.Tom Hacohen2015-12-081-3/+5
* slider: minor accessibility events fixLukasz Stanislawski2015-12-081-1/+7
* gengrid: fix Logic in _item_single_select_left and _item_single_select_right.Umesh Tanwar2015-12-071-4/+4
* popup: add popup default align config for other profiles.taehyub2015-12-076-1/+21
* spinner: add possibility to enter negative value.Shilpa Singh2015-12-071-2/+2
* elementary: Update ecore wayland window geometryChris Michael2015-12-071-4/+2
* Theme: label - Add fixed to silent warnings.Yeshwanth Reddivari2015-12-071-0/+6
* elm border: also change shadow program signal name...Mike Blumenkrantz2015-12-041-2/+2
* elm border: change shadow toggle program signal source e -> elmMike Blumenkrantz2015-12-041-2/+2
* elementary: Don't call ecore_wl2_shutdown unless we have a displayChris Michael2015-12-041-2/+5
* cursor: add cursor support on Windows.Vincent Torri2015-12-031-87/+127
* win32: call ecore_win32 shutdown as part of the shutdown subsystem.Vincent Torri2015-12-031-0/+3
* cnp: add Copy & Paste support for WindowsVincent Torri2015-12-036-1/+457
* elementary_test: fix memory leakJean Guyomarc'h2015-12-031-1/+4
* priv: centralized and safe inclusion of Ecore_Cocoa.hJean Guyomarc'h2015-12-033-6/+9
* win: add Cocoa support for elm_win_window_id_get() APIJean Guyomarc'h2015-12-031-0/+14
* win: use EINA_UNUSED instead of void casting.Jean Guyomarc'h2015-12-031-2/+1
* cnp: cocoa support for copy and paste (text only).Jean Guyomarc'h2015-12-031-0/+272