summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_cnp: fix set format (cocoa)devs/captainigloo/osxJean Guyomarc'h2015-11-121-0/+1
* elementary_test: fix memory leakJean Guyomarc'h2015-11-121-1/+4
* elm_priv: centralized and safe inclusion of Ecore_Cocoa.hJean Guyomarc'h2015-11-123-6/+9
* elm_win: add Cocoa support for elm_win_window_id_get() APIJean Guyomarc'h2015-11-121-0/+14
* elm_win: use EINA_UNUSED instead of void castingJean Guyomarc'h2015-11-121-2/+1
* elm_cnp: Cocoa support for copy and paste (text only)Jean Guyomarc'h2015-11-121-0/+271
* elm_cursor: add support for Cocoa system cursorsJean Guyomarc'h2015-11-123-85/+199
* elm_config: add error messages when profile or config could not be savedJean Guyomarc'h2015-11-121-2/+8
* cocoa: call ecore_cocoa_init as part of the init process.Nicolas Aguirre2015-11-121-0/+3
* release: Update NEWS and bump version for 1.16.0 releasev1.16.0Stefan Schmidt2015-11-092-1/+10
* po: update po files for releaseStefan Schmidt2015-11-0928-392/+392
* win : Prohibiting auto-rendering, until elm_win is shown.Wonsik Jung2015-11-051-0/+13
* atspi: add missing SELECTED changed signalsLukasz Stanislawski2015-11-054-0/+16
* elm_segment_control: fix invalid parameterJean Guyomarc'h2015-11-051-1/+1
* genlist tree test - minor - show all callbacks called so people knowCarsten Haitzler (Rasterman)2015-11-051-2/+53
* autoscroll focus: pass the object region position relative to the scroller.chris2015-11-041-4/+11
* interface_scrollable: delete unnecessary smart callback call.Hosang Kim2015-11-041-9/+7
* colorselector: picker spinner UI not proper issue fix.Shilpa Singh2015-11-041-0/+3
* notify: animate on hideJean-Philippe Andre2015-11-041-1/+2
* Revert "elm: Add eglfs backend support."Cedric BAIL2015-11-025-18/+4
* elm: Add eglfs backend support.Nicolas Aguirre2015-11-035-4/+18
* Remove #include for config.h from C++ public headerFelipe Magno de Almeida2015-11-021-6/+2
* Hoversel: Fix dismiss callbackYeshwanth Reddivari2015-11-021-1/+1
* test_explode: use evas_object_clipees_has insteadAmitesh Singh2015-11-021-1/+1
* widget: update child_can_focus flag on focusability changeLukasz Stanislawski2015-10-302-2/+23
* multibuttonentry: fix internal entry be an orphan when editable set API called.woochan lee2015-10-301-2/+5
* multibuttonentry: when item is clicked/selected, select function not called i...Shilpa Singh2015-10-302-0/+11
* hoversel: remove scrollable_set/get() APIJee-Yong Um2015-10-303-46/+5
* test_gesture_layer: use bigger font size for entryAmitesh Singh2015-10-301-2/+2
* win: reemit atspi "focused" event on bridge connectionLukasz Stanislawski2015-10-291-0/+7
* elm: Fix typos fun!Daniel Juyung Seo2015-10-2916-21/+21
* release: Update NEWS and bump version for 1.16.0-beta3 releasev1.16.0-beta3Stefan Schmidt2015-10-262-1/+6
* po: update po filesStefan Schmidt2015-10-2628-392/+392
* hoversel: expands scrollable hoversel as large as it canJee-Yong Um2015-10-263-6/+15
* multibuttonentry: fix label packed many times in internal box.woochan lee2015-10-261-0/+2
* gesture_layer: fix long tap gesture has wrong timestamp.woochan lee2015-10-241-1/+6
* elm_colorselector: fix color selection with spinnersAndrii Kroitor2015-10-241-1/+1
* elm_hoversel: remove unused internal functionsJee-Yong Um2015-10-241-23/+0
* Revert "elementary: Comment out (#if 0) unused functions"Cedric BAIL2015-10-241-2/+0
* elm_hoversel: change API name (label_auto_changed -> auto_update)Jee-Yong Um2015-10-241-2/+2
* elm_hoversel: change Elm_Hoversel_Data member name from scroll_enabled to scr...Jee-Yong Um2015-10-242-6/+6
* elm_index: Fix memory leak issue in realloc failureVivek Ellur2015-10-221-3/+6
* dayselector: fix warning related to argument typeVivek Ellur2015-10-221-1/+1
* Fix typo in docsDave Andreoli2015-10-221-1/+1
* flip: use eo_isa for checking object typesAmitesh Singh2015-10-221-3/+2
* image: use eo_isa for checking object types instead of string comparisonAmitesh Singh2015-10-221-10/+2
* elm_cnp: DnD/X11: correct drag window position in rotationShilpa Singh2015-10-211-2/+8
* build: simplify SUBDIR usage in examplesStefan Schmidt2015-10-211-2/+1
* examples/sphere_hunter: fix another instance of floating point incorrectnessStefan Schmidt2015-10-211-2/+2
* examples/sphere_hunter: remove unused functionStefan Schmidt2015-10-201-19/+0