]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoadded wxSizerItem::Init()
Vadim Zeitlin [Sat, 18 Sep 2004 14:29:15 +0000 (14:29 +0000)] 
added wxSizerItem::Init()

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

19 years agoactive mode support for wxFTP (extremely heavily modified patch 1006252)
Vadim Zeitlin [Sat, 18 Sep 2004 14:24:49 +0000 (14:24 +0000)] 
active mode support for wxFTP (extremely heavily modified patch 1006252)

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

19 years agooops, compilation fix after moving code around
Vadim Zeitlin [Sat, 18 Sep 2004 14:23:13 +0000 (14:23 +0000)] 
oops, compilation fix after moving code around

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

19 years agouse 4K buffer instead of reading characters one by one in ReadLine()
Vadim Zeitlin [Sat, 18 Sep 2004 14:21:56 +0000 (14:21 +0000)] 
use 4K buffer instead of reading characters one by one in ReadLine()

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

19 years agofix compile break for unknown FLASHWINFO
Chris Elliott [Sat, 18 Sep 2004 14:16:37 +0000 (14:16 +0000)] 
fix compile break for unknown FLASHWINFO

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

19 years agomoving XRC to the core
Václav Slavík [Sat, 18 Sep 2004 13:21:57 +0000 (13:21 +0000)] 
moving XRC to the core

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

19 years agofixed corrupted file, checked in as text file now
Václav Slavík [Sat, 18 Sep 2004 13:03:32 +0000 (13:03 +0000)] 
fixed corrupted file, checked in as text file now

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

19 years agoremoved unneeded (after patch 1027243) disable.bmp
Vadim Zeitlin [Sat, 18 Sep 2004 12:36:59 +0000 (12:36 +0000)] 
removed unneeded (after patch 1027243) disable.bmp

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

19 years agoconstruct brush used for painting disabled bitmap buttons dynamically (heavily modifi...
Vadim Zeitlin [Sat, 18 Sep 2004 12:34:45 +0000 (12:34 +0000)] 
construct brush used for painting disabled bitmap buttons dynamically (heavily modified patch 1027243)

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

19 years agofixed crash when closing window that contains STC (patch 1017268)
Vadim Zeitlin [Sat, 18 Sep 2004 12:09:12 +0000 (12:09 +0000)] 
fixed crash when closing window that contains STC (patch 1017268)

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

19 years agofixed signature of wxTimerProc to be conformant to what Windows expects it to be
Vadim Zeitlin [Sat, 18 Sep 2004 11:54:21 +0000 (11:54 +0000)] 
fixed signature of wxTimerProc to be conformant to what Windows expects it to be

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

19 years agomoved GTK headers needed by wxUniv to GTK_LOWLEVEL_HDR from GTK_HDR (should fix 1016249)
Vadim Zeitlin [Sat, 18 Sep 2004 11:34:52 +0000 (11:34 +0000)] 
moved GTK headers needed by wxUniv to GTK_LOWLEVEL_HDR from GTK_HDR (should fix 1016249)

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

19 years agofixed SetWindowStyleFlag() to not remove WS_VISIBLE; also refresh the control automat...
Vadim Zeitlin [Sat, 18 Sep 2004 11:03:24 +0000 (11:03 +0000)] 
fixed SetWindowStyleFlag() to not remove WS_VISIBLE; also refresh the control automatically (closes bug 1019440)

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

19 years agoadded test for toggling wxLC_[HV]RULES styles
Vadim Zeitlin [Sat, 18 Sep 2004 11:01:00 +0000 (11:01 +0000)] 
added test for toggling wxLC_[HV]RULES styles

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

19 years agocompilation fix
Vadim Zeitlin [Sat, 18 Sep 2004 09:59:01 +0000 (09:59 +0000)] 
compilation fix

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

19 years agoadded GetMenu() (closes bug 1026662)
Vadim Zeitlin [Sat, 18 Sep 2004 09:53:20 +0000 (09:53 +0000)] 
added GetMenu() (closes bug 1026662)

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

19 years agoreplaced wxLogLastError with an assert when checking an item not attached to a menu...
Vadim Zeitlin [Sat, 18 Sep 2004 09:46:02 +0000 (09:46 +0000)] 
replaced wxLogLastError with an assert when checking an item not attached to a menu (see bug 1030141)

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

19 years agocompilation fix
Vadim Zeitlin [Sat, 18 Sep 2004 09:27:11 +0000 (09:27 +0000)] 
compilation fix

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

19 years agomoving XRC to the core
Václav Slavík [Sat, 18 Sep 2004 08:53:16 +0000 (08:53 +0000)] 
moving XRC to the core

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

19 years agomoving XRC to the core
Václav Slavík [Sat, 18 Sep 2004 08:19:33 +0000 (08:19 +0000)] 
moving XRC to the core

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

19 years agoSource cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE...
Włodzimierz Skiba [Fri, 17 Sep 2004 22:23:59 +0000 (22:23 +0000)] 
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

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

19 years agoadded possibility to specify printer bin (patch 910272)
Vadim Zeitlin [Fri, 17 Sep 2004 22:20:10 +0000 (22:20 +0000)] 
added possibility to specify printer bin (patch 910272)

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

19 years agodo not call CopyIcon() in CloneRefData(), HICON is going to be overwritten or invalid...
Vadim Zeitlin [Fri, 17 Sep 2004 22:09:23 +0000 (22:09 +0000)] 
do not call CopyIcon() in CloneRefData(), HICON is going to be overwritten or invalidated anyhow

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

19 years agorewrote some sizer code using wxSizerFlags
Vadim Zeitlin [Fri, 17 Sep 2004 21:44:00 +0000 (21:44 +0000)] 
rewrote some sizer code using wxSizerFlags

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

19 years agoadded wxSizerFlags
Vadim Zeitlin [Fri, 17 Sep 2004 21:42:38 +0000 (21:42 +0000)] 
added wxSizerFlags

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

19 years agocompilation fix for wxUSE_THREADS == 0 && __WXDEBUG__ (replaces patch 1025268)
Vadim Zeitlin [Fri, 17 Sep 2004 19:26:32 +0000 (19:26 +0000)] 
compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__ (replaces patch 1025268)

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

19 years agofixed rounding errors in variable status bar panes widths computation (patch 1030021)
Vadim Zeitlin [Fri, 17 Sep 2004 19:12:41 +0000 (19:12 +0000)] 
fixed rounding errors in variable status bar panes widths computation (patch 1030021)

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

19 years agoNotebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook...
Włodzimierz Skiba [Fri, 17 Sep 2004 18:20:08 +0000 (18:20 +0000)] 
Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

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

19 years agoSource cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.
Włodzimierz Skiba [Fri, 17 Sep 2004 17:57:44 +0000 (17:57 +0000)] 
Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

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

19 years agoNotebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook...
Włodzimierz Skiba [Fri, 17 Sep 2004 17:39:53 +0000 (17:39 +0000)] 
Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

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

19 years agowxChoicebook follows wxListBook internal changes. Styles centralized for all wxBookCtrls.
Włodzimierz Skiba [Fri, 17 Sep 2004 17:24:34 +0000 (17:24 +0000)] 
wxChoicebook follows wxListBook internal changes. Styles centralized for all wxBookCtrls.

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

19 years agoCorrect indentation and Snap calls
Robin Dunn [Fri, 17 Sep 2004 15:29:43 +0000 (15:29 +0000)] 
Correct indentation and Snap calls

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

19 years agoAppend --> append
Robin Dunn [Fri, 17 Sep 2004 15:27:38 +0000 (15:27 +0000)] 
Append --> append

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

19 years agomade all Add/Insert/Prepend methods inline
Vadim Zeitlin [Fri, 17 Sep 2004 15:06:53 +0000 (15:06 +0000)] 
made all Add/Insert/Prepend methods inline

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

19 years agoforward all wxSizer::Add/Prepend/Insert() to a virtual Insert(wxSizerItem) function...
Vadim Zeitlin [Fri, 17 Sep 2004 13:25:20 +0000 (13:25 +0000)] 
forward all wxSizer::Add/Prepend/Insert() to a virtual Insert(wxSizerItem) function, all the others made non virtual

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

19 years agofixed gcc warnings about not calling base class ctor explicitly in copy ctors (patch...
Vadim Zeitlin [Thu, 16 Sep 2004 22:36:12 +0000 (22:36 +0000)] 
fixed gcc warnings about not calling base class ctor explicitly in copy ctors (patch 1028986)

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

19 years agofix for crash on 64 bit platforms (patch 1028942)
Vadim Zeitlin [Thu, 16 Sep 2004 22:34:09 +0000 (22:34 +0000)] 
fix for crash on 64 bit platforms (patch 1028942)

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

19 years agouse wxFputs(), not fputs(), in Unicode mode under Unix too (modified patch 1017940)
Vadim Zeitlin [Thu, 16 Sep 2004 22:31:18 +0000 (22:31 +0000)] 
use wxFputs(), not fputs(), in Unicode mode under Unix too (modified patch 1017940)

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

19 years agodon't force __WXMOTIF__ definition under HP-UX (patch 1017801)
Vadim Zeitlin [Thu, 16 Sep 2004 22:27:09 +0000 (22:27 +0000)] 
don't force __WXMOTIF__ definition under HP-UX (patch 1017801)

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

19 years agomake the label window visible (patch 1013447)
Vadim Zeitlin [Thu, 16 Sep 2004 22:25:02 +0000 (22:25 +0000)] 
make the label window visible (patch 1013447)

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

19 years agomade wxListbook events more consistent with wxNotebook ones (patch 1001271)
Vadim Zeitlin [Thu, 16 Sep 2004 22:14:34 +0000 (22:14 +0000)] 
made wxListbook events more consistent with wxNotebook ones (patch 1001271)

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

19 years agofix for wxJoystick when not calling SetCapture() (patch 1000685)
Vadim Zeitlin [Thu, 16 Sep 2004 22:10:34 +0000 (22:10 +0000)] 
fix for wxJoystick when not calling SetCapture() (patch 1000685)

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

19 years agodon't assert if Update(m_maximum) is called twice (replaces patch 995186)
Vadim Zeitlin [Thu, 16 Sep 2004 22:06:55 +0000 (22:06 +0000)] 
don't assert if Update(m_maximum) is called twice (replaces patch 995186)

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

19 years agosmoother time estimation updates in wxProgressDialog (patch 992813)
Vadim Zeitlin [Thu, 16 Sep 2004 22:04:38 +0000 (22:04 +0000)] 
smoother time estimation updates in wxProgressDialog (patch 992813)

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

19 years agomore 'realistic' progress dialog test (part of patch 992813)
Vadim Zeitlin [Thu, 16 Sep 2004 21:57:17 +0000 (21:57 +0000)] 
more 'realistic' progress dialog test (part of patch 992813)

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

19 years agospelling fix
Vadim Zeitlin [Thu, 16 Sep 2004 21:23:00 +0000 (21:23 +0000)] 
spelling fix

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

19 years agomention that read_write mode doesn't work for standalone buffers
Vadim Zeitlin [Thu, 16 Sep 2004 20:51:50 +0000 (20:51 +0000)] 
mention that read_write mode doesn't work for standalone buffers

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

19 years agoA change similar to that in Bug #837902 to correct minsize calc for
Robin Dunn [Thu, 16 Sep 2004 20:15:17 +0000 (20:15 +0000)] 
A change similar to that in Bug #837902 to correct minsize calc for
window2

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

19 years agofixes for harmless mingw32 warnings
Vadim Zeitlin [Thu, 16 Sep 2004 18:50:48 +0000 (18:50 +0000)] 
fixes for harmless mingw32 warnings

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

19 years agoDescription of the 'generic dialogs in native builds' application.
Włodzimierz Skiba [Thu, 16 Sep 2004 18:35:43 +0000 (18:35 +0000)] 
Description of the 'generic dialogs in native builds' application.

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

19 years agoSource cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE...
Włodzimierz Skiba [Thu, 16 Sep 2004 18:13:32 +0000 (18:13 +0000)] 
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty().

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

19 years agoReverted wxMGL/OpenWatcom fix until some difficoulties will not be solved.
Włodzimierz Skiba [Thu, 16 Sep 2004 17:44:29 +0000 (17:44 +0000)] 
Reverted wxMGL/OpenWatcom fix until some difficoulties will not be solved.

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

19 years agoWarning fix (unused value assignment).
Włodzimierz Skiba [Thu, 16 Sep 2004 16:44:30 +0000 (16:44 +0000)] 
Warning fix (unused value assignment).

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

19 years agoMissed labels to replace number of 'topicNNN' with readable filenames in tex2rtf...
Włodzimierz Skiba [Thu, 16 Sep 2004 16:36:40 +0000 (16:36 +0000)] 
Missed labels to replace number of 'topicNNN' with readable filenames in tex2rtf output.

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

19 years agoUsing != doesn't work for bakefile, I don't know what does, or what this
Ron Lee [Thu, 16 Sep 2004 16:02:52 +0000 (16:02 +0000)] 
Using != doesn't work for bakefile, I don't know what does, or what this
change really wanted to achieve, but its been broken for a couple of days
now.  Back to you ABX for a real fix.  But please install bakefile if you
are going to tweak these files.

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

19 years agoCorrections to frame/tlw references.
Włodzimierz Skiba [Thu, 16 Sep 2004 15:42:40 +0000 (15:42 +0000)] 
Corrections to frame/tlw references.

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

19 years agowxChoicebook generic implementation.
Włodzimierz Skiba [Thu, 16 Sep 2004 15:13:52 +0000 (15:13 +0000)] 
wxChoicebook generic implementation.

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

19 years agowxChoicebook generic implementation.
Włodzimierz Skiba [Thu, 16 Sep 2004 11:29:15 +0000 (11:29 +0000)] 
wxChoicebook generic implementation.

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

19 years agofixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new...
Vadim Zeitlin [Wed, 15 Sep 2004 23:07:15 +0000 (23:07 +0000)] 
fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new value when called from EVT_COMBOBOX handler

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

19 years agoadded tests for EVT_ICONIZE/MAXIMIZE
Vadim Zeitlin [Wed, 15 Sep 2004 22:36:01 +0000 (22:36 +0000)] 
added tests for EVT_ICONIZE/MAXIMIZE

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

19 years agofixed wxMaximizeEvent generation
Vadim Zeitlin [Wed, 15 Sep 2004 22:14:05 +0000 (22:14 +0000)] 
fixed wxMaximizeEvent generation

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

19 years agoISO C++ cast fix (patches #1024150 and #1024149).
Włodzimierz Skiba [Wed, 15 Sep 2004 14:00:40 +0000 (14:00 +0000)] 
ISO C++ cast fix (patches #1024150 and #1024149).

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

19 years agoSource cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !...
Włodzimierz Skiba [Wed, 15 Sep 2004 13:20:18 +0000 (13:20 +0000)] 
Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().

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

19 years agofixed base classes; also added include file section
Vadim Zeitlin [Tue, 14 Sep 2004 17:33:26 +0000 (17:33 +0000)] 
fixed base classes; also added include file section

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

19 years agooutput "GTK+ 2" toolkit for gtk2 builds
Vadim Zeitlin [Tue, 14 Sep 2004 15:33:07 +0000 (15:33 +0000)] 
output "GTK+ 2" toolkit for gtk2 builds

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

19 years agoallow to use any window, not just wxFrame, as wxLogFrame parent (patch from Paul...
Vadim Zeitlin [Tue, 14 Sep 2004 15:15:24 +0000 (15:15 +0000)] 
allow to use any window, not just wxFrame, as wxLogFrame parent (patch from Paul Gammans)

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

19 years agoSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE...
Włodzimierz Skiba [Tue, 14 Sep 2004 12:08:28 +0000 (12:08 +0000)] 
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().

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

19 years agoMGL workaround for the build system.
Włodzimierz Skiba [Tue, 14 Sep 2004 11:41:21 +0000 (11:41 +0000)] 
MGL workaround for the build system.

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

19 years agoGrammtical correction in commented out documentation, but fixed anyway as the comment...
George Tasker [Tue, 14 Sep 2004 11:14:30 +0000 (11:14 +0000)] 
Grammtical correction in commented out documentation, but fixed anyway as the comment says portions of the documentation may get moved to other sections of the manual

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

19 years agoClearMemberVar() did not correctly handle columns defined as SQL_C_LONG
George Tasker [Tue, 14 Sep 2004 11:08:21 +0000 (11:08 +0000)] 
ClearMemberVar() did not correctly handle columns defined as SQL_C_LONG

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

19 years agoreSWIGged
Robin Dunn [Tue, 14 Sep 2004 06:29:24 +0000 (06:29 +0000)] 
reSWIGged

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

19 years agoreSWIGged
Robin Dunn [Tue, 14 Sep 2004 02:58:48 +0000 (02:58 +0000)] 
reSWIGged

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

19 years agoSome change notes
Robin Dunn [Tue, 14 Sep 2004 02:57:37 +0000 (02:57 +0000)] 
Some change notes

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

19 years agoAdded SetToWeekOfYear, deprecated SetToTheWeek and GetWeek
Robin Dunn [Mon, 13 Sep 2004 23:23:18 +0000 (23:23 +0000)] 
Added SetToWeekOfYear, deprecated SetToTheWeek and GetWeek

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

19 years agoAdded wx.WINDOW_DEFAULT_VARIANT constant
Robin Dunn [Mon, 13 Sep 2004 23:21:50 +0000 (23:21 +0000)] 
Added wx.WINDOW_DEFAULT_VARIANT constant

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

19 years agowx.Sizer.Show can be recursive
Robin Dunn [Mon, 13 Sep 2004 23:20:47 +0000 (23:20 +0000)] 
wx.Sizer.Show can be recursive

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

19 years agoAssociateHandle and DissociateHandle
Robin Dunn [Mon, 13 Sep 2004 23:20:04 +0000 (23:20 +0000)] 
AssociateHandle and DissociateHandle

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

19 years ago#if fix so we don't end up using the generic header on wxMac
Robin Dunn [Mon, 13 Sep 2004 23:19:23 +0000 (23:19 +0000)] 
#if fix so we don't end up using the generic header on wxMac

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

19 years agocheck that the wxDateTime is valid before converting to datetime
Robin Dunn [Mon, 13 Sep 2004 23:18:17 +0000 (23:18 +0000)] 
check that the wxDateTime is valid before converting to datetime

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

19 years agowhitespace fix
Robin Dunn [Mon, 13 Sep 2004 23:17:35 +0000 (23:17 +0000)] 
whitespace fix

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

19 years agoreplaced wxControl with wxWindow in 2 methods
Vadim Zeitlin [Mon, 13 Sep 2004 20:14:50 +0000 (20:14 +0000)] 
replaced wxControl with wxWindow in 2 methods

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

19 years agoworkaround bug in SWIG's t_output_helper
Robin Dunn [Mon, 13 Sep 2004 18:18:38 +0000 (18:18 +0000)] 
workaround bug in SWIG's t_output_helper

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

19 years agoSource cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.
Włodzimierz Skiba [Mon, 13 Sep 2004 18:03:44 +0000 (18:03 +0000)] 
Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.

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

19 years agoCorrections to wxDirDialog usage.
Włodzimierz Skiba [Mon, 13 Sep 2004 17:53:47 +0000 (17:53 +0000)] 
Corrections to wxDirDialog usage.

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

19 years agofixes after some of wxFrame methods were extracted to wxTLW docs
Vadim Zeitlin [Mon, 13 Sep 2004 14:11:01 +0000 (14:11 +0000)] 
fixes after some of wxFrame methods were extracted to wxTLW docs

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

19 years agoRecursive wxSizer::Show for subsizer and return value if element was found.
Włodzimierz Skiba [Mon, 13 Sep 2004 13:46:45 +0000 (13:46 +0000)] 
Recursive wxSizer::Show for subsizer and return value if element was found.

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

19 years agono changes, just removed a wrong comment
Vadim Zeitlin [Mon, 13 Sep 2004 09:24:35 +0000 (09:24 +0000)] 
no changes, just removed a wrong comment

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

19 years agomention wxDateTime::SetToTheWeek() change
Vadim Zeitlin [Mon, 13 Sep 2004 09:23:03 +0000 (09:23 +0000)] 
mention wxDateTime::SetToTheWeek() change

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

19 years agoadded missing conv parameter to wxTextOutputStream ctor
Vadim Zeitlin [Mon, 13 Sep 2004 09:22:11 +0000 (09:22 +0000)] 
added missing conv parameter to wxTextOutputStream ctor

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

19 years agofile with DoMessage() declaration (which I forgot to commit ages ago)
Vadim Zeitlin [Mon, 13 Sep 2004 09:16:39 +0000 (09:16 +0000)] 
file with DoMessage() declaration (which I forgot to commit ages ago)

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

19 years agosearching for wxToolBar parent only for kEventMouseMoved events
Stefan Csomor [Mon, 13 Sep 2004 04:41:29 +0000 (04:41 +0000)] 
searching for wxToolBar parent only for kEventMouseMoved events

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

19 years agoonly define operator<<(wchar_t) in Unicode build
Vadim Zeitlin [Sun, 12 Sep 2004 15:08:36 +0000 (15:08 +0000)] 
only define operator<<(wchar_t) in Unicode build

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

19 years agoadded GetMenu Support for MENU_OPEN
Stefan Csomor [Sun, 12 Sep 2004 14:24:01 +0000 (14:24 +0000)] 
added GetMenu Support for MENU_OPEN

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

19 years agocompilation fix after last commit
Vadim Zeitlin [Sun, 12 Sep 2004 11:54:41 +0000 (11:54 +0000)] 
compilation fix after last commit

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

19 years agofixed VC6 compilation
Vadim Zeitlin [Sun, 12 Sep 2004 11:52:38 +0000 (11:52 +0000)] 
fixed VC6 compilation

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

19 years agomerged libpng-1.2.7 to HEAD (1.2.6 contained serious bug that caused it to produce...
Václav Slavík [Sun, 12 Sep 2004 11:46:04 +0000 (11:46 +0000)] 
merged libpng-1.2.7 to HEAD (1.2.6 contained serious bug that caused it to produce broken PNG files)

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

19 years agoThis commit was generated by cvs2svn to compensate for changes in r29107,
Václav Slavík [Sun, 12 Sep 2004 11:40:47 +0000 (11:40 +0000)] 
This commit was generated by cvs2svn to compensate for changes in r29107,
which included commits to RCS files with non-trunk default branches.

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

19 years agoInitial revision
Václav Slavík [Sun, 12 Sep 2004 11:40:46 +0000 (11:40 +0000)] 
Initial revision

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

19 years agotoolbartool has to send events to parent for tooltips to work
Stefan Csomor [Sun, 12 Sep 2004 09:32:26 +0000 (09:32 +0000)] 
toolbartool has to  send events to parent for tooltips to work

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

19 years agotypo in last commit
Vadim Zeitlin [Sat, 11 Sep 2004 22:23:38 +0000 (22:23 +0000)] 
typo in last commit

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