]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agodon't inherit the controls colours from the parent - at least for the background...
Vadim Zeitlin [Wed, 20 Feb 2002 00:21:26 +0000 (00:21 +0000)] 
don't inherit the controls colours from the parent - at least for the background colour this is not the right thing to do

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

22 years ago1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them
Vadim Zeitlin [Wed, 20 Feb 2002 00:02:51 +0000 (00:02 +0000)] 
1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them
   from overwriting each other when the main window is resized
2. more tweaks to MSWGetStyle() and related code, added a new, easier to use,
   version of MSWCreateControl()

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

22 years agoadded an image to wxHTML printing sample
Václav Slavík [Tue, 19 Feb 2002 23:58:39 +0000 (23:58 +0000)] 
added an image to wxHTML printing sample

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

22 years ago Added test for default action (button normally)
Robert Roebling [Tue, 19 Feb 2002 21:48:03 +0000 (21:48 +0000)] 
  Added test for default action (button normally)
    to combo box when hittinh return. In a normal
    Find&Replace dialog, hitting enter in one of
    the two fields will usually mean "OK".
  Corrected the same test in wxTextCtrl.
  Removed some debug code.

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

22 years agoshow the resize cursor when the mouse is above the grip and not only when it's just...
Vadim Zeitlin [Tue, 19 Feb 2002 18:00:59 +0000 (18:00 +0000)] 
show the resize cursor when the mouse is above the grip and not only when it's just on it

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

22 years agoadded GetButton(), some cleanups
Vadim Zeitlin [Tue, 19 Feb 2002 17:50:47 +0000 (17:50 +0000)] 
added GetButton(), some cleanups

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

22 years agoadded an error message to wxCopyFile
Vadim Zeitlin [Tue, 19 Feb 2002 16:41:27 +0000 (16:41 +0000)] 
added an error message to wxCopyFile

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

22 years agofixed Unicode-mode only bug in Validate()
Vadim Zeitlin [Tue, 19 Feb 2002 15:21:55 +0000 (15:21 +0000)] 
fixed Unicode-mode only bug in Validate()

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

22 years agoadded a note about parsing numbers with leading zeroes in ToLong/ToULong
Vadim Zeitlin [Tue, 19 Feb 2002 15:06:37 +0000 (15:06 +0000)] 
added a note about parsing numbers with leading zeroes in ToLong/ToULong

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

22 years agofixed bug in ParseDateFormat() with numbers with leading zeroes
Vadim Zeitlin [Tue, 19 Feb 2002 15:03:00 +0000 (15:03 +0000)] 
fixed bug in ParseDateFormat() with numbers with leading zeroes

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

22 years agodon't crash in SetFocus()
Vadim Zeitlin [Tue, 19 Feb 2002 14:21:49 +0000 (14:21 +0000)] 
don't crash in SetFocus()

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

22 years agotypo in style definition fixed
Vadim Zeitlin [Tue, 19 Feb 2002 13:41:24 +0000 (13:41 +0000)] 
typo in style definition fixed

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

22 years agorespects wxFRAME_TOOL_WINDOW for floaters, too
Stefan Csomor [Tue, 19 Feb 2002 10:45:27 +0000 (10:45 +0000)] 
respects wxFRAME_TOOL_WINDOW for floaters, too

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

22 years agoadded default style wxFRAME_TOOL_WINDOW to creation
Stefan Csomor [Tue, 19 Feb 2002 10:44:34 +0000 (10:44 +0000)] 
added default style wxFRAME_TOOL_WINDOW to creation

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

22 years agofixed a typo (_ instead of wxT)
Václav Slavík [Mon, 18 Feb 2002 23:31:23 +0000 (23:31 +0000)] 
fixed a typo (_ instead of wxT)

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

22 years agobetter approach to centering windows (in absence of somebody else's solution...)
Václav Slavík [Mon, 18 Feb 2002 23:30:41 +0000 (23:30 +0000)] 
better approach to centering windows (in absence of somebody else's solution...)

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

22 years agocorrections to dynamic loading for Darwin
Gilles Depeyrot [Mon, 18 Feb 2002 22:17:00 +0000 (22:17 +0000)] 
corrections to dynamic loading for Darwin

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

22 years ago Added more wxRegion tests to erase sample.
Robert Roebling [Mon, 18 Feb 2002 22:13:23 +0000 (22:13 +0000)] 
  Added more wxRegion tests to erase sample.
  Implemented "clear now, paint later".
  Corrected colour-by-name lookup.
  Corrected DrawRectangle code which produced
    redraw garbage under wxX11.

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

22 years agochecked in forgottern parts of MSLU changes
Václav Slavík [Mon, 18 Feb 2002 20:38:59 +0000 (20:38 +0000)] 
checked in forgottern parts of MSLU changes

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

22 years agowxOS2 no longer relies on xpmlib
David Webster [Mon, 18 Feb 2002 04:32:01 +0000 (04:32 +0000)] 
wxOS2 no longer relies on xpmlib

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

22 years agoUse xpmdecod instead of xpmhand.h
David Webster [Mon, 18 Feb 2002 04:30:35 +0000 (04:30 +0000)] 
Use xpmdecod instead of xpmhand.h

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

22 years agomore MSLU fixes and moved MSLU stuff into separate file
Václav Slavík [Sun, 17 Feb 2002 23:35:18 +0000 (23:35 +0000)] 
more MSLU fixes and moved MSLU stuff into separate file

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

22 years agoUnicode fixes and warnings cleanup
Václav Slavík [Sun, 17 Feb 2002 23:34:51 +0000 (23:34 +0000)] 
Unicode fixes and warnings cleanup

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

22 years agocompilation fix
Václav Slavík [Sun, 17 Feb 2002 23:30:27 +0000 (23:30 +0000)] 
compilation fix

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

22 years agomore MSLU fixes and moved MSLU stuff into separate file
Václav Slavík [Sun, 17 Feb 2002 23:29:25 +0000 (23:29 +0000)] 
more MSLU fixes and moved MSLU stuff into separate file

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

22 years agocache return value of wxGetOsVersion
Václav Slavík [Sun, 17 Feb 2002 23:28:16 +0000 (23:28 +0000)] 
cache return value of wxGetOsVersion

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

22 years agoset WXWIN_COMPATIBILITY_2_2 to 1 by default
Vadim Zeitlin [Sun, 17 Feb 2002 22:59:27 +0000 (22:59 +0000)] 
set WXWIN_COMPATIBILITY_2_2 to 1 by default

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

22 years agocompilation fixes after the last commit
Vadim Zeitlin [Sun, 17 Feb 2002 22:53:41 +0000 (22:53 +0000)] 
compilation fixes after the last commit

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

22 years agoadded SetString(), deprecated SetLabel()
Vadim Zeitlin [Sun, 17 Feb 2002 22:45:08 +0000 (22:45 +0000)] 
added SetString(), deprecated SetLabel()

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

22 years agocompilation warnings fixed
Vadim Zeitlin [Sun, 17 Feb 2002 22:44:40 +0000 (22:44 +0000)] 
compilation warnings fixed

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

22 years agofixes for MSWGetCreateWindowFlags signature change
Vadim Zeitlin [Sun, 17 Feb 2002 22:44:29 +0000 (22:44 +0000)] 
fixes for MSWGetCreateWindowFlags signature change

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

22 years agobetter handling for the style changing during run-time
Vadim Zeitlin [Sun, 17 Feb 2002 22:43:43 +0000 (22:43 +0000)] 
better handling for the style changing during run-time

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

22 years ago Removed accidentally left in debug code.
Robert Roebling [Sun, 17 Feb 2002 22:19:23 +0000 (22:19 +0000)] 
  Removed accidentally left in debug code.

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

22 years ago wxX11:
Robert Roebling [Sun, 17 Feb 2002 21:09:04 +0000 (21:09 +0000)] 
  wxX11:
    Corrected TLW positiong.
    Added experimental code for synthesizing focus events.
    Minor clean-ups.
    Added for-now unused code for default/focus widget.

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

22 years agoAdded some Xlib replacement functions and structures for Nano-X
Julian Smart [Sun, 17 Feb 2002 20:49:14 +0000 (20:49 +0000)] 
Added some Xlib replacement functions and structures for Nano-X

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

22 years agoadded SetString(), deprecated SetLabel()
Vadim Zeitlin [Sun, 17 Feb 2002 19:14:54 +0000 (19:14 +0000)] 
added SetString(), deprecated SetLabel()

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

22 years agoenable WXWIN_COMPATIBILITY_2_2 by default
Vadim Zeitlin [Sun, 17 Feb 2002 19:14:22 +0000 (19:14 +0000)] 
enable WXWIN_COMPATIBILITY_2_2 by default

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

22 years agoBlind fix for Win32 daily builds
Mattia Barbon [Sun, 17 Feb 2002 16:07:39 +0000 (16:07 +0000)] 
Blind fix for Win32 daily builds

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

22 years agouse generic timer in wxMGL and wxX11
Václav Slavík [Sun, 17 Feb 2002 14:57:33 +0000 (14:57 +0000)] 
use generic timer in wxMGL and wxX11

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

22 years agomove wxMGL's wxTimer to src/generic
Václav Slavík [Sun, 17 Feb 2002 14:55:41 +0000 (14:55 +0000)] 
move wxMGL's wxTimer to src/generic

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

22 years agocleaned a bit of mess in wxX11
Václav Slavík [Sun, 17 Feb 2002 14:53:58 +0000 (14:53 +0000)] 
cleaned a bit of mess in wxX11

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

22 years agocorrected wxApp::GetStdIcon in wxX11
Václav Slavík [Sun, 17 Feb 2002 14:53:40 +0000 (14:53 +0000)] 
corrected wxApp::GetStdIcon in wxX11

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

22 years agosynthetize 'button up' event before doubleclick, too
Václav Slavík [Sun, 17 Feb 2002 14:53:31 +0000 (14:53 +0000)] 
synthetize 'button up' event before doubleclick, too

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

22 years agosynced configure with configure.in
Václav Slavík [Sun, 17 Feb 2002 14:53:10 +0000 (14:53 +0000)] 
synced configure with configure.in

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

22 years agotell wxHTML users to initialize wxImage
Václav Slavík [Sun, 17 Feb 2002 14:52:35 +0000 (14:52 +0000)] 
tell wxHTML users to initialize wxImage

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

22 years agoadded info about xpm.lib to changes.txt
Václav Slavík [Sun, 17 Feb 2002 14:52:18 +0000 (14:52 +0000)] 
added info about xpm.lib to changes.txt

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

22 years agofix for focus handling in generic wxListCtrl
Václav Slavík [Sun, 17 Feb 2002 14:51:52 +0000 (14:51 +0000)] 
fix for focus handling in generic wxListCtrl

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

22 years agoFixed OS/2 compilation problems.
Stefan Neis [Sun, 17 Feb 2002 01:04:06 +0000 (01:04 +0000)] 
Fixed OS/2 compilation problems.

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

22 years agoFix typo from version 1.528.
Stefan Neis [Sun, 17 Feb 2002 00:25:26 +0000 (00:25 +0000)] 
Fix typo from version 1.528.

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

22 years agoFixed typo in my last commit (it did break socket detection code :-( ).
Stefan Neis [Sun, 17 Feb 2002 00:20:32 +0000 (00:20 +0000)] 
Fixed typo in my last commit (it did break socket detection code :-( ).

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

22 years agodon't treat changing focus to popup's child as loosing it
Václav Slavík [Sun, 17 Feb 2002 00:03:08 +0000 (00:03 +0000)] 
don't treat changing focus to popup's child as loosing it

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

22 years agovarious splitter fixes:
Vadim Zeitlin [Sat, 16 Feb 2002 21:53:52 +0000 (21:53 +0000)] 
various splitter fixes:
1. generate the events from the event handlers, thus it is now possible to
   process the splitter events in the parent window
2. when double clicking the splitter which can't be unsplit it doesn't jump
   by a couple of pixels
3. misc code cleanup

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

22 years agoChanges to make wxBase configure on OS/2 correctly.
Stefan Neis [Sat, 16 Feb 2002 21:03:47 +0000 (21:03 +0000)] 
Changes to make wxBase configure on OS/2 correctly.
Added needed post-link operation for wxPM on OS/2 using LIBWXMACRESCOMP.
Add -lstdcpp to LIB for OS/2.
Avoid duplication of "-lsocket" on OS/2 (for a purely cosmetic result).

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

22 years agoEnable wxDynamicLoader
Mattia Barbon [Sat, 16 Feb 2002 20:24:13 +0000 (20:24 +0000)] 
Enable wxDynamicLoader

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

22 years agoFix Cygwin and MinGW compilation
Mattia Barbon [Sat, 16 Feb 2002 20:20:41 +0000 (20:20 +0000)] 
Fix Cygwin and MinGW compilation

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

22 years agoFixed toolbar crash for MinGW/Cygwin
Mattia Barbon [Sat, 16 Feb 2002 20:19:16 +0000 (20:19 +0000)] 
Fixed toolbar crash for MinGW/Cygwin

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

22 years ago The last commit was too hasty.
Robert Roebling [Sat, 16 Feb 2002 19:56:33 +0000 (19:56 +0000)] 
  The last commit was too hasty.

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

22 years ago Forgot to move update and clear regions when scrolling.
Robert Roebling [Sat, 16 Feb 2002 19:23:59 +0000 (19:23 +0000)] 
  Forgot to move update and clear regions when scrolling.

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

22 years ago Put a wxRegion test into the erase sample.
Robert Roebling [Sat, 16 Feb 2002 17:54:35 +0000 (17:54 +0000)] 
  Put a wxRegion test into the erase sample.

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

22 years agorefresh the item whose image depends on the expanded/collapsed state after expanding...
Vadim Zeitlin [Sat, 16 Feb 2002 15:32:10 +0000 (15:32 +0000)] 
refresh the item whose image depends on the expanded/collapsed state after expanding it to ensure that it is shown correctly

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

22 years agonew bitmap creation code for mac
Stefan Csomor [Sat, 16 Feb 2002 13:37:23 +0000 (13:37 +0000)] 
new bitmap creation code for mac

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

22 years agonew bitmap code
Stefan Csomor [Sat, 16 Feb 2002 13:36:29 +0000 (13:36 +0000)] 
new bitmap code

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

22 years agoprevious change to wxImage was wrong, it didn't account for saving same image twice
Václav Slavík [Sat, 16 Feb 2002 11:37:50 +0000 (11:37 +0000)] 
previous change to wxImage was wrong, it didn't account for saving same image twice

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

22 years agofixed inheritance info
Stefan Csomor [Sat, 16 Feb 2002 11:17:11 +0000 (11:17 +0000)] 
fixed inheritance info

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

22 years agobracketed include def for CW nothrow flag for MAKINGDLL only
Stefan Csomor [Sat, 16 Feb 2002 11:16:38 +0000 (11:16 +0000)] 
bracketed include def for CW nothrow flag for MAKINGDLL only

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

22 years ago wxX11:
Robert Roebling [Sat, 16 Feb 2002 10:59:55 +0000 (10:59 +0000)] 
  wxX11:
    Made timer compile and maybe work.
    Fixed display bug in wxListCtrl.

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

22 years agomore fixes to wxSplitterWindow's initial sash position
Václav Slavík [Sat, 16 Feb 2002 01:51:06 +0000 (01:51 +0000)] 
more fixes to wxSplitterWindow's initial sash position

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

22 years agoA couple of changes to wxImage:
Václav Slavík [Sat, 16 Feb 2002 01:45:30 +0000 (01:45 +0000)] 
A couple of changes to wxImage:
1. changed wxBMP_foo, wxCUR_foo to wxIMAGE_OPTION_{BMP,CUR}_foo
   (with backward compatiblity macros, of course)
2. applied Chris' patch to update hotspot when scaling an image
3. applied Chris' patch to write a filename in XPM and generalized it
   to pass wxIMAGE_OPTION_FILENAME to all saving handlers

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

22 years agooops, commiting too fast, forgot to fix a small typo
Václav Slavík [Sat, 16 Feb 2002 01:44:38 +0000 (01:44 +0000)] 
oops, commiting too fast, forgot to fix a small typo

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

22 years ago wxX11:
Robert Roebling [Fri, 15 Feb 2002 22:18:49 +0000 (22:18 +0000)] 
  wxX11:
    Reorganized SetSize() code so that composite controls work.
    Removed call to XSync() in the same code.

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

22 years agoNew def file
David Webster [Fri, 15 Feb 2002 22:15:14 +0000 (22:15 +0000)] 
New def file

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

22 years agospaces -> TAB
Mattia Barbon [Fri, 15 Feb 2002 22:08:38 +0000 (22:08 +0000)] 
spaces -> TAB

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

22 years agoUpdated docs for wxProcessEvent
Mattia Barbon [Fri, 15 Feb 2002 21:50:50 +0000 (21:50 +0000)] 
Updated docs for wxProcessEvent
wxPerl docs updates
some minor fixes

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

22 years ago wxX11:
Robert Roebling [Fri, 15 Feb 2002 20:25:40 +0000 (20:25 +0000)] 
  wxX11:
    Added new scrolling code.

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

22 years agofix visual artifact in wxMSW (why does it happen?)
Václav Slavík [Fri, 15 Feb 2002 19:42:12 +0000 (19:42 +0000)] 
fix visual artifact in wxMSW (why does it happen?)

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

22 years agomore MSLU fixes
Václav Slavík [Fri, 15 Feb 2002 19:42:01 +0000 (19:42 +0000)] 
more MSLU fixes

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

22 years agodon't translate accelerators in XRC menus
Václav Slavík [Fri, 15 Feb 2002 19:41:43 +0000 (19:41 +0000)] 
don't translate accelerators in XRC menus

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

22 years agoadded Alt-PrintScreen handling (SciTech won't be happy till we do everything Windows...
Václav Slavík [Fri, 15 Feb 2002 19:41:16 +0000 (19:41 +0000)] 
added Alt-PrintScreen handling (SciTech won't be happy till we do everything Windows do...)

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

22 years agodon't show size grip when maximized
Václav Slavík [Fri, 15 Feb 2002 19:40:51 +0000 (19:40 +0000)] 
don't show size grip when maximized

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

22 years agoUpdated MinGW build instructions
Mattia Barbon [Fri, 15 Feb 2002 18:11:17 +0000 (18:11 +0000)] 
Updated MinGW build instructions

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

22 years agomade wxDateTimeDefault an object and not a reference to avoid (well, minimize) initia...
Vadim Zeitlin [Fri, 15 Feb 2002 16:36:04 +0000 (16:36 +0000)] 
made wxDateTimeDefault an object and not a reference to avoid (well, minimize) initialization order problems

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

22 years agoAIX compilation fixes from Paul Thiessen
Vadim Zeitlin [Fri, 15 Feb 2002 15:11:06 +0000 (15:11 +0000)] 
AIX compilation fixes from Paul Thiessen

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

22 years agofixed <strings.h> include and also removed the obsolete WXSTRING_IS_WXOBJECT setting
Vadim Zeitlin [Fri, 15 Feb 2002 15:06:17 +0000 (15:06 +0000)] 
fixed <strings.h> include and also removed the obsolete WXSTRING_IS_WXOBJECT setting

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

22 years ago#ifdefs for wxMotif which doesn't have a wxTopLevelWindow implementation
Julian Smart [Fri, 15 Feb 2002 15:03:44 +0000 (15:03 +0000)] 
#ifdefs for wxMotif which doesn't have a wxTopLevelWindow implementation

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

22 years agoFixed usage of wxXmString
Julian Smart [Fri, 15 Feb 2002 14:50:10 +0000 (14:50 +0000)] 
Fixed usage of wxXmString

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

22 years agodirty fix for the initial splitter position waiting for Vaclav's better one
Vadim Zeitlin [Fri, 15 Feb 2002 14:07:49 +0000 (14:07 +0000)] 
dirty fix for the initial splitter position waiting for Vaclav's better one

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

22 years agoleave in only Julian's version of CaptureMouse code
Václav Slavík [Fri, 15 Feb 2002 12:49:44 +0000 (12:49 +0000)] 
leave in only Julian's version of CaptureMouse code

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

22 years agoInclude XPM under wxX11 for some samples; added comment about
Julian Smart [Fri, 15 Feb 2002 12:32:50 +0000 (12:32 +0000)] 
Include XPM under wxX11 for some samples; added comment about
non-working images in dragimag sample

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

22 years agoFixed typos
Julian Smart [Fri, 15 Feb 2002 11:25:14 +0000 (11:25 +0000)] 
Fixed typos

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

22 years agoAdded compatibility file
Julian Smart [Fri, 15 Feb 2002 11:15:22 +0000 (11:15 +0000)] 
Added compatibility file

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

22 years agoStarted some NanoX work (blind to begin with)
Julian Smart [Fri, 15 Feb 2002 11:14:42 +0000 (11:14 +0000)] 
Started some NanoX work (blind to begin with)

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

22 years agocopyright update
Václav Slavík [Fri, 15 Feb 2002 01:07:52 +0000 (01:07 +0000)] 
copyright update

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

22 years agocorrected double click events: wxMGL will now synthetize
Václav Slavík [Fri, 15 Feb 2002 00:55:27 +0000 (00:55 +0000)] 
corrected double click events: wxMGL will now synthetize
second single click, so that events sequence is single-single-double as wxWindows
expects rather than single-double as MGL generates

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

22 years agoAs per the wx-dev discussion in early Jan, replaced
Robin Dunn [Thu, 14 Feb 2002 23:34:46 +0000 (23:34 +0000)] 
As per the wx-dev discussion in early Jan, replaced
wxWindow::m_parentSizer with m_containingSizer which is used to track
which sizer this window is a member of.  Windows will now remove
themselves from a sizer when destroyed.  Also added accessors so
window classes can find out if they are in a sizer and do things like
reset their min size, etc.

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

22 years agoundid my fix for loading 16x16 icons which results in ugly results when loaing 32x32...
Vadim Zeitlin [Thu, 14 Feb 2002 22:05:14 +0000 (22:05 +0000)] 
undid my fix for loading 16x16 icons which results in ugly results when loaing 32x32 ones because LoadImage() scales them badly

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

22 years ago wxX11:
Robert Roebling [Thu, 14 Feb 2002 21:58:21 +0000 (21:58 +0000)] 
  wxX11:
     Added code for ScrollWindow(). This can easily be
       modified to scroll only a given rect.
     Made dialogs grey. :-)

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

22 years agocache various bitmaps
Vadim Zeitlin [Thu, 14 Feb 2002 21:51:07 +0000 (21:51 +0000)] 
cache various bitmaps

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

22 years agono changes (de-TABified, undid some horrors with which someone replaced my ?: operators
Vadim Zeitlin [Thu, 14 Feb 2002 21:29:34 +0000 (21:29 +0000)] 
no changes (de-TABified, undid some horrors with which someone replaced my ?: operators

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

22 years ago Updated the erase/paint event logic.
Robert Roebling [Thu, 14 Feb 2002 21:08:45 +0000 (21:08 +0000)] 
  Updated the erase/paint event logic.

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

22 years agofixes to sash adjusting code to avoid setting it to 0 initially
Vadim Zeitlin [Thu, 14 Feb 2002 21:00:41 +0000 (21:00 +0000)] 
fixes to sash adjusting code to avoid setting it to 0 initially

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