]> git.saurik.com Git - wxWidgets.git/commitdiff
Cleaning of headers.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 18 Jan 2005 21:14:27 +0000 (21:14 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 18 Jan 2005 21:14:27 +0000 (21:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

87 files changed:
include/wx/palmos/accel.h
include/wx/palmos/app.h
include/wx/palmos/apptbase.h
include/wx/palmos/apptrait.h
include/wx/palmos/bitmap.h
include/wx/palmos/bmpbuttn.h
include/wx/palmos/brush.h
include/wx/palmos/button.h
include/wx/palmos/caret.h
include/wx/palmos/checkbox.h
include/wx/palmos/checklst.h
include/wx/palmos/chkconf.h
include/wx/palmos/choice.h
include/wx/palmos/clipbrd.h
include/wx/palmos/colordlg.h
include/wx/palmos/colour.h
include/wx/palmos/combobox.h
include/wx/palmos/control.h
include/wx/palmos/crashrpt.h
include/wx/palmos/cursor.h
include/wx/palmos/dc.h
include/wx/palmos/dcclient.h
include/wx/palmos/dcmemory.h
include/wx/palmos/dcprint.h
include/wx/palmos/dcscreen.h
include/wx/palmos/dialog.h
include/wx/palmos/dib.h
include/wx/palmos/dirdlg.h
include/wx/palmos/display.h
include/wx/palmos/dragimag.h
include/wx/palmos/enhmeta.h
include/wx/palmos/evtloop.h
include/wx/palmos/fdrepdlg.h
include/wx/palmos/filedlg.h
include/wx/palmos/font.h
include/wx/palmos/fontdlg.h
include/wx/palmos/fontenum.h
include/wx/palmos/frame.h
include/wx/palmos/gauge.h
include/wx/palmos/gdiimage.h
include/wx/palmos/gdiobj.h
include/wx/palmos/glcanvas.h
include/wx/palmos/help.h
include/wx/palmos/icon.h
include/wx/palmos/imaglist.h
include/wx/palmos/joystick.h
include/wx/palmos/listbox.h
include/wx/palmos/listctrl.h
include/wx/palmos/mdi.h
include/wx/palmos/menu.h
include/wx/palmos/menuitem.h
include/wx/palmos/metafile.h
include/wx/palmos/mimetype.h
include/wx/palmos/minifram.h
include/wx/palmos/msgdlg.h
include/wx/palmos/mslu.h
include/wx/palmos/msvcrt.h
include/wx/palmos/notebook.h
include/wx/palmos/palette.h
include/wx/palmos/pen.h
include/wx/palmos/popupwin.h
include/wx/palmos/printdlg.h
include/wx/palmos/printpalm.h
include/wx/palmos/progdlg.h
include/wx/palmos/radiobox.h
include/wx/palmos/radiobut.h
include/wx/palmos/scrolbar.h
include/wx/palmos/setup0.h
include/wx/palmos/slider.h
include/wx/palmos/sound.h
include/wx/palmos/spinbutt.h
include/wx/palmos/spinctrl.h
include/wx/palmos/statbmp.h
include/wx/palmos/statbox.h
include/wx/palmos/statline.h
include/wx/palmos/stattext.h
include/wx/palmos/statusbr.h
include/wx/palmos/tabctrl.h
include/wx/palmos/taskbar.h
include/wx/palmos/textctrl.h
include/wx/palmos/tglbtn.h
include/wx/palmos/timer.h
include/wx/palmos/toolbar.h
include/wx/palmos/tooltip.h
include/wx/palmos/toplevel.h
include/wx/palmos/treectrl.h
include/wx/palmos/window.h

index 9c574247cfd89e8c8e7e730bc3cc4d3aadd35c75..9cc3f02552db73cb79f827f7dff33438663325ac 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/accel.h
 // Purpose:     wxAcceleratorTable class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 153d1e6968f4c5a2a82501bb7840027d72d5fb69..1b294ed5d8646222dd37a35c5b94211e9beddd3d 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        app.h
+// Name:        wx/palmos/app.h
 // Purpose:     wxApp class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/17/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 14c3485d785e77fb4dcabd7beeb800311730fd07..1356d26cb2cca92787d4c420a204e447613d79e4 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/apptbase.h
 // Purpose:     declaration of wxAppTraits for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 0900044c1bb5806e4751324045c2c27e5c447c55..f01d5b8fb3cabf82a3e61d38a9cf23d5ac4da836 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/apptrait.h
 // Purpose:     class implementing wxAppTraits for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index f4f92cdc925de3340f1dd73d0a34e8c9983fa5d0..9175059861188c739131fef35a3ce722bb1d222e 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/bitmap.h
 // Purpose:     wxBitmap class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 1de213b7199d6cad9388c327eadb1dcae6b5ee0c..948473836f9d3c999092289f545d87abfe7089af 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        bmpbuttn.h
+// Name:        wx/palmos/bmpbuttn.h
 // Purpose:     wxBitmapButton class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index bd7d5a50b80bbe81c90ab8315bb14dea9f50c14a..a4a909a36018c1208dcb77ac697c06f7727071f5 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/brush.h
 // Purpose:     wxBrush class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 73c7c977507089c9fefebd1ab9607ca771f1c3ca..a34f5a45c27eb8c0e92d886062eb6709ba55ebd1 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/button.h
 // Purpose:     wxButton class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 4a59ce34d31a7d87e667d9f401f50af565610500..f1d2865791889ec12e443ad5beab483b938de476 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/caret.h
+// Name:        wx/palmos/caret.h
 // Purpose:     wxCaret class - the Palm OS implementation of wxCaret
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 53bfe783e1ee4ddc4d88656c5b689f79e6cabf65..e081d630275ecebad857928005c1f4078e012458 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/checkbox.h
 // Purpose:     wxCheckBox class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index af3989e392fa497654e789451a7d842baef662ce..c8da1bc164b433e79325fb5346405fcf0a603e12 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        checklst.h
+// Name:        wx/palmos/checklst.h
 // Purpose:     wxCheckListBox class - a listbox with checkable items
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 18772c368e7bcd840d3671e3f7c0eeb2edfc5831..121f45d40742cd9624fd1f895dd21de484dfe974 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Name:        wx/palmos/chkconf.h
  * Purpose:     Compiler-specific configuration checking
- * Author:      William Osborne
+ * Author:      William Osborne - minimal working wxPalmOS port
  * Modified by:
  * Created:     10/13/04
- * RCS-ID:      $Id:
+ * RCS-ID:      $Id$
  * Copyright:   (c) William Osborne
  * Licence:     wxWindows licence
  */
index 91bd1c0abccb803ac5a729a3263602c5fd8a12f3..f2e001a4ca822670949adbb5c194e05ce69d1900 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        choice.h
+// Name:        wx/palmos/choice.h
 // Purpose:     wxChoice class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 36d540cf274eee90fedace807f51b2524069b4c1..4945317a0ecf2df0e17ca3a9ae8985f358029802 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/clipbrd.h
 // Purpose:     wxClipboad class and clipboard functions for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index b598e0f306b213c1330d309bf6242fea3920a878..2c5930a7ef99e756117b99831bf54ad8bd8444c3 100644 (file)
@@ -1,11 +1,11 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/colordlg.h
 // Purpose:     wxColourDialog class
-// Author:      William Osborne
-// Modified by:
+// Author:      William Osborne - minimal working wxPalmOS port
+// Modified by: Wlodzimierz ABX Skiba - real native implementation
 // Created:     10/13/04
-// RCS-ID:      $Id:
-// Copyright:   (c) William Osborne
+// RCS-ID:      $Id$
+// Copyright:   (c) William Osborne, Wlodzimierz Skiba
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index e95c1c5a66e00be2fafbe4d2420e2391215266e6..57a071b38e20d8a3c32b7e86865e1ba661ae01da 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/colour.h
 // Purpose:     wxColour class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index ac52a54f3931eabf5f322fcdeb8fe1c72e6ba0e4..acfcbc0c48002256ed07a426dd1a8d1589f7d2d0 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/msw/combobox.h
+// Name:        wx/palmos/combobox.h
 // Purpose:     wxComboBox class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index a74f58cc0bc97b22470cece18a7f1ce979dcd50b..564f88e196deacbda81002e6c1f31701b0e62eef 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        control.h
+// Name:        wx/palmos/control.h
 // Purpose:     wxControl class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index f7ce335d0483a2a9953ce8fcc05583d52e46ecd6..363fb99388f683b6209bbc08f520c169ccce6799 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/crashrpt.h
 // Purpose:     helpers for the structured exception handling (SEH)
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 300548bee8825b162d86ed9f77ed04916a5cad2f..95b95d50157e7bb0777b354658394870ea1b1331 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/cursor.h
 // Purpose:     wxCursor class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index fb95b043cee3c0b1d341d5a1a1a9c07689991aff..1799147d07a4515130ab790b94bf871c31de94f8 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dc.h
+// Name:        wx/palmos/dc.h
 // Purpose:     wxDC class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 8100f65680dd98c12259884e1178f994d6f3eb4d..36fe11450a837379a8d2251753ba30eebd8c3d8d 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcclient.h
+// Name:        wx/palmos/dcclient.h
 // Purpose:     wxClientDC class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 9c125ff42f6c7e2546034bf3fac6e15031c3b6dd..ebdd5921733cb888a3b6639c49ed3204797cee23 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/dcmemory.h
 // Purpose:     wxMemoryDC class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 87246e6cd4b46760ea43499e5794a25c4f51f16c..707c46dd4ba93f699bf95ec3216bbc1f3877030d 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/dcprint.h
 // Purpose:     wxPrinterDC class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index d6901d7d3b5d4122a43431c67da4010dba7d5151..6104e5e9c6765af1e7d1a302be10ae7bf86cf42d 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/dcscreen.h
 // Purpose:     wxScreenDC class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 3f691683bba04ea1f3fdcc33a5d031010b8db879..209fc4a448e38296b3689056257a06a7fae2d810 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/dialog.h
 // Purpose:     wxDialog class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 444cdc0c1e100af1afe7fba8edb3d21d1b9cffcf..38d4d67643f46ebd9813a1d6cd2140d43c8756c8 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/dib.h
 // Purpose:     wxDIB class representing device independent bitmaps
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 3269508b774da570b4c0272f095581e7b3365257..91d3391d36b0c4c45b6c697367b97d5d76af0c5f 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/dirdlg.h
 // Purpose:     wxDirDialog class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index c49313bec75f76a4cf432bf56241aff1cb002850..286e71b4b9fd9ea2430bac7adb37ee31ed17bf05 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        display.h
+// Name:        wx/palmos/display.h
 // Purpose:     wxDisplay class customization for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -49,7 +49,7 @@ private:
     wxArrayVideoModes DoGetModesWindows(const wxVideoMode& modeMatch) const;
     bool DoChangeModeWindows(const wxVideoMode& mode);
 
-    
+
     DECLARE_NO_COPY_CLASS(wxDisplay)
 };
 
index a522400c258bef45a96788c8d9c6473251e4f10c..a22f1d9f8d81aca6aedbecb2fac641e9dd79f875 100644 (file)
@@ -2,10 +2,10 @@
 // Name:        wx/palmos/dragimag.h
 // Purpose:     wxDragImage class: a kind of a cursor, that can cope
 //              with more sophisticated images
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index e502b076c215d46ca6380db1706eb455b45893a6..9047b91172409e48f24ad4ae4ad7520e76b1669d 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/enhmeta.h
 // Purpose:     wxEnhMetaFile class for PalmOS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index b0dadde7e5ba0f4ae8fbb6d1c215c8a588b89fbe..19b08f34044c3696304a4a0f9e2f59034d41d56a 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/evtloop.h
 // Purpose:     wxEventLoop class for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     2004-10-14
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 63998397a9905253d2085f91f0d0a53b8efa945f..1225eb9dc55f3174f14ed51791707105d75a5d0f 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/fdrepdlg.h
 // Purpose:     wxFindReplaceDialog class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index b145962b3ac9718bbf1c96ddf98229256af6f60e..ba400045cdcd6af79ef5f57e2078e4c586b1dd91 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/filedlg.h
 // Purpose:     wxFileDialog class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 8a543f2c5c251a7dc1e243ff3aab51457b9b028d..3cc6d11577a35f30ca65b093b151a269059a44b7 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        font.h
+// Name:        wx/palmos/font.h
 // Purpose:     wxFont class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/14/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 7392cb0f3d2528b506c76e3ca727116ea827fd62..30eab3c9b10739359068f1b57d5584d37659b75e 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        fontdlg.h
+// Name:        wx/palmos/fontdlg.h
 // Purpose:     wxFontDialog class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 0013ecc779e39c82435de7bcf40ed52eff73e68c..4c24522cbde7764f27e374cd66afecff30b9dce4 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        fontenum.h
+// Name:        wx/palmos/fontenum.h
 // Purpose:     wxFontEnumerator class for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 78434b645cf714fd8c3ab2ceeaf98fde88ef3b59..93d890664c7b50657b31d50fea6370df8d822874 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/frame.h
 // Purpose:     wxFrame class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -53,7 +53,7 @@ public:
 
     // event handlers
     void OnSysColourChanged(wxSysColourChangedEvent& event);
-    void OnPaint(wxPaintEvent& event);    
+    void OnPaint(wxPaintEvent& event);
 
     // Toolbar
 #if wxUSE_TOOLBAR
@@ -88,7 +88,7 @@ public:
     bool HandleMenuOpen();
     bool HandleMenuSelect(int ItemID);
 #endif // wxUSE_MENUS_NATIVE
+
 protected:
     // common part of all ctors
     void Init();
@@ -135,7 +135,7 @@ private:
 
     // used by IconizeChildFrames(), see comments there
     bool m_wasMinimized;
-    
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxFrame)
 };
index 5cf542c979f252fa179b23478a1c6dd8c05b9f7b..938f5e38dc8476e6e565a98f1e51bd7f47a8033b 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gauge.h
+// Name:        wx/palmos/gauge.h
 // Purpose:     wxGauge class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 18e24d5c83f100df92686ba66fc72f5c99b621b3..367dde51267ba182e7bfe557622a6b845920fe0e 100644 (file)
@@ -1,11 +1,11 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        include/wx/palmos/gdiimage.h
+// Name:        wx/palmos/gdiimage.h
 // Purpose:     wxGDIImage class: base class for wxBitmap, wxIcon, wxCursor
 //              under Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index f53d68507b0e84644011840f733824d533435462..8d8fbb5a54288eb3ef07439b39b8a2d1af5a2684 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/gdiobj.h
 // Purpose:     wxGDIObject class: base class for other GDI classes
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 4d89567993ffe2031511e2c1880327ee01e9f4a0..a6e56a96287509fb7fa2416a10f92eb4afb8a1ce 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/glcanvas.h
 // Purpose:     wxGLCanvas, for using OpenGL with wxWidgets under Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 2aa2b0d719368f393e909c723b076b1331467932..f21d2040a4d9c0498c6427d47cad479468364d85 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        helpwin.h
+// Name:        wx/palmos/helpwin.h
 // Purpose:     Help system: WinHelp implementation
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -50,7 +50,7 @@ public:
 protected:
     // Append extension if necessary.
     wxString GetValidFilename(const wxString& file) const;
-    
+
 private:
     wxString m_helpFile;
 };
index ff5867fb7158a17fd3a87c8ece518725f3c7b538..00363bcac27c80b7241534d62abe8fa796f735cd 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/icon.h
 // Purpose:     wxIcon class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index fc79c029d22b5d444b5438ebc6c5fa8c989f7760..c4ed8b7d339ba68c003ce27fc71e71457a88a8e6 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/imaglist.h
 // Purpose:     wxImageList class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 2f30f3fb664646d0b215405ca806966c4f8cf372..465c6d2a3974211cc28c69398038ad763edda5cf 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        joystick.h
+// Name:        wx/palmos/joystick.h
 // Purpose:     wxJoystick class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 52c3a51fb52a0ef5e38d010bc36a19e310a039ba..6deb42c9ff80570c6022d70cfd946cb29a7626b1 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/listbox.h
 // Purpose:     wxListBox class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 5271ed76e46e2ea2aa9cd0dd1584f76c0fb002fa..421a027cbaf9cdc52ae4d1224bc4c9cb28538550 100644 (file)
@@ -1,7 +1,7 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/listctrl.h
 // Purpose:     wxListCtrl class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
 // RCS-ID:      $Id$
index 425e51e39c05d9b90aecebc7282395ad27341558..43791188213ac9dea6a60149eb76105740ff952b 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/mdi.h
 // Purpose:     MDI (Multiple Document Interface) classes
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index d54a5a1472aadca9399294b6ecf39a26556155d9..99c09ff58433bf2f93a5f468872247b53ca08224 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/menu.h
 // Purpose:     wxMenu, wxMenuBar classes
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index fcf4d9b3f97bd3fa96d9233aa50b4d804bc23527..bf44cca90f730d97ca2dd7b0d990712c8ba1b60c 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        menuitem.h
+// Name:        wx/palmos/menuitem.h
 // Purpose:     wxMenuItem class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index f6fd52706524edc1a5766a7a6af53507e44fac19..21f70fc0ae0022b09d81338ad47512aac897b686 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/metafile.h
 // Purpose:     wxMetaFile, wxMetaFileDC and wxMetaFileDataObject classes
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index c6fdd88dedbd6cc500ada7e9fc19a5c33b7bc327..f2c4a969c23d1b74b7aa2d806093ae44192908b6 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/mimetype.h
 // Purpose:     classes and functions to manage MIME types
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 473f581f1f5bacad3fc692a96877c50e1af2a2f6..885405e5fe30f4ab4d88b8d9cd120389d45ee2fc 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/minifram.h
 // Purpose:     wxMiniFrame class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 97cd17124308bf7a28fad374f621563dbb270e36..f905b457f4b06512abb92eb852006c8f577ef873 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        msgdlg.h
+// Name:        wx/palmos/msgdlg.h
 // Purpose:     wxMessageDialog class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 3333f4627be46a6f1e2a7b02eefbb5f925fcfdee..80906d61067d3295650b9e3110ba0cfe67c5b20d 100644 (file)
@@ -1,11 +1,11 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/mslu.h
 // Purpose:     Fixes for bugs in MSLU
-// Author:      Vaclav Slavik
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
-// Created:     2002/02/17
+// Created:     10/13/04
 // RCS-ID:      $Id$
-// Copyright:   (c) 2002 Vaclav Slavik
+// Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index 4a891c86ca1326bd0adf8442582133babb50afd1..61a801ddf3bdef58a14c7aea3763723e897a03c3 100644 (file)
@@ -56,7 +56,7 @@
     //
     //      http://support.microsoft.com/support/kb/articles/Q140/8/58.asp
     //
-    // for the details 
+    // for the details
     #define new  new( _NORMAL_BLOCK, __FILE__, __LINE__)
 
     #define wxCrtSetDbgFlag(flag) \
index fd9333b16ce078d20b7a2761cf0eb0ea2eab081a..2548ccce4f273b4165f07fb662600ff8d19726e9 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/notebook.h
+// Name:        wx/palmos/notebook.h
 // Purpose:     notebook interface (a.k.a. property sheet)
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index cebc6a2bc58a2dc2a4e8798f8021122dc5a1ee62..0fff3043eada2dca95b469f01cc31bea1c3c9c31 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        palette.h
+// Name:        wx/palmos/palette.h
 // Purpose:     wxPalette class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 26b86cf569dab21ff7ce3a46664d090c882b0d19..6b6d144b353e661701da82c523460aabb95144f3 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/pen.h
+// Name:        wx/palmos/pen.h
 // Purpose:     wxPen class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index a50339e8aec724ce46df06c334049dc3cb0965eb..c90da5414d3ce54d459a4f9b0479ef6795c75e2e 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/popupwin.h
 // Purpose:     wxPopupWindow class for PalmOS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 2bb9a5125751e28bc8a1c14f538be23fb6598b5d..91d9a0a2d1d69524764ebb3e7f98d931b23c861c 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        printdlg.h
+// Name:        wx/palmos/printdlg.h
 // Purpose:     wxPrintDialog, wxPageSetupDialog classes
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 55d6549e245e26ed29051a151f57b0c30f3180d7..05b5cb9086d70737190b5261fac38d3ff49d9ab0 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        printpalm.h
+// Name:        wx/palmos/printpalm.h
 // Purpose:     wxPalmPrinter, wxPalmPrintPreview classes
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 7e9e4fd74614472435827ae32ec249c1c033a1ec..0000d901ee3a5fcecfcb679305ec1afd5cd9eedf 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        wx/palmos/progdlg.h
 // Purpose:     wxProgressDialog interface
 // Author:      Wlodzimierz ABX Skiba
-// Modified by:
+// Modified by: 
 // Created:     29.12.2004
 // RCS-ID:      $Id$
 // Copyright:   (c) Wlodzimierz Skiba
index fbb7560f32006d97463d540af7e0c2ed2f9141e3..a2b37f2e1819a090c13f17c853c38928a5880eae 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/radiobox.h
 // Purpose:     wxRadioBox class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 87e1d25d00c09128a8260e038885c784300e69fd..954295f422d28d4f8f9a12df248c8aa1fabce68a 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        radiobut.h
+// Name:        wx/palmos/radiobut.h
 // Purpose:     wxRadioButton class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 6ade82a3ab30c806e1fbb48f2b24729d76cfdddd..93f0c83a0a345a9528007f28c8dd448b66704f5f 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        scrollbar.h
+// Name:        wx/palmos/scrollbar.h
 // Purpose:     wxScrollBar class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index f34c915b4e47b6e83463fbfbe77872ad14c5f7b7..0f1725364fb02e809443f0ea7a7178e856a2de08 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/msw/setup.h
+// Name:        wx/palmos/setup.h
 // Purpose:     Configuration for the library
 // Author:      Julian Smart
 // Modified by:
index 698e532c9511d41b6d8f9df9efb6a24948350967..fb97c2e1641efe3903a776cf85b1c1a82471ead0 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/slider95.h
 // Purpose:     wxSlider class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -100,7 +100,7 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
 
     virtual wxSize DoGetBestSize() const;
-    
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider)
 };
 
index d77ffa6f7673f2623a19684d5b58cd2e65ebfc6e..3ec4f6447e512a4221b724740fc66b1d2b0b8a03 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        sound.h
+// Name:        wx/palmos/sound.h
 // Purpose:     wxSound class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -35,12 +35,12 @@ public:
   bool Create(int size, const wxByte* data);
 
   bool  IsOk() const { return (m_waveData ? true : false); };
-    
+
   static void Stop();
 
 protected:
   bool  Free();
-    
+
   bool DoPlay(unsigned flags) const;
 
 private:
index 1d9fc485a0195c0832434edec92752602fb7377f..d89aa26fdb022eef1f29c0c51bf09c724aed9e41 100644 (file)
@@ -1,11 +1,11 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/univ/spinbutt.h
+// Name:        wx/palmos/spinbutt.h
 // Purpose:     wxSpinButton class
-// Author:      Julian Smart
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
-// Created:     01/02/97
+// Created:     10/13/04
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart
+// Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
index dfb88a09fd79e0a95f878607d8433e0cf4674d5f..98195d871df7d611651c972ade80650a40ab9852 100644 (file)
@@ -1,10 +1,10 @@
 ////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/spinctrl.h
+// Name:        wx/palmos/spinctrl.h
 // Purpose:     wxSpinCtrl class declaration for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 93b4dc2cb2223fd96b97b9371392e1dbdd7d194e..0e130aeec989f8e00bfc1435ed33beee6f70e8eb 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/statbmp.h
 // Purpose:     wxStaticBitmap class for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index d6d82e0501201771d3b19bb3abe206e6d27b26a9..4a6ad13a8ef775b64324940dddb18f0bfa05f8cf 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        statbox.h
+// Name:        wx/palmos/statbox.h
 // Purpose:     wxStaticBox class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index bccb0e8595260d95e4da2d9e45d526433a27262c..4e11f108a1d47b0ba85e37f68f8122095cf65662 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/statline.h
+// Name:        wx/palmos/statline.h
 // Purpose:     Palm OS version of wxStaticLine class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 8b8534bb81f0c0c9c6d808939cda8c3f648caf59..3a7a4d04100235fcc68d09ce82fa66a36250e0f4 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/stattext.h
 // Purpose:     wxStaticText class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 485e9a1b7b432edfee32bc62b09dc86345c75c34..dade65c243d42106ece9c0c929fbf7cf6a900eca 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/statusbr.h
+// Name:        wx/palmos/statusbr.h
 // Purpose:     Palm OS implementation of wxStatusBar
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -57,7 +57,7 @@ public:
     // get the border size
     virtual int GetBorderX() const;
     virtual int GetBorderY() const;
-    
+
     void DrawStatusBar();
 
 protected:
@@ -70,7 +70,7 @@ protected:
     wxString GetStatusBufferText(int number);
     wxListString *GetOrCreateStatusBuffer(int i);
     wxListString *GetStatusBufferStack(int i) const;
-    void DeleteStatusBuffer();    
+    void DeleteStatusBuffer();
 
     // override base class virtual
     void DoMoveWindow(int x, int y, int width, int height);
index 53095f163b594e2b0707b494d48be3eaf3231247..dd9cfa85391e16d7629312f11a3d5de4fb90cd61 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        tabctrl.h
+// Name:        wx/palmos/tabctrl.h
 // Purpose:     wxTabCtrl class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index b381f0ea562852bb50f10f48b69187df4947cf63..48c0dbad09b2c486d12ac212139239b468973517 100644 (file)
@@ -1,12 +1,11 @@
 /////////////////////////////////////////////////////////////////////////
 // File:        wx/palmos/taskbar.h
-// Purpose:     Defines wxTaskBarIcon class for manipulating icons on the
-//              task bar.
-// Author:      Julian Smart
-// Modified by: Vaclav Slavik
-// Created:     24/3/98
+// Purpose:     Defines wxTaskBarIcon class.
+// Author:      William Osborne - minimal working wxPalmOS port
+// Modified by:
+// Created:     10/13/04
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart
+// Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////
 
index e6f8f5ba1e30e79b033293522bd021f546c46908..4a3528d1f214655dd2f76a386c5470aa871066fa 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/textctrl.h
 // Purpose:     wxTextCtrl class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index d28f4a7327b6f771f25d160ca3719ed6de0df9b0..b3ed4f3647e0c85c3d9ae1860839355dd9e7fb72 100644 (file)
@@ -2,10 +2,10 @@
 // Name:        wx/palmos/tglbtn.h
 // Purpose:     Declaration of the wxToggleButton class, which implements a
 //              toggle button under Palm OS.
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index dc2b749db7b33535e30a848a35cdcbece2c9b726..efdfa20361aac3dd717cd28fed7f5c1cf06e0d8c 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        timer.h
+// Name:        wx/palmos/timer.h
 // Purpose:     wxTimer class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index f6e689a8ba3e1956b78e761e6adeb8e8f3bcf6f3..4188d1b2cb5b4c1c250d6ede0eaf73d602d5d411 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/toolbar.h
 // Purpose:     wxToolBar class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 229c645b292f5f55a12a6c1a80cea24efb678b14..e9f2eb1b486f7294b5b704b354505aa19697bac0 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/tooltip.h
+// Name:        wx/palmos/tooltip.h
 // Purpose:     wxToolTip class - tooltip control
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 7ab2aca2ac0a56b9f7ed7bb7ebedceda32ff5ada..73a44916b40ba6476c5ced1c6848883e59442e05 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/toplevel.h
 // Purpose:     wxTopLevelWindow
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
index 80c037f8c8164b13a229d5fb4fa6e3aac7545c20..bf7355d02723537f422060377ed16f40542218c7 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/treectrl.h
 // Purpose:     wxTreeCtrl class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
index 636b7bc66e569e854faaba5eb8d730dae575e060..a00a06e6e7a8cbddf63a4d28b57963e38c7ccc1c 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/window.h
 // Purpose:     wxWindow class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////