]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agosmall tweaks to wxDynamicLibrary test
Vadim Zeitlin [Sun, 16 Jan 2005 22:24:04 +0000 (22:24 +0000)] 
small tweaks to wxDynamicLibrary test

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

19 years agoregenerated after adding msw/datectrl.cpp
Vadim Zeitlin [Sun, 16 Jan 2005 22:22:43 +0000 (22:22 +0000)] 
regenerated after adding msw/datectrl.cpp

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

19 years agoextracted Unix code in a separate new file (src/unix/dlunix.cpp), it remains only...
Vadim Zeitlin [Sun, 16 Jan 2005 22:21:44 +0000 (22:21 +0000)] 
extracted Unix code in a separate new file (src/unix/dlunix.cpp), it remains only to refactor Mac/OS2 versions to finally fix the mess in common/dnylib.cpp...

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

19 years agoregenerated to include msw/dlmsw.cpp and datectrl.cpp
Vadim Zeitlin [Sun, 16 Jan 2005 20:56:58 +0000 (20:56 +0000)] 
regenerated to include msw/dlmsw.cpp and datectrl.cpp

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

19 years ago1. extracted MSW-specific part of wxDynamicLibrary in msw/dlmsw.cpp
Vadim Zeitlin [Sun, 16 Jan 2005 20:50:06 +0000 (20:50 +0000)] 
1. extracted MSW-specific part of wxDynamicLibrary in msw/dlmsw.cpp
2. added and documented wxDynamicLibrary::ListLoaded()

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

19 years ago Use connect_signal_after for list events. This should
Robert Roebling [Sun, 16 Jan 2005 16:54:50 +0000 (16:54 +0000)] 
  Use connect_signal_after for list events. This should
    probably be done for all native control command events.

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

19 years agoundid the last patch: set wxUSE_XXX to 0 in setup.h.in instead of having to do it...
Vadim Zeitlin [Sun, 16 Jan 2005 15:58:54 +0000 (15:58 +0000)] 
undid the last patch: set wxUSE_XXX to 0 in setup.h.in instead of having to do it manually in configure

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

19 years agoregenerated with all common options set to 0
Vadim Zeitlin [Sun, 16 Jan 2005 15:54:58 +0000 (15:54 +0000)] 
regenerated with all common options set to 0

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

19 years agocatch a few more defines, which were not of the wxUSE_XXX form, and set them to 0...
Vadim Zeitlin [Sun, 16 Jan 2005 15:54:17 +0000 (15:54 +0000)] 
catch a few more defines, which were not of the wxUSE_XXX form, and set them to 0 as well

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

19 years agooops, sed replace was eating underscores
Vadim Zeitlin [Sun, 16 Jan 2005 15:50:07 +0000 (15:50 +0000)] 
oops, sed replace was eating underscores

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

19 years agocompilation fix for !USE_PCH
Vadim Zeitlin [Sun, 16 Jan 2005 15:47:02 +0000 (15:47 +0000)] 
compilation fix for !USE_PCH

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

19 years agodon't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?)
Vadim Zeitlin [Sun, 16 Jan 2005 15:46:22 +0000 (15:46 +0000)] 
don't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?)

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

19 years ago1. set all wxUSE_XXXs to 0 in the generated setup.h.in
Vadim Zeitlin [Sun, 16 Jan 2005 15:44:44 +0000 (15:44 +0000)] 
1. set all wxUSE_XXXs to 0 in the generated setup.h.in
2. don't update the files unless necessary (i.e. check modification time)
3. show progress messages

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

19 years ago Applied patch for correct feedback from DND
Robert Roebling [Sun, 16 Jan 2005 15:33:28 +0000 (15:33 +0000)] 
 Applied patch for correct feedback from DND
  actions (not all actions are allowed).

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

19 years ago Applied patch which solved conflicts between wxWidgets
Robert Roebling [Sun, 16 Jan 2005 15:27:15 +0000 (15:27 +0000)] 
 Applied patch which solved conflicts between wxWidgets
   and GTK+'s context menu code.

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

19 years ago Commited scrollbar patch which sends lineup, linedown
Robert Roebling [Sun, 16 Jan 2005 15:23:16 +0000 (15:23 +0000)] 
  Commited scrollbar patch which sends lineup, linedown
    events based on intercepting the mouse down events.

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

19 years agoadded code for hardware platform detection (__INTEL__, __POWERPC__, ... which were...
Vadim Zeitlin [Sun, 16 Jan 2005 14:01:44 +0000 (14:01 +0000)] 
added code for hardware platform detection (__INTEL__, __POWERPC__, ... which were not set correctly before); added __IA64__

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

19 years agoDoc update
Julian Smart [Sun, 16 Jan 2005 14:00:18 +0000 (14:00 +0000)] 
Doc update

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

19 years agoCheck for wxUSE_GLOBAL_MEMORY_OPERATORS before redefining new
Julian Smart [Sun, 16 Jan 2005 13:40:04 +0000 (13:40 +0000)] 
Check for wxUSE_GLOBAL_MEMORY_OPERATORS before redefining new

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

19 years agoDoc corrections
Julian Smart [Sun, 16 Jan 2005 13:33:19 +0000 (13:33 +0000)] 
Doc corrections

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

19 years ago Applied patch for rounded rectangle.
Robert Roebling [Sun, 16 Jan 2005 12:58:52 +0000 (12:58 +0000)] 
  Applied patch for rounded rectangle.

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

19 years agofixed wxUSE_3rdpartylib definitions for --without-3rdparty lib (patch 1103276)
Vadim Zeitlin [Sun, 16 Jan 2005 12:06:14 +0000 (12:06 +0000)] 
fixed wxUSE_3rdpartylib definitions for --without-3rdparty lib (patch 1103276)

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

19 years agofixed export of hex values
Vadim Zeitlin [Sun, 16 Jan 2005 00:32:11 +0000 (00:32 +0000)] 
fixed export of hex values

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

19 years agoimplemented Export(file)
Vadim Zeitlin [Sun, 16 Jan 2005 00:26:40 +0000 (00:26 +0000)] 
implemented Export(file)

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

19 years agoadded mode parameter to wxFFileStream ctors taking wxFFile
Vadim Zeitlin [Sat, 15 Jan 2005 23:06:09 +0000 (23:06 +0000)] 
added mode parameter to wxFFileStream ctors taking wxFFile

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

19 years agoonly define wxUSE_NATIVE_STATUSBAR for the ports which have it (MSW and Mac)
Vadim Zeitlin [Sat, 15 Jan 2005 21:07:04 +0000 (21:07 +0000)] 
only define wxUSE_NATIVE_STATUSBAR for the ports which have it (MSW and Mac)

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

19 years agono need for vi modeline now that the extension is no longer .h
Vadim Zeitlin [Sat, 15 Jan 2005 21:05:41 +0000 (21:05 +0000)] 
no need for vi modeline now that the extension is no longer .h

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

19 years agodefine wxUSE_GUI as 0 when --disable-gui is used
Vadim Zeitlin [Sat, 15 Jan 2005 20:35:19 +0000 (20:35 +0000)] 
define wxUSE_GUI as 0 when --disable-gui is used

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

19 years agoremoved unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI
Vadim Zeitlin [Sat, 15 Jan 2005 20:06:20 +0000 (20:06 +0000)] 
removed unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI

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

19 years agoremoved all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES
Vadim Zeitlin [Sat, 15 Jan 2005 17:54:04 +0000 (17:54 +0000)] 
removed all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES

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

19 years agoshow "none" for gnomeprint in the summary when building wxBase instead of nothing...
Vadim Zeitlin [Sat, 15 Jan 2005 17:38:05 +0000 (17:38 +0000)] 
show "none" for gnomeprint in the summary when building wxBase instead of nothing at all

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

19 years agomention wxUSE_DATEPICKCTRL
Vadim Zeitlin [Sat, 15 Jan 2005 17:12:51 +0000 (17:12 +0000)] 
mention wxUSE_DATEPICKCTRL

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

19 years agomoved styles logic to MSWGetStyle() (no real changes)
Vadim Zeitlin [Sat, 15 Jan 2005 17:10:34 +0000 (17:10 +0000)] 
moved styles logic to MSWGetStyle() (no real changes)

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

19 years agowxMSW wxDatePickerCtrl header
Vadim Zeitlin [Sat, 15 Jan 2005 17:08:07 +0000 (17:08 +0000)] 
wxMSW wxDatePickerCtrl header

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

19 years agomanage setup.h.in using update-setup.h too
Vadim Zeitlin [Sat, 15 Jan 2005 16:37:38 +0000 (16:37 +0000)] 
manage setup.h.in using update-setup.h too

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

19 years agomanage wx/mac/setup0.h using build/update-setup.h too
Vadim Zeitlin [Sat, 15 Jan 2005 16:14:14 +0000 (16:14 +0000)] 
manage wx/mac/setup0.h using build/update-setup.h too

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

19 years agomoved some Win32-specific settings from common file
Vadim Zeitlin [Sat, 15 Jan 2005 16:11:20 +0000 (16:11 +0000)] 
moved some Win32-specific settings from common file

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

19 years agoadded special comments used by build/update-setup.h
Vadim Zeitlin [Sat, 15 Jan 2005 15:55:04 +0000 (15:55 +0000)] 
added special comments used by build/update-setup.h

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

19 years agoadded setup.h file containing the settings common to all ports and a script to update...
Vadim Zeitlin [Sat, 15 Jan 2005 15:54:00 +0000 (15:54 +0000)] 
added setup.h file containing the settings common to all ports and a script to update wx/*/setup.h using it

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

19 years agoremoved obsolete wxUSE_CTL3D
Vadim Zeitlin [Sat, 15 Jan 2005 14:45:20 +0000 (14:45 +0000)] 
removed obsolete wxUSE_CTL3D

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

19 years agotypo in a link
Vadim Zeitlin [Sat, 15 Jan 2005 01:37:40 +0000 (01:37 +0000)] 
typo in a link

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

19 years agoadded API, docs and Win32 implementation of wxDatePickerCtrl
Vadim Zeitlin [Sat, 15 Jan 2005 01:31:10 +0000 (01:31 +0000)] 
added API, docs and Win32 implementation of wxDatePickerCtrl

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

19 years agoadded missing default value for pos parameter of ctor/create; use wxID_ANY instead...
Vadim Zeitlin [Sat, 15 Jan 2005 01:18:29 +0000 (01:18 +0000)] 
added missing default value for pos parameter of ctor/create; use wxID_ANY instead of -1

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

19 years agoSplit some of the recent code out to make it more reusable.
David Elliott [Fri, 14 Jan 2005 19:24:27 +0000 (19:24 +0000)] 
Split some of the recent code out to make it more reusable.

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

19 years agoBug fix for [ 1059381 ] Mouse wheel does not work in listctrl with gtk2
Robin Dunn [Fri, 14 Jan 2005 15:59:21 +0000 (15:59 +0000)] 
Bug fix for [ 1059381 ] Mouse wheel does not work in listctrl with gtk2

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

19 years agoForgot to commit this as part of the CocoaGetWxToBoundsTransform change.
David Elliott [Fri, 14 Jan 2005 15:02:54 +0000 (15:02 +0000)] 
Forgot to commit this as part of the CocoaGetWxToBoundsTransform change.

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

19 years agoForgot to initialize m_cocoaWxToBoundsTransform = nil;
David Elliott [Fri, 14 Jan 2005 14:27:49 +0000 (14:27 +0000)] 
Forgot to initialize m_cocoaWxToBoundsTransform = nil;

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

19 years agoSeparate NSAffineTransform creation out of wxDC::CocoaApplyTransform into
David Elliott [Fri, 14 Jan 2005 14:22:03 +0000 (14:22 +0000)] 
Separate NSAffineTransform creation out of wxDC::CocoaApplyTransform into
static wxDC::CocoaGetWxToBoundsTransform.  Create the transform and store
it as a member variable in wxDC when focus is locked on the DC.
For wxClientDC and wxPaintDC call a new wxWindow::CocoaGetWxToBoundsTransform
which will eventually handle scrolling.

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

19 years agoCommon wxListCtrl control name.
Włodzimierz Skiba [Fri, 14 Jan 2005 13:07:44 +0000 (13:07 +0000)] 
Common wxListCtrl control name.

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

19 years agoreSWIGged
Robin Dunn [Fri, 14 Jan 2005 02:24:04 +0000 (02:24 +0000)] 
reSWIGged

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

19 years agoDocument the Show/Hide behaviour that wxSplitterWindow does to its children.
Robin Dunn [Fri, 14 Jan 2005 01:58:50 +0000 (01:58 +0000)] 
Document the Show/Hide behaviour that wxSplitterWindow does to its children.

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

19 years agoifdef out some experimental code
Robin Dunn [Fri, 14 Jan 2005 01:49:17 +0000 (01:49 +0000)] 
ifdef out some experimental code

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

19 years agoEnsure that the windows are shown when Initialize is called too
Robin Dunn [Thu, 13 Jan 2005 23:43:19 +0000 (23:43 +0000)] 
Ensure that the windows are shown when Initialize is called too

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

19 years agoEnsure that the windows are shown when splitting
Robin Dunn [Thu, 13 Jan 2005 23:34:55 +0000 (23:34 +0000)] 
Ensure that the windows are shown when splitting

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

19 years agoTypo
Robin Dunn [Thu, 13 Jan 2005 21:38:15 +0000 (21:38 +0000)] 
Typo

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

19 years agoPatch from Prabhu Ramachandran to make introspection of lazily
Robin Dunn [Thu, 13 Jan 2005 21:18:17 +0000 (21:18 +0000)] 
Patch from Prabhu Ramachandran to make introspection of lazily
evaluated objects not create the final object.

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

19 years agountabified
Robin Dunn [Thu, 13 Jan 2005 21:15:52 +0000 (21:15 +0000)] 
untabified

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

19 years agoa bit of code cleanupt
Robin Dunn [Thu, 13 Jan 2005 21:15:08 +0000 (21:15 +0000)] 
a bit of code cleanupt

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

19 years agoPlay nice with sizers
Robin Dunn [Thu, 13 Jan 2005 21:14:15 +0000 (21:14 +0000)] 
Play nice with sizers

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

19 years agodefine wxColour as being passed by reference so the typemap will work correctly.
Robin Dunn [Thu, 13 Jan 2005 21:13:31 +0000 (21:13 +0000)] 
define wxColour as being passed by reference so the typemap will work correctly.

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

19 years agoHasTransparentBackground
Robin Dunn [Thu, 13 Jan 2005 21:12:44 +0000 (21:12 +0000)] 
HasTransparentBackground

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

19 years agoDocstring typos
Robin Dunn [Thu, 13 Jan 2005 21:11:17 +0000 (21:11 +0000)] 
Docstring typos

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

19 years agowxNotebookNameStr
Robin Dunn [Thu, 13 Jan 2005 21:10:28 +0000 (21:10 +0000)] 
wxNotebookNameStr

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

19 years agoVirtualized HasTransparentBackground
Robin Dunn [Thu, 13 Jan 2005 21:09:05 +0000 (21:09 +0000)] 
Virtualized HasTransparentBackground

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

19 years agoClarified the description of event.Skip
Robin Dunn [Thu, 13 Jan 2005 20:54:45 +0000 (20:54 +0000)] 
Clarified the description of event.Skip

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

19 years agoFixed line-endings
Robin Dunn [Thu, 13 Jan 2005 20:53:55 +0000 (20:53 +0000)] 
Fixed line-endings

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

19 years agonotes about more changes
Robin Dunn [Thu, 13 Jan 2005 20:49:58 +0000 (20:49 +0000)] 
notes about more changes

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

19 years agoadded a missing \n the source
Robin Dunn [Thu, 13 Jan 2005 20:48:48 +0000 (20:48 +0000)] 
added a missing \n the source

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

19 years agountabified
Robin Dunn [Thu, 13 Jan 2005 20:47:03 +0000 (20:47 +0000)] 
untabified

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

19 years agoUse sizers for layout
Robin Dunn [Thu, 13 Jan 2005 20:46:17 +0000 (20:46 +0000)] 
Use sizers for layout

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

19 years agonamespace fix
Robin Dunn [Thu, 13 Jan 2005 20:45:17 +0000 (20:45 +0000)] 
namespace fix

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

19 years agochanged swig type table name
Robin Dunn [Thu, 13 Jan 2005 20:44:18 +0000 (20:44 +0000)] 
changed swig type table name

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

19 years agoCommon default notebook name.
Włodzimierz Skiba [Thu, 13 Jan 2005 20:36:26 +0000 (20:36 +0000)] 
Common default notebook name.

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

19 years agoCommon default notebook name.
Włodzimierz Skiba [Thu, 13 Jan 2005 20:30:21 +0000 (20:30 +0000)] 
Common default notebook name.

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

19 years agoSource cleaning, warning fixes.
Włodzimierz Skiba [Thu, 13 Jan 2005 19:57:24 +0000 (19:57 +0000)] 
Source cleaning, warning fixes.

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

19 years agoAdd new methods to transform coordinates expressed in Cocoa's bounds rect to
David Elliott [Wed, 12 Jan 2005 20:51:35 +0000 (20:51 +0000)] 
Add new methods to transform coordinates expressed in Cocoa's bounds rect to
and from those expressed in wxWidgets fashion.  Use these new methods to do
the translation for mouse events, child window position, and dirty rects.
Also improve DoMoveWindow to only dirty the old and new rects of the
control within its superview rather than the entire superview.

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

19 years agoDon't return a broken accelerator object if the accelerator was not
Julian Smart [Wed, 12 Jan 2005 16:06:13 +0000 (16:06 +0000)] 
Don't return a broken accelerator object if the accelerator was not
recognised.

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

19 years agoShared build fix.
Włodzimierz Skiba [Wed, 12 Jan 2005 16:02:39 +0000 (16:02 +0000)] 
Shared build fix.

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

19 years agoWarning fix and source cleaning.
Włodzimierz Skiba [Wed, 12 Jan 2005 16:01:33 +0000 (16:01 +0000)] 
Warning fix and source cleaning.

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

19 years agoWarning fix.
Włodzimierz Skiba [Wed, 12 Jan 2005 15:57:59 +0000 (15:57 +0000)] 
Warning fix.

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

19 years agoDon't overwrite 32bit value with 16bit one.
Włodzimierz Skiba [Wed, 12 Jan 2005 15:56:42 +0000 (15:56 +0000)] 
Don't overwrite 32bit value with 16bit one.

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

19 years agoDocument that wxLogNull must be used with SetActiveTarget to supress logging.
David Elliott [Wed, 12 Jan 2005 15:49:44 +0000 (15:49 +0000)] 
Document that wxLogNull must be used with SetActiveTarget to supress logging.

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

19 years agoImplement using NSColor class methods for system colors.
David Elliott [Wed, 12 Jan 2005 15:39:02 +0000 (15:39 +0000)] 
Implement using NSColor class methods for system colors.

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

19 years agoImproved whitespace in GetColour() so I can see what I'm doing.
David Elliott [Wed, 12 Jan 2005 15:27:26 +0000 (15:27 +0000)] 
Improved whitespace in GetColour() so I can see what I'm doing.

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

19 years agoMade some functions virtual
Julian Smart [Wed, 12 Jan 2005 13:13:08 +0000 (13:13 +0000)] 
Made some functions virtual

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

19 years agoreset m_hDWP to NULL after calling EndDeferWindowPos()
Vadim Zeitlin [Wed, 12 Jan 2005 12:58:59 +0000 (12:58 +0000)] 
reset m_hDWP to NULL after calling EndDeferWindowPos()

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

19 years ago Committing in .
Jouk Jansen [Wed, 12 Jan 2005 07:47:40 +0000 (07:47 +0000)] 
 Committing in .

 Updates for OpenVMS

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/include/wx/db.h
 ----------------------------------------------------------------------

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

19 years agoFix for bug [ 1098263 ] wx.lib.ogl control points leak
Robin Dunn [Wed, 12 Jan 2005 03:48:06 +0000 (03:48 +0000)] 
Fix for bug [ 1098263 ] wx.lib.ogl control points leak

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

19 years agoOld API deprecated. Source cleaning.
Włodzimierz Skiba [Tue, 11 Jan 2005 21:17:16 +0000 (21:17 +0000)] 
Old API deprecated. Source cleaning.

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

19 years agoPatch [ 1100272 ] wxFlexGridSizer works wrong when some rows/cols are hidden
Robin Dunn [Tue, 11 Jan 2005 19:01:22 +0000 (19:01 +0000)] 
Patch [ 1100272 ] wxFlexGridSizer works wrong when some rows/cols are hidden

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

19 years agoRenamed src/cocoa/settings.cpp to settings.mm.
David Elliott [Tue, 11 Jan 2005 18:57:38 +0000 (18:57 +0000)] 
Renamed src/cocoa/settings.cpp to settings.mm.
Don't forget to rm .deps/corelib_settings.o.d in your build directory.

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

19 years agoImplemented simplistic ConvertToImage()
David Elliott [Tue, 11 Jan 2005 15:27:38 +0000 (15:27 +0000)] 
Implemented simplistic ConvertToImage()

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

19 years agoCorrected m_depth assignment in CopyFromIcon
David Elliott [Tue, 11 Jan 2005 15:07:02 +0000 (15:07 +0000)] 
Corrected m_depth assignment in CopyFromIcon

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

19 years agoImplement CopyFromIcon
David Elliott [Tue, 11 Jan 2005 14:55:24 +0000 (14:55 +0000)] 
Implement CopyFromIcon

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

19 years agoReplaced obviously incorrect code for SetFocus and DoFindFocus.
David Elliott [Tue, 11 Jan 2005 03:21:31 +0000 (03:21 +0000)] 
Replaced obviously incorrect code for SetFocus and DoFindFocus.
Effectively reverts revision 1.53.

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

19 years agoRenamed the wxWindowCocoaScroller class to wxWindowCocoaScrollView because
David Elliott [Tue, 11 Jan 2005 01:55:42 +0000 (01:55 +0000)] 
Renamed the wxWindowCocoaScroller class to wxWindowCocoaScrollView because
it was confusing.  Scroller is the Cocoa term for a scroll bar.

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

19 years agofactored out wxGetFullModuleName(HMODULE) from wxGetFullModuleName()
Vadim Zeitlin [Mon, 10 Jan 2005 19:43:55 +0000 (19:43 +0000)] 
factored out wxGetFullModuleName(HMODULE) from wxGetFullModuleName()

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

19 years agoAdd constructor and Set taking NSColor.
David Elliott [Mon, 10 Jan 2005 18:37:36 +0000 (18:37 +0000)] 
Add constructor and Set taking NSColor.
Change eqauality operator to check if the NSColor objects are the same
instance or if all of the color components (m_red/green/blue) are identical.

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

19 years agoRemoved text saying that the wxODBC classes were not able to be used in Unicode build...
George Tasker [Mon, 10 Jan 2005 18:31:54 +0000 (18:31 +0000)] 
Removed text saying that the wxODBC classes were not able to be used in Unicode builds.  As of 2.5.3, Unicode and the ODBC classes work correctly together

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

19 years agoAdded a small bit more information about Unicode builds
George Tasker [Mon, 10 Jan 2005 18:30:17 +0000 (18:30 +0000)] 
Added a small bit more information about Unicode builds

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