summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test_glview_simple: Add more description on glview creation failingDaniel Juyung Seo2014-01-101-2/+6
* elementary/layout - write as possible as simpler codeChunEon Park2014-01-101-1/+1
* web: Move EWebKit headers out of Elementary.h againRyuan Choi2014-01-093-8/+2
* elementary/layout - do it exactly same with smart_theme() when elm_layout_the...ChunEon Park2014-01-091-28/+33
* Update PKGBUILD to work with release tarballs as well as Git clonesCarsten Haitzler (Rasterman)2014-01-091-29/+51
* elm prefs - fix leak if setup_err/set_err happens in elm prefsCarsten Haitzler (Rasterman)2014-01-091-0/+3
* list test - make test item never able to access invalid memCarsten Haitzler (Rasterman)2014-01-091-1/+3
* genlist test - make test item never able to access invalid memCarsten Haitzler (Rasterman)2014-01-091-3/+8
* fix alloc to use right sizeof type in elm_imageCarsten Haitzler (Rasterman)2014-01-091-2/+2
* fix mingw build for setuid fix/checksCarsten Haitzler (Rasterman)2014-01-084-3/+17
* setuid safeness - ensure if an app that is setuid doesn't do bad thingsCarsten Haitzler (Rasterman)2014-01-085-72/+87
* gengrid, genlist: Fallback into default item style if the required itemDaniel Juyung Seo2014-01-082-9/+33
* build: Fix make dist by removing reference to deleted file.Stefan Schmidt2014-01-081-1/+0
* diskselector, entry, index: Refactoring by reducing unnecessary redundant fun...Daniel Juyung Seo2014-01-083-32/+29
* elementary_config: Refactor elementary config menu by merging Access, Select ...Daniel Juyung Seo2014-01-081-62/+12
* elm: Use EINA_FALSE instead of 0 for elm_image_resizable_set()Daniel Juyung Seo2014-01-082-2/+2
* test/diskselector,icon,image,list: Removed unnecessary image resizableDaniel Juyung Seo2014-01-084-11/+0
* map: fix allocator sizeof operand mismatch reported by clangJihoon Kim2014-01-081-2/+2
* elm: replace 0 or 1 with EINA_FALSE or EINA_TRUEJihoon Kim2014-01-089-21/+21
* elm_test: use EINA_TRUE or FALSE instead of 1 or 0Jihoon Kim2014-01-0712-177/+177
* elm_priv.h: Removed null check from ELM_SAFE_FREE because all eflDaniel Juyung Seo2014-01-071-1/+1
* flip, gengrid: Removed dead assignments which were reported by clangDaniel Juyung Seo2014-01-072-8/+1
* 3d, flip_page test: Removed dead assignments which were reported byDaniel Juyung Seo2014-01-072-5/+1
* Widget: Don't check if it's the correct class everywhere.Tom Hacohen2014-01-061-2/+1
* po: Updated po filesDaniel Juyung Seo2014-01-0624-601/+579
* elm: Removed the use of __UNUSED__ from elementary.Daniel Juyung Seo2014-01-063-49/+1
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-06144-1839/+1839
* multibuttonentry, genlist, layout, toolbar: Fixed dereference of nullDaniel Juyung Seo2014-01-064-4/+4
* toolbar: Fixed dead assignment reported by clang build.Daniel Juyung Seo2014-01-061-1/+1
* elm theme - fix toggle color to hide invisible orange rectCarsten Haitzler (Rasterman)2014-01-041-1/+1
* Updating serbian translationmaxerba2014-01-031-38/+35
* widget: Fix a bug in elm_widget_newest_focus_order_get.WooHyun Jung2014-01-031-7/+5
* Revert "entry: Add elm_entry_input_panel_show_on_demand_set/get API"Jihoon Kim2014-01-034-115/+1
* entry: Add elm_entry_input_panel_show_on_demand_set/get APIJihoon Kim2014-01-034-1/+115
* label: fix typo in commentJihoon Kim2014-01-031-1/+1
* web: Disable more logics to reduce binary size when web backend is noneRyuan Choi2014-01-031-49/+267
* elementary/widget - don't call theme_set() until base widget is not created yet.ChunEon Park2014-01-031-3/+5
* layout: Moved internal smart data member to a correct place.Daniel Juyung Seo2014-01-023-9/+8
* image: Remove unnecessary parameter for elm_obj_image_editable_set.Daniel Juyung Seo2014-01-022-6/+4
* test_photocam: Unfuck photocam test case by removing absolute image path by r...Daniel Juyung Seo2014-01-021-11/+0
* elm_widget: Partial update for widget smart data comments.Daniel Juyung Seo2014-01-021-2/+2
* fileselector: Fix dereference before null checkRyuan Choi2014-01-011-4/+7
* fileselector: Fixed wrong allocation in _custom_filter_appendRyuan Choi2014-01-011-1/+1
* [Genlist]: Added NULL checkChinmaya Panigrahi2014-01-011-33/+33
* elm_test: fix test_entry_anchor scroller callbackDaniel Hirt2013-12-311-4/+4
* [elm_widget] Fix not to load theme for mirroring if smart data is not setJaehyun Cho2013-12-311-2/+2
* widget, spinner: typo in elm_widget_focus_set()Yakov Goldberg2013-12-313-11/+11
* authors: Added Chinmaya as an elementary author.Daniel Juyung Seo2013-12-312-1/+2
* [Hoversel]: Added NULL checkChinmaya Panigrahi2013-12-311-4/+4
* entry: fix build warning about explicit braces to avoid ambiguous 'else'Jihoon Kim2013-12-311-2/+8