wxWidgets.git
18 years agomodified GetLastMenuItem() to also take into account the popup menu items
Vadim Zeitlin [Sun, 28 Aug 2005 13:17:29 +0000 (13:17 +0000)] 
modified GetLastMenuItem() to also take into account the popup menu items

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

18 years agolet ctags know about (and ignore) WXDLLIMPEXP_BASE
Vadim Zeitlin [Sun, 28 Aug 2005 13:12:50 +0000 (13:12 +0000)] 
let ctags know about (and ignore) WXDLLIMPEXP_BASE

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

18 years agocorrected #ifdefs testing wxUSE_UNICODE_MSLU
Vadim Zeitlin [Sun, 28 Aug 2005 13:11:18 +0000 (13:11 +0000)] 
corrected #ifdefs testing wxUSE_UNICODE_MSLU

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

18 years agoignore evc libs directories
Vadim Zeitlin [Sun, 28 Aug 2005 13:07:35 +0000 (13:07 +0000)] 
ignore evc libs directories

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

18 years agoFixed several bugs in wxDateTime timezone handling:
Vadim Zeitlin [Sun, 28 Aug 2005 13:06:36 +0000 (13:06 +0000)] 
Fixed several bugs in wxDateTime timezone handling:
 - ToTimezone() and MakeTimezone() now work as expected
 - added and documented FromTimezone() and MakeFromTimezone()
 - Set(double jdn) interprets jdn always in UTC
 - updated ParseRfc822Date() timezone handling
 - removed workarounds for old bugs from the test

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

18 years ago No significant changes. Remove reliance on wx/bookctrl.h being
Mattia Barbon [Sun, 28 Aug 2005 08:54:56 +0000 (08:54 +0000)] 
  No significant changes. Remove reliance on wx/bookctrl.h being
included in wx/sizer.h.

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

18 years ago Add recent wxMotif changes.
Mattia Barbon [Sun, 28 Aug 2005 08:31:22 +0000 (08:31 +0000)] 
  Add recent wxMotif changes.

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

18 years ago Improved wxStaticBox border calculation for wxMotif.
Mattia Barbon [Sun, 28 Aug 2005 08:07:34 +0000 (08:07 +0000)] 
  Improved wxStaticBox border calculation for wxMotif.

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

18 years ago Remove useless code.
Mattia Barbon [Sun, 28 Aug 2005 08:05:33 +0000 (08:05 +0000)] 
  Remove useless code.

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

18 years ago All toplevel windows without the wxNO_BORDER style should
Mattia Barbon [Sun, 28 Aug 2005 08:02:13 +0000 (08:02 +0000)] 
  All toplevel windows without the wxNO_BORDER style should
have a border under MWM, too.

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

18 years ago Improve sizer support in generic wxNotebook. Fix the widgets sample
Mattia Barbon [Sun, 28 Aug 2005 08:00:25 +0000 (08:00 +0000)] 
  Improve sizer support in generic wxNotebook. Fix the widgets sample
to take advantage of it.

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

18 years ago Under wxMotif, default buttons are bigger than other buttons,
Mattia Barbon [Sun, 28 Aug 2005 07:55:43 +0000 (07:55 +0000)] 
  Under wxMotif, default buttons are bigger than other buttons,
hence Realize() must be called after default button has been set.

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

18 years ago Implement GetMinSize for wxMotif wxButton. Helps solfing sizing
Mattia Barbon [Sun, 28 Aug 2005 07:51:59 +0000 (07:51 +0000)] 
  Implement GetMinSize for wxMotif wxButton. Helps solfing sizing
problems in generic common dialogs.

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

18 years agoadded wxABI_VERSION test around ToDouble()
Vadim Zeitlin [Sun, 28 Aug 2005 00:34:37 +0000 (00:34 +0000)] 
added wxABI_VERSION test around ToDouble()

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

18 years agoadded wxLongLong::ToDouble()
Vadim Zeitlin [Sun, 28 Aug 2005 00:33:20 +0000 (00:33 +0000)] 
added wxLongLong::ToDouble()

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

18 years agoadded wxLongLong::ToDouble()
Vadim Zeitlin [Sun, 28 Aug 2005 00:03:30 +0000 (00:03 +0000)] 
added wxLongLong::ToDouble()

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

18 years agoadded operator==() and !=
Vadim Zeitlin [Sat, 27 Aug 2005 19:29:06 +0000 (19:29 +0000)] 
added operator==() and !=

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

18 years agoseveral fixes, guards, and an implementation for removal of native toolbar items
Stefan Csomor [Sat, 27 Aug 2005 16:43:19 +0000 (16:43 +0000)] 
several fixes, guards, and an implementation for removal of native toolbar items

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

18 years agoallowing a clear of a graphic context, and set the pen and brush after a graphics...
Stefan Csomor [Sat, 27 Aug 2005 13:57:48 +0000 (13:57 +0000)] 
allowing a clear of a graphic context, and set the pen and brush after a graphics restore

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

18 years agosave correctly oriented GraphicState and clear Context before destruction (is invalid...
Stefan Csomor [Sat, 27 Aug 2005 13:55:49 +0000 (13:55 +0000)] 
save correctly oriented GraphicState and clear Context before destruction (is invalid at that point)

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

18 years agoopen fstream with ios::binary flag to be compatible with wxFileStream and to avoid...
Vadim Zeitlin [Fri, 26 Aug 2005 22:52:29 +0000 (22:52 +0000)] 
open fstream with ios::binary flag to be compatible with wxFileStream and to avoid mangling binary files

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

18 years agoWarning corrections
Julian Smart [Fri, 26 Aug 2005 08:21:43 +0000 (08:21 +0000)] 
Warning corrections

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

18 years agofix gpf in mdi sample with motif when child is closed
Chris Elliott [Thu, 25 Aug 2005 21:58:22 +0000 (21:58 +0000)] 
fix gpf in mdi sample with motif when child is closed

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

18 years agopressing enter now activates the default button even when the focus is on a checkbox...
Vadim Zeitlin [Thu, 25 Aug 2005 19:27:43 +0000 (19:27 +0000)] 
pressing enter now activates the default button even when the focus is on a checkbox or radio button

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

18 years agodon't mention undocumented wxOwnerDrawn in the docs (patch 1267562)
Vadim Zeitlin [Thu, 25 Aug 2005 19:16:53 +0000 (19:16 +0000)] 
don't mention undocumented wxOwnerDrawn in the docs (patch 1267562)

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

18 years agoonly give error about missing richedit.dll once (the code was already supposed to...
Vadim Zeitlin [Thu, 25 Aug 2005 19:14:44 +0000 (19:14 +0000)] 
only give error about missing richedit.dll once (the code was already supposed to work like this but didn't, patch 1273177)

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

18 years ago[ 1273159 ] logical vs. bitwise operators, part 2
Włodzimierz Skiba [Thu, 25 Aug 2005 19:10:47 +0000 (19:10 +0000)] 
[ 1273159 ] logical vs. bitwise operators, part 2

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

18 years agoRTTI and exceptions settings for WinCE are restored.
Włodzimierz Skiba [Thu, 25 Aug 2005 16:31:42 +0000 (16:31 +0000)] 
RTTI and exceptions settings for WinCE are restored.

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

18 years ago[wxGTK2] Check if a family wasn't found for the description in GetFamily()
Mart Raudsepp [Thu, 25 Aug 2005 12:46:57 +0000 (12:46 +0000)] 
[wxGTK2] Check if a family wasn't found for the description in GetFamily()

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

18 years agoMake TEST_DIR the current test, so that the djgpp build can work on the tinderbox.
Michael Wetherell [Thu, 25 Aug 2005 11:17:06 +0000 (11:17 +0000)] 
Make TEST_DIR the current test, so that the djgpp build can work on the tinderbox.

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

18 years ago As reported by Chris Elliott some releases of Lesstif crash
Mattia Barbon [Wed, 24 Aug 2005 21:29:09 +0000 (21:29 +0000)] 
  As reported by Chris Elliott some releases of Lesstif crash
when setting the font list of a widget. The code is disabled for
now for all Lesstif versions.

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

18 years agoinstall bakefile presets (patch 1253143)
Václav Slavík [Wed, 24 Aug 2005 19:20:18 +0000 (19:20 +0000)] 
install bakefile presets (patch 1253143)

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

18 years agoWarning fix for wxLogs.
Włodzimierz Skiba [Wed, 24 Aug 2005 18:35:30 +0000 (18:35 +0000)] 
Warning fix for wxLogs.

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

18 years agoMissing wxUSE_... flags and source cleaning.
Włodzimierz Skiba [Wed, 24 Aug 2005 17:56:29 +0000 (17:56 +0000)] 
Missing wxUSE_... flags and source cleaning.

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

18 years agoMissing wxUSE_... flags and source cleaning.
Włodzimierz Skiba [Wed, 24 Aug 2005 17:47:11 +0000 (17:47 +0000)] 
Missing wxUSE_... flags and source cleaning.

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

18 years agocompilation fix for systems with XtIMSignal
Vadim Zeitlin [Wed, 24 Aug 2005 17:36:00 +0000 (17:36 +0000)] 
compilation fix for systems with XtIMSignal

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

18 years agocompilation fix: DefaultVisual() needs Display, not WXDisplay (and code cleanup in...
Vadim Zeitlin [Wed, 24 Aug 2005 15:41:33 +0000 (15:41 +0000)] 
compilation fix: DefaultVisual() needs Display, not WXDisplay (and code cleanup in wxGetSubPixmap() as well)

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

18 years agoMove LabelWrapper, TextSizerWrapper classes out of function body to accommodate some...
Michael Wetherell [Wed, 24 Aug 2005 14:59:36 +0000 (14:59 +0000)] 
Move LabelWrapper, TextSizerWrapper classes out of function body to accommodate some older compilers.

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

18 years agofixed -Wundef warning for HAVE_SCHED_H
Vadim Zeitlin [Wed, 24 Aug 2005 12:11:14 +0000 (12:11 +0000)] 
fixed -Wundef warning for HAVE_SCHED_H

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

18 years agofix for -Wundef warning for HAVE_XIM under GTK1
Vadim Zeitlin [Wed, 24 Aug 2005 11:17:05 +0000 (11:17 +0000)] 
fix for -Wundef warning for HAVE_XIM under GTK1

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

18 years ago#undef things which require other, disabled, ones, instead of re-#defining them as 1
Vadim Zeitlin [Wed, 24 Aug 2005 11:16:04 +0000 (11:16 +0000)] 
#undef things which require other, disabled, ones, instead of re-#defining them as 1

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

18 years agocorrected comment explaining wxABORT_ON_CONFIG_ERROR
Vadim Zeitlin [Wed, 24 Aug 2005 11:14:27 +0000 (11:14 +0000)] 
corrected comment explaining wxABORT_ON_CONFIG_ERROR

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

18 years agowxUSE_STATTEXT guard.
Włodzimierz Skiba [Wed, 24 Aug 2005 07:57:49 +0000 (07:57 +0000)] 
wxUSE_STATTEXT guard.

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

18 years ago[1267725] Wrong operator for logical/bitwise operation
Włodzimierz Skiba [Wed, 24 Aug 2005 06:32:56 +0000 (06:32 +0000)] 
[1267725] Wrong operator for logical/bitwise operation

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

18 years ago[wxGTK2] Don't duplicate code inside wxFontRefData::InitFromNative()
Mart Raudsepp [Wed, 24 Aug 2005 00:25:19 +0000 (00:25 +0000)] 
[wxGTK2] Don't duplicate code inside wxFontRefData::InitFromNative()

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

18 years agoWorkarounds for old versions of gcc on hpux: define __STDC_EXT__ when it is
Michael Wetherell [Wed, 24 Aug 2005 00:23:21 +0000 (00:23 +0000)] 
Workarounds for old versions of gcc on hpux: define __STDC_EXT__ when it is
need and use -lpthread instead of -pthread when the latter is not supported.

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

18 years agofix for the last commit
Vadim Zeitlin [Tue, 23 Aug 2005 23:34:06 +0000 (23:34 +0000)] 
fix for the last commit

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

18 years agouse wxString::Format(), calling string.Format() has no effect patch 1267345)
Vadim Zeitlin [Tue, 23 Aug 2005 23:27:40 +0000 (23:27 +0000)] 
use wxString::Format(), calling string.Format() has no effect patch 1267345)

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

18 years ago[tex2rtf] Remove wxWidgets-2.0 compatibility guards
Mart Raudsepp [Tue, 23 Aug 2005 23:19:20 +0000 (23:19 +0000)] 
[tex2rtf] Remove wxWidgets-2.0 compatibility guards

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

18 years agosome compilers don't like statics in inline functions, even if they're const -- repla...
Vadim Zeitlin [Tue, 23 Aug 2005 23:12:48 +0000 (23:12 +0000)] 
some compilers don't like statics in inline functions, even if they're const -- replaced with an enum

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

18 years agocheck for missing statfs() prototype (happens at least under AIX 4)
Vadim Zeitlin [Tue, 23 Aug 2005 23:12:37 +0000 (23:12 +0000)] 
check for missing statfs() prototype (happens at least under AIX 4)

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

18 years agoCompilation fix for wxUSE_DRAG_AND_DROP=0
Michael Wetherell [Tue, 23 Aug 2005 23:10:59 +0000 (23:10 +0000)] 
Compilation fix for wxUSE_DRAG_AND_DROP=0

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

18 years agoremoved attempts to link with unicows.lib using #pragmas for msvc, this doesn't work...
Vadim Zeitlin [Tue, 23 Aug 2005 22:56:41 +0000 (22:56 +0000)] 
removed attempts to link with unicows.lib using #pragmas for msvc, this doesn't work reliably

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

18 years agoremoved wrong sentence about idle events being sent to TLWs only; explained why you...
Vadim Zeitlin [Tue, 23 Aug 2005 21:37:38 +0000 (21:37 +0000)] 
removed wrong sentence about idle events being sent to TLWs only; explained why you would and wouldn't use RequestMore

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

18 years agowxOS2/OW warning and build fixes.
Włodzimierz Skiba [Tue, 23 Aug 2005 16:02:51 +0000 (16:02 +0000)] 
wxOS2/OW warning and build fixes.

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

18 years agowxOS2/OW warning and build fixes.
Włodzimierz Skiba [Tue, 23 Aug 2005 15:54:39 +0000 (15:54 +0000)] 
wxOS2/OW warning and build fixes.

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

18 years agowxOS2/OW warning and build fixes.
Włodzimierz Skiba [Tue, 23 Aug 2005 15:41:50 +0000 (15:41 +0000)] 
wxOS2/OW warning and build fixes.

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

18 years agoDon't try drawing the bitmap before it's valid
Julian Smart [Tue, 23 Aug 2005 07:46:30 +0000 (07:46 +0000)] 
Don't try drawing the bitmap before it's valid

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

18 years agocleanup and adding the case when the toplevel window itself is the recipient of the...
Stefan Csomor [Tue, 23 Aug 2005 07:43:41 +0000 (07:43 +0000)] 
cleanup and adding the case when the toplevel window itself is the recipient of the drag

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

18 years agoadding a string for private data identification
Stefan Csomor [Tue, 23 Aug 2005 07:37:13 +0000 (07:37 +0000)] 
adding a string for private data identification

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

18 years ago[wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFontInfo. Implement SetFaceName()
Mart Raudsepp [Tue, 23 Aug 2005 00:03:27 +0000 (00:03 +0000)] 
[wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFontInfo. Implement SetFaceName()

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

18 years ago[wxGTK2] Move wxFontRefData::SetStyle/SetWeight to wxNativeFontInfo
Mart Raudsepp [Mon, 22 Aug 2005 23:56:01 +0000 (23:56 +0000)] 
[wxGTK2] Move wxFontRefData::SetStyle/SetWeight to wxNativeFontInfo

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

18 years agoregenerated after #error changes
Vadim Zeitlin [Mon, 22 Aug 2005 23:54:57 +0000 (23:54 +0000)] 
regenerated after #error changes

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

18 years agocompilation fix after last commit
Vadim Zeitlin [Mon, 22 Aug 2005 23:43:08 +0000 (23:43 +0000)] 
compilation fix after last commit

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

18 years ago[wxGTK2] Don't query native font for underlined, but return the set value - storing...
Mart Raudsepp [Mon, 22 Aug 2005 23:27:39 +0000 (23:27 +0000)] 
[wxGTK2] Don't query native font for underlined, but return the set value - storing it natively would likely require
the usage of a PangoAttribute, and I'm not sure if that's even different than just storing it inside wxFontRefData.
Not investigating further as PangoAttribute addition would require ABI compatibility breakage anyhow.

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

18 years ago[wxGTK2] Do what we (I) can wrt the win32 centric wxNativeFontInfo::GetFamily
Mart Raudsepp [Mon, 22 Aug 2005 23:19:57 +0000 (23:19 +0000)] 
[wxGTK2] Do what we (I) can wrt the win32 centric wxNativeFontInfo::GetFamily

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

18 years agoadded test for snprintf() which may not be present in system headers, treat it simila...
Vadim Zeitlin [Mon, 22 Aug 2005 22:46:33 +0000 (22:46 +0000)] 
added test for snprintf() which may not be present in system headers, treat it similarly to vsnprintf() instead of assuming that it's always there

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

18 years ago[wxX11] a ROMAN font is with serifs and a SWISS font is without. Set the font to...
Mart Raudsepp [Mon, 22 Aug 2005 21:58:32 +0000 (21:58 +0000)] 
[wxX11] a ROMAN font is with serifs and a SWISS font is without. Set the font to "serif" if it's wxFONTFAMILY_ROMAN
not wxFONTFAMILY_SWISS.

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

18 years ago[wxGTK2] Return wxTELETYPE with GetFamily() for monospaced fonts, fixing IsFixedWidth...
Mart Raudsepp [Mon, 22 Aug 2005 20:42:03 +0000 (20:42 +0000)] 
[wxGTK2] Return wxTELETYPE with GetFamily() for monospaced fonts, fixing IsFixedWidth() after it broke completely
after get accessor changes, and returning the right thing in GetFamily() in this case. Other families TODO.

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

18 years ago[wxGTK2] Plug memory leak in wxFontEnumerator::EnumerateFacenames()
Mart Raudsepp [Mon, 22 Aug 2005 20:25:32 +0000 (20:25 +0000)] 
[wxGTK2] Plug memory leak in wxFontEnumerator::EnumerateFacenames()

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

18 years agodon't use #error in configure test programs, some compilers (such as SGI mipsPro...
Vadim Zeitlin [Mon, 22 Aug 2005 20:22:21 +0000 (20:22 +0000)] 
don't use #error in configure test programs, some compilers (such as SGI mipsPro) treat it as a non-fatal warning

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

18 years agoWarning fix.
Włodzimierz Skiba [Mon, 22 Aug 2005 19:50:54 +0000 (19:50 +0000)] 
Warning fix.

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

18 years ago Compilation fix for Motif 1.2.
Mattia Barbon [Mon, 22 Aug 2005 17:44:43 +0000 (17:44 +0000)] 
  Compilation fix for Motif 1.2.

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

18 years ago[wxGTK2] wxFont::Get* - Query native font for information, if the wxFont has an assoc...
Mart Raudsepp [Mon, 22 Aug 2005 17:22:44 +0000 (17:22 +0000)] 
[wxGTK2] wxFont::Get* - Query native font for information, if the wxFont has an associated wxNativeFontInfo

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

18 years agouse quotes, not angle brackets, for wx headers
Vadim Zeitlin [Mon, 22 Aug 2005 16:00:16 +0000 (16:00 +0000)] 
use quotes, not angle brackets, for wx headers

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

18 years agoremove the carbon event handlers just before calling DisposeControl to avoid callback...
Stefan Csomor [Mon, 22 Aug 2005 15:12:02 +0000 (15:12 +0000)] 
remove the carbon event handlers just before calling DisposeControl to avoid callbacks into zombie windows...

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

18 years agoEmpty string corrections.
Włodzimierz Skiba [Mon, 22 Aug 2005 15:00:07 +0000 (15:00 +0000)] 
Empty string corrections.

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

18 years agoCompensation for bkl 0.1.9.X/eVC4/RTTI bug.
Włodzimierz Skiba [Mon, 22 Aug 2005 14:54:41 +0000 (14:54 +0000)] 
Compensation for bkl 0.1.9.X/eVC4/RTTI bug.

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

18 years agorespecting DoDragDrop flags like CopyOnly
Stefan Csomor [Mon, 22 Aug 2005 14:53:35 +0000 (14:53 +0000)] 
respecting DoDragDrop flags like CopyOnly

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

18 years agocorrecting DropData behaviour so that preferred format is handled correctly
Stefan Csomor [Mon, 22 Aug 2005 09:52:04 +0000 (09:52 +0000)] 
correcting DropData behaviour so that preferred format is handled correctly

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

18 years agocorrecting Drag Data handling for 'TEXT' and 'utxt'
Stefan Csomor [Mon, 22 Aug 2005 08:49:38 +0000 (08:49 +0000)] 
correcting Drag Data handling for 'TEXT' and 'utxt'

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

18 years agoadapting text object data handling along the GTK2 lines
Stefan Csomor [Mon, 22 Aug 2005 08:46:08 +0000 (08:46 +0000)] 
adapting text object data handling along the GTK2 lines

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

18 years agoregenerated after undoing recent HP-UX changes
Vadim Zeitlin [Sun, 21 Aug 2005 19:01:02 +0000 (19:01 +0000)] 
regenerated after undoing recent HP-UX changes

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

18 years agodon't use -threads with gcc under HP-UX, it's for DCE threads and not pthreads (rever...
Vadim Zeitlin [Sun, 21 Aug 2005 18:59:05 +0000 (18:59 +0000)] 
don't use -threads with gcc under HP-UX, it's for DCE threads and not pthreads (reverts recent commit)

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

18 years agomoved __STDC_EXT__ definition for HP-UX from configure to wx/platform.h, like this...
Vadim Zeitlin [Sun, 21 Aug 2005 18:57:08 +0000 (18:57 +0000)] 
moved __STDC_EXT__ definition for HP-UX from configure to wx/platform.h, like this we can do it only if it's not alraedy defined by the compiler

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

18 years ago Regenerated PO files.
Mattia Barbon [Sun, 21 Aug 2005 16:02:15 +0000 (16:02 +0000)] 
  Regenerated PO files.

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

18 years ago Made wxMotif wxFileDialog translatable.
Mattia Barbon [Sun, 21 Aug 2005 15:27:40 +0000 (15:27 +0000)] 
  Made wxMotif wxFileDialog translatable.

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

18 years agofix handling of partially-specified min size
Vadim Zeitlin [Sun, 21 Aug 2005 11:14:20 +0000 (11:14 +0000)] 
fix handling of partially-specified min size

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

18 years agofill in OS info in GetToolkitInfo() (patch 1256409)
Vadim Zeitlin [Sat, 20 Aug 2005 15:49:12 +0000 (15:49 +0000)] 
fill in OS info in GetToolkitInfo() (patch 1256409)

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

18 years agoadd information for Palm/CE ports (patch 1256409)
Vadim Zeitlin [Sat, 20 Aug 2005 15:47:13 +0000 (15:47 +0000)] 
add information for Palm/CE ports (patch 1256409)

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

18 years agolast commit accidentally used out of date aclocal.m4 and so overwrote some previous...
Vadim Zeitlin [Sat, 20 Aug 2005 15:38:19 +0000 (15:38 +0000)] 
last commit accidentally used out of date aclocal.m4 and so overwrote some previous changes, corrected

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

18 years agoregenerated after HP-UX fixes
Vadim Zeitlin [Sat, 20 Aug 2005 15:33:03 +0000 (15:33 +0000)] 
regenerated after HP-UX fixes

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

18 years agovsnprintf() tests correction: check that declaration is const-correct; merged the...
Vadim Zeitlin [Sat, 20 Aug 2005 15:20:16 +0000 (15:20 +0000)] 
vsnprintf() tests correction: check that declaration is const-correct; merged the Metrowerks test with the one for the other compilers

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

18 years agouse -threads with gcc under HP-UX instead of -pthread
Vadim Zeitlin [Sat, 20 Aug 2005 15:12:24 +0000 (15:12 +0000)] 
use -threads with gcc under HP-UX instead of -pthread

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

18 years agoonly define __STDC_EXT__ in CXXFLAGS for gcc under HP-UX, it's already present in...
Vadim Zeitlin [Sat, 20 Aug 2005 15:10:12 +0000 (15:10 +0000)] 
only define __STDC_EXT__ in CXXFLAGS for gcc under HP-UX, it's already present in CFLAGS by default

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

18 years agodon't forget to modify include/msvc/wx/setup.h and include/wx/msw/chkconf.h when...
Vadim Zeitlin [Fri, 19 Aug 2005 17:32:07 +0000 (17:32 +0000)] 
don't forget to modify include/msvc/wx/setup.h and include/wx/msw/chkconf.h when adding a new library

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

18 years agoadded wxmsw26_media library
Vadim Zeitlin [Fri, 19 Aug 2005 17:29:51 +0000 (17:29 +0000)] 
added wxmsw26_media library

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

18 years agolink unicows.lib implicitely when using MSVC and wxUSE_UNICODE_MSLU==1 (thi is used...
Vadim Zeitlin [Fri, 19 Aug 2005 17:23:23 +0000 (17:23 +0000)] 
link unicows.lib implicitely when using MSVC and wxUSE_UNICODE_MSLU==1 (thi is used in DLL wx builds)

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

18 years agolink unicows.lib automatically (and in correct order) if wxUSE_UNICODE_MSLU==1 (this...
Vadim Zeitlin [Fri, 19 Aug 2005 17:15:44 +0000 (17:15 +0000)] 
link unicows.lib automatically (and in correct order) if wxUSE_UNICODE_MSLU==1 (this is for the application and is mainly needed when using static wx libs)

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

18 years agocheck whether unicows.dll works correctly instead of just crashing if we linked it...
Vadim Zeitlin [Fri, 19 Aug 2005 17:10:24 +0000 (17:10 +0000)] 
check whether unicows.dll works correctly instead of just crashing if we linked it in wrong order (i.e. not before wx libs)

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