paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test listbox.cpp,1.1.2.4,1.1.2.5 paratest.cp


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test listbox.cpp,1.1.2.4,1.1.2.5 paratest.cpp,1.2.6.9,1.2.6.10
Date: Sat, 05 Apr 2003 09:48:36 -0500

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv8925/test

Modified Files:
      Tag: devel-1-0
        listbox.cpp paratest.cpp 
Log Message:
- fixed a bug in PG_MessageObject::PumpIntoEventQueue(..)
  MOUSEMOTIONEVENT don't need to be passed to ALL objects
- added a method to PG_Application to clear and delete the background
  (void DeleteBackground()) (Thanks H.C. <address@hidden>)
- fixed a potential memory leak in PG_Application resulting from changing
  non-scaled backgrounds (Thanks H.C. <address@hidden>)
- added a method to PG_RichEdit to set the default alignment (void
  SetAutoVerticalResize(...)) (Thanks H.C. <address@hidden>)
- added a method to PG_RichEdit to activate / deactivate auto vertical
  resize (void SetAlignment(...)) (Thanks H.C. <address@hidden>)
          


Index: listbox.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/Attic/listbox.cpp,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** listbox.cpp 30 Mar 2003 18:45:19 -0000      1.1.2.4
--- listbox.cpp 5 Apr 2003 14:48:33 -0000       1.1.2.5
***************
*** 48,52 ****
        for(i=0; i<10; i++) {
                listbox.AddItem(items[i]);
-               items[i]->Show();
        }
  
--- 48,51 ----

Index: paratest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/paratest.cpp,v
retrieving revision 1.2.6.9
retrieving revision 1.2.6.10
diff -C2 -r1.2.6.9 -r1.2.6.10
*** paratest.cpp        22 Jan 2003 13:36:40 -0000      1.2.6.9
--- paratest.cpp        5 Apr 2003 14:48:33 -0000       1.2.6.10
***************
*** 510,518 ****
  
        
-       // PG_Notebook   pgn(0, PG_Rect(50, 320, 300, 150));
-       // pgn.AddPage("Test", 0x01);
-       // pgn.AddPage("Second", 0x02);
-       // pgn.Show();
-               
        // Enter main loop 
        app.Run();
--- 510,513 ----





reply via email to

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