summaryrefslogtreecommitdiff
path: root/src/lib/elm_map.c
Commit message (Expand)AuthorAgeFilesLines
* Elm_map: fix build warningJi-Youn Park2016-03-231-2/+0
* map: separate name, route source logicSungTaek Hong2016-03-221-7/+24
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-3/+2
* efl: followup with renaming efl animator.Cedric BAIL2016-03-101-3/+3
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-2/+3
* map: fix memory leakSungTaek Hong2016-03-041-8/+7
* Map: Correct broken migration.Tom Hacohen2016-03-031-1/+1
* Automatic migration to Eo4.Tom Hacohen2016-03-031-99/+92
* elm map: silence uninit var warnings that new gcc versions showCarsten Haitzler (Rasterman)2016-03-011-5/+5
* Eo events: Migrate all of elm to the new event callback signaturesTom Hacohen2016-02-291-8/+2
* map: use Efl.Core.Animator tick.Cedric BAIL2016-02-021-33/+45
* Elm config: use a name instead of elm_widget_type_getMarcel Hollerbach2015-12-211-1/+1
* elm_map: mark some local symbols staticStefan Schmidt2015-11-111-5/+5
* elm_map: block longpressed event when scrolled, zoomed, or rotatedSung-Taek Hong2015-10-191-0/+3
* focus: add the APIs to set the focus next about item.Jaehwan Kim2015-09-151-2/+2
* elm map - fix crash on badly handled zoom timeout callbackCarsten Haitzler (Rasterman)2015-09-021-2/+7
* elm map - fix module load craziness loading all elm modulesCarsten Haitzler (Rasterman)2015-09-021-5/+18
* elm_actionslider, elm_map: porting evas smart callbacks to eoAvi Levin2015-07-021-54/+56
* elm: constify Eolian methods correctly because of recent Eolian changesDaniel Kolesa2015-06-251-6/+6
* Adjust usage of eo_constructor() according to recent changes.Tom Hacohen2015-05-201-2/+4
* map: fix scale calculation errorSung-Taek Hong2015-05-011-1/+1
* atspi: properly include at-spi headers.Lukasz Stanislawski2014-10-171-8/+3
* Change according to recent Eo changes, and fix related wrong unrefs.Tom Hacohen2014-09-301-1/+0
* Eo related: Change according to recent changes in eo_add().Tom Hacohen2014-09-251-1/+0
* elm_map: the widget use efreet cache home to save image files to, so efreet s...Tae-Hwan Kim2014-09-031-0/+3
* atspi: expose more actions through atspi bus.Lukasz Stanislawski2014-07-251-0/+21
* Elm_Map: port API to eo file.Daniel Zaoui2014-07-221-6/+2
* elm_map: Avoid unlikely division by zero.Stefan Schmidt2014-06-171-1/+1
* atspi:Set roles for widgetsZbigniew Kosinski2014-06-111-1/+6
* Elm: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-10/+10
* elm_map: Add new elm_map_region_zoom_bring_in() APIbluezery2014-05-281-5/+83
* elm_map: Fix to calculate map size not to be smaller than viewport sizeJaehyun Cho2014-05-191-0/+2
* elm_map: Fix to show and bring in a correct region after zoomingJaehyun Cho2014-05-141-9/+13
* elm_map: Fix compilation warning/errorJean-Philippe Andre2014-05-121-1/+1
* elm_map: Fix to support customized style for elm_mapJaehyun Cho2014-05-121-0/+5
* entry: wrong viewport value calculation issue fixCarsten Haitzler (Rasterman)2014-04-211-2/+4
* widgets - don't handle the events(key,mouse) if the object is disabled.ChunEon Park2014-04-161-1/+0
* map: apply key bindingJaeun Choi2014-04-151-26/+48
* map: Adjusted to Eo2.Tom Hacohen2014-04-101-4/+4
* map: remove memory leakwonguk.jeong2014-04-041-6/+24
* elm_map: Fixed a leak when ecore_file_download_full failsRajesh PS2014-04-031-0/+3
* Map: fix params namesDaniel Zaoui2014-03-311-1/+1
* Eolian: Integration of Map and Map_PanDaniel Zaoui2014-03-241-940/+221
* Eolian: Integration of Scrollable InterfaceDaniel Zaoui2014-03-181-18/+18
* Eolian: Integration of Elm WidgetDaniel Zaoui2014-03-171-5/+5
* access: Add smart signal "access,changed"Jaehwan Kim2014-02-081-0/+1
* elm: Unified the usage of strncmp.Daniel Juyung Seo2014-01-271-5/+4
* elementary - send signal "language,changed" with one way in the widget.ChunEon Park2014-01-231-11/+1
* elementary - use the focused/unfocused string in widget defined.ChunEon Park2014-01-231-2/+2
* fix some typos in comment and descriptionJihoon Kim2014-01-221-3/+3