efl/legacy/elementary/src/lib
Tiago Rezende Campos Falcao 4743f7f5b5 Modify elm_win to receive events
When no objects have focus, elm_win need get it.

SVN revision: 52685
2010-09-24 14:47:55 +00:00
..
Elementary.h.in make theme browser in elm config util actually work. add api's needed. 2010-09-24 05:11:33 +00:00
Elementary_Cursor.h Add support on Elm to customized cursors 2010-09-17 18:24:10 +00:00
Makefile.am Add support on Elm to customized cursors 2010-09-17 18:24:10 +00:00
elc_anchorblock.c From: 김지훈 <imfine98@gmail.com> 2010-09-19 02:30:14 +00:00
elc_anchorview.c From: 김지훈 <imfine98@gmail.com> 2010-09-19 02:30:14 +00:00
elc_fileselector.c Constant void data is pretty useless in item callback contexts. 2010-09-17 16:21:34 +00:00
elc_fileselector_button.c Listen Space/Return in some widgets 2010-09-22 17:45:49 +00:00
elc_hoversel.c Listen Space/Return in some widgets 2010-09-22 17:45:49 +00:00
elc_notepad.c Rename variable to 'autosave'. 2010-08-04 19:20:02 +00:00
elc_scrolled_entry.c [Elementary] For icon/end elements, use swallow parts in the scroller theme instead of an Elm_Box. 2010-09-23 22:30:47 +00:00
elm_animator.c Lots of fixes: 2010-08-18 19:18:42 +00:00
elm_bg.c ok strange bg bug when theme changing on the fly. why? 2010-09-14 23:42:50 +00:00
elm_box.c From: Otávio Pontes <otavio@profusion.mobi> 2010-09-22 00:33:17 +00:00
elm_bubble.c handle theme change - bubble. 2010-09-14 23:46:01 +00:00
elm_button.c Button animate when click with keyboard 2010-09-22 17:45:53 +00:00
elm_calendar.c include Evil.h for localtime_r() 2010-09-14 21:26:43 +00:00
elm_carousel.c Use elm_widget_item common base. 2010-09-10 02:05:45 +00:00
elm_check.c Listen Space/Return in some widgets 2010-09-22 17:45:49 +00:00
elm_clock.c Improve elm clock to display time not equal to system time 2010-09-14 21:39:14 +00:00
elm_cnp_helper.c Better temporary handling for CNP. 2010-09-22 04:42:41 +00:00
elm_config.c aaargh! fix config init. broke scaling! 2010-09-23 02:55:51 +00:00
elm_conform.c * elementary: fix Ecore API changes. 2010-06-25 09:58:14 +00:00
elm_entry.c Begins highlight on focused object. 2010-09-20 22:18:58 +00:00
elm_flip.c aaargh. hack hack. 2010-09-03 08:27:05 +00:00
elm_frame.c make theme browser in elm config util actually work. add api's needed. 2010-09-24 05:11:33 +00:00
elm_gengrid.c Implement elm_gengrid_item_show and elm_gengrid_item_bring. 2010-09-23 06:33:50 +00:00
elm_genlist.c Fix typos 2010-09-20 17:09:13 +00:00
elm_hover.c Focus suport for some widgets 2010-09-22 17:45:46 +00:00
elm_icon.c Fix common misspellings 2010-09-09 00:35:43 +00:00
elm_image.c Fix common misspellings 2010-09-09 00:35:43 +00:00
elm_index.c From: 김지훈 <imfine98@gmail.com> 2010-09-19 02:30:14 +00:00
elm_label.c Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
elm_layout.c Fix common misspellings 2010-09-09 00:35:43 +00:00
elm_list.c From: 김지훈 <imfine98@gmail.com> 2010-09-19 02:30:14 +00:00
elm_main.c Elm_widget_can_focus only return if can have focus. 2010-09-24 14:47:52 +00:00
elm_map.c Finish unscrewing patch-fu 2010-08-04 19:00:15 +00:00
elm_mapbuf.c and umm... work... and .. struff.. ugh. don't ask. 2010-09-03 00:08:11 +00:00
elm_menu.c Use elm_widget_item common base. 2010-09-10 02:05:45 +00:00
elm_module.c Fix common misspellings 2010-09-09 00:35:43 +00:00
elm_notify.c Lots of fixes: 2010-08-18 19:18:42 +00:00
elm_pager.c Fix typos 2010-09-20 17:09:13 +00:00
elm_panel.c Standardizing elm_<widget>_{icon,content}_set API 2010-06-16 20:58:09 +00:00
elm_panes.c spot check of theme change... panes not working right. generally code 2010-09-14 23:42:31 +00:00
elm_photo.c Elm photo stops scrolling events when dragging now. 2010-09-10 08:24:29 +00:00
elm_photocam.c Fix common misspellings 2010-09-09 00:35:43 +00:00
elm_priv.h [Elementary] For icon/end elements, use swallow parts in the scroller theme instead of an Elm_Box. 2010-09-23 22:30:47 +00:00
elm_progressbar.c progressbar handles theme change right 2010-09-15 00:09:03 +00:00
elm_radio.c Listen Space/Return in some widgets 2010-09-22 17:45:49 +00:00
elm_scroller.c [Elementary] For icon/end elements, use swallow parts in the scroller theme instead of an Elm_Box. 2010-09-23 22:30:47 +00:00
elm_separator.c theme -> can specify a new theme for an object andit gets inherited. need to 2010-05-12 01:03:46 +00:00
elm_slider.c Focus suport for some widgets 2010-09-22 17:45:46 +00:00
elm_slideshow.c Focus suport for some widgets 2010-09-22 17:45:46 +00:00
elm_spinner.c Focus suport for some widgets 2010-09-22 17:45:46 +00:00
elm_table.c more wanring-- and safety checks. 2010-03-10 00:31:54 +00:00
elm_theme.c make theme browser in elm config util actually work. add api's needed. 2010-09-24 05:11:33 +00:00
elm_thumb.c elm_thumb: Can now be dragged too. 2010-09-15 05:42:19 +00:00
elm_toggle.c Listen Space/Return in some widgets 2010-09-22 17:45:49 +00:00
elm_toolbar.c Add support on Elm to customized cursors 2010-09-17 18:24:10 +00:00
elm_widget.c Elm_widget_can_focus only return if can have focus. 2010-09-24 14:47:52 +00:00
elm_widget.h Elm_widget_can_focus only return if can have focus. 2010-09-24 14:47:52 +00:00
elm_win.c Modify elm_win to receive events 2010-09-24 14:47:55 +00:00
els_box.c Hacky move to evas_box 2009-10-02 19:22:40 +00:00
els_box.h Hacky move to evas_box 2009-10-02 19:22:40 +00:00
els_cursor.c Add support on Elm to customized cursors 2010-09-17 18:24:10 +00:00
els_icon.c elementary: image orientation seems to work quite nicely, so let's enable it. 2010-09-19 17:36:26 +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 elm_smart_scroller now propagates the events, fixes tooltips in scrolled stuff. 2010-09-16 21:33:10 +00:00
els_scroller.h theme -> can specify a new theme for an object andit gets inherited. need to 2010-05-12 01:03:46 +00:00
els_tooltip.c fix warnings with elm_object_tooltip_unset(). 2010-09-16 23:44:02 +00:00