Robin Dunn
19e30148e1
A few tweaks and cleanups
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-17 18:03:11 +00:00
Robin Dunn
f772a88b55
Removed package from imports since the modules are in the same package.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-17 18:00:36 +00:00
Vadim Zeitlin
3f4f90c2a0
corrected assert even better
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-17 14:16:36 +00:00
Julian Smart
e944f70a6d
Corrected assertion
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-17 14:09:11 +00:00
Julian Smart
387ebd3eb7
Added wxDF_HTML
...
Added VC++/non-Unicode for setting HTML clipboard data
Changed FloodFill to return a bool value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-17 11:48:11 +00:00
Gilles Depeyrot
4101db8100
corrected thread detection for Darwin / Mac OS X
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-17 06:19:42 +00:00
Václav Slavík
e7300ec6d9
some wxArtProv docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 23:06:47 +00:00
Václav Slavík
0dec0ec2a7
wxArtProvider HOWTO extended: update documentation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 23:03:35 +00:00
Václav Slavík
a81c3c2383
make wxArtProvider pure virtual (I was not so on
...
a purpose in some early stage but I think that it is
relevant no more...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 23:03:24 +00:00
Václav Slavík
05f9197a34
wxHtmlHistoryItem needs not be wxObject
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 23:03:09 +00:00
Václav Slavík
35b038b17e
wxHtmlBookRecords needs not be wxObject
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 23:02:24 +00:00
Václav Slavík
ccdcde00d9
fixed outdated filenames
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 23:01:58 +00:00
Robin Dunn
eb88b74249
Use the OOR typemap for wxTreeCtrls too.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 21:52:54 +00:00
Robin Dunn
36d9119341
typo fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 21:33:33 +00:00
Robin Dunn
1757121732
A new listctrl mixin class
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 21:32:55 +00:00
Robin Dunn
9398120d29
Use the OOR typemap for wxTreeCtrls too.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 21:31:57 +00:00
Stefan Csomor
50b30d837b
added patch for theme savvy checkbox metrics
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 21:04:38 +00:00
Mattia Barbon
cd6bd27059
Moved text control subclassing code inside MSWOnNotify.
...
Now all edit controls for tree labels are subclassed (previously only the ones
created by EditLabel were ).
Now GetEditControl() always returns a pointer to a textctrl when editing
is in progress.
Removed #if-0 code in GetEditControl() to do the above.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 20:05:47 +00:00
Julian Smart
787a85c239
Pass validator, not wxDefaultValidator!
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 19:56:20 +00:00
Vadim Zeitlin
b5b49e4293
removed redundant code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 19:34:42 +00:00
Vadim Zeitlin
49b957be80
added test for wxNO_DEFAULT in wxMessageBox
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 19:29:52 +00:00
Robert Roebling
5d91e653c5
Untested mini-change for wxGTK idle handling.
...
Handle internal idle (i.e. update handing)
*after* sending idle events so that if the
user calls Refresh() in OnIdle() the regions
will be updated afterwards.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 18:18:42 +00:00
George Tasker
d1853d4765
Fixes for documentation compilation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 18:00:31 +00:00
Ron Lee
ec603395eb
replace zsh'ism(?) with a posix parameter expansion for CFLAGS default.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 17:12:00 +00:00
Vadim Zeitlin
2adfb497e6
always let the multiline text control process the Enter key presses
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 14:55:56 +00:00
Vadim Zeitlin
fe5a9cab50
don't include -D_REENTRANT in the linker flags
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 13:19:59 +00:00
Vadim Zeitlin
04727afd8c
add -pthread like options to the linker flags as well; also (finally!) fixed -g and -On handling in CFLAGS
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 13:15:30 +00:00
Vadim Zeitlin
02a1dfbae9
typo fixed: should be lpthread, not -lpthread in THREAD_OPTS
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 12:34:43 +00:00
Vadim Zeitlin
126be6b469
thread detection fixed for Solaris
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 12:32:51 +00:00
Vadim Zeitlin
595e0e4416
try just -lpthread in the thread detection code too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 11:57:12 +00:00
Gilles Depeyrot
3010d50a0c
Added -bind_at_load linker option for Darwin/Mac OS X: executables must
...
necessarily fully bind the wxWindows library at program launch otherwise
lazy binding breaks RTTI class info
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 11:41:57 +00:00
Vadim Zeitlin
f7f50f493b
return NULL from the functions returning a pointer, not FALSE (patch 544557)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 08:57:36 +00:00
Vadim Zeitlin
81b299966d
return NULL from a function returning a pointer, not FALSE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 08:43:55 +00:00
Vadim Zeitlin
691aba016b
better, more generic and backwards compatible, fix for TRUE/FALSE in C code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-16 07:43:04 +00:00
Vadim Zeitlin
009fead004
use -pthread or equivalent when using threads; many fixes (?) for the threads detection under FreeBSD
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 20:38:07 +00:00
Vadim Zeitlin
7e0a413dae
fixed remove() return code test to avoid spurious debug error message
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 19:46:14 +00:00
Vadim Zeitlin
f4d7250ef1
fixed a few minor bugs: handle the directory parameter to Create() correctly, better error checking
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 19:45:20 +00:00
Robin Dunn
3fbcc7fce5
Applied TRUE/FALSE fix here too.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 19:38:05 +00:00
Vadim Zeitlin
dfe8399aa0
don't try to remove -g flag from CFLAGS, it is not necessary and doesn't work correctly anyhow (patch 543395)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 19:08:30 +00:00
Vadim Zeitlin
a84ece11ff
compilation fix after TRUE/FALSE change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 19:02:38 +00:00
Vadim Zeitlin
d0060e7705
corrected const char * to char * conversions (patch 543896)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 18:49:57 +00:00
Vadim Zeitlin
9a5ead1e45
corrected passing const char * to a function taking char * (part of the patch 543892)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 18:47:34 +00:00
Gilles Depeyrot
432e839126
corrections for compilation with Apple DevTools
...
applied SourceForge patch #543872
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 18:43:49 +00:00
Vadim Zeitlin
92fe4afea6
fixes for BCC makefiles from Chris (patch 544015)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 18:43:48 +00:00
Vadim Zeitlin
a2d541ca9c
redefined TRUE and FALSE to be of type bool
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 18:27:16 +00:00
Vadim Zeitlin
d5172a588c
added wx/ipc.h and used/documented it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 18:24:46 +00:00
Vadim Zeitlin
717e51d850
explain how to choose the theme for wxUniv apps
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 18:23:06 +00:00
Vadim Zeitlin
19e9b91983
fixed minor typo in Borland instructions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 17:59:04 +00:00
Robin Dunn
d6021a0490
Some updates for 2.3.3
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 17:30:02 +00:00
David Webster
598d8cacef
Bitmap and menu updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-15 03:31:42 +00:00