-
mpinkas committed patchset 23 of module ndk++ to the NDK++ - Ncurses Developement Kit for C++ CVS repository, changing 3 files.
2003-03-03 22:25:32 UTC in NDK++ - Ncurses Developement Kit for C++
-
mpinkas committed patchset 22 of module ndk++ to the NDK++ - Ncurses Developement Kit for C++ CVS repository, changing 130 files.
2003-03-03 22:17:10 UTC in NDK++ - Ncurses Developement Kit for C++
-
mpinkas committed patchset 21 of module ndk++ to the NDK++ - Ncurses Developement Kit for C++ CVS repository, changing 1 files.
2003-03-03 22:02:25 UTC in NDK++ - Ncurses Developement Kit for C++
-
mpinkas committed patchset 20 of module ndk++ to the NDK++ - Ncurses Developement Kit for C++ CVS repository, changing 1 files.
2003-03-03 21:54:50 UTC in NDK++ - Ncurses Developement Kit for C++
-
mpinkas committed patchset 19 of module ndk++ to the NDK++ - Ncurses Developement Kit for C++ CVS repository, changing 1 files.
2003-03-03 21:43:25 UTC in NDK++ - Ncurses Developement Kit for C++
-
mpinkas committed patchset 18 of module ndk++ to the NDK++ - Ncurses Developement Kit for C++ CVS repository, changing 1 files.
2003-03-03 21:17:27 UTC in NDK++ - Ncurses Developement Kit for C++
-
The main change here is about the interpretation of return values.
The original ncurses' return value was a boolean telling us if the menu's loop should be either maintained or ended. A false was "keep going" and a true was "finish the loop".
Making the menu item an item on a list box changes it in two ways:
First: for any Control::driver() method, true means that the...
2002-10-13 15:27:18 UTC in NDK++ - Ncurses Developement Kit for C++
-
As intended a while ago, I reimplemented the menu stuff to be a descendant of the ListBox.
This gives us a lot more of flexibility than with the ncurses menues, mostly related to events and messaging.
Properly speaking, now this is more an extension of the panel library than an extension of the ncurses library, but we still have some stuff inherited from the libncurses++ stuff...
- From now...
2002-10-10 20:22:26 UTC in NDK++ - Ncurses Developement Kit for C++
-
mpinkas committed patchset 17 of module ndk++ to the NDK++ - Ncurses Developement Kit for C++ CVS repository, changing 144 files.
2002-10-10 20:11:44 UTC in NDK++ - Ncurses Developement Kit for C++
-
mpinkas committed patchset 16 of module ndk++ to the NDK++ - Ncurses Developement Kit for C++ CVS repository, changing 8 files.
2002-10-10 19:55:21 UTC in NDK++ - Ncurses Developement Kit for C++