paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/font facecache.h,1.1.1.1.6.1,1.1.1.1.6.2


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/font facecache.h,1.1.1.1.6.1,1.1.1.1.6.2 pgfont.cpp,1.3.6.2,1.3.6.3 pgfont_impl.cpp,1.2,1.2.6.1
Date: Sat, 04 Jan 2003 16:13:43 -0500

Update of /cvsroot/paragui/paragui/src/font
In directory subversions:/tmp/cvs-serv24897/src/font

Modified Files:
      Tag: devel-1-0
        facecache.h pgfont.cpp pgfont_impl.cpp 
Log Message:
- kicked version to 1.0.4
- added "using namespace std;" to paraconfig.h
- removed all std:: prefixes
- removed std:: hacks for gcc, mwerks compilers (no longer needed due to 
default namespace std)



Index: facecache.h
===================================================================
RCS file: /cvsroot/paragui/paragui/src/font/facecache.h,v
retrieving revision 1.1.1.1.6.1
retrieving revision 1.1.1.1.6.2
diff -C2 -r1.1.1.1.6.1 -r1.1.1.1.6.2
*** facecache.h 29 May 2002 22:11:45 -0000      1.1.1.1.6.1
--- facecache.h 4 Jan 2003 21:13:41 -0000       1.1.1.1.6.2
***************
*** 31,35 ****
  };
  
! typedef std::map<int, PG_GlyphCacheItem*> PG_GlyphCache;
  
  class PG_FontFaceCacheItem {
--- 31,35 ----
  };
  
! typedef map<int, PG_GlyphCacheItem*> PG_GlyphCache;
  
  class PG_FontFaceCacheItem {

Index: pgfont.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/font/pgfont.cpp,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -r1.3.6.2 -r1.3.6.3
*** pgfont.cpp  17 Jun 2002 08:01:57 -0000      1.3.6.2
--- pgfont.cpp  4 Jan 2003 21:13:41 -0000       1.3.6.3
***************
*** 659,663 ****
  
        // lets see if the file is already in the cache
!       FONT_ITEM* item = my_fontcache[(std::string)filename];
  
        // NO -> Load the face from the file
--- 659,663 ----
  
        // lets see if the file is already in the cache
!       FONT_ITEM* item = my_fontcache[(string)filename];
  
        // NO -> Load the face from the file
***************
*** 676,680 ****
  
                // add the face to the cache
!               my_fontcache[(std::string)filename] = item;
        }
  
--- 676,680 ----
  
                // add the face to the cache
!               my_fontcache[(string)filename] = item;
        }
  

Index: pgfont_impl.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/font/pgfont_impl.cpp,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -C2 -r1.2 -r1.2.6.1
*** pgfont_impl.cpp     15 Apr 2002 13:31:31 -0000      1.2
--- pgfont_impl.cpp     4 Jan 2003 21:13:41 -0000       1.2.6.1
***************
*** 10,14 ****
        int size;
        int index;
!       std::string name;
  
        Uint32 dummy1;
--- 10,14 ----
        int size;
        int index;
!       string name;
  
        Uint32 dummy1;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]