]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years ago Applied zero-size patch.
Robert Roebling [Mon, 26 Aug 2002 21:27:13 +0000 (21:27 +0000)] 
  Applied zero-size patch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoanother fix to the wxFormatConverter bug with the formats which don't have to be...
Vadim Zeitlin [Mon, 26 Aug 2002 21:15:04 +0000 (21:15 +0000)] 
another fix to the wxFormatConverter bug with the formats which don't have to be converted

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRemoved compilation warnings (mostly mismatches between the format string
Guillermo Rodriguez Garcia [Mon, 26 Aug 2002 21:12:25 +0000 (21:12 +0000)] 
Removed compilation warnings (mostly mismatches between the format string
for debug/trace printfs and the actual parameters, e.g. int vs long, etc)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Corrected wxFormatConverter for strings which need
Robert Roebling [Mon, 26 Aug 2002 20:58:56 +0000 (20:58 +0000)] 
  Corrected wxFormatConverter for strings which need
   not get converted.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded extra parentheses to wxDynamicCast() to allow using it like wxDynamicCast(foo...
Vadim Zeitlin [Mon, 26 Aug 2002 20:58:53 +0000 (20:58 +0000)] 
added extra parentheses to wxDynamicCast() to allow using it like wxDynamicCast(foo, Foo)->DoFoo()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoDetect if g++ requires -fvtable-thunks for COM interfaces.
Mattia Barbon [Mon, 26 Aug 2002 20:44:50 +0000 (20:44 +0000)] 
Detect if g++ requires -fvtable-thunks for COM interfaces.
Newer g++ does not require nor support it, so it must not be used.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoEnsure that the busy cursor is dismissed
Robin Dunn [Mon, 26 Aug 2002 19:45:38 +0000 (19:45 +0000)] 
Ensure that the busy cursor is dismissed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixup clipboard usage a bit more.
Robin Dunn [Mon, 26 Aug 2002 17:50:44 +0000 (17:50 +0000)] 
Fixup clipboard usage a bit more.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoBring italian translation up to date
Mattia Barbon [Sun, 25 Aug 2002 21:13:05 +0000 (21:13 +0000)] 
Bring italian translation up to date

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded forcing to image conversion to always attempt a color icon (needed eg for menus)
Stefan Csomor [Sun, 25 Aug 2002 21:02:39 +0000 (21:02 +0000)] 
added forcing to image conversion to always attempt a color icon (needed eg for menus)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Compile fix for prop.
Robert Roebling [Sun, 25 Aug 2002 20:27:35 +0000 (20:27 +0000)] 
  Compile fix for prop.
  Test change for dcclient.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Added configure check for vswprintf
Robert Roebling [Sun, 25 Aug 2002 20:26:18 +0000 (20:26 +0000)] 
  Added configure check for vswprintf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoWindows compilation fixes after recent changes
Vadim Zeitlin [Sun, 25 Aug 2002 19:03:06 +0000 (19:03 +0000)] 
Windows compilation fixes after recent changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago More work on Printing. It prints Kanji now using
Robert Roebling [Sun, 25 Aug 2002 18:41:59 +0000 (18:41 +0000)] 
  More work on Printing. It prints Kanji now using
    outlines and correctly prints wxHTML, but there
    are still problems with GetTextExtent() etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoHWND already typedef'ed on OS/2 with EMX.
Stefan Neis [Sun, 25 Aug 2002 18:29:17 +0000 (18:29 +0000)] 
HWND already typedef'ed on OS/2 with EMX.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoEMX (OS/2) defines _MAX_PATH only
Stefan Neis [Sun, 25 Aug 2002 18:26:31 +0000 (18:26 +0000)] 
EMX (OS/2) defines _MAX_PATH only

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoHWND already typedef'ed when compiling with EMX (OS/2).
Stefan Neis [Sun, 25 Aug 2002 18:25:21 +0000 (18:25 +0000)] 
HWND already typedef'ed when compiling with EMX (OS/2).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoprotected to restrictive for compiling with EMX.
Stefan Neis [Sun, 25 Aug 2002 18:24:18 +0000 (18:24 +0000)] 
protected to restrictive for compiling with EMX.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded __WXPM__ specific include, so it also compiles without pre-compiled headers.
Stefan Neis [Sun, 25 Aug 2002 18:22:48 +0000 (18:22 +0000)] 
Added __WXPM__ specific include, so it also compiles without pre-compiled headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUpdate to current API.
Stefan Neis [Sun, 25 Aug 2002 18:20:54 +0000 (18:20 +0000)] 
Update to current API.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoBSD systems define _T to something different in ctype.h, therefore include
Gilles Depeyrot [Sun, 25 Aug 2002 18:20:46 +0000 (18:20 +0000)] 
BSD systems define _T to something different in ctype.h, therefore include
ctype.h before overriding _T

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded an include to timer.h (needed for non-precompiled headers).
Stefan Neis [Sun, 25 Aug 2002 18:20:22 +0000 (18:20 +0000)] 
Added an include to timer.h (needed for non-precompiled headers).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded the usual GNU pragma.
Stefan Neis [Sun, 25 Aug 2002 18:17:54 +0000 (18:17 +0000)] 
Added the usual GNU pragma.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoEMX (OS/2) compilation fix. The implemented logic for not reloading Netscape
Stefan Neis [Sun, 25 Aug 2002 18:16:19 +0000 (18:16 +0000)] 
EMX (OS/2) compilation fix. The implemented logic for not reloading Netscape
        doesn't work and besides, Netscape is doing it automatically anyway.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoLike VMS, EMX (OS/2) doesn't support setsid.
Stefan Neis [Sun, 25 Aug 2002 18:07:28 +0000 (18:07 +0000)] 
Like VMS, EMX (OS/2) doesn't support setsid.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoCompilation fixes for EMX. Mostly adding includes and declarations that
Stefan Neis [Sun, 25 Aug 2002 17:58:44 +0000 (17:58 +0000)] 
Compilation fixes for EMX. Mostly adding includes and declarations that
        are missing when not using pre-compiled headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoDynamically retrieve used codepage.
Stefan Neis [Sun, 25 Aug 2002 17:53:55 +0000 (17:53 +0000)] 
Dynamically retrieve used codepage.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUse generic dirdlg, added generic mdi classes.
Stefan Neis [Sun, 25 Aug 2002 17:50:22 +0000 (17:50 +0000)] 
Use generic dirdlg, added generic mdi classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agono real changes
Vadim Zeitlin [Sun, 25 Aug 2002 17:15:03 +0000 (17:15 +0000)] 
no real changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agouse wxWcslen() instead of wcslen() which isn't always available in wxWCharBuffer...
Vadim Zeitlin [Sun, 25 Aug 2002 17:14:51 +0000 (17:14 +0000)] 
use wxWcslen() instead of wcslen() which isn't always available in wxWCharBuffer; do accept NULL in wx[W]CharBuffer ctor as the code elsewhere uses this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreorganized, improved and hopefully simplified wxchar.h and printf() functions handli...
Vadim Zeitlin [Sun, 25 Aug 2002 17:13:44 +0000 (17:13 +0000)] 
reorganized, improved and hopefully simplified wxchar.h and printf() functions handling; also added wxWcslen() to fix wcslen() problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFor now, use generic dirdlg for wxOS2.
Stefan Neis [Sun, 25 Aug 2002 17:12:54 +0000 (17:12 +0000)] 
For now, use generic dirdlg for wxOS2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded tests for fputwc() and wprintf()
Vadim Zeitlin [Sun, 25 Aug 2002 17:12:10 +0000 (17:12 +0000)] 
added tests for fputwc() and wprintf()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wxFrame* wxXmlResource::LoadFrame(parent,name)
Václav Slavík [Sun, 25 Aug 2002 12:14:37 +0000 (12:14 +0000)] 
added wxFrame* wxXmlResource::LoadFrame(parent,name)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoSome build/distrib tweaks
Robin Dunn [Sun, 25 Aug 2002 05:59:23 +0000 (05:59 +0000)] 
Some build/distrib tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoThere needs to be an initialized wxApp to manipulate bitmaps in wxGTK
Robin Dunn [Sun, 25 Aug 2002 04:21:12 +0000 (04:21 +0000)] 
There needs to be an initialized wxApp to manipulate bitmaps in wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoYou can't paste if someone else already has the clipboard open...
Robin Dunn [Sun, 25 Aug 2002 04:20:18 +0000 (04:20 +0000)] 
You can't paste if someone else already has the clipboard open...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoComment out a debug printf
Robin Dunn [Sun, 25 Aug 2002 04:19:45 +0000 (04:19 +0000)] 
Comment out a debug printf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoLoad the frame icons from a .py file so I don't have to figure out how
Robin Dunn [Sun, 25 Aug 2002 03:39:00 +0000 (03:39 +0000)] 
Load the frame icons from a .py file so I don't have to figure out how
to tell distutils to install the .ico in the right place...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoDon't need the "-hybrid" in the name any longer
Robin Dunn [Sun, 25 Aug 2002 01:53:43 +0000 (01:53 +0000)] 
Don't need the "-hybrid" in the name any longer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoChanged slightly the meaning of the Hybrid build. It is now
Robin Dunn [Sun, 25 Aug 2002 01:43:22 +0000 (01:43 +0000)] 
Changed slightly the meaning of the Hybrid build.  It is now
essentially a release build (no debug info, optimiztions turned on)
with the addition of __WXDEBUG__ being defined.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded new default handlers for open/print events, removing the need for using private...
Stefan Csomor [Sat, 24 Aug 2002 22:04:04 +0000 (22:04 +0000)] 
added new default handlers for open/print events, removing the need for using private headers in the specific application

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUpdated PyCrust code from Patrick
Robin Dunn [Sat, 24 Aug 2002 21:44:57 +0000 (21:44 +0000)] 
Updated PyCrust code from Patrick

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoChanged installer base filename
Robin Dunn [Sat, 24 Aug 2002 21:44:30 +0000 (21:44 +0000)] 
Changed installer base filename

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoTest code for float editors
Robin Dunn [Sat, 24 Aug 2002 21:44:02 +0000 (21:44 +0000)] 
Test code for float editors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAll editors that derive from wxGridCellTextEditor will now select the
Robin Dunn [Sat, 24 Aug 2002 21:40:43 +0000 (21:40 +0000)] 
All editors that derive from wxGridCellTextEditor will now select the
existing value when the editor is started, just like a wxTextCtrl now
does in normal use.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoIf the number or float editor is being used but the values are
Robin Dunn [Sat, 24 Aug 2002 21:39:21 +0000 (21:39 +0000)] 
If the number or float editor is being used but the values are
saved/loaded to the table as strings, then allow empty strings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wxCHECK_GCC_VERSION() macro
Vadim Zeitlin [Sat, 24 Aug 2002 21:28:48 +0000 (21:28 +0000)] 
added wxCHECK_GCC_VERSION() macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated CW exported xml projects
Gilles Depeyrot [Sat, 24 Aug 2002 21:08:41 +0000 (21:08 +0000)] 
updated CW exported xml projects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated CW exported xml projects
Gilles Depeyrot [Sat, 24 Aug 2002 20:57:15 +0000 (20:57 +0000)] 
updated CW exported xml projects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 20:20:04 +0000 (20:20 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoignore files produced when building samples
Gilles Depeyrot [Sat, 24 Aug 2002 20:19:34 +0000 (20:19 +0000)] 
ignore files produced when building samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed wxGridCellFloatEditor::Clone
Robin Dunn [Sat, 24 Aug 2002 20:03:42 +0000 (20:03 +0000)] 
Fixed wxGridCellFloatEditor::Clone

Changed wxGridCellEditor::GetString to use %f instead of %g to match
the Renderer, otherwise it would truncate/round the value to
m_precision significant digits instead of m_precision digits after the
decimal point.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated CW exported xml projects
Gilles Depeyrot [Sat, 24 Aug 2002 19:53:45 +0000 (19:53 +0000)] 
updated CW exported xml projects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoimproved conditional compilation since generic grid and new grid are exclusive
Gilles Depeyrot [Sat, 24 Aug 2002 19:45:04 +0000 (19:45 +0000)] 
improved conditional compilation since generic grid and new grid are exclusive

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded newest grid source file
Gilles Depeyrot [Sat, 24 Aug 2002 19:42:12 +0000 (19:42 +0000)] 
added newest grid source file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing png source files to CW project
Gilles Depeyrot [Sat, 24 Aug 2002 19:35:31 +0000 (19:35 +0000)] 
added missing png source files to CW project

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 18:34:24 +0000 (18:34 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 18:10:08 +0000 (18:10 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 17:20:12 +0000 (17:20 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 17:06:53 +0000 (17:06 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 16:36:12 +0000 (16:36 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 16:36:11 +0000 (16:36 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agowxUNUSED
Stefan Csomor [Sat, 24 Aug 2002 16:29:33 +0000 (16:29 +0000)] 
wxUNUSED

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 16:20:21 +0000 (16:20 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix for getting CW Carbon Target
Stefan Csomor [Sat, 24 Aug 2002 14:50:36 +0000 (14:50 +0000)] 
fix for getting CW Carbon Target

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogetting rid of warnings
Stefan Csomor [Sat, 24 Aug 2002 14:41:56 +0000 (14:41 +0000)] 
getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agowxChoice derives from wxChoiceBase; renamed Append to DoAppend
Julian Smart [Sat, 24 Aug 2002 10:54:15 +0000 (10:54 +0000)] 
wxChoice derives from wxChoiceBase; renamed Append to DoAppend

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAttempts to reduce errors in compile farm for
Julian Smart [Sat, 24 Aug 2002 10:01:47 +0000 (10:01 +0000)] 
Attempts to reduce errors in compile farm for
unusual combinations of platform/app

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agowxToupper added again
Stefan Csomor [Sat, 24 Aug 2002 07:40:45 +0000 (07:40 +0000)] 
wxToupper added again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoopaque toolbox structs under Classic break access to contrlDefProc
Gilles Depeyrot [Sat, 24 Aug 2002 06:55:46 +0000 (06:55 +0000)] 
opaque toolbox structs under Classic break access to contrlDefProc
the default value is fine for Classic & Carbon unless __WXDEBUG__ is defined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoSWIGged update for wxGTK
Robin Dunn [Sat, 24 Aug 2002 02:44:52 +0000 (02:44 +0000)] 
SWIGged update for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoChange back to the simple method by default
Robin Dunn [Sat, 24 Aug 2002 02:44:30 +0000 (02:44 +0000)] 
Change back to the simple method by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoEnsure that the mouse is not captured in the calltip window
Robin Dunn [Sat, 24 Aug 2002 02:37:21 +0000 (02:37 +0000)] 
Ensure that the mouse is not captured in the calltip window

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed a layout bug in XRCed
Robin Dunn [Sat, 24 Aug 2002 02:30:48 +0000 (02:30 +0000)] 
Fixed a layout bug in XRCed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded SendSizeEvent
Robin Dunn [Sat, 24 Aug 2002 02:30:11 +0000 (02:30 +0000)] 
Added SendSizeEvent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded wxXmlResourceHandler to wxPython and enabled it's virtuals to be
Robin Dunn [Sat, 24 Aug 2002 02:29:34 +0000 (02:29 +0000)] 
Added wxXmlResourceHandler to wxPython and enabled it's virtuals to be
Python Callbacks.  Added a sample to the demo to show how to do it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded generic LoadObject methods that can load any classtype from a
Robin Dunn [Sat, 24 Aug 2002 02:26:13 +0000 (02:26 +0000)] 
Added generic LoadObject methods that can load any classtype from a
resources and return it as a wxObject (Assuming there is a handler for
it.)

Enabled wxFrames and wxDialogs to be loaded using a new instance
rather than only with existing instances.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomention the key code changes
Vadim Zeitlin [Fri, 23 Aug 2002 20:35:24 +0000 (20:35 +0000)] 
mention the key code changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocompilation fix for Unicode build
Vadim Zeitlin [Fri, 23 Aug 2002 19:53:25 +0000 (19:53 +0000)] 
compilation fix for Unicode build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed some GTK2 compilation warnings
Vadim Zeitlin [Fri, 23 Aug 2002 19:01:47 +0000 (19:01 +0000)] 
fixed some GTK2 compilation warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoapplied patch #599264 (fixes to wxrc -g)
Václav Slavík [Fri, 23 Aug 2002 18:52:31 +0000 (18:52 +0000)] 
applied patch #599264 (fixes to wxrc -g)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed compile error
Robin Dunn [Fri, 23 Aug 2002 18:21:05 +0000 (18:21 +0000)] 
Fixed compile error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed crash when calling Delete(root) and also when calling Delete(descendant_of_sele...
Vadim Zeitlin [Fri, 23 Aug 2002 18:05:58 +0000 (18:05 +0000)] 
fixed crash when calling Delete(root) and also when calling Delete(descendant_of_selected_item)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoremoved #include shlobj.h -- it breaks mingw32 wxBase builds ( needs -fvtable-thunks )
Ron Lee [Fri, 23 Aug 2002 18:05:11 +0000 (18:05 +0000)] 
removed #include shlobj.h -- it breaks mingw32 wxBase builds ( needs -fvtable-thunks )
and appears to be unneccessary for mingw32 gui builds.  It's been around since 1.1 so
I'm blindly guessing no one else will need it now either.  If that's wrong, please wrap
it in USE_GUI, thanks.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix wxMotif sample program compile test
Vadim Zeitlin [Fri, 23 Aug 2002 17:43:51 +0000 (17:43 +0000)] 
fix wxMotif sample program compile test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodefine wxUSE_XPM_IN_MSW for MSW compilation
Vadim Zeitlin [Fri, 23 Aug 2002 16:54:04 +0000 (16:54 +0000)] 
define wxUSE_XPM_IN_MSW for MSW compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocompilation fix for !WX_PRECOMP
Vadim Zeitlin [Fri, 23 Aug 2002 16:00:32 +0000 (16:00 +0000)] 
compilation fix for !WX_PRECOMP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocompilation fix
Vadim Zeitlin [Fri, 23 Aug 2002 15:59:29 +0000 (15:59 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoremoved WXK_SPACE as duplicating the selection event, added theme text drawing patch
Stefan Csomor [Fri, 23 Aug 2002 14:35:44 +0000 (14:35 +0000)] 
removed WXK_SPACE as duplicating the selection event, added theme text drawing patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed selection handling and added default/cancel handling
Stefan Csomor [Fri, 23 Aug 2002 14:17:28 +0000 (14:17 +0000)] 
fixed selection handling and added default/cancel handling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agosetting the current event record correctly (needed for control text handling)
Stefan Csomor [Fri, 23 Aug 2002 14:16:55 +0000 (14:16 +0000)] 
setting the current event record correctly (needed for control text handling)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomake sure we don't keep a focus pointer to a window that gets deleted
Stefan Csomor [Fri, 23 Aug 2002 13:31:14 +0000 (13:31 +0000)] 
make sure we don't keep a focus pointer to a window that gets deleted

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agobrought key values of EVT_KEY and EVT_CHAR in synch with wxMSW and wxGTK...
Stefan Csomor [Fri, 23 Aug 2002 12:43:28 +0000 (12:43 +0000)] 
brought key values of EVT_KEY and EVT_CHAR in synch with wxMSW and wxGTK...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wxSIZE_T.. defines (every release of CW has a different typedef but I hope...
Stefan Csomor [Fri, 23 Aug 2002 12:41:01 +0000 (12:41 +0000)] 
added wxSIZE_T.. defines (every release of CW has a different typedef but I hope they all end up as unsigned long

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMisc mods for feedback from Marcin Wojdyr <wojdyr@if.pw.edu.pl>
Julian Smart [Fri, 23 Aug 2002 11:57:10 +0000 (11:57 +0000)] 
Misc mods for feedback from Marcin Wojdyr <wojdyr@if.pw.edu.pl>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUpdated release scripts
Julian Smart [Fri, 23 Aug 2002 11:29:27 +0000 (11:29 +0000)] 
Updated release scripts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoswitched to MacOS 8.5+ implementation for submenus
Stefan Csomor [Fri, 23 Aug 2002 09:20:10 +0000 (09:20 +0000)] 
switched to MacOS 8.5+ implementation for submenus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded test for m_macControlIsShown in MacRedrawControl apparently HideControl does...
Stefan Csomor [Fri, 23 Aug 2002 07:25:39 +0000 (07:25 +0000)] 
added test for m_macControlIsShown in MacRedrawControl apparently HideControl does not work correctly for all controls...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadd libwx_dcsvg.
Ron Lee [Fri, 23 Aug 2002 03:50:23 +0000 (03:50 +0000)] 
add libwx_dcsvg.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775