efl/legacy/elementary/src/bin
Daniel Juyung Seo 90fe559c81 test_slider.c: added delay,changed callback usage. 2013-09-01 10:16:10 +09:00
..
.gitignore Split .gitignore into multiple files 2013-06-11 18:18:06 -03:00
Makefile.am Add Elementary_Wayland flags & libs to test building 2013-06-10 06:48:26 +01:00
config.c elementary: fix header inclusion order. 2013-07-23 11:27:34 +09:00
elementary_codegen.c elementary_codegen.c: fixed formatting. 2013-08-11 15:25:14 +09:00
elm_prefs_cc.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_cc.h [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_cc_handlers.c elm: Silent a compiler warning. 2012-12-18 19:57:33 +00:00
elm_prefs_cc_mem.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_cc_out.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_cc_parse.c elm_prefs_cc_parse.c: tok null check in advance. 2013-08-11 15:38:16 +09:00
quicklaunch.c quicklaunch.c: check return value of mkdir. 2013-08-11 15:46:23 +09:00
run.c Free cwd so we don't leak 2013-03-18 12:13:50 +00:00
test.c test.c: added guide text to widget name search entry. 2013-08-23 20:10:23 +09:00
test.h test.c: use elementary_test eina log domain for elementary_test for a better debug. 2013-04-17 14:16:57 +09:00
test_3d.c fix name of title/name of 3d test window 2012-07-24 04:35:08 +00:00
test_access.c test_access.c: free memory in a proper place. 2013-08-11 15:51:29 +09:00
test_actionslider.c add disabled actionslider test. 2013-07-31 18:53:15 +09:00
test_anim.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_bg.c [Elm] Just a tip on a background test. 2012-05-03 22:41:37 +00:00
test_box.c elm test: Use EVAS_HINT_EXPAND and EVAS_HINT_FILL instead of 1.0 and -1.0. 2013-01-01 08:45:03 +00:00
test_bubble.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_button.c add lable to anchor button disabled test. 2013-02-24 13:53:38 +09:00
test_calendar.c [elm] calendar: Making the them with double spinner a 2013-01-22 16:37:45 +00:00
test_check.c [elm] And now remove deprecated calls usage (WRT 2012-05-28 21:50:11 +00:00
test_clock.c test_clock.c : Improve API use case. 2013-04-18 12:30:58 +09:00
test_cnp.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_colorselector.c make colorselector set colors correctly (premul argb) and not mess entries 2013-08-01 20:53:50 +09:00
test_config.c test_config.c: comparing array against 0 is useless. compare the first value instead. 2013-07-06 11:55:51 +09:00
test_conform.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_conform_indicator.c elm test_conform_indicator.c: Fixed build warnings. 2012-12-06 17:49:08 +00:00
test_ctxpopup.c test_ctxpopup.c: Use normal internal function instead of macro. 2013-07-06 03:06:02 +09:00
test_cursor.c elm cursor: theme_search means opposition to engine_only. 2013-05-01 16:39:51 +09:00
test_datetime.c elm datetime -> set child objects to disabled if main obj is 2013-07-15 19:45:41 +09:00
test_dayselector.c elementary/dayselector - fix formatting in it's example 2013-07-23 22:37:58 +09:00
test_diskselector.c elementary/diskselector - fix the test case that caused _smart_need_recalculate problems. 2013-07-22 17:38:26 +09:00
test_dnd.c test_dnd.c: compare a flag correctly. 2013-08-11 15:53:31 +09:00
test_eio.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_entry.c elm_entry: "elm.guide" part should be aligned to "elm.text" part. 2013-08-23 10:59:53 +09:00
test_entry_anchor.c test_entry_anchor*.c: refactoring. 2013-07-03 13:13:11 +09:00
test_entry_anchor2.c test_entry_anchor*.c: refactoring. 2013-07-03 13:13:11 +09:00
test_external.c test_external.c: removed duplicated calls. 2013-07-06 03:13:50 +09:00
test_factory.c elm bin: Use convenient utility function elm_win_util_standard_add() 2012-04-02 06:20:28 +00:00
test_fileselector.c file selector:Add support mime type filter 2013-06-24 15:42:51 +09:00
test_fileselector_button.c [elm] fileselector_buton test: small fixes 2013-01-03 20:44:58 +00:00
test_fileselector_entry.c test_fileselector_entry.c: fixed unchecked return value warning which was spotted by coverity. CID 1040043. 2013-07-06 11:59:07 +09:00
test_flip.c test flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters. 2013-03-12 19:49:19 +09:00
test_flip_page.c elementary: another fix for the test case. 2012-12-05 06:46:31 +00:00
test_flipselector.c elementary/flipselector - added disabled test case. 2013-08-20 14:51:23 +09:00
test_floating.c elementary: as previously stated sizeof (long) != sizeof (void*) 2013-02-17 03:53:02 +00:00
test_focus.c Fix elm to use key not keyname (so xmodmap works) 2013-07-31 15:16:41 +09:00
test_focus2.c Add a simple example of elm_object_focus_next_set, and fixed wrong codes. 2013-03-23 10:45:44 +09:00
test_focus3.c test_focus3.c: refactoring. 2013-08-12 01:42:48 +09:00
test_gengrid.c test_gengrid.c: Overall refactoring. 2013-08-28 08:47:47 +09:00
test_genlist.c test_genlist.c test_list.c: Added focus highlight animate enable/disable button to genlist and list focus examples. 2013-08-11 19:09:49 +09:00
test_gesture_layer.c Elm: Fix tickets 1375 (Pictures appear with a bottom border in Gesture 2012-08-23 11:55:33 +00:00
test_gesture_layer2.c Elementary: Gesture Layer updated test 2 Added callbacks for MOVE state of Double, Triple Tap gesture 2013-07-11 15:41:55 +01:00
test_gesture_layer3.c Elm: Fix tickets 1375 (Pictures appear with a bottom border in Gesture 2012-08-23 11:55:33 +00:00
test_glview.c Fix elm to use key not keyname (so xmodmap works) 2013-07-31 15:16:41 +09:00
test_glview_simple.c Elementary: Patch from Alex Wu <zhiwen.wu@linux.intel.com> to fix 2012-08-31 09:27:22 +00:00
test_grid.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_hover.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_hoversel.c hoversel: flurish hoversel source/example/documentation a little bit more. 2013-08-30 18:31:29 +09:00
test_icon.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_icon_animated.c Elm: Be sure to set a size for the window. 2012-08-22 08:37:08 +00:00
test_icon_desktops.c test_icon_desktops.c: print out more useful information. 2013-05-29 00:38:11 +09:00
test_image.c elm_image: add support for url. 2013-08-09 21:13:15 +09:00
test_index.c test_index.c: added index omit feature enable, disable option. 2013-04-19 03:03:58 +09:00
test_inwin.c test_inwin.c: added more description about the style and fixed formatting. 2013-04-26 17:38:42 +09:00
test_label.c elementary/label - some missed stuff. 2013-01-04 13:44:08 +00:00
test_launcher.c elementary: as previously stated sizeof (long) != sizeof (void*) 2013-02-17 03:53:02 +00:00
test_layout.c An internal layout error, on a widget set, is a CRITICAL error. 2013-03-01 23:04:31 -03:00
test_list.c test_genlist.c test_list.c: Added focus highlight animate enable/disable button to genlist and list focus examples. 2013-08-11 19:09:49 +09:00
test_main_menu.c test_main_main.c: refactoring. 2013-08-11 15:04:14 +09:00
test_map.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_menu.c Elm: Revert changes for framespace. 2012-09-05 07:44:45 +00:00
test_multi.c elm: fix the name and title of window in some elementary test 2012-06-02 08:18:32 +00:00
test_multibuttonentry.c elm bin: Use convenient utility function elm_win_util_standard_add() 2012-04-02 06:20:28 +00:00
test_naviframe.c elm test: Removed unused variables. Fixed shadow warning. 2012-09-14 14:37:46 +00:00
test_naviframe_complex.c test_naviframe_complex.c: removed unused pointer value which was spotted by coverity. CID 1039976. 2013-07-06 03:12:44 +09:00
test_notify.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_panel.c test_panel.c: fixed derefence null return value from getenv issue which was spotted by coverity. CID 1040025. 2013-07-06 12:05:36 +09:00
test_panes.c test_panes.c: Improve double tap behavior of test_panes. 2013-04-10 15:20:23 +09:00
test_photo.c elm_photo: added getters for some setters. 2013-04-09 13:23:14 +09:00
test_photocam.c Photocam remote url test: add a progressbar while downloading the big image from the net, it took some minutes to complete here. 2013-08-12 21:33:51 +02:00
test_popup.c test_popup.c: removed unnecessary weight set. 2013-08-29 19:12:48 +09:00
test_prefs.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
test_progressbar.c test_progressbar.c: enable/disable start/stop buttons according to the state. 2013-08-08 02:27:28 +09:00
test_radio.c test_radio.c: refactoring. 2013-08-13 12:55:56 +09:00
test_scaling.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_scroller.c Better logic for elm_scroller_current_page_get() while scrolling/dragging. 2013-06-17 13:23:45 -03:00
test_segment_control.c elementary/segment control - updated example 2013-07-30 18:17:17 +09:00
test_separator.c elm bin: Use convenient utility function elm_win_util_standard_add() 2012-04-02 06:20:28 +00:00
test_slider.c test_slider.c: added delay,changed callback usage. 2013-09-01 10:16:10 +09:00
test_slideshow.c slideshow - use images not photos. :) 2013-07-31 18:15:05 +09:00
test_spinner.c test_spinner.c: added a better example for base/round set. 2013-08-24 10:44:23 +09:00
test_store.c elm bin: Use convenient utility function elm_win_util_standard_add() 2012-04-02 06:20:28 +00:00
test_sys_notify.c [elm] Handling signals on elm_sys_notify. 2012-12-07 17:23:34 +00:00
test_systray.c [elm] Add support to D-Bus systray icons 2012-12-27 13:38:40 +00:00
test_table.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_thumb.c fix ethumb test 2013-01-14 01:23:54 +00:00
test_toolbar.c test flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters. 2013-03-12 19:49:19 +09:00
test_tooltip.c test flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters. 2013-03-12 19:49:19 +09:00
test_transit.c elementary/transit - and no more use of icon. 2012-12-18 05:47:14 +00:00
test_video.c elm player - this breaks elm player theme api. it was broken to begin with 2013-07-23 19:17:01 +09:00
test_weather.c elm test_weather.c: Use entry activated callback. 2013-01-01 08:45:06 +00:00
test_web.c web/web2 : Deprecated uri. url will be used instead. 2013-06-13 10:30:10 +09:00
test_win_inline.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_win_plug.c elm_plug: fixed signal name. 2012-12-18 22:14:27 +00:00
test_win_socket.c elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). 2012-11-14 10:49:45 +00:00
test_win_state.c elm/wayland: Implement borderless_set for wayland. 2013-05-06 20:08:58 -03:00