Add Doxyfile
Work around for
Remove unneeded include
Trying to fix
Regenerate configure with new autoconf
Improve layout of the Slider component
Fix null pointer crash
Fix access to the pixmap file
Changed by autoconf
Remove obsolete library libXp
Reformat indentation
Add checks for Xm Xpm Xmu headers and libs
Fix for compiler warning
Fix for compiler warning
Add .gitignore
Create new progress dialog
Replaced strdup with new char[]
Fix defaultResources
Minor changes
Replace sprintf with std::string
Add some internal links and toned down the colours a little.
Fix error which stopped the timer from being stopped.
Fixed accessibility of _name.
Conditionally set Motif2.0 resources
Test
Change from include stdlib.h to stdio.h for sprintf
Factored out some common code and changed to use std::string
Made ((unused)) dependent on __GNUC__
Remove dependency on installed
Use different types of post(Modal/Blocked) for tests
start
Initial revision
Add a mailto link
new web pages
Change from include stdlib.h to stdio.h for vsprintf
Stop needing to 'install' before making 'test'
Fixed class initialisation, Replaced strdup with new char[]
Added a link to www.motifdeveloper.com
Add ToDo list link. Fix CVS link
Stop needing to 'install' before making 'test'
The List
Just source formatting.
Remove (or add) #include <stdio.h> as necessary
Program tracing functions
Add new test program staticMenuTest and vkhelp library
Enable Help pane by default.
Add insert and remove methods.
Add help system initialisation
Added test for VkOptionMenu
Just some code cleanup
Removed extra methods
Trivial tweaking
Add help method and _defaultResources
Use std::string to replace strcpy/strcat
Allow use of a resource to set the dialog title.
Added some methods to support use as a help index dialog.
Inline trivial methods.
Useful utilities
Minor additions to testing
Add tests for the use of resouce names in setTitle, post ans setIconName.
Bringing up to VK spec. Removed much redundant code and general code cleanup.
Implemented a simple, resource driven help system called from the standard VkHelpPane options and VkDialogManager help button.
Documented the unimplemented VK methods
Just source formatting.
Test harness for VkMenuDesc defined menus
Remove redundant code and add missing constructors
Started implementing undo handling (Not Finished)
Change to use new VkMenuBar build method.
Just source formatting.VkApp.C
Removed much redundant code and hooked into the VkHelpAPI
Use VkComponentList for the list of menu items.
Virtualise the destructor
Make __attribute__ dependent om __GNUC__
Just some code cleanup
Add help support and some general code cleanup.
Change to SGI* function names
Add missing constructor
Change to match VK spec, inline trivial methods.
Bringing up to VK spec.
Delete children in the destructor
Made methods virtual
Test harness resource files
Tidying up ready for release 0.5.0
Starting work on the undo functions
Add setOptionLabel() method.
Added c, c++ and ranlib tokens
Add RSC Date string
Convert to use a Label Gadget and added installDestroyHandler().
Fixed some memory leaks.
Started implementation.
Tidying up ready for release 0.5.0
Add destructor, update *Release* constants, Implement setFallbacks() and (minimally) the *run* methods.
Cosmetic changes only.
Fix incorrect deletion of _windowTitle
Inline name() and baseWidget()
Inline className(). Implement setFallbacks()
Make callback function argument names consistent
Added VkAlignmentGroup test.
Removed use of XtSetValues and XtGetValues.
Added installDestroyHandler().