]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoMove children if parent gets resized.
Stefan Neis [Sun, 10 Oct 2004 23:16:54 +0000 (23:16 +0000)] 
Move children if parent gets resized.

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

19 years agoScript tweak
Julian Smart [Sun, 10 Oct 2004 22:43:06 +0000 (22:43 +0000)] 
Script tweak

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

19 years agoMake dist correction for Motif
Julian Smart [Sun, 10 Oct 2004 22:38:43 +0000 (22:38 +0000)] 
Make dist correction for Motif

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

19 years agoScript updates, FAQ updates from web site
Julian Smart [Sun, 10 Oct 2004 22:33:43 +0000 (22:33 +0000)] 
Script updates, FAQ updates from web site

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

19 years agoScript updates
Julian Smart [Sun, 10 Oct 2004 15:42:55 +0000 (15:42 +0000)] 
Script updates

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

19 years agocorrect assignment in constructors, a little optimization, and some rare (impossible...
Ryan Norton [Sun, 10 Oct 2004 13:30:55 +0000 (13:30 +0000)] 
correct assignment in constructors, a little optimization, and some rare (impossible?) case sanity checks

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

19 years agoScript updates
Julian Smart [Sun, 10 Oct 2004 11:44:00 +0000 (11:44 +0000)] 
Script updates

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

19 years agoAdded PNG bitmaps for easier editing (forgot to commit previously)
Julian Smart [Sun, 10 Oct 2004 11:31:28 +0000 (11:31 +0000)] 
Added PNG bitmaps for easier editing (forgot to commit previously)

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

19 years agoScript tweaks
Julian Smart [Sun, 10 Oct 2004 10:27:31 +0000 (10:27 +0000)] 
Script tweaks

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

19 years agoRemoved types that don't exist in iodbc
Julian Smart [Sun, 10 Oct 2004 10:10:27 +0000 (10:10 +0000)] 
Removed types that don't exist in iodbc

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

19 years agoFixed the change that broke eVC++ compile (please don't blind-fix this)
Julian Smart [Sun, 10 Oct 2004 09:30:02 +0000 (09:30 +0000)] 
Fixed the change that broke eVC++ compile (please don't blind-fix this)

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

19 years agoDon't bind the ACTIVATE events until the log window is created
Robin Dunn [Sun, 10 Oct 2004 00:57:35 +0000 (00:57 +0000)] 
Don't bind the ACTIVATE events until the log window is created

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

19 years agoRemoved tool batch files, they can just be generated as part of the install.
Robin Dunn [Sun, 10 Oct 2004 00:51:22 +0000 (00:51 +0000)] 
Removed tool batch files, they can just be generated as part of the install.

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

19 years ago* build and distrib tweaks.
Robin Dunn [Sun, 10 Oct 2004 00:48:34 +0000 (00:48 +0000)] 
* build and distrib tweaks.
* restructuring of installer packages
* MSW build can use either MONOLITHIC or multi-lib wx build

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

19 years agothe #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere
Vadim Zeitlin [Sat, 9 Oct 2004 21:48:14 +0000 (21:48 +0000)] 
the #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere

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

19 years agouse wxStrdupA() instead of #ifdef's around strdup()
Vadim Zeitlin [Sat, 9 Oct 2004 21:45:23 +0000 (21:45 +0000)] 
use wxStrdupA() instead of #ifdef's around strdup()

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

19 years agoFix for Standard WinCE SDK
Julian Smart [Sat, 9 Oct 2004 20:34:56 +0000 (20:34 +0000)] 
Fix for Standard WinCE SDK

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

19 years agoUse _strdup under WinCE/eVC++
Julian Smart [Sat, 9 Oct 2004 19:56:46 +0000 (19:56 +0000)] 
Use _strdup under WinCE/eVC++

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

19 years agoSetSizeHints -> DoSetSizeHints
Julian Smart [Sat, 9 Oct 2004 19:19:00 +0000 (19:19 +0000)] 
SetSizeHints -> DoSetSizeHints

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

19 years agogtk2 is the default now.
Ron Lee [Sat, 9 Oct 2004 17:52:09 +0000 (17:52 +0000)] 
gtk2 is the default now.

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

19 years agoAdd man page link for pywxrc.
Ron Lee [Sat, 9 Oct 2004 17:37:12 +0000 (17:37 +0000)] 
Add man page link for pywxrc.

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

19 years agoWorkaround for incorrect header in some versions of Mingw32
Julian Smart [Sat, 9 Oct 2004 13:39:57 +0000 (13:39 +0000)] 
Workaround for incorrect header in some versions of Mingw32

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

19 years agofixed wxrc installation and cleaning
Václav Slavík [Sat, 9 Oct 2004 12:53:00 +0000 (12:53 +0000)] 
fixed wxrc installation and cleaning

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

19 years agoAdd basic --utility option for finding build dependent utils.
Ron Lee [Sat, 9 Oct 2004 12:08:05 +0000 (12:08 +0000)] 
Add basic --utility option for finding build dependent utils.
More strictly define the exit codes -- 0 for success, 1 for failure,
2 for options that are not supported -- so as to enable feature testing.
Quote the mac rezflags hack.

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

19 years agoResolved ambiguity
Julian Smart [Sat, 9 Oct 2004 10:52:01 +0000 (10:52 +0000)] 
Resolved ambiguity

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

19 years agoTweaks
Julian Smart [Sat, 9 Oct 2004 10:51:07 +0000 (10:51 +0000)] 
Tweaks

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

19 years agoRemoved over-specific references to wxDDE..
Julian Smart [Sat, 9 Oct 2004 10:30:32 +0000 (10:30 +0000)] 
Removed over-specific references to wxDDE..

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

19 years agocorrect white values in extra stock cursors
Ryan Norton [Sat, 9 Oct 2004 03:07:24 +0000 (03:07 +0000)] 
correct white values in extra stock cursors

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

19 years agocheck for wxHAS_HUGE_FILES
Robin Dunn [Sat, 9 Oct 2004 01:26:43 +0000 (01:26 +0000)] 
check for wxHAS_HUGE_FILES

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

19 years agoFix docstring
Robin Dunn [Sat, 9 Oct 2004 01:26:15 +0000 (01:26 +0000)] 
Fix docstring

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

19 years agoChange macro used for OnGetItemImage so it ignores the base class
Robin Dunn [Sat, 9 Oct 2004 01:25:33 +0000 (01:25 +0000)] 
Change macro used for OnGetItemImage so it ignores the base class
version

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

19 years agofix description
Ryan Norton [Fri, 8 Oct 2004 23:33:11 +0000 (23:33 +0000)] 
fix description

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

19 years agofinal null-char wxString stuff, a couple of bugfixes and lots of code cleanups -...
Ryan Norton [Fri, 8 Oct 2004 23:19:39 +0000 (23:19 +0000)] 
final null-char wxString stuff, a couple of bugfixes and lots of code cleanups - fixups to changes.txt as per someone's suggestions - support for a lot more stock cursors on wxCocoa using the cursors from the carbon port

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

19 years agopropagate invalidated best size upstream
Václav Slavík [Fri, 8 Oct 2004 21:52:52 +0000 (21:52 +0000)] 
propagate invalidated best size upstream

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

19 years agoAdded Quicktime framework from System folder, updated project for hid.cpp, statbar...
Kevin Hock [Fri, 8 Oct 2004 20:05:34 +0000 (20:05 +0000)] 
Added Quicktime framework from System folder, updated project for hid.cpp, statbar.cpp and gdiobj.cpp and taskbar.cpp which seemed to be incompletely added

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

19 years agoFix for building with limited ports/platforms.
Włodzimierz Skiba [Fri, 8 Oct 2004 19:51:30 +0000 (19:51 +0000)] 
Fix for building with limited ports/platforms.

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

19 years agoBetter markup.
Włodzimierz Skiba [Fri, 8 Oct 2004 19:41:14 +0000 (19:41 +0000)] 
Better markup.

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Fri, 8 Oct 2004 18:49:13 +0000 (18:49 +0000)] 
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

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

19 years agoMake NOP versions of Mac[GS]etMetalAppearance for the other platforms
Robin Dunn [Fri, 8 Oct 2004 17:37:08 +0000 (17:37 +0000)] 
Make NOP versions of Mac[GS]etMetalAppearance for the other platforms

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

19 years agofixed AFM metrics installation so that PostScript printing works again
Václav Slavík [Fri, 8 Oct 2004 16:26:51 +0000 (16:26 +0000)] 
fixed AFM metrics installation so that PostScript printing works again

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

19 years agoCheck for an image list before complaining in OnGetItemImage
Robin Dunn [Fri, 8 Oct 2004 16:14:41 +0000 (16:14 +0000)] 
Check for an image list before complaining in OnGetItemImage

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

19 years agoAdded comment about setting AFM path
Julian Smart [Fri, 8 Oct 2004 14:54:11 +0000 (14:54 +0000)] 
Added comment about setting AFM path

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

19 years agoRegenerated makefiles for 3rd-party lib change
Julian Smart [Fri, 8 Oct 2004 11:20:24 +0000 (11:20 +0000)] 
Regenerated makefiles for 3rd-party lib change

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

19 years agoAdded script to bake everthing (OK, so it's trivial...)
Julian Smart [Fri, 8 Oct 2004 10:53:19 +0000 (10:53 +0000)] 
Added script to bake everthing (OK, so it's trivial...)

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

19 years agoRegenerated from bakefiles
Julian Smart [Fri, 8 Oct 2004 08:43:28 +0000 (08:43 +0000)] 
Regenerated from bakefiles

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

19 years agofinal compilo fixups for 10.2 unicode - c/c++ fixes for regex - fixup regex unit...
Ryan Norton [Fri, 8 Oct 2004 05:00:28 +0000 (05:00 +0000)] 
final compilo fixups for 10.2 unicode - c/c++ fixes for regex - fixup regex unit tests

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

19 years agovarious cleanups
Ryan Norton [Fri, 8 Oct 2004 01:26:43 +0000 (01:26 +0000)] 
various cleanups

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

19 years agowxSound for wxCocoa
Ryan Norton [Fri, 8 Oct 2004 00:47:47 +0000 (00:47 +0000)] 
wxSound for wxCocoa

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

19 years agowxDisplay for wxCocoa
Ryan Norton [Fri, 8 Oct 2004 00:40:19 +0000 (00:40 +0000)] 
wxDisplay for wxCocoa

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

19 years ago(blind) fix for Metrowerks/Win32 compilation
Vadim Zeitlin [Fri, 8 Oct 2004 00:26:20 +0000 (00:26 +0000)] 
(blind) fix for Metrowerks/Win32 compilation

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

19 years agorenamed __HUGEFILES_SUPPORTED to wxHAS_HUGE_FILES
Vadim Zeitlin [Fri, 8 Oct 2004 00:20:07 +0000 (00:20 +0000)] 
renamed __HUGEFILES_SUPPORTED to wxHAS_HUGE_FILES

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

19 years agowxCocoa link fixes
Ryan Norton [Fri, 8 Oct 2004 00:08:33 +0000 (00:08 +0000)] 
wxCocoa link fixes

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

19 years agofix darwin defines
Ryan Norton [Thu, 7 Oct 2004 23:32:04 +0000 (23:32 +0000)] 
fix darwin defines

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

19 years agoa bit of cleanup
Ryan Norton [Thu, 7 Oct 2004 23:21:23 +0000 (23:21 +0000)] 
a bit of cleanup

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

19 years agoMake sure that WXMAKINGDLL_XRC is defined correctly for monolithic DLL builds
Robin Dunn [Thu, 7 Oct 2004 22:58:09 +0000 (22:58 +0000)] 
Make sure that WXMAKINGDLL_XRC is defined correctly for monolithic DLL builds

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

19 years agobakefile time!! (Mainly stuff for wxCocoa)
Ryan Norton [Thu, 7 Oct 2004 22:35:53 +0000 (22:35 +0000)] 
bakefile time!!  (Mainly stuff for wxCocoa)

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

19 years ago1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd .. (they are just stubs and...
Ryan Norton [Thu, 7 Oct 2004 22:28:57 +0000 (22:28 +0000)] 
1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd ..  (they are just stubs and return 0 - we need our own, even in ANSIcd ..!)\n2.Finalize the null character changes in wxString - change mb_str and wc_str to not stop at null characters\n3.Add unit tests for the above

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

19 years agoFixed typos -- obejct should be object
Kevin Hock [Thu, 7 Oct 2004 21:56:52 +0000 (21:56 +0000)] 
Fixed typos -- obejct should be object

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

19 years agoAdded missing GetCellSize
Robin Dunn [Thu, 7 Oct 2004 20:24:39 +0000 (20:24 +0000)] 
Added missing GetCellSize

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

19 years agoreSWIGged
Robin Dunn [Thu, 7 Oct 2004 20:22:46 +0000 (20:22 +0000)] 
reSWIGged

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

19 years agoPatch from Gordon Williams:
Robin Dunn [Thu, 7 Oct 2004 20:15:55 +0000 (20:15 +0000)] 
Patch from Gordon Williams:
   - Added bar graph demo
   - Modified line end shape from round to square.
   - Removed FloatDCWrapper for conversion to ints and ints in arguments

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

19 years agorevert change to bakefiles as per Robin's suggestion
Ryan Norton [Thu, 7 Oct 2004 20:07:33 +0000 (20:07 +0000)] 
revert change to bakefiles as per Robin's suggestion

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

19 years agoFloatCanvas patch from Chris Barker.
Robin Dunn [Thu, 7 Oct 2004 19:28:57 +0000 (19:28 +0000)] 
FloatCanvas patch from Chris Barker.

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

19 years agoApplied patch [ 1039456 ] [wxOS2]Popup menu problems
Julian Smart [Thu, 7 Oct 2004 18:35:50 +0000 (18:35 +0000)] 
Applied patch [ 1039456 ] [wxOS2]Popup menu problems
By Dave Parsons
Fixes problems including:

titles do not display,
title id is already allocated to the menu separator,
menus show in totally the wrong position,
possible to call DoPopupMenu with out of range parameters,
showing a menu enters an infinite loop with 100% cpu usage,
ProcessEvent is called destroying the return value from
HandleMouseEvent.

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

19 years agosome preparation for carbon/cocoa interop
Ryan Norton [Thu, 7 Oct 2004 18:32:25 +0000 (18:32 +0000)] 
some preparation for carbon/cocoa interop

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

19 years agoCorrect compile errors in non-unicode build
Robin Dunn [Thu, 7 Oct 2004 18:08:05 +0000 (18:08 +0000)] 
Correct compile errors in non-unicode build

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

19 years agoI guess I should update this - :)
Ryan Norton [Thu, 7 Oct 2004 18:06:49 +0000 (18:06 +0000)] 
I guess I should update this - :)

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

19 years agoanother stub for wxCocoa
Ryan Norton [Thu, 7 Oct 2004 17:56:59 +0000 (17:56 +0000)] 
another stub for wxCocoa

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

19 years agofix a bunch of warnings in unicode build
Ryan Norton [Thu, 7 Oct 2004 17:45:04 +0000 (17:45 +0000)] 
fix a bunch of warnings in unicode build

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

19 years agoremove blatant hack from configure and do proper checking for stuff wxCocoa does...
Ryan Norton [Thu, 7 Oct 2004 17:22:56 +0000 (17:22 +0000)] 
remove blatant hack from configure and do proper checking for stuff wxCocoa does not support

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

19 years agoVerified and applied [ 1042133 ] GTK2.0: DrawRotatedText dumb implementation
Robin Dunn [Thu, 7 Oct 2004 17:05:30 +0000 (17:05 +0000)] 
Verified and applied [ 1042133 ] GTK2.0: DrawRotatedText dumb implementation

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

19 years ago1. Yet another unit test for new stirng stuff
Ryan Norton [Thu, 7 Oct 2004 16:50:24 +0000 (16:50 +0000)] 
1. Yet another unit test for new stirng stuff
2. Fix unicode and 10.2 in src/cocoa/app.mm
3. Fix error in doc about wxEvtHandler::Connect

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

19 years agoApplied patch [ 1039940 ] Prevent redefinition of MM_xxx mapping mode constants
Julian Smart [Thu, 7 Oct 2004 16:42:11 +0000 (16:42 +0000)] 
Applied patch [ 1039940 ] Prevent redefinition of MM_xxx mapping mode constants

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

19 years agoApplied patch [ 1039953 ] Fix notebook functionality in widgets sample
Julian Smart [Thu, 7 Oct 2004 16:38:48 +0000 (16:38 +0000)] 
Applied patch [ 1039953 ] Fix notebook functionality in widgets sample

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

19 years agoApplied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)
Julian Smart [Thu, 7 Oct 2004 16:32:20 +0000 (16:32 +0000)] 
Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)

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

19 years agoApplied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)
Julian Smart [Thu, 7 Oct 2004 16:26:58 +0000 (16:26 +0000)] 
Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Thu, 7 Oct 2004 13:36:41 +0000 (13:36 +0000)] 
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

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

19 years agoLate note about deprecated wxDbTable constructor.
Włodzimierz Skiba [Thu, 7 Oct 2004 13:04:53 +0000 (13:04 +0000)] 
Late note about deprecated wxDbTable constructor.

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

19 years agofixed Carbon compilation; call HID keyboard dtor for Darwin
Dimitri Schoolwerth [Thu, 7 Oct 2004 11:26:32 +0000 (11:26 +0000)] 
fixed Carbon compilation; call HID keyboard dtor for Darwin

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

19 years agorevert badly screwed up commit :\
Ryan Norton [Thu, 7 Oct 2004 09:01:23 +0000 (09:01 +0000)] 
revert badly screwed up commit :\

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

19 years ago2.5.3 - cleanups, fixes, etc. etc. -
Ryan Norton [Thu, 7 Oct 2004 08:53:48 +0000 (08:53 +0000)] 
2.5.3 - cleanups, fixes, etc. etc. -

1. Various stubs for wxCocoa (and the bakefile entries for them)
2. Definitions for some wxCocoa cocoa types in defs.h
3. Hack to attempt to fix SYNC sound for mac carbon
4. Fix for wxCocoa and 10.2 (Dave - I'm already around doing some stuff anyway - I'll go ahead and save you the trouble).
5. 10.2 unicode layer
6. Strings null-char fixes (stems from chartraits patch - essentially the patch minus the chartraits part - HAHA :)) [note to self - swap the 2nd and 3rd params of wxMemchr if you use chartraits and vice versa]
* If you have time please run the strings and stdstrings cppunit test suite
* Also add more test suites if you want - more is always better :)
* This does not include any fixes for mbtowc etc functions as outlined on the ml

7. An attempt to update wxArray docs a little
8. wx/process.h build fix for wxCocoa
9. Unicode fixes in app.mm for wxCocoa
10. Remove newer font panel after Stefan's suggestion

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

19 years agoMisc script updates
Julian Smart [Thu, 7 Oct 2004 07:52:25 +0000 (07:52 +0000)] 
Misc script updates

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

19 years agocache mac and cocoa builds - so if you pick cocoa one time and don't specify it the...
Ryan Norton [Thu, 7 Oct 2004 01:59:46 +0000 (01:59 +0000)] 
cache mac and cocoa builds - so if you pick cocoa one time and don't specify it the next it will properly go back to cocoa, not default to mac

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

19 years agocursors for cocoa
Ryan Norton [Wed, 6 Oct 2004 22:11:46 +0000 (22:11 +0000)] 
cursors for cocoa

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

19 years agoNew directories added, old ones removed
Robin Dunn [Wed, 6 Oct 2004 21:55:43 +0000 (21:55 +0000)] 
New directories added, old ones removed

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

19 years agoInstall tweaks
Robin Dunn [Wed, 6 Oct 2004 21:54:49 +0000 (21:54 +0000)] 
Install tweaks

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

19 years agofixed broken DoUpdateWindowUI: event.SetChecked doesn't have to be used together...
Václav Slavík [Wed, 6 Oct 2004 21:49:40 +0000 (21:49 +0000)] 
fixed broken DoUpdateWindowUI: event.SetChecked doesn't have to be used together with SetText

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

19 years agococoa tooltips. Remove runtime warning from 10.2 (dave - I was too lazy to change...
Ryan Norton [Wed, 6 Oct 2004 21:09:47 +0000 (21:09 +0000)] 
cocoa tooltips.  Remove runtime warning from 10.2 (dave - I was too lazy to change this from my local copy, feel free to commit over this if you want)

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

19 years agoBlind fix to lack of sql types.
Włodzimierz Skiba [Wed, 6 Oct 2004 20:58:46 +0000 (20:58 +0000)] 
Blind fix to lack of sql types.

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Wed, 6 Oct 2004 20:54:57 +0000 (20:54 +0000)] 
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Wed, 6 Oct 2004 20:32:05 +0000 (20:32 +0000)] 
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Wed, 6 Oct 2004 20:21:57 +0000 (20:21 +0000)] 
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

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

19 years agoKeys to some operations (patch #1037434).
Włodzimierz Skiba [Wed, 6 Oct 2004 20:11:24 +0000 (20:11 +0000)] 
Keys to some operations (patch #1037434).

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

19 years agoRemoved doubled events, corrected behaviour (patch #1037434)
Włodzimierz Skiba [Wed, 6 Oct 2004 20:09:34 +0000 (20:09 +0000)] 
Removed doubled events, corrected behaviour (patch #1037434)

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

19 years agoadded reference to GetUnicodeKey to GetKeyCode
Václav Slavík [Wed, 6 Oct 2004 19:46:11 +0000 (19:46 +0000)] 
added reference to GetUnicodeKey to GetKeyCode

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

19 years agoShow EVT_ACTIVATE and EVT_ACTIVATE_APP events in action.
Robin Dunn [Wed, 6 Oct 2004 18:34:20 +0000 (18:34 +0000)] 
Show EVT_ACTIVATE and EVT_ACTIVATE_APP events in action.

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

19 years agoA Python version of wxrc
Robin Dunn [Wed, 6 Oct 2004 18:32:25 +0000 (18:32 +0000)] 
A Python version of wxrc

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

19 years agoMention TaskBarIcon and other recent changes
Robin Dunn [Wed, 6 Oct 2004 18:30:24 +0000 (18:30 +0000)] 
Mention TaskBarIcon and other recent changes

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

19 years agoRemove any old wxrc before installing new ones. This fixes a make
Robin Dunn [Wed, 6 Oct 2004 18:10:22 +0000 (18:10 +0000)] 
Remove any old wxrc before installing new ones.  This fixes a make
error on OSX.

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

19 years agowxMDIChildFrame::IsTopLevel returns false but for this purpose we
Robin Dunn [Wed, 6 Oct 2004 17:04:05 +0000 (17:04 +0000)] 
wxMDIChildFrame::IsTopLevel returns false but for this purpose we
should use the MDI Child, not it's parent.

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