]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years ago Expose GetCount when wxUSE_STL=1.
Mattia Barbon [Mon, 11 Aug 2003 16:48:07 +0000 (16:48 +0000)] 
  Expose GetCount when wxUSE_STL=1.

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

21 years agowxCaretSuspender only shows the caret if it was visible previously
Julian Smart [Mon, 11 Aug 2003 16:33:56 +0000 (16:33 +0000)] 
wxCaretSuspender only shows the caret if it was visible previously
Improved caret handling in wxTextCtrl
Restored scrollbar painting in wxUniv

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

21 years agoReplaced id with winid so it doesn't conflict with the Objective-C type
David Elliott [Mon, 11 Aug 2003 15:14:37 +0000 (15:14 +0000)] 
Replaced id with winid so it doesn't conflict with the Objective-C type

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

21 years agoAdded dummy resources for wxCocoa so bundles will build
David Elliott [Mon, 11 Aug 2003 14:53:42 +0000 (14:53 +0000)] 
Added dummy resources for wxCocoa so bundles will build

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

21 years agoAdded default implementation for drawRect and mouse events that returns
David Elliott [Mon, 11 Aug 2003 13:47:50 +0000 (13:47 +0000)] 
Added default implementation for drawRect and mouse events that returns
false so normal processing will take place.  Some users of wxCocoaNSView
may not wish to implement every event.

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

21 years agoRemoved some experimental code I left in by accident
Julian Smart [Mon, 11 Aug 2003 12:49:15 +0000 (12:49 +0000)] 
Removed some experimental code I left in by accident

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

21 years agoMore fixes for !wxUSE_TIMER, !wxUSE_IMAGE
Julian Smart [Mon, 11 Aug 2003 12:47:16 +0000 (12:47 +0000)] 
More fixes for !wxUSE_TIMER, !wxUSE_IMAGE

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

21 years agoCater for wxUSE_IMAGE=0
Julian Smart [Mon, 11 Aug 2003 10:59:07 +0000 (10:59 +0000)] 
Cater for wxUSE_IMAGE=0

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

21 years agoCater for wxUSE_IMAGE=0
Julian Smart [Mon, 11 Aug 2003 10:46:35 +0000 (10:46 +0000)] 
Cater for wxUSE_IMAGE=0

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

21 years agoadded wxDynamicObject (kind of delegate, docs to come once this has calmed down)
Stefan Csomor [Mon, 11 Aug 2003 10:01:02 +0000 (10:01 +0000)] 
added wxDynamicObject (kind of delegate, docs to come once this has calmed down)

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

21 years agocompilation fix
Vadim Zeitlin [Mon, 11 Aug 2003 01:22:51 +0000 (01:22 +0000)] 
compilation fix

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

21 years agofixed some warnings about unused variables values
Vadim Zeitlin [Mon, 11 Aug 2003 01:22:21 +0000 (01:22 +0000)] 
fixed some warnings about unused variables values

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

21 years agoreally fixed '-' and '+' drawing
Vadim Zeitlin [Mon, 11 Aug 2003 01:15:12 +0000 (01:15 +0000)] 
really fixed '-' and '+' drawing

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

21 years agoinitialize the font fields properly when it corresponds to a native font
Vadim Zeitlin [Mon, 11 Aug 2003 01:14:34 +0000 (01:14 +0000)] 
initialize the font fields properly when it corresponds to a native font

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

21 years agotrying to fix the generic tree appearance problems
Vadim Zeitlin [Mon, 11 Aug 2003 00:38:32 +0000 (00:38 +0000)] 
trying to fix the generic tree appearance problems

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

21 years agomore wxRendererNative docs
Vadim Zeitlin [Mon, 11 Aug 2003 00:33:11 +0000 (00:33 +0000)] 
more wxRendererNative docs

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

21 years agofixed broken link
Vadim Zeitlin [Sun, 10 Aug 2003 23:54:34 +0000 (23:54 +0000)] 
fixed broken link

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

21 years agoadded tex2rtf makefiles
Václav Slavík [Sun, 10 Aug 2003 22:12:22 +0000 (22:12 +0000)] 
added tex2rtf makefiles

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

21 years agoadded HelpGen makefiles
Václav Slavík [Sun, 10 Aug 2003 22:11:12 +0000 (22:11 +0000)] 
added HelpGen makefiles

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

21 years agoMacOS X bundles support
Václav Slavík [Sun, 10 Aug 2003 21:21:23 +0000 (21:21 +0000)] 
MacOS X bundles support

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

21 years agoadded tex2rtf bakefile
Václav Slavík [Sun, 10 Aug 2003 19:14:03 +0000 (19:14 +0000)] 
added tex2rtf bakefile

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

21 years agoutilsexc.cpp is wxBase only
Václav Slavík [Sun, 10 Aug 2003 19:08:38 +0000 (19:08 +0000)] 
utilsexc.cpp is wxBase only

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

21 years agobetter fix for macos resources
Václav Slavík [Sun, 10 Aug 2003 19:06:14 +0000 (19:06 +0000)] 
better fix for macos resources

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

21 years agohopefully better fix for mac resource problems
Václav Slavík [Sun, 10 Aug 2003 18:50:07 +0000 (18:50 +0000)] 
hopefully better fix for mac resource problems

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

21 years agoquick fix for mac resource problems
Václav Slavík [Sun, 10 Aug 2003 18:32:44 +0000 (18:32 +0000)] 
quick fix for mac resource problems

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

21 years ago__WXMAC__, not __MAC__
Václav Slavík [Sun, 10 Aug 2003 18:19:11 +0000 (18:19 +0000)] 
__WXMAC__, not __MAC__

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

21 years agocompilation fix for !wxUSE_BASE
Vadim Zeitlin [Sun, 10 Aug 2003 17:26:46 +0000 (17:26 +0000)] 
compilation fix for !wxUSE_BASE

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

21 years agocompilation fix for !USE_PCH
Vadim Zeitlin [Sun, 10 Aug 2003 17:25:36 +0000 (17:25 +0000)] 
compilation fix for !USE_PCH

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

21 years agoadded HelpGen bakefile
Václav Slavík [Sun, 10 Aug 2003 17:12:00 +0000 (17:12 +0000)] 
added HelpGen bakefile

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

21 years agoanother update for newest bakefile
Václav Slavík [Sun, 10 Aug 2003 16:45:13 +0000 (16:45 +0000)] 
another update for newest bakefile

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

21 years agoupdate for newest bakefile
Václav Slavík [Sun, 10 Aug 2003 16:43:16 +0000 (16:43 +0000)] 
update for newest bakefile

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

21 years agofixed syntax error in case
Vadim Zeitlin [Sun, 10 Aug 2003 16:41:46 +0000 (16:41 +0000)] 
fixed syntax error in case

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

21 years agouse install_name_tool so that samples use uninstalled shared libs on OSX
Václav Slavík [Sun, 10 Aug 2003 16:38:38 +0000 (16:38 +0000)] 
use install_name_tool so that samples use uninstalled shared libs on OSX

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

21 years agofixed typo
Václav Slavík [Sun, 10 Aug 2003 16:34:30 +0000 (16:34 +0000)] 
fixed typo

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

21 years agoparameters must have names in C
Vadim Zeitlin [Sun, 10 Aug 2003 16:22:08 +0000 (16:22 +0000)] 
parameters must have names in C

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

21 years agowxMac compilation fixes
Václav Slavík [Sun, 10 Aug 2003 16:17:55 +0000 (16:17 +0000)] 
wxMac compilation fixes

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

21 years agomake sure utils.cpp and utilsexc.cpp are built only once in monolib buld
Václav Slavík [Sun, 10 Aug 2003 16:10:51 +0000 (16:10 +0000)] 
make sure utils.cpp and utilsexc.cpp are built only once in monolib buld

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

21 years agowxMac fix
Václav Slavík [Sun, 10 Aug 2003 15:58:19 +0000 (15:58 +0000)] 
wxMac fix

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

21 years agoadded version checking to the renderers
Vadim Zeitlin [Sun, 10 Aug 2003 15:51:30 +0000 (15:51 +0000)] 
added version checking to the renderers

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

21 years agomac/utils\*.cpp should be built as part of wxMac too (not only wxBase)
Vadim Zeitlin [Sun, 10 Aug 2003 15:25:08 +0000 (15:25 +0000)] 
mac/utils\*.cpp should be built as part of wxMac too (not only wxBase)

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

21 years agotwo fixes from Justin Bradford
Stefan Csomor [Sun, 10 Aug 2003 14:20:03 +0000 (14:20 +0000)] 
two fixes from Justin Bradford

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

21 years agodon't install builtin 3rd party libs with shared version, only with static one
Václav Slavík [Sun, 10 Aug 2003 11:54:20 +0000 (11:54 +0000)] 
don't install builtin 3rd party libs with shared version, only with static one

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

21 years agopass options to submakefiles
Václav Slavík [Sat, 9 Aug 2003 22:40:49 +0000 (22:40 +0000)] 
pass options to submakefiles

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

21 years agore-added info after installation and added samples target to the main makefile
Václav Slavík [Sat, 9 Aug 2003 22:38:55 +0000 (22:38 +0000)] 
re-added info after installation and added samples target to the main makefile

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

21 years agodon't generate install commands, not needed
Václav Slavík [Sat, 9 Aug 2003 22:37:16 +0000 (22:37 +0000)] 
don't generate install commands, not needed

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

21 years agodon't generate install commands, not needed
Václav Slavík [Sat, 9 Aug 2003 22:31:07 +0000 (22:31 +0000)] 
don't generate install commands, not needed

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

21 years agofixed DSP files for IPC sample
Václav Slavík [Sat, 9 Aug 2003 22:23:19 +0000 (22:23 +0000)] 
fixed DSP files for IPC sample

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

21 years agocheck if we are using compatible C++ ABI when usin GCC or IntelC++
Václav Slavík [Sat, 9 Aug 2003 20:23:25 +0000 (20:23 +0000)] 
check if we are using compatible C++ ABI when usin GCC or IntelC++

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

21 years agofixed command line parsing
Václav Slavík [Sat, 9 Aug 2003 20:09:02 +0000 (20:09 +0000)] 
fixed command line parsing

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

21 years agoadded bakefile format manifest
Václav Slavík [Sat, 9 Aug 2003 19:12:42 +0000 (19:12 +0000)] 
added bakefile format manifest

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

21 years agoAdded forgotten(?) wxMutexGuiEnter.
Stefan Neis [Sat, 9 Aug 2003 17:08:01 +0000 (17:08 +0000)] 
Added forgotten(?) wxMutexGuiEnter.

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

21 years agoadded support for gcc precompiled headers
Václav Slavík [Sat, 9 Aug 2003 12:46:53 +0000 (12:46 +0000)] 
added support for gcc precompiled headers

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

21 years agoadded support for gcc precompiled headers
Václav Slavík [Sat, 9 Aug 2003 12:38:21 +0000 (12:38 +0000)] 
added support for gcc precompiled headers

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

21 years agoadded support for gcc precompiled headers
Václav Slavík [Sat, 9 Aug 2003 11:52:38 +0000 (11:52 +0000)] 
added support for gcc precompiled headers

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

21 years agodefine WX_XTI_TEMPLATE_FIX in case it is not yet
Stefan Csomor [Sat, 9 Aug 2003 08:33:40 +0000 (08:33 +0000)] 
define WX_XTI_TEMPLATE_FIX in case it is not yet

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

21 years agoextended streaming-out for event handlers
Stefan Csomor [Sat, 9 Aug 2003 08:20:03 +0000 (08:20 +0000)] 
extended streaming-out for event handlers

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

21 years agoadded flag for broken compilers with regard to templated getters/setters resolution...
Stefan Csomor [Sat, 9 Aug 2003 08:19:00 +0000 (08:19 +0000)] 
added flag for broken compilers with regard to templated getters/setters resolution, so that we can test easily whether it's still needed

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

21 years agoexposing the dynamic event table
Stefan Csomor [Sat, 9 Aug 2003 08:17:07 +0000 (08:17 +0000)] 
exposing the dynamic event table

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

21 years agochecked in broken makefile by mistake; fixed
Václav Slavík [Fri, 8 Aug 2003 23:01:32 +0000 (23:01 +0000)] 
checked in broken makefile by mistake; fixed

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

21 years agofixed unused local wanring
Robin Dunn [Fri, 8 Aug 2003 22:19:02 +0000 (22:19 +0000)] 
fixed unused local wanring

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

21 years agouse wxUniv's wxTextCtrl in wxX11
Václav Slavík [Fri, 8 Aug 2003 22:06:16 +0000 (22:06 +0000)] 
use wxUniv's wxTextCtrl in wxX11

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

21 years agoAdded Python wrappers for wxRTTI for the wxVScrolledWindow,
Robin Dunn [Fri, 8 Aug 2003 21:32:52 +0000 (21:32 +0000)] 
Added Python wrappers for wxRTTI for the wxVScrolledWindow,
wxVListBox, and wxHtmlListBox classes.

Removed the calls to wxClassInfo::Cleanup and Initialize.

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

21 years agoAdded wxRTTI for the new wxVScrolledWindow, wxVListBox, and
Robin Dunn [Fri, 8 Aug 2003 21:23:33 +0000 (21:23 +0000)] 
Added wxRTTI for the new wxVScrolledWindow, wxVListBox, and
wxHtmlListBox classes.

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

21 years agoxti expansions, streaming code changes
Stefan Csomor [Fri, 8 Aug 2003 20:51:55 +0000 (20:51 +0000)] 
xti expansions, streaming code changes

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

21 years agoxti expansions, streaming code changes
Stefan Csomor [Fri, 8 Aug 2003 20:35:19 +0000 (20:35 +0000)] 
xti expansions, streaming code changes

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

21 years agoUse wxUniv textctrl for wxX11
Julian Smart [Fri, 8 Aug 2003 19:41:00 +0000 (19:41 +0000)] 
Use wxUniv textctrl for wxX11

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

21 years agoCall base OnInternalIdle
Julian Smart [Fri, 8 Aug 2003 19:39:16 +0000 (19:39 +0000)] 
Call base OnInternalIdle
Use wxUniv textctrl implementation in wxX11

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

21 years agolock/unlockFocus when doing the copy in SelectObject
David Elliott [Fri, 8 Aug 2003 18:35:08 +0000 (18:35 +0000)] 
lock/unlockFocus when doing the copy in SelectObject

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

21 years agouse MSLU in wxBase, too
Václav Slavík [Fri, 8 Aug 2003 15:12:25 +0000 (15:12 +0000)] 
use MSLU in wxBase, too

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

21 years ago* Since AppKit cannot draw directly on NSBitmapImageRep, copy the data
David Elliott [Fri, 8 Aug 2003 14:57:04 +0000 (14:57 +0000)] 
* Since AppKit cannot draw directly on NSBitmapImageRep, copy the data
  to/from an offscreen window during SelectObject
* Apply the usual flip transformations

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

21 years ago* When cloning the ref data, copy the NSBitmapImageRep instead of retaining it
David Elliott [Fri, 8 Aug 2003 14:49:53 +0000 (14:49 +0000)] 
* When cloning the ref data, copy the NSBitmapImageRep instead of retaining it
* Added SetNSBitmapImageRep so that wxMemoryDC can update the contents by
  replacing the entire NSBitmapImageRep.
* Added ability to create bitmaps from width/height

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

21 years ago1) some compilers (Watcom) don't like it if wxBase library PCH file contains
Václav Slavík [Fri, 8 Aug 2003 13:15:16 +0000 (13:15 +0000)] 
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
symbols from GUI components and won't link a DLL
2) fixed subdirs recursion code - all options must be output
3) fixed subdirs recursion code - all options must be output
4) fix for watcom resource compiler

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

21 years ago1) some compilers (Watcom) don't like it if wxBase library PCH file contains
Václav Slavík [Fri, 8 Aug 2003 12:59:30 +0000 (12:59 +0000)] 
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
symbols from GUI components and won't link a DLL
2) fixed subdirs recursion code - all options must be output
3) fixed subdirs recursion code - all options must be output
4) fix for watcom resource compiler

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

21 years agofixed Common Headers group for VC++ definition
Václav Slavík [Fri, 8 Aug 2003 12:20:30 +0000 (12:20 +0000)] 
fixed Common Headers group for VC++ definition

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

21 years agodon't ignore start parameter in find_last_of()
Vadim Zeitlin [Fri, 8 Aug 2003 11:54:26 +0000 (11:54 +0000)] 
don't ignore start parameter in find_last_of()

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

21 years ago(re)added MSLU support to Unicode builds
Václav Slavík [Fri, 8 Aug 2003 11:49:35 +0000 (11:49 +0000)] 
(re)added MSLU support to Unicode builds

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

21 years agofix for watcom resource compiler
Václav Slavík [Fri, 8 Aug 2003 11:47:13 +0000 (11:47 +0000)] 
fix for watcom resource compiler

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

21 years agoStatic object -> pointer
Julian Smart [Fri, 8 Aug 2003 11:08:11 +0000 (11:08 +0000)] 
Static object -> pointer
Clean up renderer in module OnExit or we get a crash
on exit (under wxX11 at least). To-do: we need to add
priorities to wxModule so we can clean this up last.

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

21 years agosome compilers (Watcom) don't like it if wxBase library PCH file contains
Václav Slavík [Fri, 8 Aug 2003 09:49:24 +0000 (09:49 +0000)] 
some compilers (Watcom) don't like it if wxBase library PCH file contains
symbols from GUI components and won't link a DLL

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

21 years agofixed some bugs in MSW version
Václav Slavík [Fri, 8 Aug 2003 09:32:14 +0000 (09:32 +0000)] 
fixed some bugs in MSW version

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

21 years agocompilation fix
Václav Slavík [Fri, 8 Aug 2003 08:55:23 +0000 (08:55 +0000)] 
compilation fix

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

21 years agoFix for wxTextCtrl::GetSelection for singel line controls in GTK2 mode
Robin Dunn [Fri, 8 Aug 2003 03:57:35 +0000 (03:57 +0000)] 
Fix for wxTextCtrl::GetSelection for singel line controls in GTK2 mode

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

21 years agoAdded implementations for two cases of wxSystemSettingsNative::GetMetric to
Stefan Neis [Thu, 7 Aug 2003 23:14:32 +0000 (23:14 +0000)] 
Added implementations for two cases of wxSystemSettingsNative::GetMetric to
        make wxTextEntryDialog work.

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

21 years agomore samples makefiles fixes
Václav Slavík [Thu, 7 Aug 2003 23:01:52 +0000 (23:01 +0000)] 
more samples makefiles fixes

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

21 years agoremoved old files
Václav Slavík [Thu, 7 Aug 2003 22:55:56 +0000 (22:55 +0000)] 
removed old files

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

21 years agomore samples fixes
Václav Slavík [Thu, 7 Aug 2003 22:39:45 +0000 (22:39 +0000)] 
more samples fixes

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

21 years agono longer needed
Václav Slavík [Thu, 7 Aug 2003 22:27:01 +0000 (22:27 +0000)] 
no longer needed

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

21 years agonot needed now
Václav Slavík [Thu, 7 Aug 2003 22:24:55 +0000 (22:24 +0000)] 
not needed now

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

21 years agonewgrid was removed long ago
Václav Slavík [Thu, 7 Aug 2003 22:22:59 +0000 (22:22 +0000)] 
newgrid was removed long ago

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

21 years agocreate samples makefile
Václav Slavík [Thu, 7 Aug 2003 22:15:20 +0000 (22:15 +0000)] 
create samples makefile

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

21 years agofixed wrong srcdir in contrib w/ autoconf
Václav Slavík [Thu, 7 Aug 2003 22:05:00 +0000 (22:05 +0000)] 
fixed wrong srcdir in contrib w/ autoconf

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

21 years agowxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.
Stefan Neis [Thu, 7 Aug 2003 21:39:40 +0000 (21:39 +0000)] 
wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.
Got sockets working.

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

21 years agowxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.
Stefan Neis [Thu, 7 Aug 2003 21:38:11 +0000 (21:38 +0000)] 
wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.

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

21 years agoblind fix for watcom
Václav Slavík [Thu, 7 Aug 2003 20:59:18 +0000 (20:59 +0000)] 
blind fix for watcom

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

21 years agoonly match the regex at the end of the string
Robin Dunn [Thu, 7 Aug 2003 15:08:00 +0000 (15:08 +0000)] 
only match the regex at the end of the string

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

21 years agoregenerated
Václav Slavík [Thu, 7 Aug 2003 13:31:56 +0000 (13:31 +0000)] 
regenerated

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

21 years agoregenerated
Václav Slavík [Thu, 7 Aug 2003 13:26:43 +0000 (13:26 +0000)] 
regenerated

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

21 years agoadded all samples
Václav Slavík [Thu, 7 Aug 2003 13:18:33 +0000 (13:18 +0000)] 
added all samples

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

21 years agoadded makefile to compile all demos
Václav Slavík [Thu, 7 Aug 2003 13:14:19 +0000 (13:14 +0000)] 
added makefile to compile all demos

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

21 years agothis file doesn't compile with Watcom
Václav Slavík [Thu, 7 Aug 2003 13:13:17 +0000 (13:13 +0000)] 
this file doesn't compile with Watcom

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