Age | Commit message (Collapse) | Author | Files | Lines |
|
Add new event on-hold & on-scroll
Change-Id: I2f516d66d68a93baebda2910e5410b14f0a4cc7c
|
|
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
|
|
Change-Id: Ibd55acc48043defb7ce67f60b779f70a7f331c2c
|
|
Change-Id: Iad60078d39bc11f57c6f922ed149487f26fcd402
|
|
Change-Id: I0c58d8d58d5f08f1703aa1cf23cd9e2e8a1590d0
|
|
Need to rearrange the fallback list of registered fonts.
Change-Id: I7e97ee404a3d76a451afecb0cc595c20da731b67
|
|
Change-Id: Ie7703ef202b5926b997c2e65c5001b3abea8e45a
|
|
Change-Id: Ib6f63d11af3cfb30b680b94166c1c572600a844a
|
|
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
|
|
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
|
|
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
|
|
Change-Id: Ic90dd01e20458c4551f4ca1ee2b8eadc90156394
|
|
Change-Id: I1bc27662e5190d877237cc1643b494725a4089e1
|
|
Change-Id: Ia110629ec59fed2494c2d72e07d56eb4822b6ecc
|
|
Change-Id: Ic6a329613a0d7f44f61bc3382cbe22e31685f1ab
|
|
Get the scale factor from the master via init interface.
Change-Id: I27b34e512b427dc0829732e1b37f0724c8efb710
|
|
Change-Id: I8bdd76e210028b56a71374693aeac08ea8b2aa24
|
|
Use the stack variable instead of heap variable.
Change-Id: I4eef9739bb643cbaafee4235b1292925d69a26a6
|
|
Invalid type is used for feeding mouse event to the "evas" canvas.
Change-Id: I1e9d913730addedecc21f6ea90f78846e029c79e
|
|
Change-Id: I4e32cf0cf1807f3d0134ed1005078e947ca6493e
|
|
Change-Id: Iaee2cea4595ce4141261b90c0e993e8d084afe6e
|
|
Change-Id: Ic16cb714086c4cc051869cbfe4bea25a26e49ae7
|
|
Change-Id: I4182cd36aa68454248a6ac7de79efe366ee2cd9f
|
|
Change-Id: I6c1462a77ee7e3c043adeed0cbdaf9ca3d72d924
|
|
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
|
|
[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
|
|
Default image loading option should be worked for filling content to its container.
Change-Id: Ie8f1450d2439e72c9b4fad6878d00547e5e09efe
|
|
Change-Id: Id216137d0b76e003dce737ce66db743ee14231ad
|
|
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
|
|
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
|
|
Change-Id: I9327fe323bfa1d62c4463d80f024628032b2da75
|
|
Change-Id: Ia481a1097cdf82ee2ec6f40371d49b17b3d2b1e0
|
|
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
|
|
ACTIVATE accessibilty event is implemented.
It has to send mouse event to focused object to activate it.
Change-Id: Ibe5efe1c6a6fd559182a08482f54648f88a31076
|
|
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
|
|
Replace EDJE with ELM_LAYOUT.
To support the accessibility
Change-Id: I007a26f6a707fc3ca1fda4e71d9ded90e2e4689d
|
|
2012 -> 2013
Change-Id: Ie910c38fea1591ff08dc720ca358b460ae51a23d
|
|
Change-Id: I4b562fc7127b2dfdb28cd34043484a8bb7663aa6
|
|
Sync with the latest code
Change-Id: I96f32a257d0a7b47dadde447b04bcd997c311640
|
|
This size option will be used for determining size of a container.
Change-Id: I6b9b749f0b1568a36815c81abb0266d4a83a72eb
|
|
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
|
|
EDJE script parser is updated.
Change-Id: I8c0c5ec86d207b5cf6842a3339b1b483de9630e1
|
|
Option parser is added for loading an image.
Group is changed to Option.
To use it for more various cases
Change-Id: I0176f14038ebef084780d496e52abcda96f5b677
|
|
Change-Id: I66878acf538712e45cc35feda75fa4240bb1c546
|
|
Change-Id: I893b8e648a32c0999eb092faf7a8c6254445518b
|
|
Change-Id: I5cd04209414cb2207bdc75052b8795125408f26e
|
|
Change-Id: I0ceefe55eaf1c6040a4be8a1d2419e4bcfb08f09
|