efl/legacy/elementary/src/lib
Tiago Rezende Campos Falcao 738bfaa747 Review of content setters, getters and unsetters
Revised the parent, icon, end and content setter and getters of
elementary objects.
Review to smart objects and widgets items will be the next steps.

SVN revision: 53425
2010-10-14 18:54:42 +00:00
..
Elementary.h.in Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
Elementary_Cursor.h Add support on Elm to customized cursors 2010-09-17 18:24:10 +00:00
Makefile.am add elm_fileselector_entry 2010-10-14 01:18:14 +00:00
elc_anchorblock.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elc_anchorview.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elc_fileselector.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elc_fileselector_button.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elc_fileselector_entry.c allow theme of fileselector_entry components. 2010-10-14 18:24:24 +00:00
elc_hoversel.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +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 Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_box.c Add UNUSED where needed. 2010-10-12 03:46:11 +00:00
elm_bubble.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_button.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +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 Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_clock.c Fixing can_focus to the widgets 2010-09-29 12:22:30 +00:00
elm_cnp_helper.c Clean elm of null pointers dereferences 2010-10-14 14:12:26 +00:00
elm_colorpicker.c Some colorpicker cleanups: 2010-10-12 21:10:12 +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 Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_diskpicker.c Clean elm of undefined assigned values 2010-10-14 14:11:53 +00:00
elm_entry.c Remove dead assignments from elementary 2010-10-14 14:10:33 +00:00
elm_flip.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_flippicker.c Shut up gcc about uninitialized use of variables. 2010-10-08 13:08:43 +00:00
elm_frame.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_gengrid.c lets set list to null after we free it and before we call funcs that 2010-10-13 00:41:00 +00:00
elm_genlist.c Clean elm of null pointers dereferences 2010-10-14 14:12:26 +00:00
elm_hover.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +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 Alloc the data before registry it as callback data. 2010-10-14 17:57:58 +00:00
elm_list.c Clean elm of undefined assigned values 2010-10-14 14:11:53 +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 Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_menu.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_module.c Elementary: Don't #define _GNU_SOURCE 2010-10-07 21:34:43 +00:00
elm_notify.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +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 Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_panes.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_photo.c Add UNUSED where missing. 2010-10-12 03:53:03 +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 Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_radio.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_scroller.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_separator.c From: 김지훈 <imfine98@gmail.com> 2010-09-28 04:28:14 +00:00
elm_slider.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_slideshow.c Clean elm of null pointers dereferences 2010-10-14 14:12:26 +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 Remove dead assignments from elementary 2010-10-14 14:10:33 +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 Add UNUSED where missing. 2010-10-12 03:59:30 +00:00
elm_toggle.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +00:00
elm_toolbar.c Make elm build again (remove duplicated function declarations which 2010-10-14 18:18:34 +00:00
elm_widget.c Clean elm of null pointers dereferences 2010-10-14 14:12:26 +00:00
elm_widget.h Fix typo (I believe the word is breaking) ;) 2010-10-13 17:50:20 +00:00
elm_win.c Review of content setters, getters and unsetters 2010-10-14 18:54:42 +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 Add UNUSED where needed. 2010-10-12 04:07:27 +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