summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gengrid: add scrollto BOTTOM alignment type.devs/stanluk/genscrollLukasz Stanislawski2015-12-133-110/+65
* 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
* cursor: add support for Cocoa system cursors.Jean Guyomarc'h2015-12-033-85/+199
* config: add error messages when profile or config could not be saved.Jean Guyomarc'h2015-12-031-2/+8
* cocoa: call ecore_cocoa_init as part of the init process.Nicolas Aguirre2015-12-031-0/+3
* elementary: Port elementary to use Ecore_Wl2 libraryChris Michael2015-12-038-154/+211
|\
| * elementary: Remove misuse of EINA_UNUSEDdevs/devilhorns/ecore_wl2Chris Michael2015-12-031-1/+1
| * elementary: Port elementary config code to use Ecore_Wl2 libraryChris Michael2015-12-031-3/+21
| * elementary: Port elementary copy/paste code to use Ecore_Wl2 libraryChris Michael2015-12-031-75/+105
| * elementary: Port elementary window code to use Ecore_Wl2Chris Michael2015-12-033-63/+68
| * elementary: Port elementary cursor code to use ecore_wl2 libraryChris Michael2015-12-031-9/+9
| * elementary: Include header for Ecore_Wl2 and add external displayChris Michael2015-12-031-2/+6
| * elementary: Use ecore_wl2 library for elementaryChris Michael2015-12-031-1/+1
|/
* Entry: add "selection,reset" stateDaniel Hirt2015-12-031-1/+6
* spinner: prevent scrolling when longpress timer enabled.woochan lee2015-12-021-0/+6
* elm: set language to edje when elm_language_set is called.Shilpa Singh2015-12-021-0/+1
* menu: enhance accessibility supportLukasz Stanislawski2015-12-024-2/+161
* box: skip box in accessibility tree by defaultLukasz Stanislawski2015-12-021-0/+1
* atspi: always use widget's subobj as accessible childrenLukasz Stanislawski2015-12-0212-163/+50
* bg: do not make background accessibility object.Lukasz Stanislawski2015-12-013-27/+4