Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-08-27 | Implement setup/getArea | Kazumasa Mitsunari | 2 | -2/+44 |
2018-08-27 | Update wm_layer | Kazumasa Mitsunari | 4 | -32/+304 |
2018-08-27 | Fix mistake of comparison | Kazumasa Mitsunari | 1 | -1/+1 |
2018-08-22 | Append role to setting | Kazumasa Mitsunari | 1 | -0/+1 |
2018-08-22 | Add loadLayerSetting | Kazumasa Mitsunari | 3 | -2/+55 |
2018-08-22 | Add loadAreaDb | Kazumasa Mitsunari | 2 | -2/+79 |
2018-08-22 | Start to rework using ilmControl | Kazumasa Mitsunari | 12 | -370/+210 |
2018-08-22 | Remove struct unieque_fd | Kazumasa Mitsunari | 2 | -28/+0 |
2018-08-22 | Fix util function HMI_* | Kazumasa Mitsunari | 10 | -159/+162 |
2018-08-22 | Remove hmi-debug.h | Kazumasa Mitsunari | 12 | -143/+127 |
2018-08-22 | Move declaration to source code | Kazumasa Mitsunari | 2 | -1/+2 |
2018-08-22 | Rename class name LayerManager to LayerControl | Kazumasa Mitsunari | 5 | -28/+41 |
2018-08-22 | Forgot adding new files | Kazumasa Mitsunari | 4 | -0/+324 |
2018-08-20 | Add initialize of Layout Manager | Kazumasa Mitsunari | 4 | -57/+12 |
2018-08-20 | Omit std::string to string | Kazumasa Mitsunari | 1 | -41/+44 |
2018-08-20 | Add setRole | Kazumasa Mitsunari | 7 | -21/+269 |
2018-08-20 | get callback of surface_stats_received | Kazumasa Mitsunari | 5 | -3/+51 |
2018-08-20 | Add new class | Kazumasa Mitsunari | 1 | -0/+48 |
2018-08-20 | Proposal: New layer settings | Kazumasa Mitsunari | 2 | -2/+26 |
2018-08-15 | Readd Policy Manager as plugin | Yuta Doi | 8 | -410/+520 |
2018-08-09 | Fix multiple erase of surface information | Yuta Doi | 1 | -2/+0 |
2018-08-03 | Fix mistake | Kazumasa Mitsunari | 2 | -2/+2 |
2018-08-02 | Merge changes from topic '15921' | Jan-Simon Moeller | 4 | -9/+16 |
2018-08-02 | Fix WM attach layers to different screen. | Kazumasa Mitsunari | 1 | -3/+3 |
2018-08-02 | Improve output of multiple screen resolution | Tadao Tanikawa | 7 | -9/+141 |
2018-08-02 | Revert "Enable scaling to fit various screen resolutions" | Tadao Tanikawa | 9 | -212/+22 |
2018-08-02 | Fix source rectangle changes every state change | Kazumasa Mitsunari | 4 | -6/+13 |
2018-07-27 | Fix crashed application can re-launch | Kazumasa Mitsunari | 5 | -112/+98 |
2018-07-26 | Fix memory release problemflounder_5.99.2flounder/5.99.25.99.2 | Kazumasa Mitsunari | 1 | -1/+0 |
2018-07-24 | Fix the race condition of HomeScreen | Kazumasa Mitsunari | 1 | -1/+9 |
2018-07-24 | Remove useless functions | Kazumasa Mitsunari | 2 | -23/+0 |
2018-07-24 | Fix XDG application shrinks | Kazumasa Mitsunari | 2 | -12/+7 |
2018-07-20 | Fix timer | Tadao Tanikawa | 1 | -3/+9 |
2018-07-19 | Revert "Add PolicyManager as plugin" | Jan-Simon Moeller | 17 | -2756/+395 |
2018-07-19 | Revert "Add policy table generated by ZIPC for EXAMPLE" | Jan-Simon Moeller | 35 | -5899/+0 |
2018-07-12 | Add policy table generated by ZIPC for EXAMPLE | Yuta Doi | 35 | -0/+5899 |
2018-07-12 | Add PolicyManager as plugin | Yuta Doi | 17 | -395/+2756 |
2018-07-11 | Enable scaling to fit various screen resolutions | Kazumasa Mitsunari | 9 | -22/+212 |
2018-07-10 | Forbid negative value for area size | Kazumasa Mitsunari | 2 | -39/+26 |
2018-07-09 | Rename event names to lower camel case | Yuta Doi | 1 | -3/+3 |
2018-07-09 | Rename APIs | Yuta Doi | 1 | -4/+4 |
2018-07-09 | Add configuration file for each area sizes | Yuta Doi | 7 | -64/+297 |
2018-07-09 | Convert the roles from old one to new | Yuta Doi | 7 | -40/+414 |
2018-06-28 | Add signal when the displayed application changed | Kazumasa Mitsunari | 2 | -0/+37 |
2018-06-27 | Clean: sort source code according to the order of header file | Kazumasa Mitsunari | 2 | -334/+339 |
2018-06-27 | Fix class name "App" to "WindowManager" | Kazumasa Mitsunari | 5 | -94/+94 |
2018-06-27 | Refactor: Integrate rework handles by application | Kazumasa Mitsunari | 3 | -367/+828 |
2018-06-27 | Rework: Window Manager handles by application | Kazumasa Mitsunari | 10 | -3/+1113 |
2018-06-27 | Add Get/Set area size functions | Kazumasa Mitsunari | 3 | -0/+62 |
2018-06-25 | Bug Fix: Window Manager doesn't react after killing app process | Kazumasa Mitsunari | 3 | -32/+12 |