summaryrefslogtreecommitdiff
path: root/client/ug-client.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08init wayland supportsubmit/tizen/20140110.215645accepted/tizen/mobile/20140113.182040accepted/tizen/ivi/20140110.224049accepted/tizen/generic/20140114.145758accepted/tizen/mobileLi,Limin1-4/+11
The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0. Basically and consistently, two macros were used "with wayland" and "with x". Below summarize the combination of the macros: | wayland | x | meaning |--------------------------- | 0 | 1 | pure X11 platform(no wayland) | 1 | 0 | pure wayland platform (no X11) | 1 | 1 | wayland but X compatibility | 0 | 0 | no X and no wayland This method unifies the meaning and usage. Deploy this method to ui-gadget package. Signed-off-by: Li,Limin <liminx.li@intel.com> Change-Id: Iceb95b03f824860b2aac74f35c0945380f6cc22a
2013-05-17comment out non-upstreamed elmentary APIssubmit/tizen/20130517.200826accepted/tizen/20130520.103541Anas Nashif1-0/+2
2013-04-19add ug_send_result_full api for appcontrol ugHyungdeuk Kim1-1/+1
2013-04-12remve window profile changed cb for desktop modeHyungdeuk Kim1-3/+4
2013-04-09apply latest changesHyungdeuk Kim1-0/+2
2013-03-29apply window manager rotation noticeHyungdeuk Kim1-29/+55
2013-03-20add code to remove ui cb under ug_destroy_all caseHyungdeuk Kim1-2/+0
2013-03-16merge with masterJinkun Jang1-2/+7
2013-03-13Tizen 2.1 baseJinkun Jang1-0/+442