-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the Makefile.msc and fixed some issues with the MSVC compiler. Moved GraphicsPath::Node implementation to the DLL. Added FigureProperties in Paths example. Fixed a couple of bugs Paths example.
- Loading branch information
Showing
20 changed files
with
472 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Vaca - Visual Application Components Abstraction | ||
Copyright (c) 2005, 2006, David A. Capello | ||
Copyright (c) 2005, 2006, 2007, 2008, David A. Capello | ||
All rights reserved. | ||
|
||
-- | ||
|
||
Vaca is a library to wrap the Win32 API with C++ classes. Also, it's | ||
has some extra functionalities like dockable tool bars and layout | ||
managers. This library uses templates (but not generic programming), | ||
and Boost (the Boost.Signals library is just perfect). | ||
Vaca is a library to develop GUI applications with C++. | ||
It uses templates and STL, and has some special features like | ||
dockable tool bars and layout managers. | ||
|
||
Vaca is a wrapper for the Win32 API. What is the Win32 API? You don't | ||
need to know about it, but it is the set of routines that Microsoft | ||
gives you to program applications on Windows. | ||
|
||
-- | ||
|
||
http://vaca.sourceforge.net/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.