Fix build warning
[platform/core/uifw/dali-adaptor.git] / dali / internal / imaging /
2023-03-13 Eunki HongLet ignore 32bit bmp format ignore alpha force 31/289631/3
2023-03-10 seungho baekFix to use uint32_t for height index to decodeRGB8... 80/289580/1
2023-02-24 Bowon RyuMerge "Add IsSpace in TextAbstraction" into devel/master
2023-02-23 Heeyong SongMerge "Fix surface deletion order" into devel/master
2023-02-23 Adam BialogonskiFixing SVACE issue in loader-ktx.cpp 37/288837/1
2023-02-22 Eunki, HongFix svace issue (useless branch) 20/288720/1
2023-02-21 Adeel KazmiMerge "Fix svace issue for image-operator" into devel...
2023-02-16 David SteeleMerge "Replace std::string global variables with C...
2023-02-15 dongsug songMerge "Make sure that global variables are initialized...
2023-02-13 Heeyong SongMerge "Make another ConditionalWait for post-rendearing...
2023-02-10 Adeel KazmiMerge "DALi Version 2.2.13" into devel/master
2023-02-07 Eunki, HongFix svace issue for image-operator 74/283974/9
2023-02-07 Eunki, HongSupport CMYK jpg image load 31/287631/4
2023-02-07 Eunki, HongFix svace issue (uint32_t to long or std::streamsize) 23/287823/2
2023-01-05 dongsug songMerge "Add an API for 'create,window' event." into...
2022-12-22 Eunki, HongRemove annoying logs when we use astc image file 37/285937/1
2022-12-19 David SteeleMerge "Fix attribute cache bug" into devel/master
2022-12-19 Eunki HongMerge "Fix utc compile error for gcc-11" into devel...
2022-12-19 Heeyong SongChange DebugPriority name and Debug priority 12/285612/3
2022-12-16 Adeel KazmiMerge "DALi Version 2.2.6" into devel/master
2022-12-16 Adeel KazmiMerge "Memory Pool Logging" into devel/master
2022-12-13 David SteeleMemory Pool Logging 99/285299/5
2022-12-08 Heeyong SongMerge "Add FreeReleasedBuffers method to NativeImageSou...
2022-12-06 Heeyong SongMerge "Use environment variable for native image queue...
2022-12-06 Wonsik JungMerge "[ATSPI] Add ScrollStarted/ScrollFinished interfa...
2022-12-05 Heeyong SongAdd FreeReleasedBuffers method to NativeImageSourceQueue 61/284861/5
2022-12-05 Heeyong SongUse environment variable for native image queue size 56/284856/4
2022-12-02 Chihun JeongMerge "Add window create event for DALi" into devel...
2022-11-29 Adeel KazmiMerge "(Automated Tests) Added some tests to increase...
2022-11-29 Eunki HongMerge "Add DesiredWidth/Height for animated image loadi...
2022-11-27 Eunki HongFix svace issue (file-download writter null check) 94/284794/1
2022-11-26 seunghoAdd DesiredWidth/Height for animated image loading 94/284694/3
2022-11-18 David SteeleMerge "Prevented buffer clipping in network server...
2022-11-18 David SteeleMerge "Fixed bug in host trace logging" into devel...
2022-11-18 Adeel KazmiMerge "DALi Version 2.2.2" into devel/master
2022-11-18 Adeel KazmiMerge "Fixed corrupt image download via proxy server...
2022-11-17 David SteeleFixed corrupt image download via proxy server 84/284484/2
2022-11-14 Heeyong SongFix WebPLoading memory leak 51/284251/1
2022-11-14 Heeyong SongFix wrong casting 43/284243/1
2022-11-14 Heeyong SongMerge "Fix SVACE issue" into devel/master
2022-11-11 Heeyong SongFix SVACE issue 71/284171/1
2022-10-28 Wonsik JungMerge "Fix race-condition when window is resized or...
2022-10-24 Heeyong SongFix EGL initialization issue 17/283317/1
2022-10-18 Eunki, HongMinor coverity issue fixes 12/282612/7
2022-10-06 Heeyong SongFix a gif crash 74/282574/1
2022-09-30 David SteeleMerge "DALi Version 2.1.42" into devel/master
2022-09-29 Eunki, HongSet CURLOPT_NOSIGNAL as 1L default 75/282275/1
2022-08-11 dongsug songMerge "Add an API for getting web view when request...
2022-08-10 Wonsik JungMerge "Add Window Moved event" into devel/master
2022-08-09 Adeel KazmiMerge "Create LibUV / X11 profile" into devel/master
2022-08-09 David SteeleCreate LibUV / X11 profile 38/279338/5
2022-07-19 Heeyong SongMerge "Add mutex to NativeImageSourceImpl" into devel...
2022-07-13 Wonsik JungMerge "fix the bug when window is resized by display...
2022-07-12 Artur ŚwigońMerge changes I92018a57,I672b2605,I428abd47,I4e563c8b...
2022-07-12 Artur ŚwigońMerge changes I6dddcf2d,Idaec55df,I98400cd8,Id7eaae3c...
2022-07-12 Heeyong SongAdd mutex to NativeImageSourceImpl 92/277692/1
2022-07-12 Heeyong SongMerge "Support various yuv formats in jpeg decoder...
2022-07-11 Heeyong SongSupport various yuv formats in jpeg decoder 90/277590/3
2022-07-01 David SteeleMerge "DALi Version 2.1.29" into devel/master
2022-07-01 joogab yunMerge "Add InterceptKeyEvent" into devel/master
2022-07-01 Heeyong SongMerge "Cache rendered glyph if required. + Copyless...
2022-07-01 Daekwang RyuMerge "Fix a bug when using tbm_dummy_display_create...
2022-06-30 Eunki, HongCache rendered glyph if required. + Copyless glyph... 99/276599/26
2022-06-30 Eunki, HongAdd ColorFormat::BGR~~ on NativeImageSourceQueue 81/277081/3
2022-06-16 Eunki HongMerge "Heuristic optimize on GetFontId" into devel...
2022-06-15 Eunki, HongFix webp loading decode frame bug 44/276344/1
2022-06-13 Heeyong SongMerge "Fix window rotation issue" into devel/master
2022-06-13 Heeyong SongMerge "Remove unused file" into devel/master
2022-06-10 David SteeleMerge "Fix SIGBUS error during downscaling." into devel...
2022-06-10 Eunki, HongFix SIGBUS error during downscaling. 50/276150/4
2022-05-30 Seoyeon KimMerge "[AT-SPI] emit showing event for window" into...
2022-05-27 Adeel KazmiMerge "(egl-implementation.cpp) Removed unnecessary...
2022-05-26 tscholbSet the LoadSuccessflag to false after ReleaseResource... 95/275195/3
2022-05-23 Heeyong SongMerge "Support EGL_LINUX_DMA_BUF_EXT for egl image...
2022-05-20 Adeel KazmiMerge "DALi Version 2.1.23" into devel/master
2022-05-20 David SteeleMerge "Fast apply alpha" into devel/master
2022-05-18 Eunki, HongFast apply alpha 95/275095/3
2022-05-11 Eunki HongMerge "Reduce PNG encode time" into devel/master
2022-05-10 Eunki, HongReduce PNG encode time 42/274842/1
2022-04-28 Bowon RyuMerge "Add ECORE_IMF_CALLBACK_SELECTION_SET to IMFConte...
2022-04-27 Eunki HongMerge "Calculate EncodedImageBuffer's hash in generate...
2022-04-25 Lukasz OleksakMerge "[AT-SPI] Implement Component for ProxyAccessible...
2022-04-25 Lukasz OleksakMerge "[AT-SPI] Make ProxyAccessible's parent settable...
2022-04-25 Lukasz OleksakMerge "[AT-SPI] Override IsProxy in ProxyAccessible...
2022-04-25 Taehyub KimMerge "drag and drop: implements drag source events...
2022-04-25 Eunki, HongCalculate EncodedImageBuffer's hash in generate time 20/274220/1
2022-04-25 Seungho BAEKMerge "Webp-loading, Fix svace issue and change the...
2022-04-21 Seungho BAEKMerge "Transfer uploadOnly flag to the core and update...
2022-04-21 seunghoWebp-loading, Fix svace issue and change the way to... 71/274071/2
2022-04-18 Heeyong SongSupport YUV decoding for JPEG 26/272226/8
2022-04-15 Seungho BAEKMerge "Refactoring webp-loading and loader-webp" into...
2022-04-13 seunghoRefactoring webp-loading and loader-webp 56/273656/13
2022-04-13 Seungho BAEKMerge "Fix SVACE issue." into devel/master
2022-04-13 David SteeleMerge "Sort samplers in vertex shader first and then...
2022-04-13 seunghoFix SVACE issue. 18/273718/2
2022-04-12 Seungho BAEKMerge "Refactoring Animated image loading" into devel...
2022-04-12 seunghoRefactoring Animated image loading 09/267009/12
2022-04-08 Shinwoo KimMerge "[AT-SPI] Add resource id to window attribute...
2022-04-06 Heeyong SongAdd stride to PixelBuffer 55/270455/13
2022-04-04 Shinwoo KimMerge "[AT-SPI] do not keep window in ApplicationAccess...
next