summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Update NEWS and bump version for 1.13.0-beta1 releasev1.13.0-beta1Stefan Schmidt2015-01-192-1/+5
* Revert "genlist: added reorder feature on key events"Stefan Schmidt2015-01-195-326/+5
* genlist: fix incorrect grammar.ChunEon Park2015-01-191-2/+2
* elm_transit: Fix crash issue caused by multiple transit effects.Jaehyun Cho2015-01-191-6/+18
* genlist: fix genlist multi-selected problem.ChunEon Park2015-01-191-6/+6
* elm_transit: Fix to support zoom rate zero.Jaehyun Cho2015-01-191-15/+5
* widget: elm_win can be unfocused only when its ecore_evas loses focus.WooHyun Jung2015-01-171-2/+32
* configure: Fix typo in coverage option help textStefan Schmidt2015-01-161-1/+1
* tests: add coverage support.Cedric BAIL2015-01-165-9/+88
* tests: actually run the main loop properly to be able to enter in idle state.Cedric BAIL2015-01-161-17/+23
* Updating italian translationmaxerba2015-01-161-41/+45
* genlist: code clean upChunEon Park2015-01-151-7/+1
* genlist: don't access item after removing it.ChunEon Park2015-01-151-1/+1
* genlist: guard the item deletion problem.ChunEon Park2015-01-151-12/+25
* genlist: fix the access of the invalid items.ChunEon Park2015-01-151-7/+30
* genlist needs to also highlight items on keyboard selectMike Blumenkrantz2015-01-141-0/+7
* Revert "genlist: fix a crash when deleting a item in selected callback."Mike Blumenkrantz2015-01-141-6/+3
* genlist: fix a crash when deleting a item in selected callback.ChunEon Park2015-01-141-3/+6
* genilst: fix regression bug added in 0e7d521151ba93f3b5955caaf9b906e160ab6057ChunEon Park2015-01-141-38/+7
* Do not explicite include atspi headers.Lukasz Stanislawski2015-01-1463-282/+67
* genlist: set missed item reference.ChunEon Park2015-01-141-0/+1
* genlist: fix a crash of genlist group tree example.ChunEon Park2015-01-141-6/+3
* widget: set missing elm_widget_item_magicChunEon Park2015-01-141-0/+3
* photocam: force reload of image on file_set.Cedric BAIL2015-01-131-1/+5
* elm image - fix image rotation in non-common casesCarsten Haitzler (Rasterman)2015-01-131-2/+4
* elementary: Fix dereference of null return valueChris Michael2015-01-121-2/+2
* release: Update NEWS and bump version for 1.13.0-alpha1 releasev1.13.0-alpha1Stefan Schmidt2015-01-122-3/+69
* Elm win: Fix added internal parameter to the win constructor.Tom Hacohen2015-01-122-5/+21
* Elm win: Fix elm_win_fake()'s name to follow conventions.Tom Hacohen2015-01-122-2/+2
* DnD: fix callbacks deletion for inline windows.Daniel Zaoui2015-01-121-2/+33
* elm_colorselector: Fixed to make palette_box have proper heightJee-Yong Um2015-01-121-2/+1
* elm - fix build problem with examples - elocation apiCarsten Haitzler (Rasterman)2015-01-121-1/+4
* Scroller : Fix elm_scroller_last_page_get API wrong return valueVBS2015-01-121-2/+2
* elm - elm image orientation api fix - major bug in implementationCarsten Haitzler (Rasterman)2015-01-122-173/+286
* genlist: recommit 1879cc39258c63c24f0abcff56558b1f1b60167a with correction.ChunEon Park2015-01-121-3/+3
* elm_table now supports alignmentMike Blumenkrantz2015-01-112-0/+40
* fake win should not perform widget focus setting on canvas focus-inMike Blumenkrantz2015-01-111-5/+8
* Revert "genlist: use eina bool"Yakov Goldberg2015-01-111-3/+3
* genlist: remove unnecessary null check.ChunEon Park2015-01-101-6/+3
* genlist: revert 6f177e5db01553276058235a81cbfcc9b2cd4e23ChunEon Park2015-01-102-5/+9
* genlist: send decoration active signal to view item.ChunEon Park2015-01-101-0/+1
* genlist: fix regression bug. (T1986)ChunEon Park2015-01-101-22/+22
* ELM_WIN_FAKE types should allow focus callbacks on windowsMike Blumenkrantz2015-01-101-2/+2
* entry now finds its window object more effectively for cnp initMike Blumenkrantz2015-01-101-0/+2
* +elm_win_fake(), ELM_WIN_FAKE typeMike Blumenkrantz2015-01-104-28/+69
* genlist: code refactoring.ChunEon Park2015-01-101-12/+8
* genlist: clean up genlist_smart_del() func.ChunEon Park2015-01-091-4/+0
* widget: remove redundant internal macrosChunEon Park2015-01-091-111/+0
* Do not call ecore_x_init() when not using X display.Jean Guyomarc'h2015-01-092-4/+54
* client frame client clip should be relative to client during clip, not borderMike Blumenkrantz2015-01-081-6/+1