Julian Smart
|
05d344d2ef
|
We need wxUSE_COMMON_DIALOGS for PPC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-22 21:02:42 +00:00 |
|
Julian Smart
|
f686d43ee0
|
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
|
2005-03-22 20:56:16 +00:00 |
|
Vadim Zeitlin
|
e586908a65
|
corrected GetAppName() link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-22 20:17:53 +00:00 |
|
Vadim Zeitlin
|
df1b5a2a9f
|
added debugrpt sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-22 20:15:51 +00:00 |
|
Włodzimierz Skiba
|
660296aa90
|
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
|
2005-03-22 19:39:54 +00:00 |
|
Włodzimierz Skiba
|
f5c479ccfc
|
Build fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-22 19:28:37 +00:00 |
|
Julian Smart
|
b875c8a8fc
|
Include frame.h to get wxFRAME_SHAPED
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-22 15:02:57 +00:00 |
|
Włodzimierz Skiba
|
438eb6502b
|
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
|
2005-03-22 12:59:41 +00:00 |
|
Julian Smart
|
7b4a652a8b
|
DEBUGREPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-22 10:38:26 +00:00 |
|
Julian Smart
|
102c045464
|
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
|
2005-03-22 10:34:35 +00:00 |
|
Julian Smart
|
a33685f4b8
|
Don't use debug report under CE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-22 09:41:21 +00:00 |
|
Julian Smart
|
26ce51716a
|
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
|
2005-03-22 08:15:28 +00:00 |
|
Vadim Zeitlin
|
e6994168fe
|
more about GetRect() (patch 1158730)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 23:49:46 +00:00 |
|
Vadim Zeitlin
|
28fad9e402
|
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
|
2005-03-21 23:46:58 +00:00 |
|
Vadim Zeitlin
|
865bb3251e
|
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
|
2005-03-21 23:42:26 +00:00 |
|
Vadim Zeitlin
|
7d4813a0c1
|
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
|
2005-03-21 23:35:53 +00:00 |
|
Vadim Zeitlin
|
e99b22a133
|
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
|
2005-03-21 23:25:38 +00:00 |
|
Vadim Zeitlin
|
c211082373
|
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
|
2005-03-21 23:23:46 +00:00 |
|
Vadim Zeitlin
|
44353523d8
|
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
|
2005-03-21 23:05:16 +00:00 |
|
Vadim Zeitlin
|
ab46ac0e4b
|
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
|
2005-03-21 22:57:15 +00:00 |
|
Vadim Zeitlin
|
517e41dbfb
|
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
|
2005-03-21 22:52:59 +00:00 |
|
Vadim Zeitlin
|
f5b3b37ede
|
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
|
2005-03-21 22:46:37 +00:00 |
|
Julian Smart
|
43499aa4a1
|
Adapt lib to eVC++ 3/4/PPC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 22:18:25 +00:00 |
|
Vadim Zeitlin
|
f014d4bf3e
|
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
|
2005-03-21 20:24:06 +00:00 |
|
Włodzimierz Skiba
|
3baa26624a
|
More wxWidgets in wxPoem demo code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 20:22:39 +00:00 |
|
Vadim Zeitlin
|
a603d77ec1
|
build debugrpt sample if wxUSE_DEBUGREPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 20:21:04 +00:00 |
|
Vadim Zeitlin
|
1635893246
|
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
|
2005-03-21 19:36:04 +00:00 |
|
Vadim Zeitlin
|
478cde3220
|
fixed Context_Current spelling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 19:27:32 +00:00 |
|
Vadim Zeitlin
|
af1276806b
|
added links to wxDebugReport
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 18:40:47 +00:00 |
|
Vadim Zeitlin
|
4e0e7d3935
|
documented wxDebugReport and related classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 18:28:27 +00:00 |
|
Włodzimierz Skiba
|
9690a43935
|
Sanity check.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 17:30:10 +00:00 |
|
Włodzimierz Skiba
|
6f0d2ceef5
|
Dummy warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 17:29:16 +00:00 |
|
Włodzimierz Skiba
|
b552060aaf
|
32 bit range for wxSlider (#1166390).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 17:25:55 +00:00 |
|
Włodzimierz Skiba
|
baa1771049
|
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
|
2005-03-21 16:09:04 +00:00 |
|
Vadim Zeitlin
|
4ed30bab75
|
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
|
2005-03-21 16:06:47 +00:00 |
|
Vadim Zeitlin
|
5301d1f7aa
|
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
|
2005-03-21 12:45:24 +00:00 |
|
Vadim Zeitlin
|
ba30efbc53
|
unreachable code warning fix (Unicode build)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 12:44:28 +00:00 |
|
Vadim Zeitlin
|
0d97c09023
|
added orient parameter to wxMDIParentFrame::Tile()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 12:27:49 +00:00 |
|
Vadim Zeitlin
|
3b880f293e
|
another compilation fix after wxMenuBar ctor patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 11:29:40 +00:00 |
|
Vadim Zeitlin
|
514ee25088
|
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
|
2005-03-21 10:36:59 +00:00 |
|
Vadim Zeitlin
|
6671c68b08
|
regenerated after qa lib changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 10:36:27 +00:00 |
|
Vadim Zeitlin
|
c0e20ab239
|
added qa dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 10:34:10 +00:00 |
|
Vadim Zeitlin
|
4fce94faca
|
generated makefiles after qa library creation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 01:07:00 +00:00 |
|
Vadim Zeitlin
|
0978fcb3d6
|
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
|
2005-03-21 00:51:20 +00:00 |
|
Vadim Zeitlin
|
cde948b4db
|
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
|
2005-03-21 00:15:29 +00:00 |
|
Vadim Zeitlin
|
d40a56d0db
|
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
|
2005-03-21 00:14:50 +00:00 |
|
Vadim Zeitlin
|
61639efb66
|
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
|
2005-03-21 00:11:06 +00:00 |
|
Vadim Zeitlin
|
b7e4c6681d
|
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
|
2005-03-20 22:08:19 +00:00 |
|
Mattia Barbon
|
ca7dc59aeb
|
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
|
2005-03-20 20:08:46 +00:00 |
|
Julian Smart
|
f4dea58dc1
|
Updated readme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-20 19:35:36 +00:00 |
|