]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

22 years agoUpdates for 2.3.3 debs.
Ron Lee [Fri, 23 Aug 2002 03:33:12 +0000 (03:33 +0000)] 
Updates for 2.3.3 debs.
Typo fix for start of local event id's.

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

22 years agoblind fix for gcc warning about ?: and different enums
Vadim Zeitlin [Thu, 22 Aug 2002 23:25:42 +0000 (23:25 +0000)] 
blind fix for gcc warning about ?: and different enums

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

22 years agoOnly catch exact menu range
Robin Dunn [Thu, 22 Aug 2002 23:25:34 +0000 (23:25 +0000)] 
Only catch exact menu range

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

22 years agofix for gcc warning about incorrect format arg
Vadim Zeitlin [Thu, 22 Aug 2002 23:22:45 +0000 (23:22 +0000)] 
fix for gcc warning about incorrect format arg

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

22 years agogcc warning about unused smile fixed (that's serious stuff)
Vadim Zeitlin [Thu, 22 Aug 2002 23:20:40 +0000 (23:20 +0000)] 
gcc warning about unused smile fixed (that's serious stuff)

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

22 years agoTidied up filename.tex
Julian Smart [Thu, 22 Aug 2002 22:03:09 +0000 (22:03 +0000)] 
Tidied up filename.tex

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

22 years agoCreate STC lib in standard lib dir as per other project
Julian Smart [Thu, 22 Aug 2002 22:02:46 +0000 (22:02 +0000)] 
Create STC lib in standard lib dir as per other project
and makefiles

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

22 years agoAdded CW for Mac list file
Julian Smart [Thu, 22 Aug 2002 21:22:33 +0000 (21:22 +0000)] 
Added CW for Mac list file

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

22 years agofixed default button handling: don't keep BS_DEFPUSHBUTTON style when the app loses...
Vadim Zeitlin [Thu, 22 Aug 2002 20:34:29 +0000 (20:34 +0000)] 
fixed default button handling: don't keep BS_DEFPUSHBUTTON style when the app loses focus

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

22 years agofixed a few typoes
Vadim Zeitlin [Thu, 22 Aug 2002 20:14:47 +0000 (20:14 +0000)] 
fixed a few typoes

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

22 years agogcc 3.1 warning fixes (patch 598343)
Vadim Zeitlin [Thu, 22 Aug 2002 19:22:52 +0000 (19:22 +0000)] 
gcc 3.1 warning fixes (patch 598343)

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

22 years agocompilation fix (patch 598331)
Vadim Zeitlin [Thu, 22 Aug 2002 18:12:01 +0000 (18:12 +0000)] 
compilation fix (patch 598331)

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

22 years agofix for wxComboBox flicker on create (patch 598891)
Vadim Zeitlin [Thu, 22 Aug 2002 18:11:27 +0000 (18:11 +0000)] 
fix for wxComboBox flicker on create (patch 598891)

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

22 years agoremoved debugging code from the sample
Vadim Zeitlin [Thu, 22 Aug 2002 18:02:38 +0000 (18:02 +0000)] 
removed debugging code from the sample

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

22 years agosend event from Clear() for a simple text control, send only one event from SetValue...
Vadim Zeitlin [Thu, 22 Aug 2002 18:02:16 +0000 (18:02 +0000)] 
send event from Clear() for a simple text control, send only one event from SetValue() instead of 2 for a rich one

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

22 years agomention that Clear() and SetValue() *will* send EVT_TEXT events
Vadim Zeitlin [Thu, 22 Aug 2002 18:01:38 +0000 (18:01 +0000)] 
mention that Clear() and SetValue() *will* send EVT_TEXT events

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

22 years agofixed mounting points under /Volumes
Stefan Csomor [Thu, 22 Aug 2002 17:44:43 +0000 (17:44 +0000)] 
fixed mounting points under /Volumes

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

22 years agouse SendSizeEvent() to resize the button correctly after reparenting under MSW
Vadim Zeitlin [Thu, 22 Aug 2002 17:04:06 +0000 (17:04 +0000)] 
use SendSizeEvent() to resize the button correctly after reparenting under MSW

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

22 years agomade wxFrame::SendSizeEvent() public and documented it
Vadim Zeitlin [Thu, 22 Aug 2002 17:03:38 +0000 (17:03 +0000)] 
made wxFrame::SendSizeEvent() public and documented it

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

22 years agoreverted patch 598016 (removed MSWCreateControl() visible parameter)
Vadim Zeitlin [Thu, 22 Aug 2002 16:00:45 +0000 (16:00 +0000)] 
reverted patch 598016 (removed MSWCreateControl() visible parameter)

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

22 years agoOnSize must not be skipped for non-wxX11 platforms
Julian Smart [Thu, 22 Aug 2002 15:44:34 +0000 (15:44 +0000)] 
OnSize must not be skipped for non-wxX11 platforms

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

22 years agoApplied patch [ 598016 ] remove flicker during combo box creation
Julian Smart [Thu, 22 Aug 2002 09:41:05 +0000 (09:41 +0000)] 
Applied patch [ 598016 ] remove flicker during combo box creation
By Benjamin I. Williams (biwillia76)

The attached patch completely fixes the flicker problem when
creating combo boxes.  It also will make it elementary to
remove flicker during the creation of other controls
(although all the other controls are flicker free, AFAIK).
It does this by adding an optional 'visible' parameter to
the internal MSWCreateControl method, whereby the caller can
create a control invisibly by default, perform some
complicated sizing calculations, and then finally show the
control before the Create finished.

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

22 years agoadded error code for better debugging
Stefan Csomor [Thu, 22 Aug 2002 08:48:14 +0000 (08:48 +0000)] 
added error code for better debugging

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

22 years agofix when bitmap is not valid
Stefan Csomor [Thu, 22 Aug 2002 08:47:34 +0000 (08:47 +0000)] 
fix when bitmap is not valid

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

22 years agofix for getting proper fspecs for volumes that are not given with the trailing separator
Stefan Csomor [Thu, 22 Aug 2002 08:46:52 +0000 (08:46 +0000)] 
fix for getting proper fspecs for volumes that are not given with the trailing separator

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