| Commit message (Expand) | Author | Age | Files | Lines |
* | list: focus highlight is handled by item theme.devs/seoz/pre1.10 | Amitesh Singh | 2014-02-25 | 5 | -1/+26 |
* | list: Code refractoring of _item_focused_next() | Amitesh Singh | 2014-02-25 | 1 | -51/+30 |
* | hoversel: Added "item,focused" and "item,unfocused" smart events for widget i... | Amitesh Singh | 2014-02-25 | 3 | -0/+51 |
* | popup: Added descriptions for the newly introduced item,focused/item,unfocuse... | Amitesh Singh | 2014-02-25 | 1 | -0/+2 |
* | list: Added descriptions for the newly introduced item,focused/item,unfocused... | Daniel Juyung Seo | 2014-02-25 | 1 | -0/+2 |
* | list: implemented widget item focus feature. | Amitesh Singh | 2014-02-25 | 10 | -71/+586 |
* | popup: implemented widget item focus feauture. | Amitesh Singh | 2014-02-25 | 2 | -0/+51 |
* | test_fileselector_entry: null check | Ryuan Choi | 2014-02-24 | 1 | -2/+2 |
* | menu: add NULL checks to elm_obj_menu_item_add() | Yakov Goldberg | 2014-02-24 | 1 | -2/+2 |
* | theme - fine tune pkgkit icon to be a little lighter | Carsten Haitzler (Rasterman) | 2014-02-23 | 3 | -0/+0 |
* | theme - xkb module - make lettering more readable over flag | Carsten Haitzler (Rasterman) | 2014-02-23 | 1 | -2/+4 |
* | allow battery reading to be bigger by minor overlap with + sign | Carsten Haitzler (Rasterman) | 2014-02-23 | 1 | -2/+3 |
* | unify the usage of my name | davemds | 2014-02-22 | 1 | -1/+1 |
* | Revert "oops, a mistake in T966 fix that could cause a segv" | Andy Williams | 2014-02-22 | 1 | -2/+2 |
* | po update | Carsten Haitzler (Rasterman) | 2014-02-22 | 24 | -72/+72 |
* | [Elm_Entry] Fix bug: magnifier position is incorrect when mouse down on selec... | Thiep Ha | 2014-02-22 | 1 | -1/+13 |
* | elm_authors.h: Sync with AUTHORS. | Daniel Juyung Seo | 2014-02-22 | 1 | -6/+67 |
* | AUTHORS: cleanup the author file. | Daniel Juyung Seo | 2014-02-22 | 1 | -10/+5 |
* | remove E19 NEWS entries | Mike Blumenkrantz | 2014-02-21 | 1 | -31/+0 |
* | fix right side clipping of pager16 background | Mike Blumenkrantz | 2014-02-21 | 1 | -0/+1 |
* | remove pager16 base image; this is never visible | Mike Blumenkrantz | 2014-02-21 | 1 | -4/+1 |
* | add clip for gadcon popups | Mike Blumenkrantz | 2014-02-21 | 1 | -1/+7 |
* | fix deskmirror pixel borders | Mike Blumenkrantz | 2014-02-21 | 1 | -9/+9 |
* | desklock logo visibility gets a clipper and visibility toggling | Mike Blumenkrantz | 2014-02-21 | 1 | -2/+18 |
* | fix deskmirror client area sizing | Mike Blumenkrantz | 2014-02-21 | 1 | -1/+1 |
* | NEWS: Merged two changes into one because the API name was changed | Daniel Juyung Seo | 2014-02-22 | 1 | -5/+1 |
* | tooltip: Fixed wrong API names. elm_tooltip -> elm_object_tooltip. | Daniel Juyung Seo | 2014-02-22 | 3 | -12/+12 |
* | release: Bump version to 1.9.0-beta2v1.9.0-beta2 | Stefan Schmidt | 2014-02-21 | 2 | -2/+16 |
* | documentation style cleanup for release | Carsten Haitzler (Rasterman) | 2014-02-21 | 37 | -871/+810 |
* | NEWS: First draft for 1.9 release cycle NEWS entries. | Stefan Schmidt | 2014-02-21 | 1 | -2/+263 |
* | elementary_test glview: fixed segv on close | Sung W. Park | 2014-02-22 | 1 | -2/+0 |
* | naviframe: fix T1008 so promoting an overlap item would perform as documented | Andy Williams | 2014-02-21 | 1 | -0/+25 |
* | Doxygen: Reduce line gap in code fragments | Jean-Philippe Andre | 2014-02-21 | 1 | -0/+1 |
* | Doxygen: Use larger fonts | Jean-Philippe Andre | 2014-02-21 | 2 | -0/+4 |
* | Doxygen: Align param names vertically to the top | Jean-Philippe Andre | 2014-02-21 | 1 | -0/+4 |
* | Elm list, like genlist, should emit 1st/middle/last signals to its items. | Gustavo Lima Chaves | 2014-02-20 | 1 | -0/+15 |
* | transit - fix the double free obj_data case. | ChunEon Park | 2014-02-20 | 1 | -0/+1 |
* | AUTHORS: Fill in from git log | Stefan Schmidt | 2014-02-20 | 1 | -1/+66 |
* | tooltip - renamed the new tooltip apis until 1.9 release. | ChunEon Park | 2014-02-20 | 3 | -32/+49 |
* | widget: remove OP_ID ELM_WIDGET_SUB_ID_DISPLAY_MODE_GET | Yakov Goldberg | 2014-02-20 | 2 | -2/+0 |
* | update po line #'s | Carsten Haitzler (Rasterman) | 2014-02-20 | 24 | -1392/+1392 |
* | oops, a mistake in T966 fix that could cause a segv | Andy Williams | 2014-02-19 | 1 | -2/+2 |
* | Fix T966, sort order of child folders. | Andy Williams | 2014-02-19 | 1 | -12/+23 |
* | calendar - fix unstable calc complaint | Carsten Haitzler (Rasterman) | 2014-02-19 | 2 | -1/+11 |
* | spinner: it has to be recalculated when its style is changed | Bora Hwang | 2014-02-19 | 1 | -0/+2 |
* | genlist: Added a small description 'Generic list' like gengrid does. | Daniel Juyung Seo | 2014-02-19 | 1 | -1/+1 |
* | [Dnd] Fix double text insert issue in elm_entry, drop at disable, non-editabl... | Thiep Ha | 2014-02-19 | 2 | -45/+79 |
* | app, atspi: add comments for Eo API | Yakov Goldberg | 2014-02-18 | 2 | -0/+116 |
* | release: Bump version to 1.9.0-beta1v1.9.0-beta1 | Stefan Schmidt | 2014-02-18 | 1 | -2/+2 |
* | interface scrollable: fix doxygen | Yakov Goldberg | 2014-02-18 | 1 | -1/+1 |