]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoenable wxDIB for Windows CE
Vadim Zeitlin [Sun, 4 Apr 2004 12:57:36 +0000 (12:57 +0000)] 
enable wxDIB for Windows CE

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

20 years agotaken the function unused under CE inside #ifndef __WXWINCE__
Vadim Zeitlin [Sun, 4 Apr 2004 12:56:58 +0000 (12:56 +0000)] 
taken the function unused under CE inside #ifndef __WXWINCE__

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

20 years agodefine BI_RLE4/8 if not defined as well
Vadim Zeitlin [Sun, 4 Apr 2004 12:56:29 +0000 (12:56 +0000)] 
define BI_RLE4/8 if not defined as well

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

20 years agoalways use SYSTEM_FONT under CE, it doesn't have any others
Vadim Zeitlin [Sun, 4 Apr 2004 12:55:18 +0000 (12:55 +0000)] 
always use SYSTEM_FONT under CE, it doesn't have any others

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

20 years agoinclude wx/msw/wrapwin.h instead of entire private.h; unTABbed
Vadim Zeitlin [Sun, 4 Apr 2004 12:54:54 +0000 (12:54 +0000)] 
include wx/msw/wrapwin.h instead of entire private.h; unTABbed

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

20 years agoWinMain() is Unicode under CE (how did this work before?)
Vadim Zeitlin [Sun, 4 Apr 2004 12:54:20 +0000 (12:54 +0000)] 
WinMain() is Unicode under CE (how did this work before?)

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

20 years agoinclude wrapwin.h instead of windows.h directly (fixes CE compilation problems)
Vadim Zeitlin [Sun, 4 Apr 2004 12:47:05 +0000 (12:47 +0000)] 
include wrapwin.h instead of windows.h directly (fixes CE compilation problems)

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

20 years agoimplemented bsearch() for CE; added src/msw/wince/crt.cpp
Vadim Zeitlin [Sun, 4 Apr 2004 12:30:54 +0000 (12:30 +0000)] 
implemented bsearch() for CE; added src/msw/wince/crt.cpp

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

20 years agocorrected content vs structure calculation
Stefan Csomor [Sun, 4 Apr 2004 09:08:59 +0000 (09:08 +0000)] 
corrected content vs structure calculation

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

20 years agocolor must not be set for wxMac
Stefan Csomor [Sun, 4 Apr 2004 09:07:30 +0000 (09:07 +0000)] 
color must not be set for wxMac

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

20 years agomore WinCE fixes
Václav Slavík [Sat, 3 Apr 2004 20:50:12 +0000 (20:50 +0000)] 
more WinCE fixes

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

20 years agoWinCE compilation fix
Václav Slavík [Sat, 3 Apr 2004 19:03:08 +0000 (19:03 +0000)] 
WinCE compilation fix

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

20 years agoCommited slighly modified fix by David Parsons.
Stefan Neis [Sat, 3 Apr 2004 17:43:43 +0000 (17:43 +0000)] 
Commited slighly modified fix by David Parsons.

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

20 years agoregex lib doesn't build under WinCE either
Václav Slavík [Sat, 3 Apr 2004 16:22:20 +0000 (16:22 +0000)] 
regex lib doesn't build under WinCE either

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

20 years agoWinCE compilation fixes (is this correct?)
Václav Slavík [Sat, 3 Apr 2004 16:12:57 +0000 (16:12 +0000)] 
WinCE compilation fixes (is this correct?)

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

20 years agoAvoid core dumps when SetImageList is used.
Stefan Neis [Sat, 3 Apr 2004 16:09:05 +0000 (16:09 +0000)] 
Avoid core dumps when SetImageList is used.

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

20 years agoconcentrating content and structure region calculations
Stefan Csomor [Sat, 3 Apr 2004 14:50:02 +0000 (14:50 +0000)] 
concentrating content and structure region calculations

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

20 years agoconcentrating content and structure region calculations
Stefan Csomor [Sat, 3 Apr 2004 14:41:34 +0000 (14:41 +0000)] 
concentrating content and structure region calculations

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

20 years agoeVC fixes: don't build MSW-only files
Václav Slavík [Sat, 3 Apr 2004 12:48:01 +0000 (12:48 +0000)] 
eVC fixes: don't build MSW-only files

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

20 years agoprecompiled headers fix
Václav Slavík [Sat, 3 Apr 2004 10:56:04 +0000 (10:56 +0000)] 
precompiled headers fix

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

20 years agoMake DoGetBestSize cache the value of GetSize() the first time it is called
David Elliott [Sat, 3 Apr 2004 05:16:38 +0000 (05:16 +0000)] 
Make DoGetBestSize cache the value of GetSize() the first time it is called
for the case when the control is a regular window with no children.

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

20 years agom_font may not have been set yet. Default to letting GetTextExtent
Robin Dunn [Sat, 3 Apr 2004 03:21:54 +0000 (03:21 +0000)] 
m_font may not have been set yet.  Default to letting GetTextExtent
call GetFont.

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

20 years agotypos fixed
Robin Dunn [Fri, 2 Apr 2004 20:09:33 +0000 (20:09 +0000)] 
typos fixed

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

20 years agoAdded wxObjcAutoRef* classes for automatic retain/release of Objective-C objects
David Elliott [Fri, 2 Apr 2004 17:43:59 +0000 (17:43 +0000)] 
Added wxObjcAutoRef* classes for automatic retain/release of Objective-C objects

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

20 years agoAllow app to call SetWindowVariant before creation of control
Julian Smart [Fri, 2 Apr 2004 15:57:31 +0000 (15:57 +0000)] 
Allow app to call SetWindowVariant before creation of control

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

20 years agoadding QDSwapPort for performance reasons
Stefan Csomor [Fri, 2 Apr 2004 08:37:46 +0000 (08:37 +0000)] 
adding QDSwapPort for performance reasons

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

20 years agosupporting non-theme fonts
Stefan Csomor [Fri, 2 Apr 2004 08:29:26 +0000 (08:29 +0000)] 
supporting non-theme fonts

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

20 years agowxCocoa: use generic wxSpinCtrl
David Elliott [Thu, 1 Apr 2004 22:42:53 +0000 (22:42 +0000)] 
wxCocoa: use generic wxSpinCtrl

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

20 years agosyntax fixes
Václav Slavík [Thu, 1 Apr 2004 21:12:37 +0000 (21:12 +0000)] 
syntax fixes

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

20 years agomoved arrays tests to testsuite (patch 927475)
Václav Slavík [Thu, 1 Apr 2004 21:10:33 +0000 (21:10 +0000)] 
moved arrays tests to testsuite (patch 927475)

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

20 years agofixed compilation with bakefile-0.1.3 after my latest changes
Václav Slavík [Thu, 1 Apr 2004 20:34:14 +0000 (20:34 +0000)] 
fixed compilation with bakefile-0.1.3 after my latest changes

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

20 years agoadded support for building eVC projects (not yet tested)
Václav Slavík [Thu, 1 Apr 2004 20:20:57 +0000 (20:20 +0000)] 
added support for building eVC projects (not yet tested)

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

20 years agolibtiff doesn't build on WinCE
Václav Slavík [Thu, 1 Apr 2004 20:20:15 +0000 (20:20 +0000)] 
libtiff doesn't build on WinCE

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

20 years agocompilation fix for WinCE
Václav Slavík [Thu, 1 Apr 2004 20:19:37 +0000 (20:19 +0000)] 
compilation fix for WinCE

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

20 years agoWinCE SDK doesn't have crtdbg.h
Václav Slavík [Thu, 1 Apr 2004 19:51:18 +0000 (19:51 +0000)] 
WinCE SDK doesn't have crtdbg.h

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

20 years agoembedded sample's README updates
Robin Dunn [Thu, 1 Apr 2004 19:48:18 +0000 (19:48 +0000)] 
embedded sample's README updates

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

20 years agoFixed warning
Julian Smart [Thu, 1 Apr 2004 19:43:32 +0000 (19:43 +0000)] 
Fixed warning

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

20 years agoWhat the hell, let's spin up another full release
Robin Dunn [Thu, 1 Apr 2004 19:39:08 +0000 (19:39 +0000)] 
What the hell, let's spin up another full release

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

20 years agofinal tweaks for embedded
Robin Dunn [Thu, 1 Apr 2004 19:36:17 +0000 (19:36 +0000)] 
final tweaks for embedded

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

20 years agoImplemented Enable for wxMenuBar to avoid assert
Julian Smart [Thu, 1 Apr 2004 19:28:13 +0000 (19:28 +0000)] 
Implemented Enable for wxMenuBar to avoid assert

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

20 years agoThe reinit of the stock objects shoudl not happen when wxPython is
Robin Dunn [Thu, 1 Apr 2004 19:23:12 +0000 (19:23 +0000)] 
The reinit of the stock objects shoudl not happen when wxPython is
embedded in a C++ wx application

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

20 years agoFixed the embedded smaple so that it actually works, wx-ified the
Robin Dunn [Thu, 1 Apr 2004 19:22:09 +0000 (19:22 +0000)] 
Fixed the embedded smaple so that it actually works, wx-ified the
Python bits

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

20 years agoembedded sample compiles again
Robin Dunn [Thu, 1 Apr 2004 18:05:10 +0000 (18:05 +0000)] 
embedded sample compiles again

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

20 years agoBuild and Install steps updated
Robin Dunn [Thu, 1 Apr 2004 18:03:45 +0000 (18:03 +0000)] 
Build and Install steps updated

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

20 years agoDemo tweaks to correct some visual glitches and event order issues
Robin Dunn [Thu, 1 Apr 2004 17:44:05 +0000 (17:44 +0000)] 
Demo tweaks to correct some visual glitches and event order issues

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

20 years ago#include "wx/settings.h" for wxSystemSettings
David Elliott [Thu, 1 Apr 2004 16:38:21 +0000 (16:38 +0000)] 
#include "wx/settings.h" for wxSystemSettings

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

20 years agoAssert for incorrect style, added Deselection for single selection lists
Stefan Csomor [Thu, 1 Apr 2004 15:43:41 +0000 (15:43 +0000)] 
Assert for incorrect style, added Deselection for single selection lists

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

20 years agodefault to striped background
Stefan Csomor [Thu, 1 Apr 2004 15:26:36 +0000 (15:26 +0000)] 
default to striped background

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

20 years agosupporting events also for root control (needed for event handling of mouse and paint...
Stefan Csomor [Thu, 1 Apr 2004 15:24:19 +0000 (15:24 +0000)] 
supporting events also for root control (needed for event handling of mouse and paint at tlw-level)

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

20 years agofixing shape windows, as we now use the structure region for answering questions...
Stefan Csomor [Thu, 1 Apr 2004 15:19:39 +0000 (15:19 +0000)] 
fixing shape windows, as we now use the structure region for answering questions about position and size, we cannot use GetRect in the defproc anymore

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

20 years agopass in NULL for mouse event handler, otherwise the handler thinks it is a valid...
Stefan Csomor [Thu, 1 Apr 2004 15:18:06 +0000 (15:18 +0000)] 
pass in NULL for mouse event handler, otherwise the handler thinks it is a valid toplevel window

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

20 years agoremoved (well, kept empty shell to avoid breaking existing code) InheritAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 14:54:07 +0000 (14:54 +0000)] 
removed (well, kept empty shell to avoid breaking existing code) InheritAttributes()

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

20 years agofixed DoGetBestSize() for default buttons
Vadim Zeitlin [Thu, 1 Apr 2004 14:15:15 +0000 (14:15 +0000)] 
fixed DoGetBestSize() for default buttons

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

20 years agoimplemented GetBestSize()
Vadim Zeitlin [Thu, 1 Apr 2004 13:55:21 +0000 (13:55 +0000)] 
implemented GetBestSize()

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

20 years agowxGTK became a little too eager in using the best size after my change in 1.453;...
Vadim Zeitlin [Thu, 1 Apr 2004 13:32:16 +0000 (13:32 +0000)] 
wxGTK became a little too eager in using the best size after my change in 1.453; only use it if width or height are not specified

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

20 years agoadded script for generating tags file for wxGTK
Vadim Zeitlin [Thu, 1 Apr 2004 13:16:52 +0000 (13:16 +0000)] 
added script for generating tags file for wxGTK

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

20 years agouse GetFont() instead of (possibly not initialized) m_font in GetCharWidth/Height()
Vadim Zeitlin [Thu, 1 Apr 2004 13:09:26 +0000 (13:09 +0000)] 
use GetFont() instead of (possibly not initialized) m_font in GetCharWidth/Height()

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

20 years agoshow window from PostCreation() (which is called for the derived classes as well...
Vadim Zeitlin [Thu, 1 Apr 2004 13:08:24 +0000 (13:08 +0000)] 
show window from PostCreation() (which is called for the derived classes as well) instead of Create() (which is not)

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

20 years agoonly use font/colours in SetWidgetStyle() if they're set
Vadim Zeitlin [Thu, 1 Apr 2004 12:45:24 +0000 (12:45 +0000)] 
only use font/colours in SetWidgetStyle() if they're set

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

20 years agoreally show the menubar (calling Show(TRUE) doesn't do it any more)
Vadim Zeitlin [Thu, 1 Apr 2004 12:41:27 +0000 (12:41 +0000)] 
really show the menubar (calling Show(TRUE) doesn't do it any more)

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

20 years agoreally show the window after creation (calling Show(TRUE) doesn't do it any more)
Vadim Zeitlin [Thu, 1 Apr 2004 12:40:04 +0000 (12:40 +0000)] 
really show the window after creation (calling Show(TRUE) doesn't do it any more)

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

20 years agoforgot to add header file
Václav Slavík [Thu, 1 Apr 2004 12:22:44 +0000 (12:22 +0000)] 
forgot to add header file

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

20 years agotest program improvements (patch 927429)
Václav Slavík [Thu, 1 Apr 2004 11:51:09 +0000 (11:51 +0000)] 
test program improvements (patch 927429)

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

20 years agouse the window default colours, not hardcoded ones, in OnSysColourChanged()
Vadim Zeitlin [Thu, 1 Apr 2004 11:08:44 +0000 (11:08 +0000)] 
use the window default colours, not hardcoded ones, in OnSysColourChanged()

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

20 years agogive the panel 3D grey colour by default: as it's not a native control, we must give...
Vadim Zeitlin [Thu, 1 Apr 2004 11:05:50 +0000 (11:05 +0000)] 
give the panel 3D grey colour by default: as it's not a native control, we must give it a colour explicitly

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

20 years agouse wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas, not for the entire wxPreviewFr...
Vadim Zeitlin [Thu, 1 Apr 2004 11:04:33 +0000 (11:04 +0000)] 
use wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas, not for the entire wxPreviewFrame -- this eliminates flicker of the control bar, at least

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

20 years agofixed unused param warning
Vadim Zeitlin [Thu, 1 Apr 2004 10:34:23 +0000 (10:34 +0000)] 
fixed unused param warning

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

20 years agocommited streams test suite (not part of build yet, coming soon)
Václav Slavík [Thu, 1 Apr 2004 10:13:47 +0000 (10:13 +0000)] 
commited streams test suite (not part of build yet, coming soon)

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

20 years agoadded adjustOrigin parameter to bounds calculation, added Freeze and Thaw implementation
Stefan Csomor [Thu, 1 Apr 2004 08:34:18 +0000 (08:34 +0000)] 
added adjustOrigin parameter to bounds calculation, added Freeze and Thaw implementation

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

20 years agoadded adjustOrigin parameter to bounds calculation
Stefan Csomor [Thu, 1 Apr 2004 08:32:44 +0000 (08:32 +0000)] 
added adjustOrigin parameter to bounds calculation

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

20 years agoBCC fixes
Václav Slavík [Thu, 1 Apr 2004 07:17:50 +0000 (07:17 +0000)] 
BCC fixes

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

20 years agoremoved duplicate background colour setting (was leading to ignoral of the second...
Stefan Csomor [Thu, 1 Apr 2004 07:05:04 +0000 (07:05 +0000)] 
removed duplicate background colour setting (was leading to ignoral of the second one in Create)

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

20 years agoremoved flags for wxOK etc that interfere with miniframe style
Stefan Csomor [Thu, 1 Apr 2004 05:58:11 +0000 (05:58 +0000)] 
removed flags for wxOK etc that interfere with miniframe style

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

20 years agocast corrected
Stefan Csomor [Thu, 1 Apr 2004 05:18:10 +0000 (05:18 +0000)] 
cast corrected

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

20 years agono changes
Vadim Zeitlin [Thu, 1 Apr 2004 00:19:39 +0000 (00:19 +0000)] 
no changes

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

20 years agouse MSWCreateControl() instead of the old mess; implemented Get(Class)DefaultAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 00:15:07 +0000 (00:15 +0000)] 
use MSWCreateControl() instead of the old mess; implemented Get(Class)DefaultAttributes()

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

20 years agoimplemented Get(Class)DefaultAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 00:14:42 +0000 (00:14 +0000)] 
implemented Get(Class)DefaultAttributes()

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

20 years agoremoved SetFont() inheriting the parents font
Vadim Zeitlin [Thu, 1 Apr 2004 00:10:12 +0000 (00:10 +0000)] 
removed SetFont() inheriting the parents font

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

20 years agoadded wxGetCCDefaultFont() returning the default icon font
Vadim Zeitlin [Thu, 1 Apr 2004 00:09:48 +0000 (00:09 +0000)] 
added wxGetCCDefaultFont() returning the default icon font

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

20 years agodefault implementation of Get(Class)DefaultAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 00:07:32 +0000 (00:07 +0000)] 
default implementation of Get(Class)DefaultAttributes()

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

20 years agoadded Get(Class)DefaultAttributes()
Vadim Zeitlin [Thu, 1 Apr 2004 00:05:13 +0000 (00:05 +0000)] 
added Get(Class)DefaultAttributes()

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

20 years agoUpdate Rez command to reflect new location for .r files.
David Elliott [Wed, 31 Mar 2004 20:49:39 +0000 (20:49 +0000)] 
Update Rez command to reflect new location for .r files.

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

20 years agocorrected Refresh (client coordinates)
Stefan Csomor [Wed, 31 Mar 2004 19:01:02 +0000 (19:01 +0000)] 
corrected Refresh (client coordinates)

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

20 years agoscrollbars added
Stefan Csomor [Wed, 31 Mar 2004 16:45:37 +0000 (16:45 +0000)] 
scrollbars added

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

20 years agoAdded version test
Julian Smart [Wed, 31 Mar 2004 16:32:54 +0000 (16:32 +0000)] 
Added version test

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

20 years ago Applied patch for Intel compiler.
Robert Roebling [Wed, 31 Mar 2004 15:43:19 +0000 (15:43 +0000)] 
 Applied patch for Intel compiler.

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

20 years agodifferent approaches implemented
Stefan Csomor [Wed, 31 Mar 2004 13:26:45 +0000 (13:26 +0000)] 
different approaches implemented

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

20 years agorefresh on move changed
Stefan Csomor [Wed, 31 Mar 2004 13:23:56 +0000 (13:23 +0000)] 
refresh on move changed

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

20 years agoreverting drawing code
Stefan Csomor [Wed, 31 Mar 2004 08:19:01 +0000 (08:19 +0000)] 
reverting drawing code

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

20 years agofixed compilation for Mac (MacUpdateImmediately() doesn't exist any more)
Vadim Zeitlin [Wed, 31 Mar 2004 08:15:19 +0000 (08:15 +0000)] 
fixed compilation for Mac (MacUpdateImmediately() doesn't exist any more)

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

20 years agoset SMALL_FONT for controls here because InheritAttributes() doesn't do it any longer
Vadim Zeitlin [Tue, 30 Mar 2004 23:47:44 +0000 (23:47 +0000)] 
set SMALL_FONT for controls here because InheritAttributes() doesn't do it any longer

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

20 years agodon't inherit font from the parent by default
Vadim Zeitlin [Tue, 30 Mar 2004 23:16:45 +0000 (23:16 +0000)] 
don't inherit font from the parent by default

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

20 years agodocumented Set/GetWindowVariant()
Vadim Zeitlin [Tue, 30 Mar 2004 23:14:28 +0000 (23:14 +0000)] 
documented Set/GetWindowVariant()

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

20 years agoMore notes about the type conversion fragment.
Robin Dunn [Tue, 30 Mar 2004 21:46:20 +0000 (21:46 +0000)] 
More notes about the type conversion fragment.
Cross linked CHANGES and MigrarionGuide.

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

20 years agocall wxApp::OnExceptionInMainLoop() when an exception occurs (refactored the change...
Vadim Zeitlin [Tue, 30 Mar 2004 20:52:19 +0000 (20:52 +0000)] 
call wxApp::OnExceptionInMainLoop() when an exception occurs (refactored the change 1.16->1.17)

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

20 years agoimplemented wxApp::OnExceptionInMainLoop()
Vadim Zeitlin [Tue, 30 Mar 2004 20:50:59 +0000 (20:50 +0000)] 
implemented wxApp::OnExceptionInMainLoop()

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

20 years agoadded and documented wxApp::OnExceptionInMainLoop()
Vadim Zeitlin [Tue, 30 Mar 2004 20:49:54 +0000 (20:49 +0000)] 
added and documented wxApp::OnExceptionInMainLoop()

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

20 years agoreSWIGged
Robin Dunn [Tue, 30 Mar 2004 20:09:28 +0000 (20:09 +0000)] 
reSWIGged

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

20 years agoVersion number update
Robin Dunn [Tue, 30 Mar 2004 19:54:17 +0000 (19:54 +0000)] 
Version number update

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

20 years agoBetter conversion functions for integral and floating point types,
Robin Dunn [Tue, 30 Mar 2004 19:50:53 +0000 (19:50 +0000)] 
Better conversion functions for integral and floating point types,
allows truncated floats to be used where integers are expeceted,
raises more meaningful exceptions, etc.

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