wxWidgets.git
19 years agonote that GetFromWindow is windows only
Ryan Norton [Wed, 2 Mar 2005 02:47:47 +0000 (02:47 +0000)] 
note that GetFromWindow is windows only

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

19 years agoDocument wxDisplay::GetFromWindow
Ryan Norton [Wed, 2 Mar 2005 01:08:35 +0000 (01:08 +0000)] 
Document wxDisplay::GetFromWindow

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

19 years agofix unresolved reference
Ryan Norton [Wed, 2 Mar 2005 01:05:21 +0000 (01:05 +0000)] 
fix unresolved reference

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

19 years agofix backslashes
Ryan Norton [Wed, 2 Mar 2005 01:03:42 +0000 (01:03 +0000)] 
fix backslashes

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

19 years agogrammer
Ryan Norton [Wed, 2 Mar 2005 00:54:57 +0000 (00:54 +0000)] 
grammer

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

19 years agoclear up the 'something'
Ryan Norton [Wed, 2 Mar 2005 00:53:19 +0000 (00:53 +0000)] 
clear up the 'something'

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

19 years agoreword a bit - get rid of mention of the platforms it supports because nearly all...
Ryan Norton [Wed, 2 Mar 2005 00:51:53 +0000 (00:51 +0000)] 
reword a bit - get rid of mention of the platforms it supports because nearly all of them do now (all major ones do)

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

19 years agoAdd missing wxFileDialog flags to both dialog overview and wxFileDialog description...
Kevin Hock [Wed, 2 Mar 2005 00:15:48 +0000 (00:15 +0000)] 
Add missing wxFileDialog flags to both dialog overview and wxFileDialog description (modified patch 1154022)

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

19 years agoAdded newDirectory flag to DirBrowseButton
Robin Dunn [Tue, 1 Mar 2005 23:52:44 +0000 (23:52 +0000)] 
Added newDirectory flag to DirBrowseButton

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

19 years agoreSWIGged
Robin Dunn [Tue, 1 Mar 2005 23:49:52 +0000 (23:49 +0000)] 
reSWIGged

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

19 years agoMake IsSelected be a bit more specific
Robin Dunn [Tue, 1 Mar 2005 23:36:05 +0000 (23:36 +0000)] 
Make IsSelected be a bit more specific

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

19 years ago Revert my last commit, GetClientAreaOrigin was already implemented
Mattia Barbon [Tue, 1 Mar 2005 20:18:09 +0000 (20:18 +0000)] 
  Revert my last commit, GetClientAreaOrigin was already implemented
in common code by ABX.

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

19 years agoRevert last change moving wxFloodFill from imagfill.cpp to dcbase.cpp, which broke...
Kevin Hock [Tue, 1 Mar 2005 19:13:24 +0000 (19:13 +0000)] 
Revert last change moving wxFloodFill from imagfill.cpp to dcbase.cpp, which broke compilation across the board when wxUSE_IMAGE is defined.

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

19 years agorestored alpha test in raw image frame (why had it been commented out?)
Vadim Zeitlin [Tue, 1 Mar 2005 17:52:50 +0000 (17:52 +0000)] 
restored alpha test in raw image frame (why had it been commented out?)

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

19 years agodon't use WXDLLEXPORT with nested template classes: this doesn't work
Vadim Zeitlin [Tue, 1 Mar 2005 17:49:27 +0000 (17:49 +0000)] 
don't use WXDLLEXPORT with nested template classes: this doesn't work

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

19 years agodon't try to save invalid image: added a wxCHECK(Ok()) to Save() overloads which...
Vadim Zeitlin [Tue, 1 Mar 2005 17:42:28 +0000 (17:42 +0000)] 
don't try to save invalid image: added a wxCHECK(Ok()) to Save() overloads which didn't already have it

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

19 years agoMinor fixes for gcc
Michael Wetherell [Tue, 1 Mar 2005 17:11:15 +0000 (17:11 +0000)] 
Minor fixes for gcc

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

19 years agoAdd samples to configure: ipc, keyboard, listbox, multimon, popup, vscroll
Michael Wetherell [Tue, 1 Mar 2005 17:08:52 +0000 (17:08 +0000)] 
Add samples to configure: ipc, keyboard, listbox, multimon, popup, vscroll
richedit (partly), regtest, nativdlg, oleauto

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

19 years agoWarning fixes.
Włodzimierz Skiba [Tue, 1 Mar 2005 16:53:22 +0000 (16:53 +0000)] 
Warning fixes.

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

19 years agoUse GetMark if available
Robin Dunn [Tue, 1 Mar 2005 16:22:31 +0000 (16:22 +0000)] 
Use GetMark if available

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

19 years agocorrect placard under toolbar
Stefan Csomor [Tue, 1 Mar 2005 15:47:17 +0000 (15:47 +0000)] 
correct placard under toolbar

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

19 years agoNo res-include for rpmspec wx24dsp
Michael Wetherell [Tue, 1 Mar 2005 14:13:22 +0000 (14:13 +0000)] 
No res-include for rpmspec wx24dsp

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

19 years agoAdd $(TOP_SRCDIR)include for windres
Michael Wetherell [Tue, 1 Mar 2005 14:09:37 +0000 (14:09 +0000)] 
Add $(TOP_SRCDIR)include for windres

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

19 years agoWarning fix.
Włodzimierz Skiba [Tue, 1 Mar 2005 11:54:44 +0000 (11:54 +0000)] 
Warning fix.

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

19 years agoMissing header.
Włodzimierz Skiba [Tue, 1 Mar 2005 11:43:52 +0000 (11:43 +0000)] 
Missing header.

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

19 years agowxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes
Ryan Norton [Tue, 1 Mar 2005 11:30:21 +0000 (11:30 +0000)] 
wxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes

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

19 years agoMove wxDoFloodFill to dc.cpp so that it can be 'used' without wxImage. Fixes related...
Ryan Norton [Tue, 1 Mar 2005 11:10:34 +0000 (11:10 +0000)] 
Move wxDoFloodFill to dc.cpp so that it can be 'used' without wxImage.  Fixes related to this

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

19 years agowork w/o bitmap button
Ryan Norton [Tue, 1 Mar 2005 11:06:27 +0000 (11:06 +0000)] 
work w/o bitmap button

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

19 years agoMore wxUSE_STATTEXT fixes
Ryan Norton [Tue, 1 Mar 2005 10:59:19 +0000 (10:59 +0000)] 
More wxUSE_STATTEXT fixes

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

19 years agowxUSE_STATTEXT fixes
Ryan Norton [Tue, 1 Mar 2005 10:55:32 +0000 (10:55 +0000)] 
wxUSE_STATTEXT fixes

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

19 years agocompilo
Ryan Norton [Tue, 1 Mar 2005 10:48:07 +0000 (10:48 +0000)] 
compilo

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

19 years agowxUSE_IMAGLIST fix (good grief...)
Ryan Norton [Tue, 1 Mar 2005 10:42:02 +0000 (10:42 +0000)] 
wxUSE_IMAGLIST fix (good grief...)

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

19 years agowxUSE_TOOLTIPS fix (good grief I think I just did this a couple days ago...)
Ryan Norton [Tue, 1 Mar 2005 10:33:51 +0000 (10:33 +0000)] 
wxUSE_TOOLTIPS fix (good grief I think I just did this a couple days ago...)

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

19 years agowxUSE_XX fix
Ryan Norton [Tue, 1 Mar 2005 10:28:13 +0000 (10:28 +0000)] 
wxUSE_XX fix

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

19 years agowxUSE_XXX fix
Ryan Norton [Tue, 1 Mar 2005 10:27:10 +0000 (10:27 +0000)] 
wxUSE_XXX fix

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

19 years agofixup for last commit
Ryan Norton [Tue, 1 Mar 2005 10:25:54 +0000 (10:25 +0000)] 
fixup for last commit

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

19 years agomore wxUSE_IMAGE FUN
Ryan Norton [Tue, 1 Mar 2005 10:23:45 +0000 (10:23 +0000)] 
more wxUSE_IMAGE FUN

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

19 years agowxUSE_IMAGE cleanup
Ryan Norton [Tue, 1 Mar 2005 10:19:55 +0000 (10:19 +0000)] 
wxUSE_IMAGE cleanup

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

19 years agofix for crash when using wxEXEC_NODISABLE
Vadim Zeitlin [Tue, 1 Mar 2005 10:19:24 +0000 (10:19 +0000)] 
fix for crash when using wxEXEC_NODISABLE

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

19 years agowxUSE_IMAGE cleanup, fix warning
Ryan Norton [Tue, 1 Mar 2005 10:16:28 +0000 (10:16 +0000)] 
wxUSE_IMAGE cleanup, fix warning

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

19 years agocompile w/o tooltips
Ryan Norton [Tue, 1 Mar 2005 09:54:25 +0000 (09:54 +0000)] 
compile w/o tooltips

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

19 years agowxChoicebook styles typo fix.
Włodzimierz Skiba [Tue, 1 Mar 2005 09:36:31 +0000 (09:36 +0000)] 
wxChoicebook styles typo fix.

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

19 years agoTypo fixes
Julian Smart [Tue, 1 Mar 2005 09:24:56 +0000 (09:24 +0000)] 
Typo fixes

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

19 years agoMore styles in XRC handlers of book controls.
Włodzimierz Skiba [Tue, 1 Mar 2005 07:38:09 +0000 (07:38 +0000)] 
More styles in XRC handlers of book controls.

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

19 years agohave CGImage Support in all OSX builds
Stefan Csomor [Tue, 1 Mar 2005 05:45:25 +0000 (05:45 +0000)] 
have CGImage Support in all OSX builds

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

19 years agohave CGImage Support in all OSX builds
Stefan Csomor [Tue, 1 Mar 2005 05:31:37 +0000 (05:31 +0000)] 
have CGImage Support in all OSX builds

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

19 years agofix for non-quartz branch
Stefan Csomor [Tue, 1 Mar 2005 05:21:06 +0000 (05:21 +0000)] 
fix for non-quartz branch

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

19 years agodon't compare iterator after calling erase() in ProcessPendingEvents() (replaces...
Vadim Zeitlin [Tue, 1 Mar 2005 01:26:34 +0000 (01:26 +0000)] 
don't compare iterator after calling erase() in ProcessPendingEvents() (replaces patch 1153906)

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

19 years agoadded accessor function to hide __VISAGECPP__ ugliness and avoid having #ifdef's...
Vadim Zeitlin [Tue, 1 Mar 2005 01:21:04 +0000 (01:21 +0000)] 
added accessor function to hide __VISAGECPP__ ugliness and avoid having #ifdef's for it every other line

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

19 years agoupdate from Hiroshi Saito (patch 1153720)
Vadim Zeitlin [Tue, 1 Mar 2005 01:15:49 +0000 (01:15 +0000)] 
update from Hiroshi Saito (patch 1153720)

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

19 years agoadded wxDP_ALLOWNONE (patch 1153889)
Vadim Zeitlin [Tue, 1 Mar 2005 00:03:55 +0000 (00:03 +0000)] 
added wxDP_ALLOWNONE (patch 1153889)

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

19 years agoworkaround for lack of res-define in our custom formats
Václav Slavík [Mon, 28 Feb 2005 23:05:13 +0000 (23:05 +0000)] 
workaround for lack of res-define in our custom formats

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

19 years ago Minimal layout change.
Robert Roebling [Mon, 28 Feb 2005 22:29:06 +0000 (22:29 +0000)] 
  Minimal layout change.

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

19 years agoSearch path correction (in line with intl.cpp)
Julian Smart [Mon, 28 Feb 2005 21:16:23 +0000 (21:16 +0000)] 
Search path correction (in line with intl.cpp)

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

19 years agoDon't use the 'unix-like' check for Palm.
Włodzimierz Skiba [Mon, 28 Feb 2005 21:14:43 +0000 (21:14 +0000)] 
Don't use the 'unix-like' check for Palm.

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

19 years agodelete singleInstanceChecker when exiting
Robin Dunn [Mon, 28 Feb 2005 20:35:34 +0000 (20:35 +0000)] 
delete singleInstanceChecker when exiting

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

19 years agoNotebookSizer is deprecated
Robin Dunn [Mon, 28 Feb 2005 20:32:02 +0000 (20:32 +0000)] 
NotebookSizer is deprecated

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

19 years ago Implemented wxRadioBox using a GtkTable.
Robert Roebling [Mon, 28 Feb 2005 20:31:31 +0000 (20:31 +0000)] 
  Implemented wxRadioBox using a GtkTable.

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

19 years agoUpdates for doc/view from Morgan Hua
Robin Dunn [Mon, 28 Feb 2005 20:16:34 +0000 (20:16 +0000)] 
Updates for doc/view from Morgan Hua

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

19 years agonote wxURI change
Ryan Norton [Mon, 28 Feb 2005 20:09:07 +0000 (20:09 +0000)] 
note wxURI change

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

19 years agoreSWIGged
Robin Dunn [Mon, 28 Feb 2005 20:06:19 +0000 (20:06 +0000)] 
reSWIGged

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

19 years agoUpdates for MouseGestures
Robin Dunn [Mon, 28 Feb 2005 20:03:35 +0000 (20:03 +0000)] 
Updates for MouseGestures

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

19 years agorename wxURI::GetUser to wxURI::GetUserInfo and add wxURI::GetUser and wxURI::GetPassword
Ryan Norton [Mon, 28 Feb 2005 20:01:44 +0000 (20:01 +0000)] 
rename wxURI::GetUser to wxURI::GetUserInfo and add wxURI::GetUser and wxURI::GetPassword

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

19 years agoreSWIGged
Robin Dunn [Mon, 28 Feb 2005 19:47:34 +0000 (19:47 +0000)] 
reSWIGged

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

19 years agoOops, checked in wrong file by mistake. Reverted last change.
Robin Dunn [Mon, 28 Feb 2005 19:34:13 +0000 (19:34 +0000)] 
Oops, checked in wrong file by mistake.  Reverted last change.

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

19 years agoupdated setup.h changes for MSW
Robin Dunn [Mon, 28 Feb 2005 19:31:49 +0000 (19:31 +0000)] 
updated setup.h changes for MSW

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

19 years agoDon't build the old versions of OGL or iewin by default anymore
Robin Dunn [Mon, 28 Feb 2005 19:30:29 +0000 (19:30 +0000)] 
Don't build the old versions of OGL or iewin by default anymore

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

19 years agoDon't build the old versions of OGL or iewin by default anymore
Robin Dunn [Mon, 28 Feb 2005 19:19:25 +0000 (19:19 +0000)] 
Don't build the old versions of OGL or iewin by default anymore

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

19 years agoMissing include.
Włodzimierz Skiba [Mon, 28 Feb 2005 18:50:44 +0000 (18:50 +0000)] 
Missing include.

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

19 years agoXRC for wxListbook [patch 1152306] and wxChoicebook. Regenerated makefiles.
Włodzimierz Skiba [Mon, 28 Feb 2005 18:46:49 +0000 (18:46 +0000)] 
XRC for wxListbook [patch 1152306] and wxChoicebook. Regenerated makefiles.

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

19 years agoAdded more image options
Robin Dunn [Mon, 28 Feb 2005 18:45:29 +0000 (18:45 +0000)] 
Added more image options

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

19 years agoPatch from Will Sadkin:
Robin Dunn [Mon, 28 Feb 2005 18:45:13 +0000 (18:45 +0000)] 
Patch from Will Sadkin:
    Enclosed are two patches, one for timectrl, re: exceptions (now?)
    thrown on wxDateTime.strftime(%p) in a non-am/pm locale, and one
    for a problem that prevented input into the integer digit of a
    integerwidth=1 numctrl, if the current value was 0.

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

19 years agoUndeprecated AddWindow, AddSizer, AddSpacer and etc.
Robin Dunn [Mon, 28 Feb 2005 18:43:47 +0000 (18:43 +0000)] 
Undeprecated AddWindow, AddSizer, AddSpacer and etc.

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

19 years agoAdded wx.PrintData.Get/SetPrivData
Robin Dunn [Mon, 28 Feb 2005 18:43:15 +0000 (18:43 +0000)] 
Added wx.PrintData.Get/SetPrivData

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

19 years agoGetSelection is available on wxGTK now too.
Robin Dunn [Mon, 28 Feb 2005 18:41:36 +0000 (18:41 +0000)] 
GetSelection is available on wxGTK now too.

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

19 years agoAdded GetBitmap, GetIcon to wx.ImageList.
Robin Dunn [Mon, 28 Feb 2005 18:41:07 +0000 (18:41 +0000)] 
Added GetBitmap, GetIcon to wx.ImageList.

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

19 years agoFix GetAmPmStrings wrapper
Robin Dunn [Mon, 28 Feb 2005 18:40:52 +0000 (18:40 +0000)] 
Fix GetAmPmStrings wrapper

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

19 years agodoc updates
Robin Dunn [Mon, 28 Feb 2005 18:40:32 +0000 (18:40 +0000)] 
doc updates

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

19 years agoBuild/distrib updates
Robin Dunn [Mon, 28 Feb 2005 18:37:29 +0000 (18:37 +0000)] 
Build/distrib updates

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

19 years agouse wxMin
Robin Dunn [Mon, 28 Feb 2005 18:36:57 +0000 (18:36 +0000)] 
use wxMin

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

19 years agoavoid buffer overrun
Robin Dunn [Mon, 28 Feb 2005 18:35:34 +0000 (18:35 +0000)] 
avoid buffer overrun

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

19 years agowxDisplay::GetFromWindow is only on msw evidently
Ryan Norton [Mon, 28 Feb 2005 18:18:30 +0000 (18:18 +0000)] 
wxDisplay::GetFromWindow is only on msw evidently

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

19 years agomask access row bytes fixed
Stefan Csomor [Mon, 28 Feb 2005 17:28:43 +0000 (17:28 +0000)] 
mask access row bytes fixed

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

19 years agotrying to fix dmc warning about potential overload ambiguity
Vadim Zeitlin [Mon, 28 Feb 2005 17:23:19 +0000 (17:23 +0000)] 
trying to fix dmc warning about potential overload ambiguity

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

19 years agoreturn const ref to label from GetLabel() and other accessors instead of copying...
Vadim Zeitlin [Mon, 28 Feb 2005 17:20:12 +0000 (17:20 +0000)] 
return const ref to label from GetLabel() and other accessors instead of copying it, this fixes 1153178

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

19 years agofix missing defines with DMC
Chris Elliott [Mon, 28 Feb 2005 16:13:59 +0000 (16:13 +0000)] 
fix missing defines with DMC

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

19 years agoremoved strange bit flipping under wxGTK when saving TIFFs
Vadim Zeitlin [Mon, 28 Feb 2005 16:05:04 +0000 (16:05 +0000)] 
removed strange bit flipping under wxGTK when saving TIFFs

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

19 years agocorrecting last commit
Stefan Csomor [Mon, 28 Feb 2005 16:02:17 +0000 (16:02 +0000)] 
correcting last commit

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

19 years ago This change will make the parent TLW come to
Robert Roebling [Mon, 28 Feb 2005 15:14:20 +0000 (15:14 +0000)] 
  This change will make the parent TLW come to
    the front again after it has been sent to
    the back for some unknown reason, after a
    message dialog has been show.

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

19 years agoUnicode fix
Julian Smart [Mon, 28 Feb 2005 15:01:30 +0000 (15:01 +0000)] 
Unicode fix

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

19 years ago Apply combobox patch II.
Robert Roebling [Mon, 28 Feb 2005 14:45:58 +0000 (14:45 +0000)] 
  Apply combobox patch II.

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

19 years agoRemoved call to obsolete (and presumably redundant) SetPageSize
Julian Smart [Mon, 28 Feb 2005 14:41:37 +0000 (14:41 +0000)] 
Removed call to obsolete (and presumably redundant) SetPageSize

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

19 years ago Changed ComboDropDown button under GTK+ so that it
Robert Roebling [Mon, 28 Feb 2005 14:38:47 +0000 (14:38 +0000)] 
  Changed ComboDropDown button under GTK+ so that it
    will create a transparent button. This works for
    the date control, but should be generalized somehow.

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

19 years agoDocumented wxImage XPM data ctor
Julian Smart [Mon, 28 Feb 2005 13:55:59 +0000 (13:55 +0000)] 
Documented wxImage XPM data ctor

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

19 years agodon't hide m_cal when disabling the control (bug 1150830)
Vadim Zeitlin [Mon, 28 Feb 2005 13:08:47 +0000 (13:08 +0000)] 
don't hide m_cal when disabling the control (bug 1150830)

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

19 years agorestored manual calls to gtk_glwindow_realized/map_callback() and added comment expla...
Vadim Zeitlin [Mon, 28 Feb 2005 12:28:36 +0000 (12:28 +0000)] 
restored manual calls to gtk_glwindow_realized/map_callback() and added comment explaining why they're (sometimes) needed

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

19 years agoApplied patch [ 1121371 ] configtool NULL pointer accesses
Julian Smart [Mon, 28 Feb 2005 11:36:59 +0000 (11:36 +0000)] 
Applied patch [ 1121371 ] configtool NULL pointer accesses

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

19 years agoApplied socket destruction bug patch
Julian Smart [Mon, 28 Feb 2005 11:36:03 +0000 (11:36 +0000)] 
Applied socket destruction bug patch

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

19 years agoWinCE doesn't have DFCS_FLAT
Julian Smart [Mon, 28 Feb 2005 11:34:26 +0000 (11:34 +0000)] 
WinCE doesn't have DFCS_FLAT

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

19 years agoWinCE doesn't have GetThreadLocale
Julian Smart [Mon, 28 Feb 2005 11:33:07 +0000 (11:33 +0000)] 
WinCE doesn't have GetThreadLocale

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