summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-04-05Sync with the latest commercial code.HEADsubmit/tizen/20140430.020105tizenSung-jae Park1-7/+44
Add new event on-hold & on-scroll Change-Id: I2f516d66d68a93baebda2910e5410b14f0a4cc7c
2014-01-05Sync with the latest one.Sung-jae Park2-250/+760
Get all EFL codes from the data-provider-master. So now the data-provider-master doesn't have any relation with Evas. Change-Id: I75a5a8c5db807a2f6311568becae40917f3db3c2
2013-11-29Apply image shadow effect codeefs/for/tizenSung-jae Park1-21/+32
Change-Id: Ibd55acc48043defb7ce67f60b779f70a7f331c2c
2013-11-28Update accessibility objectSung-jae Park1-2/+7
Change-Id: Iad60078d39bc11f57c6f922ed149487f26fcd402
2013-11-20Use the hexadecimal for representing colorSung-jae Park1-2/+1
Change-Id: I0c58d8d58d5f08f1703aa1cf23cd9e2e8a1590d0
2013-11-08Invoke the evas_font_reinit to reload the font listSung-jae Park1-0/+2
Need to rearrange the fallback list of registered fonts. Change-Id: I7e97ee404a3d76a451afecb0cc595c20da731b67
2013-11-06Remove unused variablesSung-jae Park1-2/+1
Change-Id: Ie7703ef202b5926b997c2e65c5001b3abea8e45a
2013-11-04Update the accessibility object management codeSung-jae Park1-36/+62
Change-Id: Ib6f63d11af3cfb30b680b94166c1c572600a844a
2013-10-31Update the accessibility focus chain handling codeSung-jae Park1-69/+66
elm_access_XXX series functions are only available for mobile profile now. But it should be supported by IVI too, I think. Or, the elementary should support the feature macro. To select the code for building(compiling). At this moment, there is no way to make this to buildable. Because there is no way to check the supported feature of elementary for accessibilty. Change-Id: I95e63578f27350dc307e3a54ee18b93a1893de42
2013-10-31Supporting the image effect option.Sung-jae Park1-0/+62
public & rsa doesn't support the additional effects for image. However the option should be supported by parser. even though it is not available now, it could be extendable. Change-Id: I3774aee9098ef998999beea7b78f97460212c9f5
2013-10-18Discard too lately arrived events.Sung-jae Park1-4/+30
Delayed event should be discarded. Time of delievering event is depends on the system performance, So if it arrived to lately, system is in low performance states. Don't processing the late events just discarding them. Change-Id: Ibd50d22033acc9780db24498d3ddab02e601614e
2013-10-14Reduce the gap of eventsSung-jae Park1-1/+1
Change-Id: Ic90dd01e20458c4551f4ca1ee2b8eadc90156394
2013-10-10Update accessibility operationSung-jae Park1-0/+80
Change-Id: I1bc27662e5190d877237cc1643b494725a4089e1
2013-10-03Check the highlighted object after hight actionSung-jae Park1-1/+23
Change-Id: Ia110629ec59fed2494c2d72e07d56eb4822b6ecc
2013-09-26Use clock_get_time instead of gettimeofdaySung-jae Park1-2/+10
Change-Id: Ic6a329613a0d7f44f61bc3382cbe22e31685f1ab
2013-09-18Update script init ABI.Sung-jae Park1-15/+11
Get the scale factor from the master via init interface. Change-Id: I27b34e512b427dc0829732e1b37f0724c8efb710
2013-08-13Update coding convention.Sung-jae Park1-34/+45
Change-Id: I8bdd76e210028b56a71374693aeac08ea8b2aa24
2013-07-15Update the accessibility event handler.Sung-jae Park1-26/+21
Use the stack variable instead of heap variable. Change-Id: I4eef9739bb643cbaafee4235b1292925d69a26a6
2013-07-09Fix the type of timestamp for feeding mouse event.Sung-jae Park1-11/+11
Invalid type is used for feeding mouse event to the "evas" canvas. Change-Id: I1e9d913730addedecc21f6ea90f78846e029c79e
2013-07-04Remove the last trailing comma of enum list.Sung-jae Park1-2/+2
Change-Id: I4e32cf0cf1807f3d0134ed1005078e947ca6493e
2013-06-27Remove verbose logsSung-jae Park1-2/+0
Change-Id: Iaee2cea4595ce4141261b90c0e993e8d084afe6e
2013-06-26Update initiate font type setting codeSung-jae Park1-24/+34
Change-Id: Ic16cb714086c4cc051869cbfe4bea25a26e49ae7
2013-06-26Fix GCC 4.8 warningsSung-jae Park1-0/+3
Change-Id: I4182cd36aa68454248a6ac7de79efe366ee2cd9f
2013-06-25Clear the buffer first.Sung-jae Park1-0/+5
Change-Id: I6c1462a77ee7e3c043adeed0cbdaf9ca3d72d924
2013-06-20Various patches are applied.Sung-jae Park1-19/+3
Reduce the verbose log prints [issue#] N/A [problem] Too many logs are printed [cause] N/A [solution] Reduce the print code [team] HomeTF [request] [horizontal_expansion] ------------------------------------- Use the filled_set instaed of fill_set [issue#] N/A [problem] Image is repeated when the filled_set is not enabled. (Facebook team requests) [cause] Internally, evas tries to repeat the image on the canvas if it has no filled option. [solution] use the filled_set instead of fill_set when it tries to load an image using partial loading. [team] HomeTF [request] N/A [horizontal_expansion] N/A Change-Id: I8c8be9a77ce4206bda3645ca9f782aca653b6ac0
2013-06-13Update finalize functionSung-jae Park1-1/+22
[model] Tizen [binary_type] AP [customer] Tizen Developer [issue#] N/A [problem] Even though the module unloaded, allocated data is not released correctly. [cause] Update finalize function. [solution] Destroy all created handles. [team] HomeTF [request] [horizontal_expansion] Change-Id: I31a2be8d6cdcece725730f4c978025bff2ade3d4
2013-05-29Fix the image loading option.Sung-jae Park1-0/+1
Default image loading option should be worked for filling content to its container. Change-Id: Ie8f1450d2439e72c9b4fad6878d00547e5e09efe
2013-05-22Supporting partial loading.Sung-jae Park1-5/+107
Change-Id: Id216137d0b76e003dce737ce66db743ee14231ad
2013-05-15Various patches are appliedsubmit/tizen_2.1/20130516.045458submit/tizen/20130528.214443accepted/tizen_2.1/20130520.093054accepted/tizen/20130530.164858tizen_2.1Sung-jae Park1-10/+75
Patch 5 Ignore if the font size is changed. Patch 4 If a user didn't set the target Id. Patch 3 Use the anonymous target Id. Patch 2 First try to use "part" name. If it is already in use, try to use timestamp value. Patch 1 Revise the code. There is one missing code. Which is releasing parent evas object rectangle. While unloading an EDJE object, I should delete the parent rectangle object too. Change-Id: Ia5257f6294f9f2be46734509303d633e3d4c7cf4
2013-04-30Apply various patchessubmit/tizen_2.1/20130514.052957Sung-jae Park1-30/+85
Patch 6/6 Rollback the last commit. LB_SCRIPT_ACCESS_VALUE_CHANGE is changed to LB_SCRIPT_ACCESS_ACTION. Patch 5/6 replace LB_SCRIPT_ACCESS_ACTION with LB_SCRIPT_ACCESS_VALUE_CHANGE Temporarly applied patch for the commercial release only Patch 4/6 Do not change the size of font for class "tizen" Patch 3/6 Update License Patch 2/6 Fix the build error and logic Patch 1/6 Replace the VALUE_CHANGED with ACTION_DOWN/UP Change-Id: Ibd7fd75b544aca13335daf70b2388f3fc04a9d08
2013-04-19Update Licensesubmit/tizen_2.1/20130424.223920accepted/tizen_2.1/20130425.0233392.1b_releaseSung-jae Park1-1/+1
Change-Id: I9327fe323bfa1d62c4463d80f024628032b2da75
2013-04-18Update LicenseSung-jae Park1-1/+1
Change-Id: Ia481a1097cdf82ee2ec6f40371d49b17b3d2b1e0
2013-04-18Fix bug, Add Scroller accessiblity, font handlerSung-jae Park1-3/+127
Update the font name & font size event handler. Fix the IN-SIZE image loading bug. It didn't load the size as its requested size. Update accessibility scroll event. Scroll event requires x,y,mouse_state variables. Change-Id: Ib6945ede699cfbd2a8bd9ae40694927a72692ff5
2013-04-12Update accessibility event handling codes.Sung-jae Park1-75/+117
ACTIVATE accessibilty event is implemented. It has to send mouse event to focused object to activate it. Change-Id: Ibe5efe1c6a6fd559182a08482f54648f88a31076
2013-04-10Sync with the private repositorySung-jae Park1-2/+323
Fix invalid return value for access_action function. If it returns TRUE, we should convert it to LB_ACCESS_STATUS_DONE Use the vconf to set the elm_config_access_set Add unhighlight access event Convert MARKUP STRING to UTF8 STRING for accessibility (to read it) Update livebox access status handling codes. Add more log for debugging for accessibility Accessibility event feed function is added Implement the Access chain management code Change-Id: Ifc4668a1b8386b424535b52b2a087dd22c2a8c3d
2013-03-31Sync to I97773092923a0223505ede7be707c67cedc0832fSung-jae Park1-186/+36
Replace EDJE with ELM_LAYOUT. To support the accessibility Change-Id: I007a26f6a707fc3ca1fda4e71d9ded90e2e4689d
2013-03-25Update LicenseSung-jae Park1-42/+43
2012 -> 2013 Change-Id: Ie910c38fea1591ff08dc720ca358b460ae51a23d
2013-03-21Fix the bug of font-style changing codeSung-jae Park1-26/+47
Change-Id: I4b562fc7127b2dfdb28cd34043484a8bb7663aa6
2013-02-21Fix the EDJE scale factor problem.Sung-jae Park1-42/+40
Sync with the latest code Change-Id: I96f32a257d0a7b47dadde447b04bcd997c311640
2013-02-17Add "size" option for image container.Sung-jae Park1-22/+92
This size option will be used for determining size of a container. Change-Id: I6b9b749f0b1568a36815c81abb0266d4a83a72eb
2013-02-17Add the "fill" option.Sung-jae Park1-8/+72
To load an image, there are aspect & orient option exists. And here is new option "fill" it can be "in-size", "over-size" in-size will fit your image to the size of a part. over-size will keep the original image size, so if it is bigger than the size of part, some part of an image will be displayed in your livebox. Change-Id: I5df8dd329a3be47c69d4126ad0f7dd49bbbc83b6
2013-02-14Script parser updated.Sung-jae Park1-16/+18
EDJE script parser is updated. Change-Id: I8c0c5ec86d207b5cf6842a3339b1b483de9630e1
2013-02-06Update the livebox-edje.Sung-jae Park1-3/+151
Option parser is added for loading an image. Group is changed to Option. To use it for more various cases Change-Id: I0176f14038ebef084780d496e52abcda96f5b677
2013-02-05Use the rotation information to loads an image.Sung-jae Park1-0/+2
Change-Id: I66878acf538712e45cc35feda75fa4240bb1c546
2013-01-30Update the color of speicified color_classSung-jae Park1-0/+29
Change-Id: I893b8e648a32c0999eb092faf7a8c6254445518b
2013-01-28Change the font class to "tizen"Sung-jae Park1-1/+1
Change-Id: I5cd04209414cb2207bdc75052b8795125408f26e
2012-12-20Initialize the project.Sung-jae Park1-0/+718
Change-Id: I0ceefe55eaf1c6040a4be8a1d2419e4bcfb08f09