wxWidgets.git
19 years agoadded DoCreate/Load/SaveDocument() (patches 983570 and 983571)
Vadim Zeitlin [Sun, 25 Jul 2004 15:42:11 +0000 (15:42 +0000)] 
added DoCreate/Load/SaveDocument() (patches 983570 and 983571)

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

19 years agoadded GetHeaderValue() (patch 974427)
Vadim Zeitlin [Sun, 25 Jul 2004 15:30:42 +0000 (15:30 +0000)] 
added GetHeaderValue() (patch 974427)

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

19 years agodon't crash if we delete the item being edited (replaces patch 979733)
Vadim Zeitlin [Sun, 25 Jul 2004 15:24:17 +0000 (15:24 +0000)] 
don't crash if we delete the item being edited (replaces patch 979733)

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

19 years agounselect previously selected items in SetSelection() (patch 974326)
Vadim Zeitlin [Sun, 25 Jul 2004 15:06:58 +0000 (15:06 +0000)] 
unselect previously selected items in SetSelection() (patch 974326)

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

19 years agocorrected Center() for cases when client display rect origin is not at (0, 0) (patch...
Vadim Zeitlin [Sun, 25 Jul 2004 15:03:13 +0000 (15:03 +0000)] 
corrected Center() for cases when client display rect origin is not at (0, 0) (patch 973192)

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

19 years agoadded SetPath() test
Vadim Zeitlin [Sun, 25 Jul 2004 14:01:36 +0000 (14:01 +0000)] 
added SetPath() test

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

19 years agoadded and documented SplitVolume() and GetPathTerminators(); corrected SetPath()...
Vadim Zeitlin [Sun, 25 Jul 2004 13:59:47 +0000 (13:59 +0000)] 
added and documented SplitVolume() and GetPathTerminators(); corrected SetPath() to treat the volume part properly (patch 970580)

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

19 years agoadded wxFileName test
Vadim Zeitlin [Sun, 25 Jul 2004 13:27:42 +0000 (13:27 +0000)] 
added wxFileName test

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

19 years agosupport for alpha channel in toolbars (patch 949843)
Vadim Zeitlin [Sun, 25 Jul 2004 12:59:32 +0000 (12:59 +0000)] 
support for alpha channel in toolbars (patch 949843)

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

19 years agocheck better before overwriting files (patch 951868)
Vadim Zeitlin [Sun, 25 Jul 2004 12:54:15 +0000 (12:54 +0000)] 
check better before overwriting files (patch 951868)

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

19 years agodocumented how to use sockets in non-main thread (patch 951134)
Vadim Zeitlin [Sun, 25 Jul 2004 12:41:14 +0000 (12:41 +0000)] 
documented how to use sockets in non-main thread (patch 951134)

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

19 years agodon't set SO_REUSEADDR by default; added GSocket_SetReuseAddr()
Vadim Zeitlin [Sun, 25 Jul 2004 12:40:10 +0000 (12:40 +0000)] 
don't set SO_REUSEADDR by default; added GSocket_SetReuseAddr()

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

19 years agoFindItem() implementation (patch 950021)
Vadim Zeitlin [Sun, 25 Jul 2004 12:32:59 +0000 (12:32 +0000)] 
FindItem() implementation (patch 950021)

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

19 years agofixed Freeze/Thaw() for wxCombobox (patch 925808)
Vadim Zeitlin [Sun, 25 Jul 2004 12:30:25 +0000 (12:30 +0000)] 
fixed Freeze/Thaw() for wxCombobox (patch 925808)

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

19 years agoadded IsFrozen() (part of patch 925808)
Vadim Zeitlin [Sun, 25 Jul 2004 12:30:08 +0000 (12:30 +0000)] 
added IsFrozen() (part of patch 925808)

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

19 years agouse BS_RIGHT for right-aligned controls (patch 945460)
Vadim Zeitlin [Sun, 25 Jul 2004 12:27:23 +0000 (12:27 +0000)] 
use BS_RIGHT for right-aligned controls (patch 945460)

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

19 years agorewrote this page to look like all the others; added wxALIGN_RIGHT test
Vadim Zeitlin [Sun, 25 Jul 2004 12:24:42 +0000 (12:24 +0000)] 
rewrote this page to look like all the others; added wxALIGN_RIGHT test

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

19 years agotypos in comments
Vadim Zeitlin [Sun, 25 Jul 2004 12:23:52 +0000 (12:23 +0000)] 
typos in comments

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

19 years agowxGTK/Cygwin fix (patch 914565)
Vadim Zeitlin [Sun, 25 Jul 2004 11:34:37 +0000 (11:34 +0000)] 
wxGTK/Cygwin fix (patch 914565)

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

19 years agouse Unix path separators under Cygwin
Vadim Zeitlin [Sun, 25 Jul 2004 11:33:34 +0000 (11:33 +0000)] 
use Unix path separators under Cygwin

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

19 years agobasic UDP support (patch 835128)
Vadim Zeitlin [Sun, 25 Jul 2004 11:16:31 +0000 (11:16 +0000)] 
basic UDP support (patch 835128)

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

19 years agoGTK2 fixes (patch 966803)
Vadim Zeitlin [Sun, 25 Jul 2004 11:10:42 +0000 (11:10 +0000)] 
GTK2 fixes (patch 966803)

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

19 years agodocs for Change/GetMode(s) (patch 966312)
Vadim Zeitlin [Sun, 25 Jul 2004 11:01:23 +0000 (11:01 +0000)] 
docs for Change/GetMode(s) (patch 966312)

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

19 years agotided up the code a little (replaces part of patch 966312)
Vadim Zeitlin [Sun, 25 Jul 2004 11:00:14 +0000 (11:00 +0000)] 
tided up the code a little (replaces part of patch 966312)

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

19 years agodocumentation fixes
Václav Slavík [Sun, 25 Jul 2004 10:07:24 +0000 (10:07 +0000)] 
documentation fixes

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

19 years agocompilation fix for !MSW
Vadim Zeitlin [Sat, 24 Jul 2004 10:46:54 +0000 (10:46 +0000)] 
compilation fix for !MSW

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

19 years agowxSound wasn't in alphabetically correct place
Václav Slavík [Sat, 24 Jul 2004 09:57:54 +0000 (09:57 +0000)] 
wxSound wasn't in alphabetically correct place

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

19 years agoIncorporated gsocket.c 1.80 to 1.86 changes
David Elliott [Sat, 24 Jul 2004 04:00:17 +0000 (04:00 +0000)] 
Incorporated gsocket.c 1.80 to 1.86 changes

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

19 years agoreSWIGged
Robin Dunn [Fri, 23 Jul 2004 23:25:02 +0000 (23:25 +0000)] 
reSWIGged

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

19 years agogenerate EVT_CONTEXT_MENU when right mouse button is pressed, not released
Vadim Zeitlin [Fri, 23 Jul 2004 22:13:04 +0000 (22:13 +0000)] 
generate EVT_CONTEXT_MENU when right mouse button is pressed, not released

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

19 years agoshow the cursor on screen after moving it
Vadim Zeitlin [Fri, 23 Jul 2004 21:56:25 +0000 (21:56 +0000)] 
show the cursor on screen after moving it

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

19 years agodon't crash if WriteText() argument can't be converted to UTF-8
Vadim Zeitlin [Fri, 23 Jul 2004 21:34:19 +0000 (21:34 +0000)] 
don't crash if WriteText() argument can't be converted to UTF-8

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

19 years agoimplemented ScrollLines/Pages() for GTK+ 2
Vadim Zeitlin [Fri, 23 Jul 2004 21:32:44 +0000 (21:32 +0000)] 
implemented ScrollLines/Pages() for GTK+ 2

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

19 years agoFixed typo
Robin Dunn [Fri, 23 Jul 2004 20:55:05 +0000 (20:55 +0000)] 
Fixed typo

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

19 years agounhide the other HitTest() overload
Vadim Zeitlin [Fri, 23 Jul 2004 20:52:22 +0000 (20:52 +0000)] 
unhide the other HitTest() overload

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

19 years agoadding missing closing bracket
Dimitri Schoolwerth [Fri, 23 Jul 2004 20:48:33 +0000 (20:48 +0000)] 
adding missing closing bracket

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

19 years agoWrapper for new HitTest
Robin Dunn [Fri, 23 Jul 2004 20:28:01 +0000 (20:28 +0000)] 
Wrapper for new HitTest

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

19 years agoFix for unhiding the other version of the base class HitTest
Robin Dunn [Fri, 23 Jul 2004 20:26:25 +0000 (20:26 +0000)] 
Fix for unhiding the other version of the base class HitTest

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

19 years agofixed inserting styled text into an empty control under GTK+ 2.0
Vadim Zeitlin [Fri, 23 Jul 2004 19:59:00 +0000 (19:59 +0000)] 
fixed inserting styled text into an empty control under GTK+ 2.0

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

19 years agodon't modify all wxBitmaps sharing the same wxBitmapRefData when SetMask() is called
Vadim Zeitlin [Fri, 23 Jul 2004 18:52:18 +0000 (18:52 +0000)] 
don't modify all wxBitmaps sharing the same wxBitmapRefData when SetMask() is called

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

19 years agoimplement HitTest(pos) variant and not HitTest(x, y) one as this is what Windows...
Vadim Zeitlin [Fri, 23 Jul 2004 18:43:32 +0000 (18:43 +0000)] 
implement HitTest(pos) variant and not HitTest(x, y) one as this is what Windows gives us

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

19 years agocosmetic change
Vadim Zeitlin [Fri, 23 Jul 2004 18:43:01 +0000 (18:43 +0000)] 
cosmetic change

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

19 years agoAvoid an assert in wxFrame::SetTitle
Robin Dunn [Fri, 23 Jul 2004 18:31:48 +0000 (18:31 +0000)] 
Avoid an assert in wxFrame::SetTitle

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

19 years agoimplemented HitTest() for GTK2; test it in the sample
Vadim Zeitlin [Fri, 23 Jul 2004 18:07:40 +0000 (18:07 +0000)] 
implemented HitTest() for GTK2; test it in the sample

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

19 years agowxUSE_STATLINE fixes.
Włodzimierz Skiba [Fri, 23 Jul 2004 18:06:03 +0000 (18:06 +0000)] 
wxUSE_STATLINE fixes.

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

19 years agowxUSE_STL fixes.
Włodzimierz Skiba [Fri, 23 Jul 2004 18:04:12 +0000 (18:04 +0000)] 
wxUSE_STL fixes.

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

19 years agocompilation fix for gcc (closes bug 996701)
Vadim Zeitlin [Fri, 23 Jul 2004 17:49:51 +0000 (17:49 +0000)] 
compilation fix for gcc (closes bug 996701)

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

19 years agochanged to behave in same way as native win32 control and generic wxListCtrl when...
Václav Slavík [Fri, 23 Jul 2004 16:45:28 +0000 (16:45 +0000)] 
changed to behave in same way as native win32 control and generic wxListCtrl when wxEVT_COMMAND_TREE_END_LABEL_EDIT is vetoed

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

19 years agodocumented while event.Skip() is necessary so that nobody removes it
Václav Slavík [Fri, 23 Jul 2004 16:45:23 +0000 (16:45 +0000)] 
documented while event.Skip() is necessary so that nobody removes it

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

19 years agoreverted JS' rev. 1.27 - the real fix was 1.28, disabling recursion protection is...
Václav Slavík [Fri, 23 Jul 2004 16:44:46 +0000 (16:44 +0000)] 
reverted JS' rev. 1.27 - the real fix was 1.28, disabling recursion protection is not good idea

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

19 years agoChanged to match wxPython's current subrelease number
Robin Dunn [Fri, 23 Jul 2004 15:41:32 +0000 (15:41 +0000)] 
Changed to match wxPython's current subrelease number

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

19 years agowxUSE_STL/wxArrayString fixes.
Włodzimierz Skiba [Fri, 23 Jul 2004 14:33:01 +0000 (14:33 +0000)] 
wxUSE_STL/wxArrayString fixes.

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

19 years agoCorrect definition of sorting function.
Włodzimierz Skiba [Fri, 23 Jul 2004 11:26:07 +0000 (11:26 +0000)] 
Correct definition of sorting function.

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

19 years agoadded wxSUBRELEAS_NUMBER and macro to check for it
Vadim Zeitlin [Fri, 23 Jul 2004 10:38:25 +0000 (10:38 +0000)] 
added wxSUBRELEAS_NUMBER and macro to check for it

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

19 years agofixed ShowModal() return value typo
Vadim Zeitlin [Fri, 23 Jul 2004 10:01:55 +0000 (10:01 +0000)] 
fixed ShowModal() return value typo

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

19 years agowxUSE_BUTTONBAR removed.
Włodzimierz Skiba [Fri, 23 Jul 2004 09:21:07 +0000 (09:21 +0000)] 
wxUSE_BUTTONBAR removed.

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

19 years agowxUSE_STL fixes.
Włodzimierz Skiba [Fri, 23 Jul 2004 09:04:10 +0000 (09:04 +0000)] 
wxUSE_STL fixes.

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

19 years agowxUSE_STL fix.
Włodzimierz Skiba [Fri, 23 Jul 2004 08:58:29 +0000 (08:58 +0000)] 
wxUSE_STL fix.

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

19 years agoSimplified html reading because previous one caused conflicts in wxUSE_STL=1.
Włodzimierz Skiba [Fri, 23 Jul 2004 08:56:51 +0000 (08:56 +0000)] 
Simplified html reading because previous one caused conflicts in wxUSE_STL=1.

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

19 years agowxUSE_STATLINE fixes.
Włodzimierz Skiba [Fri, 23 Jul 2004 08:51:53 +0000 (08:51 +0000)] 
wxUSE_STATLINE fixes.

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

20 years agoDefault value for WX_CONFIG
Robin Dunn [Fri, 23 Jul 2004 05:07:00 +0000 (05:07 +0000)] 
Default value for WX_CONFIG

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

20 years agoRevert my id10t error.
David Elliott [Fri, 23 Jul 2004 01:41:00 +0000 (01:41 +0000)] 
Revert my id10t error.

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

20 years agoFix compilation with older (before C99) C compilers.
David Elliott [Thu, 22 Jul 2004 20:25:48 +0000 (20:25 +0000)] 
Fix compilation with older (before C99) C compilers.

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

20 years agoJust to be sure...
Robin Dunn [Thu, 22 Jul 2004 20:24:25 +0000 (20:24 +0000)] 
Just to be sure...

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

20 years agoAlso don't send set focus events when the window is being deleted.
Robin Dunn [Thu, 22 Jul 2004 20:23:46 +0000 (20:23 +0000)] 
Also don't send set focus events when the window is being deleted.

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

20 years agowxUSE_STATLINE fix.
Włodzimierz Skiba [Thu, 22 Jul 2004 19:59:31 +0000 (19:59 +0000)] 
wxUSE_STATLINE fix.

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

20 years agowxUSE_STATLINE fix.
Włodzimierz Skiba [Thu, 22 Jul 2004 19:34:59 +0000 (19:34 +0000)] 
wxUSE_STATLINE fix.

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

20 years agofixed symlinks creation on platforms where ln -s is cp
Václav Slavík [Thu, 22 Jul 2004 19:24:53 +0000 (19:24 +0000)] 
fixed symlinks creation on platforms where ln -s is cp

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

20 years agowxUSE_STATLINE fix.
Włodzimierz Skiba [Thu, 22 Jul 2004 19:14:29 +0000 (19:14 +0000)] 
wxUSE_STATLINE fix.

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

20 years ago Added compatibility functions for wxUSE_STL = 1:
Mattia Barbon [Thu, 22 Jul 2004 19:08:21 +0000 (19:08 +0000)] 
  Added compatibility functions for wxUSE_STL = 1:
void wxArrayString::Sort(CompareFunction function)
void wxArrayString::Sort(bool reverseOrder).

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

20 years agowxUSE_STL fixes.
Włodzimierz Skiba [Thu, 22 Jul 2004 19:07:59 +0000 (19:07 +0000)] 
wxUSE_STL fixes.

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

20 years agowxUSE_STL fixes.
Włodzimierz Skiba [Thu, 22 Jul 2004 18:51:13 +0000 (18:51 +0000)] 
wxUSE_STL fixes.

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

20 years agowxUSE_STATLINE fix.
Włodzimierz Skiba [Thu, 22 Jul 2004 18:47:17 +0000 (18:47 +0000)] 
wxUSE_STATLINE fix.

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

20 years agoPatches from Will Sadkin:
Robin Dunn [Thu, 22 Jul 2004 18:38:34 +0000 (18:38 +0000)] 
Patches from Will Sadkin:

MaskedEditMixin:
- fixed size calculations on changing fonts
- fixed tabbing logic now that tab events are entered into the control
  by default (ie event.Skip()) if wx.TE_PROCESS_TAB is set
- fixed code attempting to fix the selection after focus events
  generated on control destruction, to prevent tracebacks

TextCtrl, ComboBox
- Added support for XRC
- Fixed sizing calculation code
- Added SetFont() override method that will recalculate the size if this
  is called.
- Added AppendItems() for ComboBox

NumCtrl:
- prevented ctrl from accepting same grouping and decimal character,
- fixed issue preventing paste from working if decimal char was different
  than '.'

TimeCtrl:
- Fixed default value to use 24hour time (which will be converted
  appropriately if format supports it, and added code to check if
  local timezone uses "AM/PM" for this concept; if not, control now
  defaults to 24hour format, and disallows the am/pm form.

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

20 years agoRemoved unused variable.
Włodzimierz Skiba [Thu, 22 Jul 2004 18:35:51 +0000 (18:35 +0000)] 
Removed unused variable.

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

20 years agoInstall headers to the new location, use the new wx-config options
Robin Dunn [Thu, 22 Jul 2004 18:15:18 +0000 (18:15 +0000)] 
Install headers to the new location, use the new wx-config options
instead of building the wx-{toolchain}-config name myself, incremented
the version number.

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

20 years agoNo longer have to hold a reference to the sound object
Robin Dunn [Thu, 22 Jul 2004 15:29:07 +0000 (15:29 +0000)] 
No longer have to hold a reference to the sound object

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

20 years agoFix so sound looping will stop, courtesy of Ryan Norton.
Robin Dunn [Thu, 22 Jul 2004 15:13:19 +0000 (15:13 +0000)] 
Fix so sound looping will stop, courtesy of Ryan Norton.

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

20 years agowxUSE_STL=1 fix.
Włodzimierz Skiba [Thu, 22 Jul 2004 11:53:14 +0000 (11:53 +0000)] 
wxUSE_STL=1 fix.

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

20 years agowxUSE_STATLINE fix.
Włodzimierz Skiba [Thu, 22 Jul 2004 11:52:08 +0000 (11:52 +0000)] 
wxUSE_STATLINE fix.

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

20 years agoreimplemented wxBitmap::ConvertToImage() using wxDIB
Vadim Zeitlin [Thu, 22 Jul 2004 11:49:45 +0000 (11:49 +0000)] 
reimplemented wxBitmap::ConvertToImage() using wxDIB

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

20 years agoAlternate form of condition readable for Borland compiler.
Włodzimierz Skiba [Thu, 22 Jul 2004 11:49:28 +0000 (11:49 +0000)] 
Alternate form of condition readable for Borland compiler.

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

20 years agowxUSE_STATLINE fix.
Włodzimierz Skiba [Thu, 22 Jul 2004 11:45:02 +0000 (11:45 +0000)] 
wxUSE_STATLINE fix.

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

20 years agoadded wxDIB(HBITMAP) ctor and corresponding Create(); made GetData() return uchar...
Vadim Zeitlin [Thu, 22 Jul 2004 11:43:57 +0000 (11:43 +0000)] 
added wxDIB(HBITMAP) ctor and corresponding Create(); made GetData() return uchar * and not void *

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

20 years agouse sizers instead of constraints in wxProgressDialog (patch 980364)
Václav Slavík [Thu, 22 Jul 2004 10:15:36 +0000 (10:15 +0000)] 
use sizers instead of constraints in wxProgressDialog (patch 980364)

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

20 years agodon't select first hit in index if it is multi-topic entry, it causes a dialog to...
Václav Slavík [Thu, 22 Jul 2004 09:35:33 +0000 (09:35 +0000)] 
don't select first hit in index if it is multi-topic entry, it causes a dialog to pop up

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

20 years agoadapted RPM spec file to latest changes
Václav Slavík [Thu, 22 Jul 2004 08:32:37 +0000 (08:32 +0000)] 
adapted RPM spec file to latest changes

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

20 years agoinstall headers in prefix/include/wx-version/wx/ instead of prefix/include/wx/
Václav Slavík [Thu, 22 Jul 2004 08:28:28 +0000 (08:28 +0000)] 
install headers in prefix/include/wx-version/wx/ instead of prefix/include/wx/

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

20 years agoremoved enum that was causing more problems than it was worth
Václav Slavík [Thu, 22 Jul 2004 07:49:29 +0000 (07:49 +0000)] 
removed enum that was causing more problems than it was worth

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

20 years agowx-config symlink creation fix
Václav Slavík [Thu, 22 Jul 2004 07:43:05 +0000 (07:43 +0000)] 
wx-config symlink creation fix

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

20 years agodetect WebKit availability
Václav Slavík [Thu, 22 Jul 2004 07:37:44 +0000 (07:37 +0000)] 
detect WebKit availability

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

20 years agoFix so async wxSound can continue playing after it is destructed,
Robin Dunn [Thu, 22 Jul 2004 04:22:47 +0000 (04:22 +0000)] 
Fix so async wxSound can continue playing after it is destructed,
courtesy of Ryan Norton.

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

20 years agoreSWIGged
Robin Dunn [Thu, 22 Jul 2004 01:24:31 +0000 (01:24 +0000)] 
reSWIGged

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

20 years ago39 items is awfully big
Robin Dunn [Thu, 22 Jul 2004 01:06:37 +0000 (01:06 +0000)] 
39 items is awfully big

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

20 years agomention *TabOrder and Navigate methods
Robin Dunn [Thu, 22 Jul 2004 01:04:32 +0000 (01:04 +0000)] 
mention *TabOrder and Navigate methods

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

20 years agobuild a tarball when building the new docs
Robin Dunn [Thu, 22 Jul 2004 01:01:58 +0000 (01:01 +0000)] 
build a tarball when building the new docs

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

20 years agoBuild the new docs as part of the automated build
Robin Dunn [Thu, 22 Jul 2004 01:01:24 +0000 (01:01 +0000)] 
Build the new docs as part of the automated build

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

20 years agoreorganize a bit
Robin Dunn [Thu, 22 Jul 2004 01:00:51 +0000 (01:00 +0000)] 
reorganize a bit

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

20 years agocleanup
Robin Dunn [Thu, 22 Jul 2004 00:57:42 +0000 (00:57 +0000)] 
cleanup

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

20 years agoHold on to the Sound objects as the Mac async plays will stop when the
Robin Dunn [Thu, 22 Jul 2004 00:55:47 +0000 (00:55 +0000)] 
Hold on to the Sound objects as the Mac async plays will stop when the
object is destroyed

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