platform/upstream/elementary.git
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.
2015-01-09 ChunEon Parkgenlist: clean up genlist_smart_del() func.
2015-01-09 ChunEon Parkwidget: remove redundant internal macros
2015-01-09 Jean Guyomarc'hDo not call ecore_x_init() when not using X display.
2015-01-08 Mike Blumenkrantzclient frame client clip should be relative to client...
2015-01-08 ChunEon Parkgenlist: if the item was selected, then skip item_selec...
2015-01-08 ChunEon Parkgenlist: simple code clean up
2015-01-08 ChunEon Parkgenlist: use eina bool
2015-01-08 ChunEon Parkgenilst: descriptive comment++
2015-01-08 ChunEon Parkgenlist: remove internal callback usage.
2015-01-08 ChunEon Parkgenilst: get rid of lazy deletion.
2015-01-08 Stefan Schmidttheme: Add newly added icons to EXTRA_DIST to make...
2015-01-08 Daniel ZaouiRevert "win INLINE_IMAGE test now crashes as expected...
2015-01-08 ChunEon Parkgenlist: send signal to deco_all_view additionally.
2015-01-08 ChunEon Parkgenlist: +warning
2015-01-08 ChunEon Parkgenlist: make up lack of behaviors in item_disable
2015-01-08 ChunEon Parkgenlist: replace to internal call
2015-01-08 vivekelm_win: Fixed the issue of updating ecore_wl_window...
2015-01-08 VBSGengrid: fix gengrid reorder animation bug
2015-01-08 Shinwoo Kim[spinner] use strncmp, not strcmp to support styles...
2015-01-08 ChunEon Parkgenlist: +parent validation check
2015-01-08 ChunEon Parkgenlist: code refactoring.
2015-01-08 shilpa.singhelm_widget: elm_object_disabled_set API fix
2015-01-08 Jee-Yong Umelm_image: Fixed to have exact size using elm_image_fil...
2015-01-08 ChunEon Parkgenlist: fix crash issue.
2015-01-08 Nibha Sharmaelm_font: Fixed resource leak in function elm_font_avai...
2015-01-08 ChunEon Parktheme: fix misprint in popup style alias name
next