]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agomoved wxUniv-specific GUI stuff from wxBase to wxCore; this fixes wxUniv DLL build
Vadim Zeitlin [Sun, 3 Aug 2003 21:00:52 +0000 (21:00 +0000)] 
moved wxUniv-specific GUI stuff from wxBase to wxCore; this fixes wxUniv DLL build

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

21 years agowarnings (and some errors) fixes for wxUniv DLL build
Vadim Zeitlin [Sun, 3 Aug 2003 20:58:56 +0000 (20:58 +0000)] 
warnings (and some errors) fixes for wxUniv DLL build

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

21 years agomoved some more stuff from .cpp files to here
Vadim Zeitlin [Sun, 3 Aug 2003 20:56:30 +0000 (20:56 +0000)] 
moved some more stuff from .cpp files to here

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

21 years agoremoved _WIN_IE from here, we normally shouldn't need it as it was moved to wrapcctl.h
Vadim Zeitlin [Sun, 3 Aug 2003 20:56:08 +0000 (20:56 +0000)] 
removed _WIN_IE from here, we normally shouldn't need it as it was moved to wrapcctl.h

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

21 years agoadded wxDbGrid
Václav Slavík [Sun, 3 Aug 2003 20:48:09 +0000 (20:48 +0000)] 
added wxDbGrid

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

21 years agomore bakefile-based contrib makefiles
Václav Slavík [Sun, 3 Aug 2003 20:45:31 +0000 (20:45 +0000)] 
more bakefile-based contrib makefiles

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

21 years agomore bakefile-based makefiles
Václav Slavík [Sun, 3 Aug 2003 20:34:31 +0000 (20:34 +0000)] 
more bakefile-based makefiles

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

21 years agoadded wxDbGrid
Václav Slavík [Sun, 3 Aug 2003 20:26:51 +0000 (20:26 +0000)] 
added wxDbGrid

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

21 years agomore bakefile-based makefiles
Václav Slavík [Sun, 3 Aug 2003 20:24:38 +0000 (20:24 +0000)] 
more bakefile-based makefiles

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

21 years agomake it possible to override directory
Václav Slavík [Sun, 3 Aug 2003 20:21:15 +0000 (20:21 +0000)] 
make it possible to override directory

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

21 years ago Warning fixes (still does not compile).
Mattia Barbon [Sun, 3 Aug 2003 20:14:09 +0000 (20:14 +0000)] 
  Warning fixes (still does not compile).

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

21 years ago Use Unix display for Motif.
Mattia Barbon [Sun, 3 Aug 2003 20:12:57 +0000 (20:12 +0000)] 
  Use Unix display for Motif.

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

21 years ago Fix "Statement with no effect" warning.
Mattia Barbon [Sun, 3 Aug 2003 20:11:52 +0000 (20:11 +0000)] 
  Fix "Statement with no effect" warning.

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

21 years ago Compilation fix.
Mattia Barbon [Sun, 3 Aug 2003 20:10:52 +0000 (20:10 +0000)] 
  Compilation fix.

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

21 years ago Fix some wrong code: add parentheses to correct precedence,
Mattia Barbon [Sun, 3 Aug 2003 20:09:41 +0000 (20:09 +0000)] 
  Fix some wrong code: add parentheses to correct precedence,
fix comment and _WIN32_IE value (author was probably thinking about
_WIN32_WINNT. Now CVS compiles again with MinGW.

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

21 years ago Improve wxHashMap documentation.
Mattia Barbon [Sun, 3 Aug 2003 20:05:27 +0000 (20:05 +0000)] 
  Improve wxHashMap documentation.

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

21 years agomissing or wrong DLLEXPORTs for DLL build
Vadim Zeitlin [Sun, 3 Aug 2003 20:03:59 +0000 (20:03 +0000)] 
missing or wrong DLLEXPORTs for DLL build

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

21 years agoreverted two last changes; they both broke compilation
Václav Slavík [Sun, 3 Aug 2003 19:30:30 +0000 (19:30 +0000)] 
reverted two last changes; they both broke compilation

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

21 years agofixed mmedia contrib to work if libesd is not present
Václav Slavík [Sun, 3 Aug 2003 18:53:42 +0000 (18:53 +0000)] 
fixed mmedia contrib to work if libesd is not present

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

21 years agobakefilized demos
Václav Slavík [Sun, 3 Aug 2003 18:47:32 +0000 (18:47 +0000)] 
bakefilized demos

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

21 years agoupdates to reflect fixes to wx-config
Václav Slavík [Sun, 3 Aug 2003 18:45:17 +0000 (18:45 +0000)] 
updates to reflect fixes to wx-config

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

21 years agomoved FL
Václav Slavík [Sun, 3 Aug 2003 18:29:53 +0000 (18:29 +0000)] 
moved FL

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

21 years agomoved FL
Václav Slavík [Sun, 3 Aug 2003 18:19:29 +0000 (18:19 +0000)] 
moved FL

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

21 years agomoved FL samples into single directory
Václav Slavík [Sun, 3 Aug 2003 18:09:38 +0000 (18:09 +0000)] 
moved FL samples into single directory

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

21 years agocompilation fix
Václav Slavík [Sun, 3 Aug 2003 17:14:39 +0000 (17:14 +0000)] 
compilation fix

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

21 years agoported rest of contrib to bakefile
Václav Slavík [Sun, 3 Aug 2003 17:11:53 +0000 (17:11 +0000)] 
ported rest of contrib to bakefile

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

21 years agoadded ability to generate wx24-like wxWindows.dsp
Václav Slavík [Sun, 3 Aug 2003 16:35:41 +0000 (16:35 +0000)] 
added ability to generate wx24-like wxWindows.dsp

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

21 years agofix the situation when one of sublibraries is not built
Václav Slavík [Sun, 3 Aug 2003 15:09:17 +0000 (15:09 +0000)] 
fix the situation when one of sublibraries is not built

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

21 years agofix for broken --inplace, --prefix and --exec-prefix handling
Václav Slavík [Sun, 3 Aug 2003 14:51:55 +0000 (14:51 +0000)] 
fix for broken --inplace, --prefix and --exec-prefix handling

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

21 years agofixed wrong target names
Václav Slavík [Sun, 3 Aug 2003 13:41:28 +0000 (13:41 +0000)] 
fixed wrong target names

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

21 years agoODBC update
Václav Slavík [Sun, 3 Aug 2003 13:04:02 +0000 (13:04 +0000)] 
ODBC update

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

21 years agoadded wrapper for <commctrl.h> as well
Vadim Zeitlin [Sun, 3 Aug 2003 10:57:51 +0000 (10:57 +0000)] 
added wrapper for <commctrl.h> as well

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

21 years agoadded WX_DECLARE_OBJARRAY_WITH_DECL
Václav Slavík [Sun, 3 Aug 2003 10:42:22 +0000 (10:42 +0000)] 
added WX_DECLARE_OBJARRAY_WITH_DECL

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

21 years agoAdded wxGUIAppTraits::GetToolkitInfo (ok?)
David Elliott [Sun, 3 Aug 2003 04:29:53 +0000 (04:29 +0000)] 
Added wxGUIAppTraits::GetToolkitInfo (ok?)

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

21 years agoRemoved wxGUIAppTraits::GetOSVersion
David Elliott [Sun, 3 Aug 2003 04:06:09 +0000 (04:06 +0000)] 
Removed wxGUIAppTraits::GetOSVersion

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

21 years agoRemoved wxTheApp = this from wxApp constructor
David Elliott [Sun, 3 Aug 2003 04:05:14 +0000 (04:05 +0000)] 
Removed wxTheApp = this from wxApp constructor

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

21 years agoavoid using _WIN32_IE
Vadim Zeitlin [Sat, 2 Aug 2003 23:26:30 +0000 (23:26 +0000)] 
avoid using _WIN32_IE

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

21 years agos/ID_SEPARATOR/wx&/ (fixes 782133)
Vadim Zeitlin [Sat, 2 Aug 2003 23:23:44 +0000 (23:23 +0000)] 
s/ID_SEPARATOR/wx&/ (fixes 782133)

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

21 years agofixed wrong border/sash widths (typo during last commit)
Vadim Zeitlin [Sat, 2 Aug 2003 22:58:30 +0000 (22:58 +0000)] 
fixed wrong border/sash widths (typo during last commit)

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

21 years agominor changes to eliminate unused parameter warning + some cleanup
Vadim Zeitlin [Sat, 2 Aug 2003 22:47:40 +0000 (22:47 +0000)] 
minor changes to eliminate unused parameter warning + some cleanup

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

21 years agoremoved extra commas which are erros for some compilers
Vadim Zeitlin [Sat, 2 Aug 2003 22:42:52 +0000 (22:42 +0000)] 
removed extra commas which are erros for some compilers

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

21 years agocompilation fix
Václav Slavík [Sat, 2 Aug 2003 22:37:49 +0000 (22:37 +0000)] 
compilation fix

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

21 years agomoved DB classes into wxODBC library
Václav Slavík [Sat, 2 Aug 2003 19:14:54 +0000 (19:14 +0000)] 
moved DB classes into wxODBC library

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

21 years agoIntel C++ needs time.h before sys/stat.h
Václav Slavík [Sat, 2 Aug 2003 19:11:35 +0000 (19:11 +0000)] 
Intel C++ needs time.h before sys/stat.h

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

21 years agocompilation fix for gcc
Václav Slavík [Sat, 2 Aug 2003 16:27:21 +0000 (16:27 +0000)] 
compilation fix for gcc

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

21 years agocompilation fix
Václav Slavík [Sat, 2 Aug 2003 16:21:52 +0000 (16:21 +0000)] 
compilation fix

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

21 years agowxUSE_NEW_GRID is no longer used
Václav Slavík [Sat, 2 Aug 2003 16:16:33 +0000 (16:16 +0000)] 
wxUSE_NEW_GRID is no longer used

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

21 years agorenamed to WX_DECLARE_LIST_WITH_DECL for consistency if wxUSE_STL=0, too
Václav Slavík [Sat, 2 Aug 2003 15:54:07 +0000 (15:54 +0000)] 
renamed to WX_DECLARE_LIST_WITH_DECL for consistency if wxUSE_STL=0, too

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

21 years agoadded libraries dependency graph
Václav Slavík [Sat, 2 Aug 2003 15:47:42 +0000 (15:47 +0000)] 
added libraries dependency graph

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

21 years agorenamed to WX_DECLARE_LIST_WITH_DECL for consistency
Václav Slavík [Sat, 2 Aug 2003 15:46:44 +0000 (15:46 +0000)] 
renamed to WX_DECLARE_LIST_WITH_DECL for consistency

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

21 years agoreturn wxToolkitInfo by reference and not by pointer
Václav Slavík [Sat, 2 Aug 2003 15:39:26 +0000 (15:39 +0000)] 
return wxToolkitInfo by reference and not by pointer

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

21 years agoreplaced wxAppTraits::GetOSVersion with GetToolkitInfo with richer information that...
Václav Slavík [Sat, 2 Aug 2003 15:14:17 +0000 (15:14 +0000)] 
replaced wxAppTraits::GetOSVersion with GetToolkitInfo with richer information that is needed by wxDynamicLibrary

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

21 years agomoved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced
Václav Slavík [Sat, 2 Aug 2003 14:34:42 +0000 (14:34 +0000)] 
moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced

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

21 years agocorrected examples
Václav Slavík [Sat, 2 Aug 2003 14:08:34 +0000 (14:08 +0000)] 
corrected examples

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

21 years agocompilation fixes
Václav Slavík [Sat, 2 Aug 2003 14:01:22 +0000 (14:01 +0000)] 
compilation fixes

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

21 years agomoved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced
Václav Slavík [Sat, 2 Aug 2003 13:52:31 +0000 (13:52 +0000)] 
moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced

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

21 years agocompilation fix
Václav Slavík [Sat, 2 Aug 2003 13:51:28 +0000 (13:51 +0000)] 
compilation fix

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

21 years agowxJoystick and wxWave are now available in all Unix ports, the code was not GTK specific
Václav Slavík [Sat, 2 Aug 2003 13:50:49 +0000 (13:50 +0000)] 
wxJoystick and wxWave are now available in all Unix ports, the code was not GTK specific

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

21 years agolink against wxAdv
Václav Slavík [Sat, 2 Aug 2003 13:42:10 +0000 (13:42 +0000)] 
link against wxAdv

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

21 years agoquick compilation fix for wxBase
Václav Slavík [Sat, 2 Aug 2003 13:20:29 +0000 (13:20 +0000)] 
quick compilation fix for wxBase

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

21 years agomoved wxJoystick, wxWave and wxTaskBarIcon to wxAdv
Václav Slavík [Sat, 2 Aug 2003 12:45:40 +0000 (12:45 +0000)] 
moved wxJoystick, wxWave and wxTaskBarIcon to wxAdv

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

21 years agoon Linux, not GTK
Václav Slavík [Sat, 2 Aug 2003 12:43:50 +0000 (12:43 +0000)] 
on Linux, not GTK

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

21 years agoremoved old DSPs
Václav Slavík [Sat, 2 Aug 2003 12:19:33 +0000 (12:19 +0000)] 
removed old DSPs

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

21 years agocompilation fix for bcc
Václav Slavík [Sat, 2 Aug 2003 10:53:03 +0000 (10:53 +0000)] 
compilation fix for bcc

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

21 years agocompilation fix for bcc
Václav Slavík [Sat, 2 Aug 2003 10:47:58 +0000 (10:47 +0000)] 
compilation fix for bcc

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

21 years agodon't define NDEBUG
Václav Slavík [Sat, 2 Aug 2003 09:21:48 +0000 (09:21 +0000)] 
don't define NDEBUG

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

21 years agoforgot to update
Václav Slavík [Sat, 2 Aug 2003 09:21:17 +0000 (09:21 +0000)] 
forgot to update

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

21 years agofixed some VC++ projects bugs
Václav Slavík [Sat, 2 Aug 2003 01:18:15 +0000 (01:18 +0000)] 
fixed some VC++ projects bugs

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

21 years agoadded wxAdvanced
Václav Slavík [Sat, 2 Aug 2003 01:14:10 +0000 (01:14 +0000)] 
added wxAdvanced

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

21 years ago1. added wxAdvanced
Václav Slavík [Sat, 2 Aug 2003 01:07:39 +0000 (01:07 +0000)] 
1. added wxAdvanced
2. fixed setup.h creation in VC++ projects
3. temporarily disable GUI sockets code in non-msw ports so that they link

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

21 years agocreated wxAdvanced library
Václav Slavík [Sat, 2 Aug 2003 01:04:55 +0000 (01:04 +0000)] 
created wxAdvanced library

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

21 years agomsw/uxtheme.cpp is low level as well
Vadim Zeitlin [Sat, 2 Aug 2003 00:38:44 +0000 (00:38 +0000)] 
msw/uxtheme.cpp is low level as well

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

21 years agonative renderers are low level; renamed univ/renderer.cpp to ctrlrend.cpp
Vadim Zeitlin [Sat, 2 Aug 2003 00:32:59 +0000 (00:32 +0000)] 
native renderers are low level; renamed univ/renderer.cpp to ctrlrend.cpp

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

21 years agorenamed renderer.cpp to ctrlrend.cpp to avoid conflicts with the native renderers
Vadim Zeitlin [Sat, 2 Aug 2003 00:31:52 +0000 (00:31 +0000)] 
renamed renderer.cpp to ctrlrend.cpp to avoid conflicts with the native renderers

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

21 years agowxUniv compilation fixes
Vadim Zeitlin [Sat, 2 Aug 2003 00:16:06 +0000 (00:16 +0000)] 
wxUniv compilation fixes

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

21 years agoreplaced an #ifdef __WXDEBUG__ with a wxCHECK (this is what we have it for...)
Vadim Zeitlin [Sat, 2 Aug 2003 00:15:55 +0000 (00:15 +0000)] 
replaced an #ifdef __WXDEBUG__ with a wxCHECK (this is what we have it for...)

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

21 years agodisable printing; doesn't compile
Vadim Zeitlin [Sat, 2 Aug 2003 00:13:31 +0000 (00:13 +0000)] 
disable printing; doesn't compile

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

21 years agouse wxWindowBase, not wxWindow, in wxUpdateUIEvent::CanUpdate() (wxUniv compilation...
Vadim Zeitlin [Sat, 2 Aug 2003 00:12:39 +0000 (00:12 +0000)] 
use wxWindowBase, not wxWindow, in wxUpdateUIEvent::CanUpdate() (wxUniv compilation fix)

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

21 years agowxTheApp can't be assigned to any longer
Vadim Zeitlin [Fri, 1 Aug 2003 23:40:07 +0000 (23:40 +0000)] 
wxTheApp can't be assigned to any longer

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

21 years agoadded information about libs.tex
Václav Slavík [Fri, 1 Aug 2003 23:39:59 +0000 (23:39 +0000)] 
added information about libs.tex

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

21 years agowxTheApp can't be assigned to, anyhow, so make ms_appInstance private and provide...
Vadim Zeitlin [Fri, 1 Aug 2003 23:37:40 +0000 (23:37 +0000)] 
wxTheApp can't be assigned to, anyhow, so make ms_appInstance private and provide Get/SetInstance() methods

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

21 years agoadding wxAdvanced library
Václav Slavík [Fri, 1 Aug 2003 23:37:27 +0000 (23:37 +0000)] 
adding wxAdvanced library

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

21 years agoadded and documented wxDYNLIB_FUNCTION
Vadim Zeitlin [Fri, 1 Aug 2003 23:36:26 +0000 (23:36 +0000)] 
added and documented wxDYNLIB_FUNCTION

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

21 years agodo *not* redefine DLLVERSIONINFO struct here; do define _WIN32_IE to as high number...
Vadim Zeitlin [Fri, 1 Aug 2003 23:13:19 +0000 (23:13 +0000)] 
do *not* redefine DLLVERSIONINFO struct here; do define _WIN32_IE to as high number as possible instead of as low as possible; use wxDynamicLibrary instead of raw FindLibrary/FreeLibrary calls

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

21 years agoremoved IsAppThemedEx()
Vadim Zeitlin [Fri, 1 Aug 2003 23:02:23 +0000 (23:02 +0000)] 
removed IsAppThemedEx()

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

21 years agoreplaced the old wxApp with wxAppConsole::ms_appInstance of type wxAppConsole; wxTheA...
Vadim Zeitlin [Fri, 1 Aug 2003 23:00:16 +0000 (23:00 +0000)] 
replaced the old wxApp with wxAppConsole::ms_appInstance of type wxAppConsole; wxTheApp is now a macro for backwards compatibility (this fixes problems with contradictorary wxTheApp definitions in separate build)

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

21 years agocheck for comctl32.dll version in wxUxThemeEngine::Initialize()
Vadim Zeitlin [Fri, 1 Aug 2003 22:04:46 +0000 (22:04 +0000)] 
check for comctl32.dll version in wxUxThemeEngine::Initialize()

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

21 years agocompilation fix
Václav Slavík [Fri, 1 Aug 2003 21:22:01 +0000 (21:22 +0000)] 
compilation fix

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

21 years agomultilib mode
Václav Slavík [Fri, 1 Aug 2003 21:21:07 +0000 (21:21 +0000)] 
multilib mode

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

21 years agoLIB instead of Static, better aligned
Václav Slavík [Fri, 1 Aug 2003 21:15:57 +0000 (21:15 +0000)] 
LIB instead of Static, better aligned

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

21 years agoremoved duplicated code from dynlib.h and dynload.h
Václav Slavík [Fri, 1 Aug 2003 21:12:40 +0000 (21:12 +0000)] 
removed duplicated code from dynlib.h and dynload.h

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

21 years agoUnicode compilation fixes
Vadim Zeitlin [Fri, 1 Aug 2003 21:08:38 +0000 (21:08 +0000)] 
Unicode compilation fixes

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

21 years agoadded VC++ project files
Václav Slavík [Fri, 1 Aug 2003 19:42:50 +0000 (19:42 +0000)] 
added VC++ project files

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

21 years agoadded VC++ project files
Václav Slavík [Fri, 1 Aug 2003 19:28:50 +0000 (19:28 +0000)] 
added VC++ project files

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

21 years agoregenerated after adding DEBUG_ options
Václav Slavík [Fri, 1 Aug 2003 19:27:51 +0000 (19:27 +0000)] 
regenerated after adding DEBUG_ options

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

21 years agoadded VC++ project files
Václav Slavík [Fri, 1 Aug 2003 19:19:48 +0000 (19:19 +0000)] 
added VC++ project files

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

21 years agowxUSE_GUI=0 not needed
Václav Slavík [Fri, 1 Aug 2003 19:18:51 +0000 (19:18 +0000)] 
wxUSE_GUI=0 not needed

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

21 years agofor nicer Makefile.in
Václav Slavík [Fri, 1 Aug 2003 19:15:54 +0000 (19:15 +0000)] 
for nicer Makefile.in

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

21 years agooverview of multilib libraries added
Václav Slavík [Fri, 1 Aug 2003 19:14:26 +0000 (19:14 +0000)] 
overview of multilib libraries added

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

21 years agoregenerated after adding DEBUG_ options
Václav Slavík [Fri, 1 Aug 2003 18:59:37 +0000 (18:59 +0000)] 
regenerated after adding DEBUG_ options

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