summaryrefslogtreecommitdiff
path: root/src/js
AgeCommit message (Collapse)AuthorFilesLines
2013-05-10Merge branch 'merge' into tizen_2.1submit/tizen_2.1/20130514.055255tizen_2.1hjnim.kim1-2/+2
2013-05-10loader: change a warn msg to debug msgYoumin Ha1-2/+2
Changed log level of skipping theme/viewport setting log from warn to debug. Change-Id: I00b5603de346f645adc0da5bb99fecbb72ad285a
2013-05-07Merge branch '0.2.28' into tizen_2.1hjnim.kim1-5/+10
2013-05-07Slider: Popup slider issue has been fixed ( N_SE-36430 )heeju.joo1-5/+10
fixed issue with 'sliderstart' method in JQM Change-Id: Ia9ac3eac9ea60019e5010e1b2f8f73633fbcc47a
2013-05-03Merge branch 'master' into tizen_2.1hjnim.kim4-32/+24
Change-Id: Ib39c2e5103d8e61bc6251d9987863a7a12720676
2013-05-03Handler: Adjust the latest GUIWonseop Kim1-10/+10
Change-Id: Id943db93feee26ae0c373bb42f7ba73175e32e66
2013-05-03Fastscroll: Adjust the latest GUIMinkyeong Kim1-13/+4
Change-Id: Id84f24332f6e5df132adfca5da4955739173c2fe
2013-05-03License: Change flora license versionheeju.joo2-4/+4
Change flora license version 1.0 to 1.1 ( COPYING, pinch.js, gallery3d.js) Change-Id: I3f4d45aaf6edabfe712e7d73a64bbd784bef4fb1
2013-05-03Fastscroll: Add 'orientationchange' event handler.Minkyeong Kim1-5/+4
Resolves #N_SE-35655, #N_SE-35660, #N_SE-35671. Change-Id: I0997eb813f162047536cd257011cd03b72037d41
2013-05-03Gallery3d: Fix null reference errorWonseop Kim1-0/+2
Fix an error that is occurred when the widget is destoryed while playing an animation Change-Id: I148a9a5e4f39d166fdfb5b513341a301ef5b0567
2013-04-26Merge branch 'master' into tizen_2.1submit/tizen_2.1/20130426.150521accepted/tizen_2.1/20130426.1505492.1b_releaseYoumin Ha9-263/+201
2013-04-26PageLayout : bug fixJinhyuk Jun1-3/+3
change jqmData("scroll") check option in case using data-scroll="none" Change-Id: Ifdfa1926f629fd1ca0dae510b2cf4414f00a0831
2013-04-26Gallery3d: Change timing of 'gl-matrix' library's executionWonseop Kim1-95/+112
Change-Id: Iaa886c2ab3f93bbd3ab8540e960f07ff7d2754ee
2013-04-26Replace in LoadTheme function strings build with array join with the string ↵maciej moczulski1-13/+9
concat Change-Id: I5535c8e8e5accd228cb278e0a50f79d6183a2401
2013-04-26Pagelayout : skip to calculate min-height using data-scroll="none"(Issue: ↵Jinhyuk Jun1-5/+5
DCM-1453) Change-Id: I536b93f3c8324839591e5d485788e15f7d48d5fe
2013-04-26Splitview: Fix the touchend event error.Wonseop Kim1-91/+41
Resolve #N_SE-35838 Change-Id: I7aa7423ebcc8b22f31766525e25348cc1fdbff1c
2013-04-26Gallery3d: Change event registration method from $.bind() to $.on()Wonseop Kim1-23/+17
Change-Id: Ifc13433f3922c316b1f1cb3cd4a9277778e8dee7
2013-04-26Scrollview : remove useless setTimeout in case scrolls go outsideJinhyuk Jun1-25/+4
Change-Id: I16a7dbab2fbbeb65d1f8f389480458c618b00494
2013-04-26Timepicker: Added return false; after vclickhjnim.kim1-0/+2
Added return false; after vclick. To solve, overlap selector problem N_SE-35828 Change-Id: I7162f5616bf9328192689cdd71104529ec626936
2013-04-26Popupwindow: reserved words has been removedhjnim.kim1-2/+2
reserved words has been removed ( var final has been removed ) Change-Id: I89b4006c1fa212e23f5d358a6b4f8afc8906150d
2013-04-26minor changes: replace one occurrence of array.join with string concat and ↵maciej moczulski1-2/+2
simplify jQuery arguments Change-Id: I1ccae876985c507466a6f75023772bfa2aa7d698
2013-04-26Widgets: removed parsing error for legacy javascript enginehjnim.kim4-6/+6
Parsing error has been fixed ( legacy javascript engine ) e.g.) under IE8 Change-Id: I5d35a2e9cc3f904f6dae099623844533eda97441
2013-04-18Merge branch 'master' into tizen_2.1submit/tizen_2.1/20130424.235321accepted/tizen_2.1/20130425.023924Youmin Ha3-32/+227
2013-04-18Gallery3d: Change gallery3d's license from MIT to FloraWonseop Kim1-21/+207
Change-Id: If194e8464d6df1f736ce5091c9c2ce568c362dc5
2013-04-18License: Change flora licencehjnim.kim1-4/+4
Change flora licence ( pinch.js ) Change-Id: I02140c822270b97b3671c7b145df8058fefce8ba
2013-04-18Pinch: pinch method has been changed from distance to sizehjnim.kim1-27/+214
Pinch method has been changed from distance ( x1 - x2 ) to square size ( x1,y1 - x2,y2 ) Change-Id: I4ed1ceac60054ddd88e6cc575ce181c129145833
2013-04-18Pagelayout : prevent code inserting window.innerHeight when content calculateJinhyuk Jun1-1/+5
Change-Id: I55d0b6954f0750fabb077fa6e3b3abd4cc16e3d6
2013-04-18Revert "Add Flora license"hjnim.kim1-206/+21
This reverts commit e787474d44bfefb2a41a2963177569cb67c7dffc.
2013-04-18Scrollview : support absolute positionJinhyuk Jun1-0/+3
changed pagelayout because of using min-height already in pagelayout Change-Id: Idcf880884aebeca40e60a1a9cbb8781d38a3f860
2013-04-16Merge branch 'master' into tizen_2.1Youmin Ha11-117/+539
Conflicts: demos/tizen-winsets/widgets/popupwindow/popupwindow.js
2013-04-16Gallery: jslint error fixhjnim.kim1-5/+9
jslint error has been fixed (e.g. if { } problem ) Change-Id: I6ebf16db28b70f8623d6f37b8da44a6c52cdc70d
2013-04-16Gallery: Images showing bug has been fixedhjnim.kim1-4/+30
Gallery winset image showing bug (when orientation change event fired) has been fixed Change-Id: I65846d6d8e726e274926f6f26b31c40e5fda3868
2013-04-16Slider: enhance performance fixPrzemyslaw Ciezkowski1-2/+8
Change-Id: I7c29cdb596d7573aeae12fd1bce1a60881879ed7
2013-04-16ensurens: optimizationsKrzysztof Antoszek3-11/+21
- decreased eval calls - added a top->down while loop for faster iterations - added internal cache to prevent pointless declarations - fixed ensurens inclusions for proper build order - changed eval to function creation which is faster Change-Id: Ibae2f0db9b1a2b76ae4bf658b5187984c64ece10
2013-04-16Tokentextarea: Fix block size errorMinkyeong Kim1-6/+8
Change-Id: I88c8e6cde8a44acc60584cc0ebf1d75800643a3b
2013-04-16Fastscroll: Add a feature to fade out Fastscroll widget.yonghwi0324.park1-0/+40
Fastscroll widget fades out if there is no interaction during the 500 milliseconds. And then it shows up again when there is a scrollstart event. Change-Id: I45cb6ca1e811cea6b42afa99ee5677865735b74b
2013-04-16Fastscroll: Add a user interaction at the omitted items.yonghwi0324.park1-63/+176
Users can jump to a list divider even if shortcut items are omitted. And its popup is displayed. Change-Id: I22569c08fdba63f1fa35473a86c1a14234f65e6c
2013-04-16ImageLoader: Performance fix: apply lazy loading for canvas elementPrzemyslaw Ciezkowski1-1/+9
Change-Id: Ib4629db6ded91cff22e23d241420acfb5f5fc6a0
2013-04-16virtuallist: fix width resizing triggerYoumin Ha1-8/+11
Changed listitem width _resize() trigger function to window.throttledresize event. Fixes #N_SE-34501 Change-Id: I533908025d95ec1bb0a14b7a416a1ccd830ffd2a
2013-04-16Timepicker: timepicker is closed when orientationchange event firedhjnim.kim1-1/+26
timepicker is close when orientationchange event fired ( using global orientationchange event ) N_SE-34471 Change-Id: I1b33f41348ab773d23eae6253dcab15e8d891ec3
2013-04-16Add Flora licenseYoumin Ha1-21/+206
Added Flora license. Change-Id: Iebf937d92b2273bf9947e14ef75a38b251b07dee
2013-04-11Merge branch 'master' into tizen_2.1Youmin Ha10-1691/+1676
Conflicts: demos/tizen-winsets/widgets/popupwindow/popupwindow.js
2013-04-10Core: Performance fix for disableSelection and enableSelectionPrzemyslaw Ciezkowski1-19/+13
Also fixed variable declaration - 'val' was global. Change-Id: I0ad692059bcad4c16628d3b7a7e28e2f91db34bd Tests: /tests/unit-tests/core/
2013-04-10loader: Fix screen-width option processingYoumin Ha1-1/+7
Uses window.outerWidth with the top window, otherwise use document.documentElement.clientWidth for web simulator. Fixes Felica issue #154-2. Change-Id: I27a2e6e5865e4bf2d57adb85e902a70182b8af39
2013-04-10pagelayout: Remember back key when it is hiddenYoumin Ha1-2/+19
If an app moves a page when the pop is shown, the .ui-page-active page is changed. In this case, the '.ui-page-active .ui-btn-back' selector indicates a new page's one, and the old page's .ui-btn-back button is still hidden. So, this patch remember the current back button, and show it again at the softkeyboardchange.off event. Resolves #N_SE-32900. Change-Id: I94fd641ca0e70b4093b881e2319c6f18a2b912a6
2013-04-10Gallery: orientation image showing issue has been fixedhjnim.kim1-3/+33
Orientation image showing issue has been fixed N_SE-33296 Change-Id: Ie02e29a0e87929d311b28c4e9a1c9e301ada0f31
2013-04-10Gallery: remove method bug has been fixedhjnim.kim1-4/+4
Remove method bug has been fixed in gallery widget It has been added 'px' Change-Id: I8d80d41483085bd40251b74ca7b909a3d7907e2c
2013-04-10virtualgrid : fix unit-test error and increase test itemsWoosung Sohn1-41/+7
Change-Id: I3d8d0d8b15962faddc04168086c8092409630081
2013-04-10Gallery3d: Reduce loading time of widgetWonseop Kim2-1585/+1568
Change the motion path from B-spline to Bezier2d. Change-Id: Iab1163a5d51e6ed2e2e63179396a9dc5cf004cf8
2013-04-10Tokentextarea: modify descriptionMinkyeong Kim1-23/+21
Change-Id: I3a2e5e10b9c72602a2723171aac5a56e9d9594f6