]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agolame temporary "fix" for file names which are not UTF-8 encoded
Vadim Zeitlin [Thu, 24 Mar 2005 02:42:15 +0000 (02:42 +0000)] 
lame temporary "fix" for file names which are not UTF-8 encoded

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

19 years agoadded wxConvFileName which is a variable, not define as wxConvFile; added comments...
Vadim Zeitlin [Thu, 24 Mar 2005 00:59:08 +0000 (00:59 +0000)] 
added wxConvFileName which is a variable, not define as wxConvFile; added comments explaining what different wxConvXXXs are for

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

19 years agodon't forget cards drawn on the canvas; general cleanup (patch 1164209)
Vadim Zeitlin [Thu, 24 Mar 2005 00:40:12 +0000 (00:40 +0000)] 
don't forget cards drawn on the canvas; general cleanup (patch 1164209)

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

19 years agoremoved pragma interface/implementation (useless and they were in wrong order provoki...
Vadim Zeitlin [Thu, 24 Mar 2005 00:37:19 +0000 (00:37 +0000)] 
removed pragma interface/implementation (useless and they were in wrong order provoking gcc 3.4 warning)

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

19 years agoadded wxRendererNative::DrawDropArrow (patch 1166596)
Vadim Zeitlin [Thu, 24 Mar 2005 00:22:04 +0000 (00:22 +0000)] 
added wxRendererNative::DrawDropArrow (patch 1166596)

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

19 years agosrc/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as otherwise we may fail to convert...
Vadim Zeitlin [Wed, 23 Mar 2005 23:49:36 +0000 (23:49 +0000)] 
src/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as otherwise we may fail to convert the result of libc functions (and, presumably, they might not accept what we give them on input) in Unicode build, see patch 1168341

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

19 years agofixed broken wxCtime() implementation (wrong buffer size count, wrong conversion)
Vadim Zeitlin [Wed, 23 Mar 2005 23:45:45 +0000 (23:45 +0000)] 
fixed broken wxCtime() implementation (wrong buffer size count, wrong conversion)

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

19 years agoWait() should now return correct exit code even if thread state was EXITED (replaces...
Vadim Zeitlin [Wed, 23 Mar 2005 21:29:04 +0000 (21:29 +0000)] 
Wait() should now return correct exit code even if thread state was EXITED (replaces patch 1166425)

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

19 years agosimplifications of checks for themed-background sysopt and compilation fixes for...
Vadim Zeitlin [Wed, 23 Mar 2005 21:11:09 +0000 (21:11 +0000)] 
simplifications of checks for themed-background sysopt and compilation fixes for wxUSE_UXTHEME == 0

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

19 years agoadjust the rectangle before calling DrawThemeBackground() (patch 1158282)
Vadim Zeitlin [Wed, 23 Mar 2005 20:59:00 +0000 (20:59 +0000)] 
adjust the rectangle before calling DrawThemeBackground() (patch 1158282)

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

19 years agoadded IsFalse() to simplify code doing HasOption(very-long-option-name) && !GetOption...
Vadim Zeitlin [Wed, 23 Mar 2005 20:48:50 +0000 (20:48 +0000)] 
added IsFalse() to simplify code doing HasOption(very-long-option-name) && !GetOptionInt(the-same-very-long-option-name) elsewhere

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

19 years agouse GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which is not defined in older GTK...
Vadim Zeitlin [Wed, 23 Mar 2005 20:04:31 +0000 (20:04 +0000)] 
use GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which is not defined in older GTK versions

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

19 years agoFix wxRTTI for wxGnomePrintDC
Robin Dunn [Wed, 23 Mar 2005 17:54:39 +0000 (17:54 +0000)] 
Fix wxRTTI for wxGnomePrintDC

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

19 years agoInitialize m_privData before doign the assignment
Robin Dunn [Wed, 23 Mar 2005 17:53:43 +0000 (17:53 +0000)] 
Initialize m_privData before doign the assignment

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

19 years agoFurther srcdir -> top_srcdir corrections
Julian Smart [Wed, 23 Mar 2005 16:45:59 +0000 (16:45 +0000)] 
Further srcdir -> top_srcdir corrections

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

19 years agouse default position, not 0, 0
Julian Smart [Wed, 23 Mar 2005 13:43:39 +0000 (13:43 +0000)] 
use default position, not 0, 0

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

19 years agoUse top_srcdir for finding version.rc
Julian Smart [Wed, 23 Mar 2005 13:11:08 +0000 (13:11 +0000)] 
Use top_srcdir for finding version.rc

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

19 years agoUpdated version to 2.5.5
Julian Smart [Wed, 23 Mar 2005 13:05:13 +0000 (13:05 +0000)] 
Updated version to 2.5.5

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

19 years agoElliptic arc fix for getting bounds
Julian Smart [Wed, 23 Mar 2005 11:36:04 +0000 (11:36 +0000)] 
Elliptic arc fix for getting bounds

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

19 years agoAssert fix
Julian Smart [Wed, 23 Mar 2005 11:31:03 +0000 (11:31 +0000)] 
Assert fix

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

19 years agowxUSE_DEPRECATED set to 0 by default
Julian Smart [Wed, 23 Mar 2005 11:28:50 +0000 (11:28 +0000)] 
wxUSE_DEPRECATED set to 0 by default

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

19 years agoGCC 4.0 (Apple 4059) is a little bit pickier than 3.3.
David Elliott [Wed, 23 Mar 2005 05:51:15 +0000 (05:51 +0000)] 
GCC 4.0 (Apple 4059) is a little bit pickier than 3.3.

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

19 years agoComment out extraneous include wx/wxprec.h (part of other commented out stuff)
David Elliott [Wed, 23 Mar 2005 05:48:42 +0000 (05:48 +0000)] 
Comment out extraneous include wx/wxprec.h (part of other commented out stuff)

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

19 years agoBlind bug fix to bug reported by Angel Kry.
David Elliott [Wed, 23 Mar 2005 05:12:12 +0000 (05:12 +0000)] 
Blind bug fix to bug reported by Angel Kry.

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

19 years agowxTextCtrl with wxTE_RICH2 style now uses RichEdit 4.1 if available (replaces patch...
Vadim Zeitlin [Wed, 23 Mar 2005 00:18:44 +0000 (00:18 +0000)] 
wxTextCtrl with wxTE_RICH2 style now uses RichEdit 4.1 if available (replaces patch 1160809)

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

19 years agoclear m_aTypes array in Clear() as well (patch 1165866)
Vadim Zeitlin [Wed, 23 Mar 2005 00:17:49 +0000 (00:17 +0000)] 
clear m_aTypes array in Clear() as well (patch 1165866)

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

19 years agoWe need wxUSE_COMMON_DIALOGS for PPC
Julian Smart [Tue, 22 Mar 2005 21:02:42 +0000 (21:02 +0000)] 
We need wxUSE_COMMON_DIALOGS for PPC

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

19 years agoRemoved unreadable/out of date guidelines.txt (any wisdom can go into the wxWinCE...
Julian Smart [Tue, 22 Mar 2005 20:56:16 +0000 (20:56 +0000)] 
Removed unreadable/out of date guidelines.txt (any wisdom can go into the wxWinCE topic
in the manual instead)
Added note about builds for different SDKs using same lib names

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

19 years agocorrected GetAppName() link
Vadim Zeitlin [Tue, 22 Mar 2005 20:17:53 +0000 (20:17 +0000)] 
corrected GetAppName() link

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

19 years agoadded debugrpt sample
Vadim Zeitlin [Tue, 22 Mar 2005 20:15:51 +0000 (20:15 +0000)] 
added debugrpt sample

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

19 years agoWrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.
Włodzimierz Skiba [Tue, 22 Mar 2005 19:39:54 +0000 (19:39 +0000)] 
Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.

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

19 years agoBuild fixes.
Włodzimierz Skiba [Tue, 22 Mar 2005 19:28:37 +0000 (19:28 +0000)] 
Build fixes.

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

19 years agoInclude frame.h to get wxFRAME_SHAPED
Julian Smart [Tue, 22 Mar 2005 15:02:57 +0000 (15:02 +0000)] 
Include frame.h to get wxFRAME_SHAPED

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

19 years agoFix for accessing environment variable with Watcom format.
Włodzimierz Skiba [Tue, 22 Mar 2005 12:59:41 +0000 (12:59 +0000)] 
Fix for accessing environment variable with Watcom format.

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

19 years agoDEBUGREPORT
Julian Smart [Tue, 22 Mar 2005 10:38:26 +0000 (10:38 +0000)] 
DEBUGREPORT

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

19 years agoDo the right thing for Smartphone if creating button sizer
Julian Smart [Tue, 22 Mar 2005 10:34:35 +0000 (10:34 +0000)] 
Do the right thing for Smartphone if creating button sizer

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

19 years agoDon't use debug report under CE
Julian Smart [Tue, 22 Mar 2005 09:41:21 +0000 (09:41 +0000)] 
Don't use debug report under CE

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

19 years agowxUSE_COMMON_DIALOGS must be 0 for eVC++ 3
Julian Smart [Tue, 22 Mar 2005 08:15:28 +0000 (08:15 +0000)] 
wxUSE_COMMON_DIALOGS must be 0 for eVC++ 3

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

19 years agomore about GetRect() (patch 1158730)
Vadim Zeitlin [Mon, 21 Mar 2005 23:49:46 +0000 (23:49 +0000)] 
more about GetRect() (patch 1158730)

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

19 years agofixed unused function warning in GTK+ 2 compilation
Vadim Zeitlin [Mon, 21 Mar 2005 23:46:58 +0000 (23:46 +0000)] 
fixed unused function warning in GTK+ 2 compilation

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

19 years agoGTK+ callbacks must have C linkage (patch 1157384)
Vadim Zeitlin [Mon, 21 Mar 2005 23:42:26 +0000 (23:42 +0000)] 
GTK+ callbacks must have C linkage (patch 1157384)

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

19 years agospeed up SetColumnWidth() by caching max column width (patch 1156866)
Vadim Zeitlin [Mon, 21 Mar 2005 23:35:53 +0000 (23:35 +0000)] 
speed up SetColumnWidth() by caching max column width (patch 1156866)

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

19 years agofixed wxTE_WORDWRAP description; wxTE_LINEWRAP supported in wxGTK2
Vadim Zeitlin [Mon, 21 Mar 2005 23:25:38 +0000 (23:25 +0000)] 
fixed wxTE_WORDWRAP description; wxTE_LINEWRAP supported in wxGTK2

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

19 years agoadded support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR for wxTE_WORDWRAP instead...
Vadim Zeitlin [Mon, 21 Mar 2005 23:23:46 +0000 (23:23 +0000)] 
added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR for wxTE_WORDWRAP instead of GTK_WRAP_WORD (parts of patch 1156507)

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

19 years agodocument (and check for it with assert) that wxGetKeyState(WXK_[LMR]BUTTON) doesn...
Vadim Zeitlin [Mon, 21 Mar 2005 23:05:16 +0000 (23:05 +0000)] 
document (and check for it with assert) that wxGetKeyState(WXK_[LMR]BUTTON) doesn't work (patch 1156279)

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

19 years agosupport wxFRAME_SHAPED, it works for dialogs too (patch 1153757)
Vadim Zeitlin [Mon, 21 Mar 2005 22:57:15 +0000 (22:57 +0000)] 
support wxFRAME_SHAPED, it works for dialogs too (patch 1153757)

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

19 years agouse WXDLLIMPEXP_FL with event types declarations (patch 1076516)
Vadim Zeitlin [Mon, 21 Mar 2005 22:52:59 +0000 (22:52 +0000)] 
use WXDLLIMPEXP_FL with event types declarations (patch 1076516)

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

19 years agoremove odbc lib to prevent rpm errors about unpackaged files (patch 1151783)
Vadim Zeitlin [Mon, 21 Mar 2005 22:46:37 +0000 (22:46 +0000)] 
remove odbc lib to prevent rpm errors about unpackaged files (patch 1151783)

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

19 years agoAdapt lib to eVC++ 3/4/PPC
Julian Smart [Mon, 21 Mar 2005 22:18:25 +0000 (22:18 +0000)] 
Adapt lib to eVC++ 3/4/PPC

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

19 years agofixed library order (important for static linking under Unix
Vadim Zeitlin [Mon, 21 Mar 2005 20:24:06 +0000 (20:24 +0000)] 
fixed library order (important for static linking under Unix

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

19 years agoMore wxWidgets in wxPoem demo code.
Włodzimierz Skiba [Mon, 21 Mar 2005 20:22:39 +0000 (20:22 +0000)] 
More wxWidgets in wxPoem demo code.

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

19 years agobuild debugrpt sample if wxUSE_DEBUGREPORT
Vadim Zeitlin [Mon, 21 Mar 2005 20:21:04 +0000 (20:21 +0000)] 
build debugrpt sample if wxUSE_DEBUGREPORT

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

19 years agodefine USE_QA so that qa library is built
Vadim Zeitlin [Mon, 21 Mar 2005 19:36:04 +0000 (19:36 +0000)] 
define USE_QA so that qa library is built

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

19 years agofixed Context_Current spelling
Vadim Zeitlin [Mon, 21 Mar 2005 19:27:32 +0000 (19:27 +0000)] 
fixed Context_Current spelling

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

19 years agoadded links to wxDebugReport
Vadim Zeitlin [Mon, 21 Mar 2005 18:40:47 +0000 (18:40 +0000)] 
added links to wxDebugReport

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

19 years agodocumented wxDebugReport and related classes
Vadim Zeitlin [Mon, 21 Mar 2005 18:28:27 +0000 (18:28 +0000)] 
documented wxDebugReport and related classes

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

19 years agoSanity check.
Włodzimierz Skiba [Mon, 21 Mar 2005 17:30:10 +0000 (17:30 +0000)] 
Sanity check.

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

19 years agoDummy warning fix.
Włodzimierz Skiba [Mon, 21 Mar 2005 17:29:16 +0000 (17:29 +0000)] 
Dummy warning fix.

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

19 years ago32 bit range for wxSlider (#1166390).
Włodzimierz Skiba [Mon, 21 Mar 2005 17:25:55 +0000 (17:25 +0000)] 
32 bit range for wxSlider (#1166390).

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

19 years agoCheck for empty page location to avoid crash in lack of selected book (solves bug...
Włodzimierz Skiba [Mon, 21 Mar 2005 16:09:04 +0000 (16:09 +0000)] 
Check for empty page location to avoid crash in lack of selected book (solves bug #1121381).

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

19 years agofixed path to wx/debugrpt.h header (had extra include subdir)
Vadim Zeitlin [Mon, 21 Mar 2005 16:06:47 +0000 (16:06 +0000)] 
fixed path to wx/debugrpt.h header (had extra include subdir)

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

19 years agofixed warnings about possibly uninitialized variables; commented non trivial piece...
Vadim Zeitlin [Mon, 21 Mar 2005 12:45:24 +0000 (12:45 +0000)] 
fixed warnings about possibly uninitialized variables; commented non trivial piece of code

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

19 years agounreachable code warning fix (Unicode build)
Vadim Zeitlin [Mon, 21 Mar 2005 12:44:28 +0000 (12:44 +0000)] 
unreachable code warning fix (Unicode build)

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

19 years agoadded orient parameter to wxMDIParentFrame::Tile()
Vadim Zeitlin [Mon, 21 Mar 2005 12:27:49 +0000 (12:27 +0000)] 
added orient parameter to wxMDIParentFrame::Tile()

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

19 years agoanother compilation fix after wxMenuBar ctor patch
Vadim Zeitlin [Mon, 21 Mar 2005 11:29:40 +0000 (11:29 +0000)] 
another compilation fix after wxMenuBar ctor patch

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

19 years agofixed SetColumnWidth() in wxLC_LIST mode (set column to 0, not -1)
Vadim Zeitlin [Mon, 21 Mar 2005 10:36:59 +0000 (10:36 +0000)] 
fixed SetColumnWidth() in wxLC_LIST mode (set column to 0, not -1)

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

19 years agoregenerated after qa lib changes
Vadim Zeitlin [Mon, 21 Mar 2005 10:36:27 +0000 (10:36 +0000)] 
regenerated after qa lib changes

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

19 years agoadded qa dll
Vadim Zeitlin [Mon, 21 Mar 2005 10:34:10 +0000 (10:34 +0000)] 
added qa dll

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

19 years agogenerated makefiles after qa library creation
Vadim Zeitlin [Mon, 21 Mar 2005 01:07:00 +0000 (01:07 +0000)] 
generated makefiles after qa library creation

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

19 years agoset wxUSE_DEBUGREPORT to 1 by default again
Vadim Zeitlin [Mon, 21 Mar 2005 00:51:20 +0000 (00:51 +0000)] 
set wxUSE_DEBUGREPORT to 1 by default again

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

19 years agomention which files should be changed when adding a new library in a few places where...
Vadim Zeitlin [Mon, 21 Mar 2005 00:15:29 +0000 (00:15 +0000)] 
mention which files should be changed when adding a new library in a few places where this was less clear

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

19 years agoadded closing parenthesis inside comment, no real changes
Vadim Zeitlin [Mon, 21 Mar 2005 00:14:50 +0000 (00:14 +0000)] 
added closing parenthesis inside comment, no real changes

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

19 years agoadded qa library (currently consisting of wxDebugReport and related classes only...
Vadim Zeitlin [Mon, 21 Mar 2005 00:11:06 +0000 (00:11 +0000)] 
added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there

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

19 years agodefine wxNO_RTTI/EXCEPTIONS/THREADS if corresponding USE_XXX is set to 0
Vadim Zeitlin [Sun, 20 Mar 2005 22:08:19 +0000 (22:08 +0000)] 
define wxNO_RTTI/EXCEPTIONS/THREADS if corresponding USE_XXX is set to 0

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

19 years ago Fix wxFileConf crash demonstrated by the 'DeleteLastGroup'
Mattia Barbon [Sun, 20 Mar 2005 20:08:46 +0000 (20:08 +0000)] 
  Fix wxFileConf crash demonstrated by the 'DeleteLastGroup'
unit test.

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

19 years agoUpdated readme
Julian Smart [Sun, 20 Mar 2005 19:35:36 +0000 (19:35 +0000)] 
Updated readme

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

19 years agoFixes compile warnings
David Webster [Sun, 20 Mar 2005 18:51:53 +0000 (18:51 +0000)] 
Fixes compile warnings

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

19 years agoSeek(-1, mode) should work instead of giving an error if mode != wxFromStart
Vadim Zeitlin [Sun, 20 Mar 2005 18:48:58 +0000 (18:48 +0000)] 
Seek(-1, mode) should work instead of giving an error if mode != wxFromStart

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

19 years agoCompilo fix
Julian Smart [Sun, 20 Mar 2005 17:12:39 +0000 (17:12 +0000)] 
Compilo fix

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

19 years agoadded wxString ctor from std::string (inside #ifdef wxUSE_STD_STRING); removed pragma...
Vadim Zeitlin [Sun, 20 Mar 2005 15:42:41 +0000 (15:42 +0000)] 
added wxString ctor from std::string (inside #ifdef wxUSE_STD_STRING); removed pragma interface/implementation which force all inline functions to be defined in string.cpp

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

19 years agooops, removed duplicate SetIcons[s]() added in last commit
Vadim Zeitlin [Sun, 20 Mar 2005 15:10:30 +0000 (15:10 +0000)] 
oops, removed duplicate SetIcons[s]() added in last commit

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

19 years agowxMDIChildFrame::Maximize() should have default value for its argument just as wxFram...
Vadim Zeitlin [Sun, 20 Mar 2005 15:04:27 +0000 (15:04 +0000)] 
wxMDIChildFrame::Maximize() should have default value for its argument just as wxFrame does; override other functions which don't make sense for wxGTK implementation of MDI

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

19 years agoFixes for WinCE toolbar
Julian Smart [Sun, 20 Mar 2005 12:02:55 +0000 (12:02 +0000)] 
Fixes for WinCE toolbar

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

19 years agoRemoved spurious file
Julian Smart [Sun, 20 Mar 2005 11:58:20 +0000 (11:58 +0000)] 
Removed spurious file

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

19 years agoFixes for WinCE toolbar
Julian Smart [Sun, 20 Mar 2005 11:54:26 +0000 (11:54 +0000)] 
Fixes for WinCE toolbar
Don't disable wxFileConfig for WinCE
Don't disable common dialogs for WinCE

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

19 years agoFix wxFileConfig for WinCE
Julian Smart [Sun, 20 Mar 2005 11:52:33 +0000 (11:52 +0000)] 
Fix wxFileConfig for WinCE
Provide standard WinCE Windows path for wxStandardPaths

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

19 years agocompilation fix after last commit (missing semicolon added)
Vadim Zeitlin [Sun, 20 Mar 2005 11:01:08 +0000 (11:01 +0000)] 
compilation fix after last commit (missing semicolon added)

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

19 years ago Allow building with GCC 2.95.
Mattia Barbon [Sat, 19 Mar 2005 23:11:03 +0000 (23:11 +0000)] 
  Allow building with GCC 2.95.

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

19 years ago Correct compilation conditions for wxURL::SetProxy.
Mattia Barbon [Sat, 19 Mar 2005 23:09:31 +0000 (23:09 +0000)] 
  Correct compilation conditions for wxURL::SetProxy.

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

19 years ago Use the correct WXDLLEXPORT declaration.
Mattia Barbon [Sat, 19 Mar 2005 23:07:02 +0000 (23:07 +0000)] 
  Use the correct WXDLLEXPORT declaration.

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

19 years ago Avoid redefining _GNU_SOURCE.
Mattia Barbon [Sat, 19 Mar 2005 23:04:27 +0000 (23:04 +0000)] 
  Avoid redefining _GNU_SOURCE.

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

19 years agoFixed bug #1163384. Moved the code that handles activating the cell
Robin Dunn [Sat, 19 Mar 2005 22:33:17 +0000 (22:33 +0000)] 
Fixed bug #1163384.  Moved the code that handles activating the cell
editors to a EVT_CHAR event handler.  This is done so the character
inserted into the editor will be the "cooked" char value (including
accented or composed keys) rather than the raw code provided by the
EVT_KEY_DOWN.

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

19 years agoreSWIGged
Robin Dunn [Sat, 19 Mar 2005 22:21:07 +0000 (22:21 +0000)] 
reSWIGged

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

19 years agoTurn off the expando-matic rubber band thing for mac
Robin Dunn [Sat, 19 Mar 2005 22:03:08 +0000 (22:03 +0000)] 
Turn off the expando-matic rubber band thing for mac

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

19 years agoBetter capture of unicode character events
Robin Dunn [Sat, 19 Mar 2005 22:02:25 +0000 (22:02 +0000)] 
Better capture of unicode character events

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

19 years agodocstring update
Robin Dunn [Sat, 19 Mar 2005 21:55:11 +0000 (21:55 +0000)] 
docstring update

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

19 years agowxTE_CAPITALIZE
Robin Dunn [Sat, 19 Mar 2005 21:54:25 +0000 (21:54 +0000)] 
wxTE_CAPITALIZE

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

19 years agowxEVT_HIBERNATE
Robin Dunn [Sat, 19 Mar 2005 21:53:38 +0000 (21:53 +0000)] 
wxEVT_HIBERNATE

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

19 years agoAdd some new WXK codes
Robin Dunn [Sat, 19 Mar 2005 21:53:17 +0000 (21:53 +0000)] 
Add some new WXK codes

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

19 years agoEnsure that the encoding returned from locale.getdefaultlocale() is
Robin Dunn [Sat, 19 Mar 2005 21:52:49 +0000 (21:52 +0000)] 
Ensure that the encoding returned from locale.getdefaultlocale() is
valid, default to sys.getdefaultencoding() if not.

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