platform/upstream/elementary.git
2015-02-09 kabeer khanelm_widget: added evas smart callback descriptions
2015-02-09 Daniel Juyung Seotest_genlist: Clean up reorder test case.
2015-02-07 Igor MurzovUpdate russian translation
2015-02-07 Carsten Haitzler... elm - fix engine config mismatch with new perferred...
2015-02-06 Sung-Taek Hongelm_slider: modified each slider have its indicator...
2015-02-06 Daniel Juyung Seodoc: Fix typos in documentations.
2015-02-06 Daniel Juyung Seowin_example: Fix win example codes.
2015-02-06 Youngbok Shinwin: fix an issue that profile is erased and set to...
2015-02-06 Carsten Haitzler... fix win center trap for elm to pass in h and v params
2015-02-05 Carsten Haitzler... elm - win - dont use deprecated func - use new one.
2015-02-05 Jee-Yong Umelm_label: Fixed label disappearing after theme changed
2015-02-05 Shinwoo Kim[tooltip] use proper object to set tooltip layer
2015-02-04 Jee-Yong Umelm_label: Fixed to prevent slide's autostart before...
2015-02-04 Jaehwan Kimdatetime_module: Fix build warning.
2015-02-04 Carsten Haitzler... update po
2015-02-04 Jaehwan Kimdatetime module: include elm_widget_datetime.h instead...
2015-02-04 Daniel Juyung SeoNEWS: Pedantic change of capital letter in NEWS fi.e
2015-02-04 Daniel Juyung Seotest_label: Cleanup label wrap test.
2015-02-03 VBSGengrid : Fix memory leak in elm_gengrid_realized_items...
2015-02-03 maxerbaUpdating serbian translation
2015-02-03 Stefan Schmidtrelease: Update NEWS and bump version for 1.13.0-beta3... v1.13.0-beta3
2015-02-03 Youngbok Shinelm_image: fix elm_image_memfile_set API fail when...
2015-02-03 Amitesh Singhlist/genlist/gengrid/toolbar: set focus/unfocus on...
2015-02-03 woochan leemultibuttonentry: Delete duplicate running code.
2015-01-30 Youngbok Shinwin: Add default return value at elm_win_type_get API...
2015-01-30 Daniel Juyung Seotest_label: Use meaningful test name for label test.
2015-01-29 kabeer khanElm_Entry: Removed empty line and added error message
2015-01-29 Daniel Juyung SeoNEWS: Clean up news file before release.
2015-01-29 Daniel Juyung Seotest_panes: Remove unnecessary align/weight set for...
2015-01-28 Stefan Schmidtedje_externals/elm_video: Fix bug where we override...
2015-01-27 Daniel Juyung Seopanes: Fix elm_panes_fixed_set.
2015-01-26 Stefan SchmidtNEWS: Manually fix up a news entry
2015-01-26 Stefan Schmidtrelease: Update NEWS and bump version for 1.13.0-beta2... v1.13.0-beta2
2015-01-25 Dave AndreoliIcon: choose the fdo icon size using the evas obj geometry
2015-01-25 Dave AndreoliRevert "Icon: use size_hint_min instead of image_size...
2015-01-25 Dave AndreoliIcon: use size_hint_min instead of image_size to know...
2015-01-25 Dave AndreoliIcon: no more reimplement sizing_eval
2015-01-25 Dave AndreoliImprove Standard Icon test
2015-01-23 Dave AndreoliAdd correct fdo name for the last added search icon
2015-01-23 Stefan Schmidtelm_image: Add missing semi-colon to terminate line.
2015-01-23 Stefan Schmidtelm_image: Fix memory leak in GETDAT macro.
2015-01-23 Stefan Schmidttest_disable: Extend button array to fix memory corruption
2015-01-23 Daniel Juyung Seotransit: Fix read from pointer after free.
2015-01-23 Daniel Juyung Seotest_win_state: Add elm_win_center() sample.
2015-01-23 Mike Blumenkrantzwin centering: unbork!
2015-01-22 ChunEon Parktransit: fix crash issue.
2015-01-21 Daniel Juyung Seotest_gengrid: Dynamically allocate item data.
2015-01-21 Daniel Juyung Seotest_colorselector: Clean up a little bit.
2015-01-21 Daniel Juyung Seocolorselector: Remove unnecessary pointer redirection.
2015-01-21 Daniel Juyung Seotest_icon: Clean up icon standard sample.
2015-01-21 Mike Blumenkrantzimage now implements edje object size functions
2015-01-21 Mike Blumenkrantzimage animation functions now work as expected for...
2015-01-20 Mike Blumenkrantzwin_example now exits fullscreen on any key press....
2015-01-20 Jaeun ChoiElm_Entry: set handler style according to current widge...
2015-01-19 Stefan Schmidtrelease: Update NEWS and bump version for 1.13.0-beta1... v1.13.0-beta1
2015-01-19 Stefan SchmidtRevert "genlist: added reorder feature on key events"
2015-01-19 ChunEon Parkgenlist: fix incorrect grammar.
2015-01-19 Jaehyun Choelm_transit: Fix crash issue caused by multiple transit...
2015-01-19 ChunEon Parkgenlist: fix genlist multi-selected problem.
2015-01-19 Jaehyun Choelm_transit: Fix to support zoom rate zero.
2015-01-17 WooHyun Jungwidget: elm_win can be unfocused only when its ecore_ev...
2015-01-16 Stefan Schmidtconfigure: Fix typo in coverage option help text
2015-01-16 Cedric BAILtests: add coverage support.
2015-01-16 Cedric BAILtests: actually run the main loop properly to be able...
2015-01-16 maxerbaUpdating italian translation
2015-01-15 ChunEon Parkgenlist: code clean up
2015-01-15 ChunEon Parkgenlist: don't access item after removing it.
2015-01-15 ChunEon Parkgenlist: guard the item deletion problem.
2015-01-15 ChunEon Parkgenlist: fix the access of the invalid items.
2015-01-14 Mike Blumenkrantzgenlist needs to also highlight items on keyboard select
2015-01-14 Mike BlumenkrantzRevert "genlist: fix a crash when deleting a item in...
2015-01-14 ChunEon Parkgenlist: fix a crash when deleting a item in selected...
2015-01-14 ChunEon Parkgenilst: fix regression bug added in 0e7d521151ba93f3b5...
2015-01-14 Lukasz StanislawskiDo not explicite include atspi headers.
2015-01-14 ChunEon Parkgenlist: set missed item reference.
2015-01-14 ChunEon Parkgenlist: fix a crash of genlist group tree example.
2015-01-14 ChunEon Parkwidget: set missing elm_widget_item_magic
2015-01-13 Cedric BAILphotocam: force reload of image on file_set.
2015-01-12 Carsten Haitzler... elm image - fix image rotation in non-common cases
2015-01-12 Chris Michaelelementary: Fix dereference of null return value
2015-01-12 Stefan Schmidtrelease: Update NEWS and bump version for 1.13.0-alpha1... v1.13.0-alpha1
2015-01-12 Tom HacohenElm win: Fix added internal parameter to the win constr...
2015-01-12 Tom HacohenElm win: Fix elm_win_fake()'s name to follow conventions.
2015-01-12 Daniel ZaouiDnD: fix callbacks deletion for inline windows.
2015-01-12 Jee-Yong Umelm_colorselector: Fixed to make palette_box have prope...
2015-01-12 Carsten Haitzler... elm - fix build problem with examples - elocation api
2015-01-12 VBSScroller : Fix elm_scroller_last_page_get API wrong...
2015-01-12 Carsten Haitzler... elm - elm image orientation api fix - major bug in...
2015-01-12 ChunEon Parkgenlist: recommit 1879cc39258c63c24f0abcff56558b1f1b601...
2015-01-11 Mike Blumenkrantzelm_table now supports alignment
2015-01-11 Mike Blumenkrantzfake win should not perform widget focus setting on...
2015-01-11 Yakov GoldbergRevert "genlist: use eina bool"
2015-01-10 ChunEon Parkgenlist: remove unnecessary null check.
2015-01-10 ChunEon Parkgenlist: revert 6f177e5db01553276058235a81cbfcc9b2cd4e23
2015-01-10 ChunEon Parkgenlist: send decoration active signal to view item.
2015-01-10 ChunEon Parkgenlist: fix regression bug. (T1986)
2015-01-10 Mike BlumenkrantzELM_WIN_FAKE types should allow focus callbacks on...
2015-01-10 Mike Blumenkrantzentry now finds its window object more effectively...
2015-01-10 Mike Blumenkrantz+elm_win_fake(), ELM_WIN_FAKE type
2015-01-10 ChunEon Parkgenlist: code refactoring.
next