apps/agl-service-windowmanager-2017.git
2018-09-08 Kazumasa MitsunariTemporary fix of windowmanager
2018-09-08 Kazumasa MitsunariReturn WMError instead of bool
2018-09-08 Kazumasa MitsunariAdd .gitignore
2018-09-08 Kazumasa MitsunariReturn nullptr if client is not found
2018-09-08 Kazumasa MitsunariUpdate wm_layer
2018-09-08 Kazumasa MitsunariChange local variable name
2018-09-07 Kazumasa MitsunariModify getAppID
2018-09-07 Kazumasa MitsunariaddSurface to client
2018-09-07 Kazumasa MitsunariRemove wm_layer_name in wm_client
2018-09-07 Kazumasa MitsunariRemove json.hpp
2018-08-31 Kazumasa MitsunariFix a little : wm_layer_control
2018-08-31 Kazumasa MitsunariRemove test code
2018-08-31 Kazumasa MitsunariChange struct WMAction
2018-08-31 Kazumasa MitsunariFix CRLF
2018-08-31 Kazumasa MitsunariEmit syncDraw
2018-08-31 Kazumasa MitsunariAdd initialize code
2018-08-31 Kazumasa MitsunariBug Fix : wm_layer
2018-08-31 Kazumasa MitsunariCopy not layers.json but layers_setting.json
2018-08-31 Kazumasa Mitsunari[PolicyManager]Include util.cpp
2018-08-31 Kazumasa MitsunariUpdate windowmanager
2018-08-31 Kazumasa MitsunariUpdate wm_layer
2018-08-31 Kazumasa MitsunariUpdate wm_client
2018-08-31 Kazumasa MitsunariMerge branch 'sandbox/knimitz/layer_with_pm_tmp' into...
2018-08-31 Kazumasa MitsunariFix build error
2018-08-30 Kazumasa Mitsunaritemporary change
2018-08-30 Kazumasa MitsunariHide variable into private
2018-08-28 Kazumasa MitsunariRemove lookup_id and lookup_name
2018-08-27 Kazumasa MitsunariUpdate windowmanager
2018-08-27 Kazumasa MitsunariUpdate wm_client and applist
2018-08-27 Kazumasa MitsunariUpdate wm_layer
2018-08-27 Kazumasa MitsunariImplement setup/getArea
2018-08-27 Kazumasa MitsunariUpdate wm_layer
2018-08-26 Kazumasa MitsunariFix mistake of comparison
2018-08-22 Kazumasa MitsunariAppend role to setting
2018-08-22 Kazumasa MitsunariAdd loadLayerSetting
2018-08-22 Kazumasa MitsunariAdd loadAreaDb
2018-08-22 Kazumasa MitsunariStart to rework using ilmControl
2018-08-22 Kazumasa MitsunariRemove struct unieque_fd
2018-08-22 Kazumasa MitsunariRemove useless definiition
2018-08-22 Kazumasa MitsunariFix util function HMI_*
2018-08-22 Kazumasa MitsunariRemove hmi-debug.h
2018-08-22 Kazumasa MitsunariMove declaration to source code
2018-08-22 Kazumasa MitsunariRename class name LayerManager to LayerControl
2018-08-22 Kazumasa MitsunariForgot adding new files
2018-08-20 Kazumasa MitsunariAdd initialize of Layout Manager
2018-08-20 Kazumasa MitsunariOmit std::string to string
2018-08-20 Kazumasa MitsunariAdd setRole
2018-08-20 Kazumasa Mitsunariget callback of surface_stats_received
2018-08-20 Kazumasa MitsunariAdd new class
2018-08-20 Kazumasa MitsunariProposal: New layer settings
2018-08-15 Yuta DoiReadd policy table generated by ZIPC for EXAMPLE 05/16105/2 5.99.3 5.99.4 flounder/5.99.3 flounder/5.99.4 flounder_5.99.3 flounder_5.99.4
2018-08-15 Yuta DoiReadd Policy Manager as plugin 01/16101/2
2018-08-09 Yuta DoiFix multiple erase of surface information 85/16085/1
2018-08-03 Kazumasa MitsunariFix mistake 71/15971/1
2018-08-02 Jan-Simon MoellerMerge changes from topic '15921'
2018-08-02 Kazumasa MitsunariFix WM attach layers to different screen. 37/15937/1
2018-08-02 Tadao TanikawaImprove output of multiple screen resolution 29/15929/1
2018-08-02 Tadao TanikawaRevert "Enable scaling to fit various screen resolutions" 27/15927/2
2018-08-02 Kazumasa MitsunariFix source rectangle changes every state change 21/15921/1
2018-07-27 Kazumasa MitsunariFix crashed application can re-launch 99/15799/5
2018-07-26 Kazumasa MitsunariFix memory release problem 71/15771/1 5.99.2 flounder/5.99.2 flounder_5.99.2
2018-07-24 Kazumasa MitsunariFix the race condition of HomeScreen 47/15647/1
2018-07-24 Kazumasa MitsunariRemove useless functions 11/15611/3
2018-07-24 Kazumasa MitsunariFix XDG application shrinks 95/15595/5
2018-07-20 Tadao TanikawaFix timer 19/15519/1
2018-07-19 Jan-Simon MoellerRevert "Add PolicyManager as plugin" 61/15461/2
2018-07-19 Jan-Simon MoellerRevert "Add policy table generated by ZIPC for EXAMPLE" 63/15463/1
2018-07-12 Yuta DoiAdd policy table generated by ZIPC for EXAMPLE 69/15269/3
2018-07-12 Yuta DoiAdd PolicyManager as plugin 33/15133/5
2018-07-11 Kazumasa MitsunariEnable scaling to fit various screen resolutions 85/15185/3
2018-07-10 Kazumasa MitsunariForbid negative value for area size 83/15183/1
2018-07-09 Yuta DoiRename event names to lower camel case 29/14929/3
2018-07-09 Yuta DoiRename APIs 23/14923/7
2018-07-09 Yuta DoiAdd new layers and rename existing layers 75/14875/4
2018-07-09 Yuta DoiAdd configuration file for each area sizes 73/14873/6
2018-07-09 Yuta DoiConvert the roles from old one to new 71/14871/5
2018-06-28 Kazumasa MitsunariAdd signal when the displayed application changed 61/14761/1
2018-06-27 Kazumasa MitsunariClean: sort source code according to the order of heade... 63/14663/2
2018-06-27 Kazumasa MitsunariFix class name "App" to "WindowManager" 61/14661/2
2018-06-27 Kazumasa MitsunariRefactor: Integrate rework handles by application 59/14659/2
2018-06-27 Kazumasa MitsunariRework: Window Manager handles by application 57/14657/2
2018-06-27 Kazumasa MitsunariAdd Get/Set area size functions 55/14655/3
2018-06-25 Kazumasa MitsunariBug Fix: Window Manager doesn't react after killing... 53/14653/1
2018-06-25 Kazumasa MitsunariClean: remove small files 39/14639/2
2018-06-25 Kazumasa MitsunariClean: remove useless headers 37/14637/3
2018-06-25 Kazumasa MitsunariFix Client Context of afb-binder 35/14635/2
2018-06-01 Kazumasa MitsunariRemove the unnecessary property 37/14137/2
2018-05-31 Kazumasa MitsunariFormat source codes 35/14135/3
2018-03-20 Kazumasa MitsunariUpdate document 33/13633/1
2018-03-19 Kazumasa MitsunariChange reply timing 29/13629/1
2018-03-19 Kazumasa MitsunariSend visible event after commit change 27/13627/1
2018-03-09 Kazumasa MitsunariEnable fallback, then display applications 93/13593/3 5.99.1 flounder/5.99.1 flounder_5.99.1
2018-02-09 Yuta DoiAdd APIs which can get information about the display... 43/12943/2
2018-01-24 Yuta DoiChange the protocol from ivi-controller to ivi-wm 49/13249/5
2018-01-11 Kazumasa MitsunariFix screen flicker 49/13149/3
2017-12-27 Jan-Simon MoellerMerge "Fix build error in gcc 7.2"
2017-12-25 Kazumasa MitsunariEnable an application re-launch 31/12931/6
2017-12-22 Changhyeok BaeFix build error in gcc 7.2 55/12955/1
2017-12-22 Tadao TanikawaEnable to show Video and WebBrowser 45/12945/1
2017-12-21 Kazumasa MitsunariClean up source code 91/12791/4
next