nuttx-apps/include/graphics/nxwidgets
Gregory Nutt 06f479c471 Squashed commit of the following:
apps/graphics/twm4nx:  The Icon Manager now adds a Main Menu entry that will de-iconify the Icon Manager or raise to the top of the hieararchy if not iconfified.  This is useful when there are many open windows.

    apps/graphics/twm4nx:  In resize operation, don't let window get narrower than the minimum toolbar width.

    apps/graphics/twm4nx:  Add logic so that the main menu is place at (or near) the position where the background was clicked.

    apps/graphics/twm4nx:  Better integrate menus and iconifiction:  Bringup up a menu is like de-iconifcation, except there is no icon to be erases; taking down a menu is like iconification except that there is no icon to present.

    apps/graphics/nxwidgets:  Add methods to all windows to query if a window is visible or hidden.

    apps/graphics/twm4nx:  Use NxWidgets methods which work in all contexts instead of trying to come up with a way to know if a window is displayed through complex flags.
2019-05-09 13:31:12 -06:00
..
cbgwindow.hxx Squashed commit of the following: 2019-05-09 13:31:12 -06:00
cbitmap.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cbutton.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cbuttonarray.hxx Squashed commit of the following: 2019-04-26 12:50:35 -06:00
ccallback.hxx graphics/NxWidgets/nxwidgets/src/ccallback.cxx and include/graphics/nxwidgets/: Add a synchronize method to every window. This is a wrapper arounc nx[tk]_sync and permits C++ applications to synchronize with the NX server. 2019-03-27 13:50:52 -06:00
ccheckbox.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
ccyclebutton.hxx Merged in paimonen/apps/pullreq_nxwidgets (pull request #160) 2018-11-09 16:00:50 +00:00
cglyphbutton.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cglyphsliderhorizontal.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cglyphsliderhorizontalgrip.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cgraphicsport.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cimage.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
ckeypad.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
clabel.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
clabelgrid.hxx Updates from coding style review of PR 160 2018-11-09 10:21:42 -06:00
clatchbutton.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
clatchbuttonarray.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
clistbox.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
clistboxdataitem.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
clistdata.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
clistdataeventargs.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
clistdataitem.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cmultilinetextbox.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cnumericedit.hxx Updates from coding style review of PR 160 2018-11-09 10:21:42 -06:00
cnxfont.hxx Squashed commit of the following: 2019-05-06 12:05:53 -06:00
cnxserver.hxx apps/graphics/NxWidgets: CNxTkWindow, CNxWindow, CNxServer: Add support to create RAM backed windows. 2019-05-04 11:45:15 -06:00
cnxstring.hxx Squashed commit of the following: 2019-05-06 12:05:53 -06:00
cnxtimer.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cnxtkwindow.hxx Squashed commit of the following: 2019-05-09 13:31:12 -06:00
cnxtoolbar.hxx Squashed commit of the following: 2019-05-09 13:31:12 -06:00
cnxwidget.hxx apps/graphic/twm4nx: Fix junk varialbe that was shadowing variable of the same name in the base CNxWidget class. Resolves all start up crash issues. Now I need to figure out why the host VNC client drops the connection. 2019-05-02 16:40:10 -06:00
cnxwindow.hxx Squashed commit of the following: 2019-05-09 13:31:12 -06:00
cprogressbar.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cradiobutton.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cradiobuttongroup.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
crect.hxx apps/graphics/twm4nx: Add compount widget CIconWidget. This will eventually replace the icon Windows with widgets that can be drawn on the Background. 2019-04-27 17:53:02 -06:00
crlepalettebitmap.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cscaledbitmap.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cscrollbarhorizontal.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cscrollbarpanel.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cscrollbarvertical.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cscrollinglistbox.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cscrollingpanel.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cscrollingtextbox.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
csliderhorizontal.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
csliderhorizontalgrip.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cslidervertical.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
csliderverticalgrip.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cstickybutton.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cstickybuttonarray.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cstickyimage.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cstringiterator.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
ctabpanel.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
ctext.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
ctextbox.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cwidgetcontrol.hxx With these changes, the main menu appears when any location on the background no occupied by an icon is clicked. 2019-05-08 15:28:06 -06:00
cwidgeteventargs.hxx apps/include/graphics: Minor cleanup of typos noted in review. 2019-04-18 08:23:10 -06:00
cwidgeteventhandler.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cwidgeteventhandlerlist.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cwidgetstyle.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
cwindoweventhandler.hxx Squashed commit of the following: 2019-05-07 16:16:47 -06:00
cwindoweventhandlerlist.hxx Squashed commit of the following: 2019-05-07 16:16:47 -06:00
ibitmap.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
ilistbox.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
ilistdataeventhandler.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
inxwindow.hxx Squashed commit of the following: 2019-05-09 13:31:12 -06:00
iscrollable.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
islider.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
itextbox.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
nxconfig.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
singletons.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
teventargs.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00
tnxarray.hxx This commit moves the NxWidgets include directories into the correct position in the apps/ source tree. 2018-09-16 17:23:45 -06:00