Mattia Barbon
7918efb247
Removed workaround for a (now fixed) wxMotif problem.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 19:35:55 +00:00
Mattia Barbon
728c62b66d
Fixed wrong wxList<T>::compatibility_iterator::GetPrevious.
...
Added operator== and != for compatibility_iterator.
Removed deprecation warning of wxStringList: until wxPathList
is changed not to use wxStringList, having the warning is just
annoying.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 19:33:59 +00:00
Mattia Barbon
684d26bb27
Removed (wrong) wxHashTable::compatibility_iterator::GetPrevious
...
implementation: hash table iterators are forward-only.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 19:29:42 +00:00
David Elliott
ba7c420af0
Better stub for wxDisplaySize
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 18:29:59 +00:00
David Elliott
abf7c2779e
Added build instructions, readme, and TODO
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 13:20:59 +00:00
Julian Smart
b386cd7a8e
Deal with a zero to-page
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 11:32:29 +00:00
Stefan Csomor
a1a816f8cc
new xml in main tree adaptions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 11:10:27 +00:00
Stefan Csomor
02ac8d7a5d
expat define MACOS_CLASSIC added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 10:44:41 +00:00
Stefan Csomor
214d3d5766
renderer added, expat and xml
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 10:43:43 +00:00
Julian Smart
b38b0d22d7
Fixed preview navigation as per ancient bug report
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 10:07:43 +00:00
Stefan Csomor
a0fcdd5fed
mac config file for expat
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 09:55:42 +00:00
Vadim Zeitlin
4c9483436c
more compilation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 01:04:19 +00:00
Robin Dunn
7a50586140
Lots of changes for wxPython to start using many of the new featues in
...
wxWindows 2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 00:57:49 +00:00
Vadim Zeitlin
8b58d2df62
fix some warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 00:42:29 +00:00
Robin Dunn
3ef86e32dd
Lots of changes for wxPython to start using many of the new featues in
...
wxWindows 2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-24 00:28:34 +00:00
Robin Dunn
e4a7bbfc1e
Added missing header files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 23:21:19 +00:00
Julian Smart
d2b354f9c9
Printing improvements: GetPageInfo() gets called after the DC has
...
been set and after OnPreparePrinting() has been called so it can
report the number of pages accurately; doesn't try to set
number of pages in print dialog, in common with other Windows apps;
wxHTML easy printing's preview shows number of pages
correctly; preview scrollbars are set correctly; keyboard navigation
improved
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 20:30:19 +00:00
Mattia Barbon
3d16b99ece
Remove single-argument constructor of wxHashMap::value_type.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 19:26:32 +00:00
Vadim Zeitlin
4a08283ef0
compilation fix...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 19:19:06 +00:00
Vadim Zeitlin
0e2f1b3efb
attempt to fix waiting for a thread in another non-main thread
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 19:06:27 +00:00
Mattia Barbon
d8274c928e
Fixed memory leaks when wxUSE_STL=1.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 19:06:14 +00:00
Mattia Barbon
7df07b10aa
various compilation/warning fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 19:04:42 +00:00
Václav Slavík
2db1bd2234
module.h is not included by wxprec.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 18:04:26 +00:00
Vadim Zeitlin
e356d4693d
another compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 18:03:57 +00:00
Vadim Zeitlin
5cb80ad233
compilation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 17:19:08 +00:00
Václav Slavík
90d26317f7
wxUSE_XML
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 17:13:20 +00:00
Robin Dunn
215ef7ae9a
return sensible (fake) values for DBCS query methods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 16:55:28 +00:00
Václav Slavík
b37023dca3
fix warning on watcom
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 14:49:37 +00:00
Václav Slavík
6f3012ae09
including header once is enough
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 14:43:13 +00:00
Václav Slavík
9cec343c9d
(blind) fix for mingw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 14:05:45 +00:00
Vadim Zeitlin
36308e0e02
fixed completely broken CheckForTransparency()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-23 12:48:11 +00:00
Vadim Zeitlin
cef338d391
fixed wxSTAY_ON_TOP for the dialogs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 23:50:38 +00:00
Vadim Zeitlin
95155e752c
failed attempts to implement native GTK look for the splitter
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 23:35:20 +00:00
Vadim Zeitlin
52c14774b3
restore some of the styles; added support for splitters without border/sash to generic renderer
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 22:12:32 +00:00
Vadim Zeitlin
4749467786
more warning fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 21:50:05 +00:00
Václav Slavík
b0251b161a
fixes to setup_h rule
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 19:39:49 +00:00
Vadim Zeitlin
c37d699a03
wxAutomationObject is not VC++-only
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 19:35:46 +00:00
David Elliott
2c23fe91e3
wxCocoa: Added preliminary Blit support
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 17:40:52 +00:00
Julian Smart
68d31398dd
Applied patch [ 774886 ] wxnotebook bug
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 16:47:33 +00:00
Julian Smart
16dc3e3df6
Sorted out misc/oglmisc mess
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 16:41:36 +00:00
Julian Smart
1dde66dda6
Applied patch [ 774837 ] OGL wxLineShape::HitTest: smaller region
...
Also fixed .dsp file to reflect oglmisc.cpp name
Fixed some warnings
Added test for wxUSE_PROLOGIO
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 16:15:49 +00:00
Václav Slavík
6ee3c06421
fixes to dependency problems in win32 makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 13:03:24 +00:00
David Elliott
69f2115d33
Added NSImage definition
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 13:02:13 +00:00
Václav Slavík
e3b8a86696
msvc compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 12:43:40 +00:00
Václav Slavík
876fa7e469
Watcom compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 12:11:35 +00:00
Václav Slavík
9416681d9d
multilib mode compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 11:50:40 +00:00
Václav Slavík
fa2986105a
expat compilation fix for win32
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 11:37:40 +00:00
Václav Slavík
a6cbc4db3d
compilation fixes for Vadim's changes and Borland C++
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 11:13:50 +00:00
Robert Roebling
3479189669
Applied pop menu patch.
...
Applied font util patch for better font matching under GTK 1.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 09:01:49 +00:00
Chris Elliott
aa3d520a74
borland does not like ; at end of macros
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-22 09:01:02 +00:00