]>
git.saurik.com Git - wxWidgets.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
David Webster [Thu, 22 Aug 2002 04:59:03 +0000 (04:59 +0000)]
Minor slider fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16672
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 22 Aug 2002 01:02:37 +0000 (01:02 +0000)]
Font updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16671
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 22 Aug 2002 00:04:36 +0000 (00:04 +0000)]
SWIGged updates for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16670
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 22 Aug 2002 00:04:24 +0000 (00:04 +0000)]
SWIGged update for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16669
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 22 Aug 2002 00:00:04 +0000 (00:00 +0000)]
A more dynamic wxWizard sample, and a fix for wxGrid wrappers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16668
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 21 Aug 2002 22:46:05 +0000 (22:46 +0000)]
Font updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16667
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 Aug 2002 21:46:53 +0000 (21:46 +0000)]
wxWizardPage now handled by OOR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16666
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 Aug 2002 20:40:58 +0000 (20:40 +0000)]
SWIGged updates for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16665
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 Aug 2002 20:34:48 +0000 (20:34 +0000)]
SWIGged update for wxGTK (the last checkin was really for wxMSW...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16664
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Wed, 21 Aug 2002 20:20:20 +0000 (20:20 +0000)]
corrected enabling of a specific item by index
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16663
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 Aug 2002 20:15:42 +0000 (20:15 +0000)]
SWIGged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16662
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 Aug 2002 20:15:05 +0000 (20:15 +0000)]
Various changes needed to match recent cvs updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16661
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 21 Aug 2002 19:49:34 +0000 (19:49 +0000)]
polling child process IO seems to work now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16660
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 21 Aug 2002 19:45:59 +0000 (19:45 +0000)]
fixed the async process IO polling code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16659
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 21 Aug 2002 19:44:47 +0000 (19:44 +0000)]
better dummy implementation of IsInput/ErrorAvailable() (it's still wrong but now no more wrong than before my changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16658
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775