platform/upstream/elementary.git
2010-10-14 Tiago Rezende... Review of content setters, getters and unsetters
2010-10-14 Gustavo Sverzut... allow theme of fileselector_entry components.
2010-10-14 Christopher... Make elm build again (remove duplicated function declar...
2010-10-14 Tiago Rezende... Removing unused variables
2010-10-14 Tiago Rezende... Alloc the data before registry it as callback data.
2010-10-14 Tiago Rezende... Adding new toolbar api to correct .h
2010-10-14 Lucas De MarchiFix make distcheck
2010-10-14 Leandro Pereira[Elementary] Fix style issues in Elm_Toolbar that manag...
2010-10-14 Leandro Pereira[Elementary] Use themeable icons in Elm_Toolbar.
2010-10-14 Leandro Pereira[Elementary] Implement priority in Elm_Toolbar.
2010-10-14 Bruno DillyClean elm of null pointers dereferences
2010-10-14 Bruno DillyClean elm of undefined assigned values
2010-10-14 Bruno DillyFix typo on cnp_helper :)
2010-10-14 Bruno DillyRemove dead assignments from elementary
2010-10-14 Bruno DillyAdd list item check on tooltip and cursors functions
2010-10-14 Carsten Haitzlermissing some AUTHORS from patches put in.
2010-10-14 Gustavo Sverzut... box & table are handled in elm_layout.
2010-10-14 Gustavo Sverzut... add elm_fileselector_entry
2010-10-13 Gustavo Sverzut... default layout improvements and fixes.
2010-10-13 Iván BrianoFix typo.
2010-10-13 Christopher... Fix typo (I believe the word is breaking) ;)
2010-10-13 Bruno DillyIgnore colorpreview.edj and fix colorpicker signals...
2010-10-13 Vincent Torri[Elm_diskpicker] define MAX macro for those (poor Windows
2010-10-13 Carsten Haitzlertypo---
2010-10-13 Carsten Haitzlerlets set list to null after we free it and before we...
2010-10-12 Gustavo Sverzut... couple of standard layout for apps to use.
2010-10-12 Gustavo Sverzut... export missing toolbar_item method
2010-10-12 Christopher... Don't use values that need computing for relative ...
2010-10-12 Christopher... Some colorpicker cleanups:
2010-10-12 Bruno DillyElementary Colorpicker, widget designed to select a...
2010-10-12 Christopher... Default BG Plain test back to scaled....
2010-10-12 Christopher... Add 2 new options for bg image: Center & Stretch.
2010-10-12 Christopher... Better name(s) for the bg option enum.
2010-10-12 Christopher... Add ability for elm_bg to have a color rectangle.
2010-10-12 Christopher... Make 'Tiled' actually do a tile :)
2010-10-12 Christopher... Widget_Data gets passed to the _custom_resize callback...
2010-10-12 Christopher... Add option for elm_bg to be Tiled, Scaled (more options...
2010-10-12 Christopher... Add UNUSED where needed.
2010-10-12 Christopher... Add UNUSED where missing.
2010-10-12 Christopher... Add UNUSED where missing.
2010-10-12 Christopher... Add UNUSED where missing.
2010-10-12 Christopher... Add UNUSED where needed.
2010-10-12 Christopher... Add UNUSED where needed.
2010-10-12 Christopher... Add UNUSED where needed.
2010-10-12 Christopher... String.h is already included via Elementary.h
2010-10-11 Gustavo Sverzut... oops, important typo, thanks tiagofalcao
2010-10-11 Rafael FonsecaAdd safety checks to genlist and gengrid.
2010-10-11 Rafael FonsecaFix items alignment in Gengrid.
2010-10-11 Rafael FonsecaMake Gengrid 2 test work with recent gengrid modifications.
2010-10-11 Gustavo Sverzut... bugs--
2010-10-10 Gustavo Sverzut... gengrid more genlist-like.
2010-10-10 Rafael FonsecaAdd more insertion types to Gengrid.
2010-10-10 Rafael FonsecaDon't change no_select state when adding item to Gengrid.
2010-10-09 Gustavo Sverzut... elm_gengrid_item_update()
2010-10-09 Gustavo Sverzut... don't use ethumb if no path was set yet.
2010-10-09 Boris Faureelm: fix doc
2010-10-09 Gustavo Sverzut... work when items are bigger than viewport.
2010-10-09 Gustavo Sverzut... document new style.
2010-10-08 Gustavo Sverzut... thumbnail style without frame.
2010-10-08 Gustavo Sverzut... cancel previous request, if any.
2010-10-08 Gustavo Sverzut... ethumb reload function.
2010-10-08 Tiago Rezende... Elm_object_focus give focus to one focusable obj.
2010-10-08 Tiago Rezende... Add Object name in dot dump
2010-10-08 Tiago Rezende... Fix the assignment that discards const qualifier.
2010-10-08 Tiago Rezende... Fix event propagation in elementary.
2010-10-08 Tiago Rezende... Don't add again one child to the same parent
2010-10-08 Iván BrianoShut up gcc about uninitialized use of variables.
2010-10-08 ?\236?\157... From: ?\236?\157?\180?\235?\170?\133?\236?\158?\172...
2010-10-08 Brett NashMake sure we handle data length correctly on text length.
2010-10-07 Eduardo de... Elementary: Don't #define _GNU_SOURCE
2010-10-07 Gustavo Sverzut... copy&paste left-overs
2010-10-07 Gustavo Sverzut... genlist's height-for-width mode is in.
2010-10-07 Bruno DillyAdd yet another kind of list widget to elm - diskpicker
2010-10-07 Tiago Rezende... Removing unused variables to clean compile
2010-10-07 Tiago Rezende... Elm Button with custom focus highlight
2010-10-07 Iván BrianoFilter input text in entries.
2010-10-07 Carsten Haitzlerand handle disables for everything else that has disabl...
2010-10-07 RAJEEV RANJANFrom: RAJEEV RANJAN <rajeev.r@samsung.com>
2010-10-07 Carsten Haitzlerother part of genlist tree expand depth patch. test...
2010-10-07 서주영From: 서주영 <juyung.seo@samsung.com>
2010-10-07 Carsten Haitzleraaaagh! free the member list! :)
2010-10-06 Gustavo Sverzut... example with button that propagates event to the list...
2010-10-06 Gustavo Sverzut... event catcher should be the lowest object!
2010-10-06 Tiago Rezende... Adding custom chain to focus.
2010-10-06 Tiago Rezende... Set const where need in focus_next_get functions set
2010-10-06 Tiago Rezende... Adding elm_widget_focus_cycle method
2010-10-06 Tiago Rezende... Rename focus method from cycle to next_get
2010-10-06 Tiago Rezende... Optimized Linear Focus Chain
2010-10-06 Gustavo Lima... Elementary Flippicker, a fresh new widget.
2010-10-06 Iván BrianoKill job when shutting down highlight
2010-10-05 Tiago Rezende... Genlist expanding items when press Return or Space
2010-10-05 Tiago Rezende... List with navigation between items
2010-10-05 Tiago Rezende... elm_list_item_bring_in
2010-10-05 Tiago Rezende... List with keyboard scroller
2010-10-05 Tiago Rezende... List with els_scroller
2010-10-05 Tiago Rezende... Gendrid with navigation between items
2010-10-05 Tiago Rezende... Genlist with navigation between items
2010-10-05 Tiago Rezende... Hoversel can have focus
2010-10-04 Tiago Rezende... Adding method to output the elm obj tree in dot.
2010-10-04 Tiago Rezende... Adding focus cycle hook to Panes
next