]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoremoved IsShown guards, allowing now for manipulation of hidden toolbars
Stefan Csomor [Fri, 15 Oct 2004 06:12:27 +0000 (06:12 +0000)] 
removed IsShown guards, allowing now for manipulation of hidden toolbars

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

19 years agoAllow the wxMenu to be owned by the NSMenu so that it can be returned
David Elliott [Fri, 15 Oct 2004 03:06:50 +0000 (03:06 +0000)] 
Allow the wxMenu to be owned by the NSMenu so that it can be returned
from methods which Cocoa calls when a menu is to be popped up.

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

19 years agoAllow the dealloc message to be caught
David Elliott [Fri, 15 Oct 2004 02:55:15 +0000 (02:55 +0000)] 
Allow the dealloc message to be caught

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

19 years agoUse wxObjcAutoRefFromAlloc for sm_cocoaTarget.
David Elliott [Fri, 15 Oct 2004 01:39:35 +0000 (01:39 +0000)] 
Use wxObjcAutoRefFromAlloc for sm_cocoaTarget.
Move some processing code from wxMenuItemAction to CocoaItemSelected.
Add Cocoa_validateMenuItem and use it instead of calling IsEnabled directly.
Do not set the target or action for wxMenuItem that open submenus.

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

19 years agoAdapt to new file naming scheme, new Installer structures, and other
Robin Dunn [Fri, 15 Oct 2004 01:13:02 +0000 (01:13 +0000)] 
Adapt to new file naming scheme, new Installer structures, and other
build tweaks.

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

19 years agoRestructured for new style RPMs, etc. Can build all the RPMs from a
Robin Dunn [Fri, 15 Oct 2004 01:02:22 +0000 (01:02 +0000)] 
Restructured for new style RPMs, etc.  Can build all the RPMs from a
single .spec file, by using --define parameters.

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

19 years agobe cmd.exe compatible
Robin Dunn [Fri, 15 Oct 2004 00:56:22 +0000 (00:56 +0000)] 
be cmd.exe compatible

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

19 years agoDon't make the metadata xml file anymore
Robin Dunn [Fri, 15 Oct 2004 00:55:39 +0000 (00:55 +0000)] 
Don't make the metadata xml file anymore

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

19 years ago* Don't reset LC_NUMERIC if on Python 2.4
Robin Dunn [Fri, 15 Oct 2004 00:54:53 +0000 (00:54 +0000)] 
* Don't reset LC_NUMERIC if on Python 2.4
* Always save the tstate

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

19 years agowxRect --> wx.Rect
Robin Dunn [Fri, 15 Oct 2004 00:51:57 +0000 (00:51 +0000)] 
wxRect --> wx.Rect

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

19 years agoworkarounds for old versions of distutils
Robin Dunn [Fri, 15 Oct 2004 00:47:56 +0000 (00:47 +0000)] 
workarounds for old versions of distutils

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

19 years agoput back the code to add the 3rd digit in the extraPath
Robin Dunn [Fri, 15 Oct 2004 00:46:11 +0000 (00:46 +0000)] 
put back the code to add the 3rd digit in the extraPath

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

19 years agouse wxFileSize_t instead of wxFileOffset or off_t
Vadim Zeitlin [Fri, 15 Oct 2004 00:34:21 +0000 (00:34 +0000)] 
use wxFileSize_t instead of wxFileOffset or off_t

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

19 years agofixed wxFileSize_t definition under Unix
Vadim Zeitlin [Fri, 15 Oct 2004 00:23:32 +0000 (00:23 +0000)] 
fixed wxFileSize_t definition under Unix

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

19 years agomade Tell/Seek/Length() return wxFileSize_t as well
Vadim Zeitlin [Fri, 15 Oct 2004 00:22:27 +0000 (00:22 +0000)] 
made Tell/Seek/Length() return wxFileSize_t as well

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

19 years agoadded wxFileSize_t, changed types of wxFile methods/parameters once again
Vadim Zeitlin [Fri, 15 Oct 2004 00:01:00 +0000 (00:01 +0000)] 
added wxFileSize_t, changed types of wxFile methods/parameters once again

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

19 years agoalways let GTK process focus_out events itself
Vadim Zeitlin [Thu, 14 Oct 2004 23:46:08 +0000 (23:46 +0000)] 
always let GTK process focus_out events itself

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

19 years agocall Skip() under Mac
Vadim Zeitlin [Thu, 14 Oct 2004 22:31:52 +0000 (22:31 +0000)] 
call Skip() under Mac

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

19 years agoreplaced deprecated GetNoHistoryFiles() function with GetCount()
Vadim Zeitlin [Thu, 14 Oct 2004 22:27:57 +0000 (22:27 +0000)] 
replaced deprecated GetNoHistoryFiles() function with GetCount()

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

19 years agoDo not waste time for USE_ODBC=0.
Włodzimierz Skiba [Thu, 14 Oct 2004 19:15:38 +0000 (19:15 +0000)] 
Do not waste time for USE_ODBC=0.

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

19 years agoBug #1001474. Text!=Password.
Włodzimierz Skiba [Thu, 14 Oct 2004 18:09:33 +0000 (18:09 +0000)] 
Bug #1001474. Text!=Password.

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

19 years agoWarning fix for wxDateTime_t <-> MSW data exchange.
Włodzimierz Skiba [Thu, 14 Oct 2004 17:42:33 +0000 (17:42 +0000)] 
Warning fix for wxDateTime_t <-> MSW data exchange.

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

19 years agoFix to wrong order of parameters. Used wxStringBase constructor has parameters in...
Włodzimierz Skiba [Thu, 14 Oct 2004 17:36:04 +0000 (17:36 +0000)] 
Fix to wrong order of parameters. Used wxStringBase constructor has parameters in reversed order in comparison to wxString (iirc due to stl::string compatibility).

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

19 years agoFix to the crash in all MSW/OpenWatcom apps using toolbars. wxString() in A?B:C is...
Włodzimierz Skiba [Thu, 14 Oct 2004 17:27:33 +0000 (17:27 +0000)] 
Fix to the crash in all MSW/OpenWatcom apps using toolbars. wxString() in A?B:C is not a good idea.

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

19 years agoFix to bug #1046289. dtor of wxMetaTagParser must be executed earlier than dtor of...
Włodzimierz Skiba [Thu, 14 Oct 2004 17:19:04 +0000 (17:19 +0000)] 
Fix to bug #1046289. dtor of wxMetaTagParser must be executed earlier than dtor of 'charset'.

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

19 years agoDo not waste time with OpenGL turned off.
Włodzimierz Skiba [Thu, 14 Oct 2004 17:09:43 +0000 (17:09 +0000)] 
Do not waste time with OpenGL turned off.

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

19 years agoFree DMC does not distribute OpenGL support.
Włodzimierz Skiba [Thu, 14 Oct 2004 17:05:29 +0000 (17:05 +0000)] 
Free DMC does not distribute OpenGL support.

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

19 years agoreadd files to restore cocoa compilation
Ryan Norton [Thu, 14 Oct 2004 14:34:31 +0000 (14:34 +0000)] 
readd files to restore cocoa compilation

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

19 years agoReverted and fixed really broken overcommit
Ryan Norton [Thu, 14 Oct 2004 14:07:27 +0000 (14:07 +0000)] 
Reverted and fixed really broken overcommit

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

19 years agofixes to building wxBase on Darwin
Václav Slavík [Thu, 14 Oct 2004 12:49:42 +0000 (12:49 +0000)] 
fixes to building wxBase on Darwin

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

19 years agoScript updates
Julian Smart [Thu, 14 Oct 2004 10:32:33 +0000 (10:32 +0000)] 
Script updates

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

19 years agoDoc tweaks
Julian Smart [Thu, 14 Oct 2004 10:29:58 +0000 (10:29 +0000)] 
Doc tweaks

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

19 years agoAdded SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar
Julian Smart [Thu, 14 Oct 2004 10:28:20 +0000 (10:28 +0000)] 
Added SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar
appearance problems by setting the scroll increment to e.g. 1
(Scrollbar problems caused by rounding errors - see comments in grid.cpp).
Also removed obsolete functions from reference, rearranged alphabetically

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

19 years agoCommented out SetFont(wxNullFont) which causes an assertion on Windows
Julian Smart [Thu, 14 Oct 2004 10:16:24 +0000 (10:16 +0000)] 
Commented out SetFont(wxNullFont) which causes an assertion on Windows

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

19 years agoadded wxTB_HORZ_LAYOUT
Václav Slavík [Thu, 14 Oct 2004 09:29:02 +0000 (09:29 +0000)] 
added wxTB_HORZ_LAYOUT

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

19 years agoRemoved empty wxCocoa wxFileDialog implementation
David Elliott [Thu, 14 Oct 2004 03:39:47 +0000 (03:39 +0000)] 
Removed empty wxCocoa wxFileDialog implementation

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

19 years agoReverted broken test to determine wxHAS_TASK_BAR_ICON
David Elliott [Thu, 14 Oct 2004 03:05:41 +0000 (03:05 +0000)] 
Reverted broken test to determine wxHAS_TASK_BAR_ICON

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

19 years agoRemoved empty wxCocoa taskbar files and broken files.bkl commit.
David Elliott [Thu, 14 Oct 2004 03:01:44 +0000 (03:01 +0000)] 
Removed empty wxCocoa taskbar files and broken files.bkl commit.

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

19 years agogive an #error if wxUSE_GLCANVAS == 0 instead of building empty samples
Vadim Zeitlin [Wed, 13 Oct 2004 21:19:38 +0000 (21:19 +0000)] 
give an #error if wxUSE_GLCANVAS == 0 instead of building empty samples

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

19 years agogtk_frame_focus_out_callback can be called with g_activeFrame
Julian Smart [Wed, 13 Oct 2004 20:47:12 +0000 (20:47 +0000)] 
gtk_frame_focus_out_callback can be called with g_activeFrame
null; so test for it.

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

19 years agofix syntax errors
Ryan Norton [Wed, 13 Oct 2004 17:24:35 +0000 (17:24 +0000)] 
fix syntax errors

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

19 years agofix syntax error
Ryan Norton [Wed, 13 Oct 2004 17:22:40 +0000 (17:22 +0000)] 
fix syntax error

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

19 years agosmall doc cleanup
Ryan Norton [Wed, 13 Oct 2004 17:10:51 +0000 (17:10 +0000)] 
small doc cleanup

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

19 years agoline segment fixes
Robin Dunn [Wed, 13 Oct 2004 15:14:59 +0000 (15:14 +0000)] 
line segment fixes

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

19 years agodc.DrawLines fixed [1046055]
Robin Dunn [Wed, 13 Oct 2004 15:14:10 +0000 (15:14 +0000)] 
dc.DrawLines fixed  [1046055]

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

19 years agoSemicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).
Włodzimierz Skiba [Wed, 13 Oct 2004 14:11:35 +0000 (14:11 +0000)] 
Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

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

19 years agoDarwin fixes (OW,BCC,MinGW,DMC tested).
Włodzimierz Skiba [Wed, 13 Oct 2004 14:09:48 +0000 (14:09 +0000)] 
Darwin fixes (OW,BCC,MinGW,DMC tested).

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

19 years agoSemicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).
Włodzimierz Skiba [Wed, 13 Oct 2004 14:04:19 +0000 (14:04 +0000)] 
Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

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

19 years agoFix to reflect wxUNIVERSAL conditions from header.
Włodzimierz Skiba [Wed, 13 Oct 2004 09:24:09 +0000 (09:24 +0000)] 
Fix to reflect wxUNIVERSAL conditions from header.

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

19 years agocrush compiler warnings and handle out of memory errors slightly better
Ryan Norton [Wed, 13 Oct 2004 02:54:32 +0000 (02:54 +0000)] 
crush compiler warnings and handle out of memory errors slightly better

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

19 years agocheck that item pointer is non-NULL in WM_DRAW/MEASUREITEM
Vadim Zeitlin [Tue, 12 Oct 2004 21:08:54 +0000 (21:08 +0000)] 
check that item pointer is non-NULL in WM_DRAW/MEASUREITEM

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

19 years ago Added new wxPrintFactory code and made wxPrinter
Robert Roebling [Tue, 12 Oct 2004 21:07:42 +0000 (21:07 +0000)] 
  Added new wxPrintFactory code and made wxPrinter
   and wxPrintPreview make use of it. BIG CHANGE.

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

19 years agoReverted due to Darwin and other conflicts.
Włodzimierz Skiba [Tue, 12 Oct 2004 20:48:22 +0000 (20:48 +0000)] 
Reverted due to Darwin and other conflicts.

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

19 years agoReverted due to Darwin conflict.
Włodzimierz Skiba [Tue, 12 Oct 2004 20:47:04 +0000 (20:47 +0000)] 
Reverted due to Darwin conflict.

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

19 years agoReverted conflict with Darwin.
Włodzimierz Skiba [Tue, 12 Oct 2004 20:14:23 +0000 (20:14 +0000)] 
Reverted conflict with Darwin.

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Tue, 12 Oct 2004 19:29:12 +0000 (19:29 +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@29813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoUpdate config.{guess,sub}
Ron Lee [Tue, 12 Oct 2004 19:05:46 +0000 (19:05 +0000)] 
Update config.{guess,sub}

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

19 years agoRegenerate .po files from 2.5.3 source.
Ron Lee [Tue, 12 Oct 2004 18:59:54 +0000 (18:59 +0000)] 
Regenerate .po files from 2.5.3 source.

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

19 years agoupdated after moving xrc to the core
Václav Slavík [Tue, 12 Oct 2004 18:28:43 +0000 (18:28 +0000)] 
updated after moving xrc to the core

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

19 years agoRestored the default wizard height to match 2.4 (and bitmap size)
Julian Smart [Tue, 12 Oct 2004 18:15:59 +0000 (18:15 +0000)] 
Restored the default wizard height to match 2.4 (and bitmap size)
settings

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

19 years agoCorrected swapped args
Julian Smart [Tue, 12 Oct 2004 18:02:10 +0000 (18:02 +0000)] 
Corrected swapped args

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

19 years agoWhitespaces, tabs and fix to the lack of empty line at end.
Włodzimierz Skiba [Tue, 12 Oct 2004 17:12:26 +0000 (17:12 +0000)] 
Whitespaces, tabs and fix to the lack of empty line at end.

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

19 years agoRemove old pragmas for avoiding warnings with Open Watcom. They are not working with...
Włodzimierz Skiba [Tue, 12 Oct 2004 16:58:44 +0000 (16:58 +0000)] 
Remove old pragmas for avoiding warnings with Open Watcom. They are not working with new build system and have to be passed to compiler through options.

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

19 years agoUndo last change due to STL.
Włodzimierz Skiba [Tue, 12 Oct 2004 15:30:08 +0000 (15:30 +0000)] 
Undo last change due to STL.

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

19 years agoannoying oversight - someday compilers will point this out
Ryan Norton [Tue, 12 Oct 2004 15:22:47 +0000 (15:22 +0000)] 
annoying oversight - someday compilers will point this out

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

19 years agoslight correction
Ryan Norton [Tue, 12 Oct 2004 15:03:37 +0000 (15:03 +0000)] 
slight correction

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

19 years agoget rid of global vars
Ryan Norton [Tue, 12 Oct 2004 15:01:47 +0000 (15:01 +0000)] 
get rid of global vars

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

19 years agoI can't beleive I forgot this
Ryan Norton [Tue, 12 Oct 2004 14:55:04 +0000 (14:55 +0000)] 
I can't beleive I forgot this

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

19 years agoadded wxNB_TOP
Václav Slavík [Tue, 12 Oct 2004 14:43:04 +0000 (14:43 +0000)] 
added wxNB_TOP

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

19 years agopatch from list to fix warning and get rid of unneccessary call
Ryan Norton [Tue, 12 Oct 2004 14:10:06 +0000 (14:10 +0000)] 
patch from list to fix warning and get rid of unneccessary call

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

19 years agocompilo fix (blind)
Ryan Norton [Tue, 12 Oct 2004 14:02:57 +0000 (14:02 +0000)] 
compilo fix (blind)

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

19 years agoEliminate the redundant no_wx var and the extra test to set it.
Ron Lee [Tue, 12 Oct 2004 13:23:09 +0000 (13:23 +0000)] 
Eliminate the redundant no_wx var and the extra test to set it.
Don't perform unrelated tests inside a single CHECK/RESULT block.

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

19 years agoDon't leak intermediate results of tests for wx2.4 if it is not installed.
Ron Lee [Tue, 12 Oct 2004 13:16:03 +0000 (13:16 +0000)] 
Don't leak intermediate results of tests for wx2.4 if it is not installed.

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

19 years agoadded \ escaping in XRC (patch 1042675)
Václav Slavík [Tue, 12 Oct 2004 10:23:16 +0000 (10:23 +0000)] 
added \ escaping in XRC (patch 1042675)

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

19 years agoAlso distribute src/gtk/*.h
Julian Smart [Tue, 12 Oct 2004 07:52:04 +0000 (07:52 +0000)] 
Also distribute src/gtk/*.h

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

19 years agowxPuts() should output a trailing newline even in Unix/Unicode builds
Vadim Zeitlin [Mon, 11 Oct 2004 23:49:15 +0000 (23:49 +0000)] 
wxPuts() should output a trailing newline even in Unix/Unicode builds

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

19 years agomention that this file can be used under wx licence too
Vadim Zeitlin [Mon, 11 Oct 2004 22:58:17 +0000 (22:58 +0000)] 
mention that this file can be used under wx licence too

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

19 years agoadded ADVANCED_GTK_HDR section for src/gtk/eggtrayicon.h
Vadim Zeitlin [Mon, 11 Oct 2004 22:57:14 +0000 (22:57 +0000)] 
added ADVANCED_GTK_HDR section for src/gtk/eggtrayicon.h

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

19 years agoUse a better fixed size for the spin button
Robin Dunn [Mon, 11 Oct 2004 22:16:06 +0000 (22:16 +0000)] 
Use a better fixed size for the spin button

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

19 years agoDoc tweaks
Robin Dunn [Mon, 11 Oct 2004 22:15:15 +0000 (22:15 +0000)] 
Doc tweaks

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

19 years agoClean up comments a bit
Robin Dunn [Mon, 11 Oct 2004 22:14:31 +0000 (22:14 +0000)] 
Clean up comments a bit

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

19 years agoMaskedEdit updates from Will Sadkin:
Robin Dunn [Mon, 11 Oct 2004 22:13:18 +0000 (22:13 +0000)] 
MaskedEdit updates from Will Sadkin:
    - Added '*' mask char that means "all ansii chars" (ords 32-255)
    - Added proper unicode support to masked controls and wx.tools.dbg
    - Fixed two reported missing import bugs introduced by package
      creation
    - Converted masked package doc strings to reST format for better
      epydoc support
    - lots of doc string improvements and function hiding to better
      reflect package's public contents.

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

19 years agoreSWIGged
Robin Dunn [Mon, 11 Oct 2004 18:44:09 +0000 (18:44 +0000)] 
reSWIGged

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

19 years agoforward declare wxPyTaskBarIcon
Robin Dunn [Mon, 11 Oct 2004 17:12:43 +0000 (17:12 +0000)] 
forward declare wxPyTaskBarIcon

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Mon, 11 Oct 2004 16:30:43 +0000 (16:30 +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@29784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agotemp. solution to get unicode to work on 10.3
Ryan Norton [Mon, 11 Oct 2004 15:38:05 +0000 (15:38 +0000)] 
temp. solution to get unicode to work on 10.3

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

19 years agoMissed wxList::Erase description.
Włodzimierz Skiba [Mon, 11 Oct 2004 12:15:22 +0000 (12:15 +0000)] 
Missed wxList::Erase description.

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

19 years agococoa doesn't need system framework - string conversion for cocoa - focus for cocoa...
Ryan Norton [Mon, 11 Oct 2004 02:02:30 +0000 (02:02 +0000)] 
cocoa doesn't need system framework - string conversion for cocoa - focus for cocoa - a bit of change for string unit tests for new functionality

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

19 years agoApplied changes by Bartlomiej Gorny for recent files and style panel fix.
Roman Rolinsky [Mon, 11 Oct 2004 00:00:31 +0000 (00:00 +0000)] 
Applied changes by Bartlomiej Gorny for recent files and style panel fix.

cellpos & cellspan parameters are changed to type ParamPosSize.

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

19 years agofixed spacer image
Roman Rolinsky [Sun, 10 Oct 2004 23:55:29 +0000 (23:55 +0000)] 
fixed spacer image

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

19 years agoFixed spacer image
Roman Rolinsky [Sun, 10 Oct 2004 23:48:27 +0000 (23:48 +0000)] 
Fixed spacer image

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

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