]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoThe unknown control container should always have the wxTAB_TRAVERSAL
Robin Dunn [Fri, 12 Sep 2003 21:38:41 +0000 (21:38 +0000)] 
The unknown control container should always have the wxTAB_TRAVERSAL
and wxNO_BORDER styles

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

20 years ago.dsw files for samples must not contain dependencies between core libraries, otherwis...
Václav Slavík [Fri, 12 Sep 2003 21:09:11 +0000 (21:09 +0000)] 
.dsw files for samples must not contain dependencies between core libraries, otherwise static libraries will be linked into other static libs

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

20 years agoexternal Shell Script file to copy setup.h for ProjectBuilder
Gilles Depeyrot [Fri, 12 Sep 2003 20:29:23 +0000 (20:29 +0000)] 
external Shell Script file to copy setup.h for ProjectBuilder
removed obsolete lexer/parser related actions

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

20 years agoShell Script file to copy setup.h for ProjectBuilder
Gilles Depeyrot [Fri, 12 Sep 2003 20:24:53 +0000 (20:24 +0000)] 
Shell Script file to copy setup.h for ProjectBuilder

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

20 years agoimport32.lib is always used by bakefile
Václav Slavík [Fri, 12 Sep 2003 18:17:56 +0000 (18:17 +0000)] 
import32.lib is always used by bakefile

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

20 years agoApplied patch [ 804995 ] compatibility of dnd sample with various settings
Julian Smart [Fri, 12 Sep 2003 16:12:53 +0000 (16:12 +0000)] 
Applied patch [ 804995 ] compatibility of dnd sample with various settings

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

20 years agoApplied patch [ 804570 ] hidden function in src/msw/ole/dataobj.cpp
Julian Smart [Fri, 12 Sep 2003 16:10:00 +0000 (16:10 +0000)] 
Applied patch [ 804570 ] hidden function in src/msw/ole/dataobj.cpp

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

20 years agoApplied patch [ 805147 ] GDI objects are not deselected from DC
Julian Smart [Fri, 12 Sep 2003 16:08:47 +0000 (16:08 +0000)] 
Applied patch [ 805147 ] GDI objects are not deselected from DC

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

20 years ago Blind fix for library ordering.
Mattia Barbon [Fri, 12 Sep 2003 09:02:46 +0000 (09:02 +0000)] 
  Blind fix for library ordering.

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

20 years agofixing normal font for mac, unicode corrections
Stefan Csomor [Fri, 12 Sep 2003 06:13:19 +0000 (06:13 +0000)] 
fixing normal font for mac, unicode corrections

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

20 years ago wxX11 compilation fix.
Mattia Barbon [Thu, 11 Sep 2003 21:36:27 +0000 (21:36 +0000)] 
  wxX11 compilation fix.

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

20 years agofix for C99-compatible vsnprintf()
Vadim Zeitlin [Thu, 11 Sep 2003 21:13:02 +0000 (21:13 +0000)] 
fix for C99-compatible vsnprintf()

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

20 years ago Added, documented and used wxGridCellChoiceEditor
Mattia Barbon [Thu, 11 Sep 2003 21:11:01 +0000 (21:11 +0000)] 
  Added, documented and used wxGridCellChoiceEditor
taking wxArrayString.

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

20 years ago No real changes, just refactoring.
Mattia Barbon [Thu, 11 Sep 2003 21:05:19 +0000 (21:05 +0000)] 
  No real changes, just refactoring.

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

20 years ago wxX11 STL-ification.
Mattia Barbon [Thu, 11 Sep 2003 21:01:31 +0000 (21:01 +0000)] 
  wxX11 STL-ification.

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

20 years ago Cygwin compilation fix.
Mattia Barbon [Thu, 11 Sep 2003 20:58:49 +0000 (20:58 +0000)] 
  Cygwin compilation fix.

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

20 years ago Compilation fix.
Mattia Barbon [Thu, 11 Sep 2003 20:50:11 +0000 (20:50 +0000)] 
  Compilation fix.

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

20 years agodisabling anti-aliasing in carbon builds running under classic (performance)
Stefan Csomor [Thu, 11 Sep 2003 20:49:53 +0000 (20:49 +0000)] 
disabling anti-aliasing in carbon builds running under classic (performance)

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

20 years agomoved setting of internal vars in order to avoid problems in recursing (MoveWindow...
Stefan Csomor [Thu, 11 Sep 2003 20:33:02 +0000 (20:33 +0000)] 
moved setting of internal vars in order to avoid problems in recursing (MoveWindow calling BoundsChanged handlers which in turn call DoMoveWindow again)

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

20 years agofix for C99-compatible vsnprintf()
Vadim Zeitlin [Thu, 11 Sep 2003 20:27:39 +0000 (20:27 +0000)] 
fix for C99-compatible vsnprintf()

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

20 years agoAdded new image for dnd sample
Julian Smart [Thu, 11 Sep 2003 19:25:50 +0000 (19:25 +0000)] 
Added new image for dnd sample

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

20 years agolink against oleacc.lib (needed by wxUSE_ACCESSIBILITY)
Václav Slavík [Thu, 11 Sep 2003 19:22:18 +0000 (19:22 +0000)] 
link against oleacc.lib (needed by wxUSE_ACCESSIBILITY)

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

20 years agocopy data files
Václav Slavík [Thu, 11 Sep 2003 19:22:17 +0000 (19:22 +0000)] 
copy data files

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

20 years agofocus setting must be possible even when not shown yet
Stefan Csomor [Thu, 11 Sep 2003 18:59:06 +0000 (18:59 +0000)] 
focus setting must be possible even when not shown yet

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

20 years agoRemoved horrible julian.png photo
Julian Smart [Thu, 11 Sep 2003 18:41:51 +0000 (18:41 +0000)] 
Removed horrible julian.png photo

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

20 years ago Filter out triple click events entirely.
Robert Roebling [Thu, 11 Sep 2003 18:39:15 +0000 (18:39 +0000)] 
  Filter out triple click events entirely.

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

20 years agomouse events added, menu id 0 safety check
Stefan Csomor [Thu, 11 Sep 2003 18:18:05 +0000 (18:18 +0000)] 
mouse events added, menu id 0  safety check

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

20 years agoreminder added
Stefan Csomor [Thu, 11 Sep 2003 18:16:16 +0000 (18:16 +0000)] 
reminder added

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

20 years agonew carbon implementation (unicode support)
Stefan Csomor [Thu, 11 Sep 2003 18:14:41 +0000 (18:14 +0000)] 
new carbon implementation (unicode support)

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

20 years agomouse event handling extended
Stefan Csomor [Thu, 11 Sep 2003 18:03:59 +0000 (18:03 +0000)] 
mouse event handling extended

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

20 years agono need for !wxUSE_GUI test anymore
Václav Slavík [Thu, 11 Sep 2003 17:02:17 +0000 (17:02 +0000)] 
no need for !wxUSE_GUI test anymore

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

20 years ago Compilation fix for wxUSE_STL==1.
Mattia Barbon [Thu, 11 Sep 2003 16:55:24 +0000 (16:55 +0000)] 
  Compilation fix for wxUSE_STL==1.

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

20 years ago mention that wxALIGN_RIGHT swaps text and checkbox.
Mattia Barbon [Thu, 11 Sep 2003 16:54:01 +0000 (16:54 +0000)] 
  mention that wxALIGN_RIGHT swaps text and checkbox.

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

20 years ago Compilation fix for WXWIN_COMPATIBILITY_2_4==1.
Mattia Barbon [Thu, 11 Sep 2003 16:41:14 +0000 (16:41 +0000)] 
  Compilation fix for WXWIN_COMPATIBILITY_2_4==1.

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

20 years agoApplied patch [ 800183 ] wxFlexGridSizer::RemoveGrowableRow/Col fix
Julian Smart [Thu, 11 Sep 2003 15:57:37 +0000 (15:57 +0000)] 
Applied patch [ 800183 ] wxFlexGridSizer::RemoveGrowableRow/Col fix

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

20 years agoApplied patch [ 803473 ] wxListCtrl header height bugfix
Julian Smart [Thu, 11 Sep 2003 15:38:38 +0000 (15:38 +0000)] 
Applied patch [ 803473 ] wxListCtrl header height bugfix

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

20 years agocorrected hit-testing for mac
Stefan Csomor [Thu, 11 Sep 2003 15:37:58 +0000 (15:37 +0000)] 
corrected hit-testing for mac

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

20 years ago(blind) fix to last commit
Václav Slavík [Thu, 11 Sep 2003 15:26:34 +0000 (15:26 +0000)] 
(blind) fix to last commit

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

20 years agoApplied patch [ 791648 ] wxDateTime: note unimplemented methods
Julian Smart [Thu, 11 Sep 2003 14:22:23 +0000 (14:22 +0000)] 
Applied patch [ 791648 ] wxDateTime: note unimplemented methods

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

20 years agoApplied patch [ 804322 ] Fixes for the "life" demo
Julian Smart [Thu, 11 Sep 2003 14:18:00 +0000 (14:18 +0000)] 
Applied patch [ 804322 ] Fixes for the "life" demo

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

20 years agoAdd longtool tip for a button in wxToolBar test
Julian Smart [Thu, 11 Sep 2003 12:52:20 +0000 (12:52 +0000)] 
Add longtool tip for a button in wxToolBar test
Various warning suppressions

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

20 years agoApplied patch [ 800784 ] Fixes ::wxDirSelector style problem
Julian Smart [Thu, 11 Sep 2003 12:44:24 +0000 (12:44 +0000)] 
Applied patch [ 800784 ] Fixes ::wxDirSelector style problem

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

20 years agoremoved duplicate entry
Václav Slavík [Thu, 11 Sep 2003 11:02:52 +0000 (11:02 +0000)] 
removed duplicate entry

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

20 years agoApplied patch [ 771772 ] Crashes when setting icon tooltip longer than 63 characters
Julian Smart [Thu, 11 Sep 2003 10:39:57 +0000 (10:39 +0000)] 
Applied patch [ 771772 ] Crashes when setting icon tooltip longer than 63 characters

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

20 years agoApplied patch [ 778625 ] wxSVGFileDC and UNICODE build
Julian Smart [Thu, 11 Sep 2003 10:05:32 +0000 (10:05 +0000)] 
Applied patch [ 778625 ] wxSVGFileDC and UNICODE build

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

20 years agoApplied patch [ 795491 ] Multimon sample compatibility with various conditions
Julian Smart [Thu, 11 Sep 2003 10:01:27 +0000 (10:01 +0000)] 
Applied patch [ 795491 ] Multimon sample compatibility with various conditions

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

20 years agoApplied patch [ 794760 ] Majority of "... hides virtual function ..." removal
Julian Smart [Thu, 11 Sep 2003 09:58:31 +0000 (09:58 +0000)] 
Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal

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

20 years agoApplied patch [ 795423 ] Unicode and warning fixes in contrib/mmedia lib and sample
Julian Smart [Thu, 11 Sep 2003 09:55:21 +0000 (09:55 +0000)] 
Applied patch [ 795423 ] Unicode and warning fixes in contrib/mmedia lib and sample

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

20 years agoApplied patch [ 791398 ] unused variables in gizmos contrib
Julian Smart [Thu, 11 Sep 2003 09:50:15 +0000 (09:50 +0000)] 
Applied patch [ 791398 ] unused variables in gizmos contrib

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

20 years agoApplied [ 792543 ] sample of animate contrib corrected
Julian Smart [Thu, 11 Sep 2003 09:34:43 +0000 (09:34 +0000)] 
Applied [ 792543 ] sample of animate contrib corrected

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

20 years agoApplied patch [ 795542 ] Unicode fixes in richedit sample
Julian Smart [Thu, 11 Sep 2003 09:33:17 +0000 (09:33 +0000)] 
Applied patch [ 795542 ] Unicode fixes in richedit sample

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

20 years agoApplied patch [ 793000 ] "unreachable code" changes in wxrc contrib util
Julian Smart [Thu, 11 Sep 2003 09:30:59 +0000 (09:30 +0000)] 
Applied patch [ 793000 ] "unreachable code" changes in wxrc contrib util

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

20 years agoApplied patch [ 796736 ] unicode and various warnings fixes for configtool util
Julian Smart [Thu, 11 Sep 2003 09:29:25 +0000 (09:29 +0000)] 
Applied patch [ 796736 ] unicode and various warnings fixes for configtool util

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

20 years agoApplied patch [ 796696 ] unused variables and unicode fixes in X11 emulator
Julian Smart [Thu, 11 Sep 2003 09:27:20 +0000 (09:27 +0000)] 
Applied patch [ 796696 ] unused variables and unicode fixes in X11 emulator

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

20 years agoApplied patch [ 791847 ] Missing translation in filedlg.cpp
Julian Smart [Thu, 11 Sep 2003 09:25:57 +0000 (09:25 +0000)] 
Applied patch [ 791847 ] Missing translation in filedlg.cpp

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

20 years agoApplied patch [ 796140 ] fixes for building demos/poem in Unicode mode
Julian Smart [Thu, 11 Sep 2003 08:50:16 +0000 (08:50 +0000)] 
Applied patch [ 796140 ] fixes for building demos/poem in Unicode mode

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

20 years agoApplied patch [ 798596 ] console sample in unicode
Julian Smart [Thu, 11 Sep 2003 08:48:48 +0000 (08:48 +0000)] 
Applied patch [ 798596 ] console sample in unicode

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

20 years agoAdded wxDisplay doc
Julian Smart [Thu, 11 Sep 2003 07:24:38 +0000 (07:24 +0000)] 
Added wxDisplay doc

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

20 years agoApplied patch [ 802596 ] warning and error free Open GL samples
Julian Smart [Thu, 11 Sep 2003 07:20:55 +0000 (07:20 +0000)] 
Applied patch [ 802596 ] warning and error free Open GL samples

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

20 years agoRemoved warnings
Julian Smart [Thu, 11 Sep 2003 07:18:26 +0000 (07:18 +0000)] 
Removed warnings

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

20 years agoApplied [ 798206 ] WinCE time.cpp
Julian Smart [Thu, 11 Sep 2003 07:15:41 +0000 (07:15 +0000)] 
Applied [ 798206 ] WinCE time.cpp
by Marco Cavallini

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

20 years ago More warning fixes from ABX.
Mattia Barbon [Wed, 10 Sep 2003 21:09:11 +0000 (21:09 +0000)] 
  More warning fixes from ABX.

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

20 years ago Don't declare copystring if WXWIN_COMPATIBILITY_2_4==0
Mattia Barbon [Wed, 10 Sep 2003 20:57:17 +0000 (20:57 +0000)] 
  Don't declare copystring if WXWIN_COMPATIBILITY_2_4==0
(like in include/wx/utils.h).

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

20 years ago Added bakefiles for contrib/utils/convertrc and contrib/utils/wxrcedit
Mattia Barbon [Wed, 10 Sep 2003 20:53:01 +0000 (20:53 +0000)] 
  Added bakefiles for contrib/utils/convertrc and contrib/utils/wxrcedit
and regenerated makefiles.
  various compilation and warning fixes for recent changes and for
WXWIN_COMPATIBILITY_2_4==0.

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

20 years agoupdated project files and compilation options
Gilles Depeyrot [Wed, 10 Sep 2003 20:08:08 +0000 (20:08 +0000)] 
updated project files and compilation options

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

20 years agomodified shell script to copy setup0.h into DerivedSource directory
Gilles Depeyrot [Wed, 10 Sep 2003 20:06:08 +0000 (20:06 +0000)] 
modified shell script to copy setup0.h into DerivedSource directory
updated project files and compilation options

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

20 years agocheck for m_parentAsWindow!=NULL
Václav Slavík [Wed, 10 Sep 2003 19:19:01 +0000 (19:19 +0000)] 
check for m_parentAsWindow!=NULL

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

20 years agoopengl fixes for msvc5
Václav Slavík [Wed, 10 Sep 2003 18:53:57 +0000 (18:53 +0000)] 
opengl fixes for msvc5

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

20 years agoadded LVM_SETUNICODEFORMAT
Vadim Zeitlin [Wed, 10 Sep 2003 15:06:44 +0000 (15:06 +0000)] 
added LVM_SETUNICODEFORMAT

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

20 years agoreverted previous fix for virtual list control with Unicode and MSLU and replaced...
Vadim Zeitlin [Wed, 10 Sep 2003 15:05:18 +0000 (15:05 +0000)] 
reverted previous fix for virtual list control with Unicode and MSLU and replaced it with LVM_SETUNICODEFORMAT

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

20 years ago Test if G_threads already are initialized.
Robert Roebling [Wed, 10 Sep 2003 14:28:29 +0000 (14:28 +0000)] 
  Test if G_threads already are initialized.

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

20 years agoadded missing SetIntPosition() parameter
Vadim Zeitlin [Wed, 10 Sep 2003 13:37:51 +0000 (13:37 +0000)] 
added missing SetIntPosition() parameter

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

20 years agoattempts to fix virtual list control with Unicode and MSLU
Vadim Zeitlin [Wed, 10 Sep 2003 13:20:04 +0000 (13:20 +0000)] 
attempts to fix virtual list control with Unicode and MSLU

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

20 years agodocumented that wxHSCROLL disables wrapping; added comment to the source
Vadim Zeitlin [Wed, 10 Sep 2003 13:06:48 +0000 (13:06 +0000)] 
documented that wxHSCROLL disables wrapping; added comment to the source

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

20 years agoChanged wxWindow::Create to wxControl because wxNotebook is derived from it.
David Elliott [Wed, 10 Sep 2003 13:00:47 +0000 (13:00 +0000)] 
Changed wxWindow::Create to wxControl because wxNotebook is derived from it.

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

20 years agounused param warnings
Vadim Zeitlin [Wed, 10 Sep 2003 13:00:13 +0000 (13:00 +0000)] 
unused param warnings

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

20 years agofixed a 'variable could be used uninitialized' warning
Vadim Zeitlin [Wed, 10 Sep 2003 12:02:04 +0000 (12:02 +0000)] 
fixed a 'variable could be used uninitialized' warning

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

20 years agoadded a TODO: clean up WinCE mess/horror
Vadim Zeitlin [Wed, 10 Sep 2003 11:20:24 +0000 (11:20 +0000)] 
added a TODO: clean up WinCE mess/horror

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

20 years ago Don't compile smapi.cpp for non-MSW platforms.
Mattia Barbon [Wed, 10 Sep 2003 09:14:01 +0000 (09:14 +0000)] 
  Don't compile smapi.cpp for non-MSW platforms.

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

20 years agofixed broken DSP files
Václav Slavík [Wed, 10 Sep 2003 08:36:08 +0000 (08:36 +0000)] 
fixed broken DSP files

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

20 years agofixed incorrect joining of substituted strings
Václav Slavík [Wed, 10 Sep 2003 08:35:00 +0000 (08:35 +0000)] 
fixed incorrect joining of substituted strings

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

20 years agocompilation fix
Václav Slavík [Wed, 10 Sep 2003 07:55:34 +0000 (07:55 +0000)] 
compilation fix

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

20 years agoswitching off tight borders to have it look properly under 10.3
Stefan Csomor [Wed, 10 Sep 2003 07:29:49 +0000 (07:29 +0000)] 
switching off tight borders to have it look properly under 10.3

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

20 years agoghost button fix (was calling another baseclass create)
Stefan Csomor [Wed, 10 Sep 2003 07:23:55 +0000 (07:23 +0000)] 
ghost button fix (was calling another baseclass create)

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

20 years agoremove gdb debug related configuration option which causes problems with Apple Develo...
Gilles Depeyrot [Wed, 10 Sep 2003 05:48:57 +0000 (05:48 +0000)] 
remove gdb debug related configuration option which causes problems with Apple Developer Tools assembler

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

20 years ago 64-bit patch
Robert Roebling [Tue, 9 Sep 2003 22:22:38 +0000 (22:22 +0000)] 
  64-bit patch

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

20 years agouse GetTraits(), not m_traits, in OnAssert()
Vadim Zeitlin [Tue, 9 Sep 2003 22:20:59 +0000 (22:20 +0000)] 
use GetTraits(), not m_traits, in OnAssert()

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

20 years agocopy milliseconds in Set() too
Vadim Zeitlin [Tue, 9 Sep 2003 22:17:30 +0000 (22:17 +0000)] 
copy milliseconds in Set() too

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

20 years agobetter way of dealing with EXTRALIBS_xxx
Václav Slavík [Tue, 9 Sep 2003 22:15:25 +0000 (22:15 +0000)] 
better way of dealing with EXTRALIBS_xxx

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

20 years agoadded contrib/utils
Václav Slavík [Tue, 9 Sep 2003 22:09:03 +0000 (22:09 +0000)] 
added contrib/utils

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

20 years ago Applied OpenWatcom fixes from ABX.
Mattia Barbon [Tue, 9 Sep 2003 20:39:58 +0000 (20:39 +0000)] 
  Applied OpenWatcom fixes from ABX.

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

20 years ago Various warning and Unicode fixes from ABX.
Mattia Barbon [Tue, 9 Sep 2003 20:24:34 +0000 (20:24 +0000)] 
  Various warning and Unicode fixes from ABX.

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

20 years agomax warnings for wxWindows code, default for 3rd party
Václav Slavík [Tue, 9 Sep 2003 20:12:38 +0000 (20:12 +0000)] 
max warnings for wxWindows code, default for 3rd party

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

20 years ago Upported a number of patches to HEAD.
Robert Roebling [Tue, 9 Sep 2003 18:04:57 +0000 (18:04 +0000)] 
  Upported a number of patches to HEAD.

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

20 years agoapplied Otto Wyss' patch to extend wxHelpController::KeywordSearch with mode argument...
Václav Slavík [Tue, 9 Sep 2003 17:29:11 +0000 (17:29 +0000)] 
applied Otto Wyss' patch to extend wxHelpController::KeywordSearch with mode argument (modified to the point of reimplementation)

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

20 years agoconst ptr fix
Stefan Csomor [Tue, 9 Sep 2003 16:46:26 +0000 (16:46 +0000)] 
const ptr fix

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

20 years agocrashes fixed, trying to remove erradic redraws when layouting windows
Stefan Csomor [Tue, 9 Sep 2003 15:48:52 +0000 (15:48 +0000)] 
crashes fixed, trying to remove erradic redraws when layouting windows

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

20 years agowxID_PREFERENCES added
Stefan Csomor [Tue, 9 Sep 2003 15:45:45 +0000 (15:45 +0000)] 
wxID_PREFERENCES added

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

20 years agoimplementation changes to closer follow MSW, crashes fixed
Stefan Csomor [Tue, 9 Sep 2003 15:44:02 +0000 (15:44 +0000)] 
implementation changes to closer follow MSW, crashes fixed

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

20 years agoadded <warnings>
Václav Slavík [Tue, 9 Sep 2003 15:43:00 +0000 (15:43 +0000)] 
added <warnings>

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