efl/legacy/elementary/src/lib
Christopher Michael 1ccf076e76 Add UNUSED where needed.
SVN revision: 53282
2010-10-12 03:42:01 +00:00
..
Elementary.h.in gengrid more genlist-like. 2010-10-10 23:54:11 +00:00
Elementary_Cursor.h Add support on Elm to customized cursors 2010-09-17 18:24:10 +00:00
Makefile.am Add yet another kind of list widget to elm - diskpicker 2010-10-07 18:44:43 +00:00
elc_anchorblock.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elc_anchorview.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elc_fileselector.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elc_fileselector_button.c and handle disables for everything else that has disable hooks. 2010-10-07 07:44:50 +00:00
elc_hoversel.c and handle disables for everything else that has disable hooks. 2010-10-07 07:44:50 +00:00
elc_notepad.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elc_scrolled_entry.c Filter input text in entries. 2010-10-07 12:50:00 +00:00
elm_animator.c Lots of fixes: 2010-08-18 19:18:42 +00:00
elm_bg.c String.h is already included via Elementary.h 2010-10-12 02:38:19 +00:00
elm_box.c Adding custom chain to focus. 2010-10-06 20:24:22 +00:00
elm_bubble.c Set const where need in focus_next_get functions set 2010-10-06 20:24:19 +00:00
elm_button.c Elm Button with custom focus highlight 2010-10-07 14:49:35 +00:00
elm_calendar.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_carousel.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
elm_check.c and handle disables for everything else that has disable hooks. 2010-10-07 07:44:50 +00:00
elm_clock.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_cnp_helper.c Fix the assignment that discards const qualifier. 2010-10-08 16:27:07 +00:00
elm_config.c Focus highlight kinda configurable. More to come when discomfitor feels like implementing it 2010-10-04 16:55:32 +00:00
elm_conform.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_diskpicker.c Add yet another kind of list widget to elm - diskpicker 2010-10-07 18:44:43 +00:00
elm_entry.c Filter input text in entries. 2010-10-07 12:50:00 +00:00
elm_flip.c Set const where need in focus_next_get functions set 2010-10-06 20:24:19 +00:00
elm_flippicker.c Shut up gcc about uninitialized use of variables. 2010-10-08 13:08:43 +00:00
elm_frame.c Set const where need in focus_next_get functions set 2010-10-06 20:24:19 +00:00
elm_gengrid.c oops, important typo, thanks tiagofalcao 2010-10-11 17:55:28 +00:00
elm_genlist.c Add safety checks to genlist and gengrid. 2010-10-11 02:09:36 +00:00
elm_hover.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
elm_icon.c From: RAJEEV RANJAN <rajeev.r@samsung.com> 2010-10-07 07:31:24 +00:00
elm_image.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
elm_index.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_label.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
elm_layout.c elm: fix doc 2010-10-09 14:42:04 +00:00
elm_list.c List with navigation between items 2010-10-05 19:10:08 +00:00
elm_main.c Elm_object_focus give focus to one focusable obj. 2010-10-08 20:16:52 +00:00
elm_map.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_mapbuf.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_menu.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_module.c Elementary: Don't #define _GNU_SOURCE 2010-10-07 21:34:43 +00:00
elm_notify.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_pager.c Set const where need in focus_next_get functions set 2010-10-06 20:24:19 +00:00
elm_panel.c Set const where need in focus_next_get functions set 2010-10-06 20:24:19 +00:00
elm_panes.c Set const where need in focus_next_get functions set 2010-10-06 20:24:19 +00:00
elm_photo.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
elm_photocam.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_priv.h Focus highlight kinda configurable. More to come when discomfitor feels like implementing it 2010-10-04 16:55:32 +00:00
elm_progressbar.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_radio.c and handle disables for everything else that has disable hooks. 2010-10-07 07:44:50 +00:00
elm_scroller.c Set const where need in focus_next_get functions set 2010-10-06 20:24:19 +00:00
elm_separator.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
elm_slider.c New API functions for elm slider. 2010-09-28 15:09:19 +00:00
elm_slideshow.c slider, slideshow and spinner with keyboard arrows 2010-09-27 21:13:41 +00:00
elm_spinner.c and handle disables for everything else that has disable hooks. 2010-10-07 07:44:50 +00:00
elm_table.c Adding custom chain to focus. 2010-10-06 20:24:22 +00:00
elm_theme.c help users by showing some debug messages about themes not being found. 2010-09-26 23:27:18 +00:00
elm_thumb.c don't use ethumb if no path was set yet. 2010-10-09 18:43:03 +00:00
elm_toggle.c and handle disables for everything else that has disable hooks. 2010-10-07 07:44:50 +00:00
elm_toolbar.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
elm_widget.c Add Object name in dot dump 2010-10-08 20:16:48 +00:00
elm_widget.h Fix event propagation in elementary. 2010-10-08 16:27:04 +00:00
elm_win.c Add UNUSED where needed. 2010-10-12 03:42:01 +00:00
els_box.c Remove some dead assignments from elementary 2010-09-25 22:07:55 +00:00
els_box.h Hacky move to evas_box 2009-10-02 19:22:40 +00:00
els_cursor.c Looks for parent cursors when mouse out a subobj 2010-09-28 12:44:08 +00:00
els_icon.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
els_icon.h Add 'drop' callback when objects are dropped. 2010-09-08 06:20:05 +00:00
els_pan.c * remove shadow declarations 2010-04-21 07:46:03 +00:00
els_pan.h elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
els_scroller.c key events of the scroller treat in event_hook 2010-10-01 19:03:07 +00:00
els_scroller.h Add two apis to limit page size of gengrid's scroller : elm_gengrid_page_relative_set and elm_gengrid_page_size_set. 2010-09-29 16:59:35 +00:00
els_tooltip.c Clean up some dead code on elementary 2010-09-25 22:08:56 +00:00