platform/upstream/elementary.git
2009-10-22 Jonathan AttonElm: use evas_object_event_callback_del_full() everywhe...
2009-10-22 Jonathan Attonelm table : add elm_table_padding_set()
2009-10-22 Jonathan Attonelm frame : add callback_del
2009-10-22 Jonathan AttonElm label: set the size hint min of the content to...
2009-10-22 Carsten Haitzleradd extra safety checks.
2009-10-22 Carsten Haitzlerprintf--
2009-10-22 Carsten Haitzlerdont grab focus if widget cant focus.
2009-10-22 Carsten Haitzlerallow/disallow focusing of objects explicitly
2009-10-21 Davide Andreoli * Add a new button the the entry_scrolled test. The...
2009-10-20 Christopher... Add a genlist to the panel test.
2009-10-20 Christopher... Getting closer to a usable panel :)
2009-10-20 Christopher... Better theme for default panel.
2009-10-20 Christopher... Remove unused variables.
2009-10-20 Christopher... Formatting.
2009-10-18 Christopher... Fix more formatting, *sigh*
2009-10-18 Christopher... Use elm_widget_del_pre_hook_set for setting pre-delete...
2009-10-18 Christopher... Formatting.
2009-10-18 Christopher... Formatting.
2009-10-18 Christopher... Remove unused variables.
2009-10-18 Christopher... Don't use depreciated function for setting style. Use...
2009-10-18 Christopher... Don't use depreciated *style_set functions. Use elm_obj...
2009-10-18 Christopher... Fix compiler warnings for elm_index. Use proper Evas...
2009-10-18 Christopher... Fix callbacks to be proper Evas_Smart_Cb's and remove...
2009-10-18 Christopher... Formatting on menu & notify.
2009-10-15 Jonathan AttonElm : delete some added callback. The callbacks associa...
2009-10-15 Christopher... Actually commit panel files.
2009-10-15 Christopher... Work on a new panel widget. Still not complete yet...
2009-10-15 Christopher... Add missing function prototype.
2009-10-15 Christopher... Don't need to fetch Widget_Data here as we never use it.
2009-10-15 Davide Andreoli * make use of use EINA_DEPRECATED, it spotted out...
2009-10-15 Davide Andreoli * Revert my previous commit, the correct way to set...
2009-10-15 Davide Andreoli* Add missing elm_pager_style_set() func & 3 little...
2009-10-15 Carsten Haitzlerdistcheck damnit!
2009-10-14 Jonathan AttonElm genlist: add elm_genlist_item_middle_bring_in/show...
2009-10-14 Carsten Haitzleradd paused state to photocam to allow for instance...
2009-10-14 Carsten Haitzlerfix fit with small images.
2009-10-14 Carsten Haitzlerand use new signal name
2009-10-14 Carsten Haitzler1. add signal emits for scrolling in photocam
2009-10-14 Carsten Haitzlerphotocam -> allow zoom as a double and allow all values...
2009-10-14 Carsten Haitzleradd aspect hint so contents appear right
2009-10-13 Jonathan Attonelm slideshow: s/elm_widget_disabled_set/elm_object_dis...
2009-10-13 Christopher... Fix some really weird formatting.
2009-10-13 Christopher... Remove this API function as grid widget is not ready...
2009-10-13 Christopher... Use ELM_NEW macro
2009-10-13 Daniel KolesaDave forgot to add elm_win_sticky_get prototype into...
2009-10-12 Jonathan AttonElm : fix the svn after devilhorns made a re-indent...
2009-10-12 Christopher... Fix formatting & keep functions aligned for easier...
2009-10-12 Christopher... Fix some formatting.
2009-10-12 Jonathan AttonElm forgot to commit the header
2009-10-12 Jonathan AttonElm slideshow: Now theslideshow use the same way than...
2009-10-12 Carsten Haitzleruse external fn - not internal.
2009-10-12 Davide Andreoli * Implement some elm_win_*_get() functions
2009-10-11 Jonathan Attonelm slideshow : rewrite it. Now the slideshow display...
2009-10-11 Jonathan Attonelm menu+toolbar: Rewrite the menu, add separator and...
2009-10-11 Carsten Haitzlerauthors++
2009-10-11 Carsten Haitzlerathors <-> dox match up + add marco - those with svn...
2009-10-11 michael bouchaudFrom: michael bouchaud <michael.bouchaud@gmail.com>
2009-10-11 Carsten Haitzlerthanks to marco - wrapped (line wrapped) label mode...
2009-10-11 Carsten Haitzlerthanks to marco - disable cut/paste if not editable...
2009-10-11 Carsten Haitzlerfix scale_get(). thanks marco
2009-10-11 Carsten Haitzlerremove commented out code.
2009-10-11 Carsten Haitzlerprintf--
2009-10-11 Carsten Haitzlerfix scrolling in genlist and photocam
2009-10-10 Jonathan Attonelm test genlist : Add bring in 50th and 1500th items.
2009-10-10 Carsten Haitzlerther is no _() macro in elm! intl not done (yet)
2009-10-10 Christopher... More EVAS_HINT_EXPAND/FILL.
2009-10-10 Christopher... Use EVAS_HINT_EXPAND & EVAS_HINT_FILL.
2009-10-08 Carsten Haitzleruse exposed api call!
2009-10-08 Carsten Haitzlerfix #ifdef - thanks to Vincent Pomageot for spotting it
2009-10-08 Carsten Haitzler1. move orientation box call to after back- this makes...
2009-10-08 Carsten Haitzler1. remove excess swallows - now edje handles that itself
2009-10-07 Jonathan AttonElemetary : add a new widget: menu. See elementary_test...
2009-10-07 Carsten Haitzlerif item is being dragged dont unrealize it + block...
2009-10-07 Carsten Haitzleradd tests for show item in list
2009-10-07 Carsten Haitzleradd clicked test to icon
2009-10-06 Jonathan Attonelm toolbar: little fix to avoid a infinite loop
2009-10-06 Jonathan Attonelm toolbar menu: the menu is closed if we click on...
2009-10-06 Jonathan Attonelm toolbar: fix the position of the menu
2009-10-06 Jonathan Attonelm toolbar: add elm_toolbar_align_set(), set the align...
2009-10-06 Jonathan Attonelm toolbar: add item_unselect_all(). Automatically...
2009-10-06 Vincent Torri * more quoting
2009-10-06 Jonathan Attonelm toolbar: add menu. See the last item in the tollbar...
2009-10-05 Jonathan Attonelm progrees bar: new style: wheel. simple style, no...
2009-10-04 Jonathan Attonelm notify : some fix. hoversel :add items_get()
2009-10-03 Vincent Torri * use Requires.private field in elementary.pc if pkg...
2009-10-02 Iván BrianoHacky move to evas_box
2009-10-02 Jonathan Attonelm photocam : add file_get()> elm slideshow test...
2009-09-30 Jonathan Attonelm button : new style "anchor", see elentary_test
2009-09-30 Jonathan Attonelm pager : new style : fade
2009-09-30 Jonathan Attonelm toolbar : rewrite/fix _sizing_eval
2009-09-30 Jonathan Attonelm toolbar : add homogenous_set
2009-09-30 Carsten Haitzleradd zoom param to docs
2009-09-30 Carsten Haitzlerput photocam theme stuff back! bad watchwolf. bad!...
2009-09-29 Christopher... Sub is not used here.
2009-09-29 Jonathan Attonelm slideshow : keep the ratio
2009-09-29 Carsten Haitzler1. add elm module internal code. will be used later...
2009-09-29 Carsten Haitzlerfix anchorblock test packing
2009-09-28 Christopher... fix formatting of divide by 0 'fix'.
2009-09-28 Jonathan Attonelm photocam: fix a case of divide by 0
2009-09-28 Christopher... Formatting.
next