Rem

[155 total ]
Toolbar

I've just committed a first version of Rem's toolbar; the icons and the toolbar itself were designed using the Jucer, "Juce's UI component builder application. It comes along as part of the Juce source tree." as Jules describes it:

The Jucer is an awesome tool; I could customize the C++ templates ...

Missing libraries, fixed

If you downloaded yesterday the Windows installer, it lacked some important libraries that are part of the redistributable runtime for applications built using Visual C++ 2008 Express Edition. This has been fixed now, so you can download the installer again, and it should work flawlessly. As always, feel free to ...

Revision 239: Removed console logging instructions, which were appearing when running the appl
Revision 243: Added a merge() method to AnyPropertyMaps, so that they can have several propert
Revision 244: Preparing the code for delivery; added Doxygen comments, removed unused or confu
Revision 256: Added another Doxygen comment about a template method specialization in the AnyP
remproject: Version 1.0 is ready! :) Feel free to download and play with it! http://remproject.org/downloads/
Version 1.0 is out!

Rem version 1.0 is ready to use! This version just supports the creation, storage and retrieval of use case diagrams, but the source code is ready to be extended, to support the creation of other types of diagrams.

Download and enjoy!

Revision 244: Preparing the code for delivery; added Doxygen comments, removed unused or confu
Revision 245: Documenting the system and refactoring some interfaces