nuttx-apps/include/graphics/twm4nx
Gregory Nutt d91fb4e8c9 Squashed commit of the following:
apps/graphics/twm4nx:  In the Icon Manager, do not use the window name to identify which button press corresponds to which Window.  Window names are not unique.  Instead, it now keeps track of thich row x column was assigned to the window name.  That row x column uniquely associates a window with a button and does not depend on the window name in any way.

    apps/graphics/twm4nx:  Fix an error in event notification sent by the Icon Manager when a window is selected.

    apps/graphics/twm4nx:  Correct logic in Icon Manager for the case where the number of windows causes the Icon Manager to increase in size by one row.
2019-05-14 10:41:00 -06:00
..
cbackground.hxx Squashed commit of the following: 2019-05-11 09:47:27 -06:00
cfonts.hxx wm4Nx is a port of twm, Tab Window Manager (or Tom's Window Manager) 2019-04-25 16:54:17 -06:00
ciconmgr.hxx Squashed commit of the following: 2019-05-14 10:41:00 -06:00
ciconwidget.hxx Squashed commit of the following: 2019-05-14 08:15:36 -06:00
cinput.hxx Squashed commit of the following: 2019-05-07 16:16:47 -06:00
cmainmenu.hxx Squashed commit of the following: 2019-05-09 13:31:12 -06:00
cmenus.hxx Squashed commit of the following: 2019-05-12 17:40:02 -06:00
cnxterm.hxx Squashed commit of the following: 2019-05-12 17:40:02 -06:00
cresize.hxx apps/graphics/twm4nx: Flesh out some of the Resize logic. Still missing the pull events needed to do the resize. 2019-04-27 12:05:18 -06:00
ctwm4nx.hxx This commit incorporates the NxTerm window hosting NSH. This is just code complete and just compiles with no errors. The NxTerm item does not appear in the Main Menu, however, selecting the menu item does not yet bring up the NxTerm window. 2019-05-12 11:57:45 -06:00
ctwm4nxevent.hxx Squashed commit of the following: 2019-05-06 18:10:45 -06:00
cwindow.hxx This commit incorporates the NxTerm window hosting NSH. This is just code complete and just compiles with no errors. The NxTerm item does not appear in the Main Menu, however, selecting the menu item does not yet bring up the NxTerm window. 2019-05-12 11:57:45 -06:00
cwindowevent.hxx apps/graphics/twm4nx: Icons can now be moved, but there are artifacts: Need to erase the old icon region on the background before drawing the new icon image during the move. 2019-05-13 18:09:20 -06:00
cwindowfactory.hxx Squashed commit of the following: 2019-05-14 08:15:36 -06:00
iapplication.hxx Squashed commit of the following: 2019-05-12 17:40:02 -06:00
nxterm_config.hxx apps/graphics/twm4nx: Icons can now be moved, but there are artifacts: Need to erase the old icon region on the background before drawing the new icon image during the move. 2019-05-13 18:09:20 -06:00
twm4nx_config.hxx This commit incorporates the NxTerm window hosting NSH. This is just code complete and just compiles with no errors. The NxTerm item does not appear in the Main Menu, however, selecting the menu item does not yet bring up the NxTerm window. 2019-05-12 11:57:45 -06:00
twm4nx_cursor.hxx wm4Nx is a port of twm, Tab Window Manager (or Tom's Window Manager) 2019-04-25 16:54:17 -06:00
twm4nx_widgetevents.hxx apps/graphics/twm4nx: Modify how applications register with the main menu. Add logic to support all possible menu selection notification methods: But putting up a subment, by starting an application, or be sending an event. 2019-05-11 13:17:19 -06:00