Adding references to the API
[framework/uifw/elementary.git] / src / lib / elm_widget.c
2012-04-13 seozelm elm_widget.c: Fixed build break. Thanks for the...
2012-04-12 seozelm: Renamed internal function about elm_object_item_pa...
2012-04-12 seozelm elm_widget.c: Print error message when unsupported...
2012-04-10 seozelm elm_widget.c: Added elm_widget_sub_object_add(...
2012-04-06 hermetelementary/win - [E-devel] [Patch][Elementary] Patch...
2012-04-03 hermetelementary/widget - let the child unset the clip on...
2012-04-03 hermetelementary/widget - removed item smart callback interna...
2012-03-29 rasterfix next calgrind bitch. yay!
2012-03-28 hermetelementary/widget - fixed to update the some status...
2012-03-28 seozelm: Fixed formatting.
2012-03-20 woohyunelementary/elm_widget : When adding a sub-object, top_w...
2012-03-12 glima[Elm] No reason to call theming on !elm object.
2012-03-07 glima[Elm] Document obj signal callaback del properly.
2012-03-07 hermetelementary - renamed elm_fonts.h to elm_font.h
2012-03-06 glima[Elm] This is meant to be used on the future, as I...
2012-03-06 glima[Elm] Forgotten detail on refactor.
2012-03-06 glima[Elm] More on elm error codes on theming.
2012-03-06 glima[Elm] Just being future-proof on some methods: error...
2012-03-06 rasterrename a whole host of config-related functions to...
2012-03-06 seozelm: Formatting. No spacing after casting.
2012-03-05 sanjeevDeprecate elm_object_cursor_engine_only_set/get.
2012-02-24 hermetelementary/widget - modified to check delete_me inside...
2012-02-24 hermetelementary/elm_object_item - added smart callback feature.
2012-02-23 rasterhermet's code didnt create a bug.. it brought out an...
2012-02-23 rasterif u deprecate a func in .h - also do it in .c!
2012-02-23 rasterno space affter cast
2012-02-23 rastercan_focus ne3eds to be actually set - not just tested...
2012-02-21 hermetelementary/focus - reviewed done!
2012-02-21 rasteroops return the focus order no matter what
2012-02-21 rasteruse focus order to determine if window never focused...
2012-02-20 rasterfix up some missing checks.
2012-02-20 rastermissing EAPI
2012-02-20 rastermake sure to pass const to these funcs when getting.
2012-02-15 hermetelementary/widget - improve coding convention
2012-02-10 hermetelementary/widget - fixed to prevent infinite loop.
2012-02-01 hermetelementary/widget - sorry. I didn't intend this.
2012-02-01 hermetelementary/widget - just removed macros duplicated...
2012-01-31 hermetelementary/gengrid - deprecated elm_gengrid_item_del()
2012-01-27 hermetelementary - modified item_del_pre_hook function proto...
2012-01-10 hermetelementary/menu, ctxpopup, index, segment_control,...
2012-01-10 hermetelementary - renamed internal callback function
2012-01-10 hermetelementary/widget - just renamed internally.
2012-01-10 hermetelementary/widget - +del_pre_hook
2012-01-09 hermetelementary/widget - modified like freeze_pop.
2012-01-09 hermetelementary/widget
2011-12-28 rasteradd recursie object find function - it will only look...
2011-12-28 rasteradd func for recursively finding named widgets.
2011-12-19 hermetelemenatry/widget - added NULL check
2011-12-19 hermetelemenatry/elm_widget - removed unnecesary compare.
2011-12-05 discomfitormissed some things with my tooltip api break
2011-12-05 discomfitoruse sub-object-del signal for win stuff
2011-12-05 discomfitorAPI BREAK
2011-12-05 discomfitorfix super annoying elm_win bug that went something...
2011-12-05 discomfitormake sub-object delete failure messages even more useful
2011-12-05 discomfitormake sub-object delete failure messages useful
2011-11-22 jaehwanBug fix about scrolling wrong location. The main point...
2011-11-20 cedricelementary: fix build of elementary without internation...
2011-11-19 woohyunelementary/elm_widget : sd2->parent should be set as...
2011-11-19 woohyunelementary/elm_widget : When elm_widget_sub_object_del...
2011-11-17 hermetelementray - +2 APIs
2011-11-02 woohyunelementary/elm_widget : Fixed wrong indentation
2011-11-02 woohyunelementary/elm_widget : Just changed some Int values...
2011-10-31 woohyunelementary/elm_widget : Focus should be moved by "click...
2011-10-26 glima[elementary] Fix edje signals leak!!
2011-10-25 rastermake elm widget a bit more paranoid/safe
2011-10-20 seozelm widget.c: Refactorying. Use same variable name...
2011-10-19 seozelm widget.c: Set resize_obj first.
2011-10-19 seozelm widget.c: Code refactorying. Check sobj first....
2011-10-19 sachielGet us some nice auto translation scheme
2011-09-23 hermetelementary - fixed some logic errors patched by rajeev...
2011-09-21 seozelm: Removed trailing whitespaces.
2011-09-16 hermetelementary/elm_object_item - added signal emit func.
2011-09-13 seozelm elm_widget.c: Fixed indentation.
2011-09-12 discomfitormake ELM_CHECK_WIDTYPE & co macros useful. would you...
2011-09-07 woohyunelementary : Elementary focus can be controlled only...
2011-08-28 tasnElm tooltip: Added checks if the object passed is an...
2011-08-24 seozelm: Removed trailing whitespaces.
2011-08-24 rasterand now add custom access info for items too and clean...
2011-08-19 rasterand now add a "clicked" say... when u click.
2011-08-10 discomfitorclean up some of this horrific function pointer debacle
2011-08-09 woohyunelementary : elm_win didn't be focused/unfocused follow...
2011-08-08 rasterwe really should focus when we release mouse AND on_hol...
2011-08-06 woohyunelementary : Partly rollback for about the feature...
2011-08-05 woohyunelementary : Focus movement is possible with arrow...
2011-08-04 hermetelementary/elm_widget - patched by hyoyoung.chang@samsu...
2011-08-04 hermetelementary/elm_widget - implemented elm_wiget_item_cont...
2011-08-04 hermetelementary/elm_widget_item - wrapped the elm_widget_ite...
2011-08-03 hermetelementary - just renamed paramenter names for consistency.
2011-08-03 hermetelementary/elm_object_item - modified for consistency...
2011-08-03 seozelm focus: Added elm_object_focus_set() API. Use this...
2011-08-03 hermetelementary/common - exported Elm_Object_Item type and...
2011-08-02 rasterfix re-focusing of widgets once inlined window is focus...
2011-07-29 rasterspacing fix.
2011-07-28 woohyunelementary : Modified comments and removed trailing...
2011-07-28 woohyunelementary/elm_main : Add elm_object_tree_unfocusable_s...
2011-07-27 hermetelementary - added common APIs elm_object_content_set...
2011-07-26 discomfitorTHE MOST ANTICIPATED COMMIT OF 2011: HUGENORMOUS TOOLTI...
2011-07-12 woohyunelementary/elm_widget : add focus_disabled_handle.
2011-07-09 woohyunelementary/elm_widget : When elm_win sets as disabled,
2011-07-09 woohyunelementary/elm_widget : One of parents sets as disabled...
next