efl/legacy/elementary/src/lib
Carsten Haitzler 1b3cb72426 a little more cleanliness and cleaning up of vars not needed when changes
happen



SVN revision: 45833
2010-02-03 15:26:14 +00:00
..
Elementary.h.in Remove Ecore_Txt 2010-02-02 04:50:04 +00:00
Makefile.am more launcher test code.... and mapbuf object used by launcher test code. 2010-01-26 08:17:26 +00:00
elc_anchorblock.c typo 2009-11-09 20:12:16 +00:00
elc_anchorview.c add more bounce controls 2009-12-18 02:30:01 +00:00
elc_fileselector.c Ecore_Str.h -> Eina 2010-01-30 22:22:46 +00:00
elc_hoversel.c move horizontal context menu option to data item - and fix some hoversel 2010-01-18 10:28:00 +00:00
elc_notepad.c add more bounce controls 2009-12-18 02:30:01 +00:00
elc_scrolled_entry.c Scrolled entry, first step. 2009-12-11 05:57:53 +00:00
elm_bg.c Add missing function prototype. 2009-10-15 19:33:28 +00:00
elm_box.c fix valgrind reported problems. 2009-11-13 22:22:05 +00:00
elm_bubble.c fix spelling. Patch by 'misc' 2010-01-07 08:00:49 +00:00
elm_button.c brian's button autorepeat core code. 2010-01-24 01:53:37 +00:00
elm_carousel.c Hacky move to evas_box 2009-10-02 19:22:40 +00:00
elm_check.c fix swallows to happen after u added hint change cb 2009-12-07 14:19:20 +00:00
elm_clock.c Ooops, make clock build again. 2009-09-26 17:50:56 +00:00
elm_conform.c * elementary: Fix elementary build without X. 2010-02-02 13:55:55 +00:00
elm_entry.c a little more cleanliness and cleaning up of vars not needed when changes 2010-02-03 15:26:14 +00:00
elm_flip.c more launcher test code.... and mapbuf object used by launcher test code. 2010-01-26 08:17:26 +00:00
elm_frame.c fix swallows to happen after u added hint change cb 2009-12-07 14:19:20 +00:00
elm_genlist.c genlist - get realized items call! add! 2010-01-25 05:54:31 +00:00
elm_hover.c why that long? 2009-11-05 14:58:45 +00:00
elm_icon.c mouse up on icon emit clicked - fix. 2010-01-22 12:36:32 +00:00
elm_image.c fix valgrind reported problems. 2009-11-13 22:22:05 +00:00
elm_index.c * elementary: Remove work around edje bug. 2009-11-02 10:21:52 +00:00
elm_label.c note- genlist has issues with the deferred calc of size. 2010-01-27 10:19:54 +00:00
elm_layout.c Elm map : 2009-12-20 16:34:45 +00:00
elm_list.c Scroller Policy for List. By Masaki 2010-01-19 18:46:48 +00:00
elm_main.c mini config app - live changed scaling and finger size. needed to really show 2010-02-02 10:09:07 +00:00
elm_map.c add test for floating objects (they can slide in etc. andnot be already 2010-01-25 03:53:36 +00:00
elm_mapbuf.c dont reset mapbuf all the time! 2010-01-27 06:20:12 +00:00
elm_menu.c more launcher test code.... and mapbuf object used by launcher test code. 2010-01-26 08:17:26 +00:00
elm_module.c fix warnings. Patch by Lutin 2010-01-16 13:18:48 +00:00
elm_notify.c From: 김지훈 <jihoon48.kim@samsung.com> 2010-01-19 06:57:25 +00:00
elm_pager.c fix swallows to happen after u added hint change cb 2009-12-07 14:19:20 +00:00
elm_panel.c Panel working nicely now, tho still one issue (content does not initially 2009-11-15 17:29:22 +00:00
elm_photo.c 1. add signal emits for scrolling in photocam 2009-10-14 08:41:36 +00:00
elm_photocam.c add test for floating objects (they can slide in etc. andnot be already 2010-01-25 03:53:36 +00:00
elm_priv.h From: Lionel Landwerlin <llandwerlin@gmail.com> 2010-01-19 15:34:24 +00:00
elm_progressbar.c fix swallows to happen after u added hint change cb 2009-12-07 14:19:20 +00:00
elm_radio.c Allow unbinding radio groups by passing NULL 2009-12-18 20:21:39 +00:00
elm_scroller.c Elm: use evas_object_event_callback_del_full() everywhere and improve elm_notify 2009-10-22 22:10:23 +00:00
elm_separator.c Calling sizing_eval after theme_hook is useless, thanks devilhorns 2009-08-26 14:25:49 +00:00
elm_slider.c elm_slider : Add indicator format callback function and drag signals 2009-12-22 12:11:21 +00:00
elm_slideshow.c Elm_Slideshow : add item_data_get() 2009-12-23 17:10:18 +00:00
elm_spinner.c Trigger "changed" callback when value is changed with the entry, fix typo and focus entry when it's shown. 2010-02-02 22:10:56 +00:00
elm_table.c fix valgrind reported problems. 2009-11-13 22:22:05 +00:00
elm_theme.c 1. fix list theme adapting - simply never got callbac ks to handle iot, 2010-01-15 09:32:43 +00:00
elm_toggle.c fix swallows to happen after u added hint change cb 2009-12-07 14:19:20 +00:00
elm_toolbar.c typo in comment 2010-01-17 10:33:22 +00:00
elm_widget.c elm_layout: deferred sizing_eval to calculate (pre-render) phase. 2009-11-17 16:32:45 +00:00
elm_win.c If we are setting the window as a quickpanel, set some other properties also 2010-01-24 20:05:09 +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_icon.c Elm slideshow : resize the next and previous loaded object because if the size is 0 some widget like photocam will load nothing 2009-12-22 09:57:35 +00:00
els_icon.h From: Viktor Kojouharov <vkojouharov@gmail.com> 2009-04-23 03:48:41 +00:00
els_pan.c Elm: use evas_object_event_callback_del_full() everywhere and improve elm_notify 2009-10-22 22:10:23 +00:00
els_pan.h elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
els_scroller.c fix scroll animator 2010-01-27 06:12:29 +00:00
els_scroller.h well it needed to be done finallly - elm has config files and profiles - just 2010-01-18 09:38:52 +00:00