]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoAdded SetSheetStyle to property sheet dialog to allow specification
Julian Smart [Tue, 31 Jan 2006 13:54:17 +0000 (13:54 +0000)] 
Added SetSheetStyle to property sheet dialog to allow specification
of alternative book styles and shrink-to-fit mode
Updated dialogs sample with example of toolbook-style property sheet dialog

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

18 years agoIntroduced the ability to size a book control based on the currently selected page
Julian Smart [Tue, 31 Jan 2006 13:51:33 +0000 (13:51 +0000)] 
Introduced the ability to size a book control based on the currently selected page

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

18 years agoPut MFC sample at end of list
Julian Smart [Tue, 31 Jan 2006 09:29:24 +0000 (09:29 +0000)] 
Put MFC sample at end of list

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

18 years agoAdded toolbook.cpp
Julian Smart [Tue, 31 Jan 2006 09:28:51 +0000 (09:28 +0000)] 
Added toolbook.cpp

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

18 years agoAnother patch from Tim Kosse for using images on more than one column
Robin Dunn [Tue, 31 Jan 2006 02:37:23 +0000 (02:37 +0000)] 
Another patch from Tim Kosse for using images on more than one column

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

18 years agoPutting the SetBestFittingSize() call at the end of wxToolBar::Realize
Robin Dunn [Tue, 31 Jan 2006 01:55:59 +0000 (01:55 +0000)] 
Putting the SetBestFittingSize() call at the end of wxToolBar::Realize
seems to cause more problems than it fixes, and in fact I can't seem
to duplicate the problems that it had before any longer, so let's
remove it.

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

18 years agoLast parameter of GetVolumeInformation() is not pointer.
Włodzimierz Skiba [Tue, 31 Jan 2006 00:54:26 +0000 (00:54 +0000)] 
Last parameter of GetVolumeInformation() is not pointer.

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

18 years agoReverting patch 1325857
Julian Smart [Mon, 30 Jan 2006 20:04:58 +0000 (20:04 +0000)] 
Reverting patch 1325857

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

18 years agoTree != List
Włodzimierz Skiba [Mon, 30 Jan 2006 16:46:55 +0000 (16:46 +0000)] 
Tree != List

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

18 years agoThis is a TOOLBOOK, not a LISTBOOK
Robin Dunn [Mon, 30 Jan 2006 16:38:19 +0000 (16:38 +0000)] 
This is a TOOLBOOK, not a LISTBOOK

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

18 years agoAdded wxUSE_TOOLBOOK
Julian Smart [Mon, 30 Jan 2006 16:26:30 +0000 (16:26 +0000)] 
Added wxUSE_TOOLBOOK

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

18 years agoEntry for wxToolbook.
Julian Smart [Mon, 30 Jan 2006 16:00:22 +0000 (16:00 +0000)] 
Entry for wxToolbook.

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

18 years agoAdapted notebook sample to demonstrate wxToolbook
Julian Smart [Mon, 30 Jan 2006 15:40:32 +0000 (15:40 +0000)] 
Adapted notebook sample to demonstrate wxToolbook

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

18 years agoUpdates for wxToolbook class
Julian Smart [Mon, 30 Jan 2006 15:38:51 +0000 (15:38 +0000)] 
Updates for wxToolbook class

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

18 years agoAdded wxToolbook class
Julian Smart [Mon, 30 Jan 2006 15:35:04 +0000 (15:35 +0000)] 
Added wxToolbook class

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

18 years agoSeparated out book control sizing code
Julian Smart [Mon, 30 Jan 2006 15:19:48 +0000 (15:19 +0000)] 
Separated out book control sizing code

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

18 years ago Committing in .
Jouk Jansen [Mon, 30 Jan 2006 12:32:08 +0000 (12:32 +0000)] 
 Committing in .

 Updated OpenVMS compile support

 Modified Files:
  wxWidgets/descrip.mms
 ----------------------------------------------------------------------

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

18 years agowxPython tab cleaning
David Surovell [Sun, 29 Jan 2006 17:35:47 +0000 (17:35 +0000)] 
wxPython tab cleaning

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

18 years ago Fix rawbitmap sample to clear bitmap first.
Robert Roebling [Sun, 29 Jan 2006 15:44:21 +0000 (15:44 +0000)] 
  Fix rawbitmap sample to clear bitmap first.

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

18 years agoremove extraneous whitespace
David Surovell [Sun, 29 Jan 2006 08:49:53 +0000 (08:49 +0000)] 
remove extraneous whitespace

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

18 years agoEnsure the window is still valid before adjusting the scrollbars
Robin Dunn [Sun, 29 Jan 2006 02:36:29 +0000 (02:36 +0000)] 
Ensure the window is still valid before adjusting the scrollbars

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

18 years agoMinor demo tweaks
Robin Dunn [Sun, 29 Jan 2006 02:34:44 +0000 (02:34 +0000)] 
Minor demo tweaks

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

18 years agoChanges needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
Robin Dunn [Sun, 29 Jan 2006 02:33:00 +0000 (02:33 +0000)] 
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
the upcoming 1.3.28, using #if statements on SWIG_VERSION.

Adjustments to ownership of SWIG objects, add some destructors and
explicitly disown non-window objects when their ownership is
transfered to a C++ object.

Since all window objects are owned by their parent, or by themselves,
always set their thisown attribute to False.

Explicitly set thisown to False after any Destroy() methods are
called, so SWIG doesn't try to destroy them again.

Etc.

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

18 years agoOuput a SWIG_VERSION #define to the wrapper file.
Robin Dunn [Sun, 29 Jan 2006 02:14:44 +0000 (02:14 +0000)] 
Ouput a SWIG_VERSION #define to the wrapper file.

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

18 years agoChanges needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
Robin Dunn [Sun, 29 Jan 2006 02:09:45 +0000 (02:09 +0000)] 
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
the upcoming 1.3.28, using #if statements on SWIG_VERSION.

Adjustments to ownership of SWIG objects, add some destructors and
explicitly disown non-window objects when their ownership is
transfered to a C++ object.

Since all window objects are owned by their parent, or by themselves,
always set their thisown attribute to False.

Explicitly set thisown to False after any Destroy() methods are
called, so SWIG doesn't try to destroy them again.

Etc.

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

18 years agono longer need to lowercase the input ourselves
Robin Dunn [Sun, 29 Jan 2006 01:36:59 +0000 (01:36 +0000)] 
no longer need to lowercase the input ourselves

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

18 years agoUse reference types on SetDimension so the proper typemaps are used.
Robin Dunn [Sun, 29 Jan 2006 01:35:14 +0000 (01:35 +0000)] 
Use reference types on SetDimension so the proper typemaps are used.

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

18 years agominor changes as per RN comments - add some comments and reorder a switch stmt.
David Surovell [Sat, 28 Jan 2006 18:25:40 +0000 (18:25 +0000)] 
minor changes as per RN comments - add some comments and reorder a switch stmt.

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

18 years agoimproved LaunchDefaultBrowser on FreeBSD systems by using the BROWSER env var when...
David Surovell [Sat, 28 Jan 2006 18:06:09 +0000 (18:06 +0000)] 
improved LaunchDefaultBrowser on FreeBSD systems by using the BROWSER env var when no HTML file MIME mapping is found

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

18 years agoDo test for get{host,serv}byname_r in C++ mode, so non visible declarations
Stefan Neis [Sat, 28 Jan 2006 13:52:17 +0000 (13:52 +0000)] 
Do test for get{host,serv}byname_r in C++ mode, so non visible declarations
        cannot break compilation of gsocket.cpp.
Replaced AC_LANG_SAVE/RESTORE by AC_LANG_PUSH/POP for consistency.

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

18 years agoconverting menu ids and safeguarding against missing menu items
Stefan Csomor [Sat, 28 Jan 2006 12:28:56 +0000 (12:28 +0000)] 
converting menu ids and safeguarding against missing menu items

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

18 years agoFurther attempts at WinCE media control
Julian Smart [Sat, 28 Jan 2006 10:56:27 +0000 (10:56 +0000)] 
Further attempts at WinCE media control

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

18 years agoattempt to fix endian problems when doing cross-compiles for universal binaries from...
Stefan Csomor [Sat, 28 Jan 2006 06:59:20 +0000 (06:59 +0000)] 
attempt to fix endian problems when doing cross-compiles for universal binaries from a ppc

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

18 years agoAdding Reswig and Universal binary options to both build_packages.sh and the wxPython...
Kevin Ollivier [Sat, 28 Jan 2006 02:11:22 +0000 (02:11 +0000)] 
Adding Reswig and Universal binary options to both build_packages.sh and the wxPythonOSX/build script.

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

18 years agoSetSelection() must update m_selectionOld, otherwise it doesn't correspond to the...
Vadim Zeitlin [Sat, 28 Jan 2006 00:43:23 +0000 (00:43 +0000)] 
SetSelection() must update m_selectionOld, otherwise it doesn't correspond to the real selection any more and selection change events are sent twice

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

18 years agoFurther steps towards media control support in WinCE (Ryan Norton)
Julian Smart [Fri, 27 Jan 2006 23:32:12 +0000 (23:32 +0000)] 
Further steps towards media control support in WinCE (Ryan Norton)
- not yet working

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

18 years agoSmall typo fix
Julian Smart [Fri, 27 Jan 2006 23:30:50 +0000 (23:30 +0000)] 
Small typo fix

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

18 years agodon't eat all events if m_maxLength is 0: this means no limit according to the docs...
Vadim Zeitlin [Fri, 27 Jan 2006 23:05:23 +0000 (23:05 +0000)] 
don't eat all events if m_maxLength is 0: this means no limit according to the docs and both wxMSW and wxGTK behave like this

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

18 years agoSince Universal binaries compile the same file twice for different architectures...
Kevin Ollivier [Fri, 27 Jan 2006 22:54:41 +0000 (22:54 +0000)] 
Since Universal binaries compile the same file twice for different architectures, we need to allow WORDS_BIGENDIAN to be re-defined.

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

18 years agofixed MIPSpro version in the comment
Vadim Zeitlin [Fri, 27 Jan 2006 22:50:16 +0000 (22:50 +0000)] 
fixed MIPSpro version in the comment

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

18 years agoLink oleacc.lib conditionally since VC++ 5 w/o PSDK doesn't have it
Michael Wetherell [Fri, 27 Jan 2006 22:07:12 +0000 (22:07 +0000)] 
Link oleacc.lib conditionally since VC++ 5 w/o PSDK doesn't have it

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

18 years agoFix fro conflict between defs.h and glib headers.
Włodzimierz Skiba [Fri, 27 Jan 2006 17:32:03 +0000 (17:32 +0000)] 
Fix fro conflict between defs.h and glib headers.

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

18 years agoremoving unnecessary code
Stefan Csomor [Fri, 27 Jan 2006 17:05:23 +0000 (17:05 +0000)] 
removing unnecessary code

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

18 years agoadapting keycode field usage for EVT_CHAR in unicode to MSW variant (full unicode...
Stefan Csomor [Fri, 27 Jan 2006 17:04:15 +0000 (17:04 +0000)] 
adapting keycode field usage for EVT_CHAR in unicode to MSW variant (full unicode char)

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

18 years agoFix fro conflict between defs.h and glib headers.
Włodzimierz Skiba [Fri, 27 Jan 2006 15:43:16 +0000 (15:43 +0000)] 
Fix fro conflict between defs.h and glib headers.

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

18 years agoapp.h must be included for the non RAEL implementation, as universal binaries command...
Stefan Csomor [Fri, 27 Jan 2006 09:50:40 +0000 (09:50 +0000)] 
app.h must be included for the non RAEL implementation, as universal binaries command line builds don't support precomps yet ...

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

18 years agoFix InterruptWait on wxBase; use polling on wxBase (wxStopWatch is unavailable) and...
Kevin Hock [Fri, 27 Jan 2006 00:50:11 +0000 (00:50 +0000)] 
Fix InterruptWait on wxBase; use polling on wxBase (wxStopWatch is unavailable) and also correctly restore timeout to original value after _Wait [ Slightly modified patch 1410868 ]

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

18 years agoFixed wxSocketBase::InterruptWait on wxBase.
Kevin Hock [Fri, 27 Jan 2006 00:49:12 +0000 (00:49 +0000)] 
Fixed wxSocketBase::InterruptWait on wxBase.

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

18 years agotentative compilation fix for MIPSpro 7.2
Vadim Zeitlin [Fri, 27 Jan 2006 00:23:48 +0000 (00:23 +0000)] 
tentative compilation fix for MIPSpro 7.2

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

18 years agoFixes for wxMac Universal binary support. With these changes, I now get a working...
Kevin Ollivier [Thu, 26 Jan 2006 23:54:31 +0000 (23:54 +0000)] 
Fixes for wxMac Universal binary support. With these changes, I now get a working Universal build simply by passing --enable-universal_build to configure.

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

18 years agoFixed duplicate guard
Julian Smart [Thu, 26 Jan 2006 22:35:13 +0000 (22:35 +0000)] 
Fixed duplicate guard

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

18 years agoMore headers for wxBase/MSW needed.
Włodzimierz Skiba [Thu, 26 Jan 2006 21:08:11 +0000 (21:08 +0000)] 
More headers for wxBase/MSW needed.

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

18 years agoInclude order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
Włodzimierz Skiba [Thu, 26 Jan 2006 19:53:08 +0000 (19:53 +0000)] 
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

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

18 years agoBlind fixes for warnings in wxTinderbox.
Włodzimierz Skiba [Thu, 26 Jan 2006 19:35:32 +0000 (19:35 +0000)] 
Blind fixes for warnings in wxTinderbox.

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

18 years agoBlind fixes for warnings in wxTinderbox.
Włodzimierz Skiba [Thu, 26 Jan 2006 19:22:56 +0000 (19:22 +0000)] 
Blind fixes for warnings in wxTinderbox.

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

18 years agoBetter #include
Włodzimierz Skiba [Thu, 26 Jan 2006 19:06:06 +0000 (19:06 +0000)] 
Better #include

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

18 years ago#include moved to module.
Włodzimierz Skiba [Thu, 26 Jan 2006 18:59:49 +0000 (18:59 +0000)] 
#include moved to module.

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

18 years agoInclude order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
Włodzimierz Skiba [Thu, 26 Jan 2006 17:20:50 +0000 (17:20 +0000)] 
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

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

18 years agoInclude order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
Włodzimierz Skiba [Thu, 26 Jan 2006 17:00:19 +0000 (17:00 +0000)] 
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

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

18 years agoInclude order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
Włodzimierz Skiba [Thu, 26 Jan 2006 16:50:23 +0000 (16:50 +0000)] 
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

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

18 years agoimplementing pure carbon event behaviour, getting rid of doubly executed events
Stefan Csomor [Thu, 26 Jan 2006 16:41:53 +0000 (16:41 +0000)] 
implementing pure carbon event behaviour, getting rid of doubly executed events

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

18 years agoFilename correction.
Włodzimierz Skiba [Thu, 26 Jan 2006 16:03:33 +0000 (16:03 +0000)] 
Filename correction.

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

18 years agoInclude order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
Włodzimierz Skiba [Thu, 26 Jan 2006 16:02:02 +0000 (16:02 +0000)] 
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

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

18 years agowxBusyInfo interface moved to generic to make space for possible native implementatio...
Włodzimierz Skiba [Thu, 26 Jan 2006 15:40:46 +0000 (15:40 +0000)] 
wxBusyInfo interface moved to generic to make space for possible native implementations. wxInfoFrame moved from header to module.

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

18 years agoImproved preprocessor guards for numeric dialogs.
Włodzimierz Skiba [Thu, 26 Jan 2006 15:33:27 +0000 (15:33 +0000)] 
Improved preprocessor guards for numeric dialogs.

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

18 years agoTypo fix.
Włodzimierz Skiba [Thu, 26 Jan 2006 15:31:07 +0000 (15:31 +0000)] 
Typo fix.

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

18 years agoWarning fixes after recent commits.
Włodzimierz Skiba [Thu, 26 Jan 2006 15:29:58 +0000 (15:29 +0000)] 
Warning fixes after recent commits.

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

18 years agoSuppress VC++ 2005 deprecation warnings (for now)
Julian Smart [Thu, 26 Jan 2006 13:15:47 +0000 (13:15 +0000)] 
Suppress VC++ 2005 deprecation warnings (for now)

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

18 years ago GTK2 RGBA has 32 bits.
Robert Roebling [Thu, 26 Jan 2006 12:28:19 +0000 (12:28 +0000)] 
  GTK2 RGBA has 32 bits.

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

18 years ago wxImage::Copy() forgot the alpha channel.
Robert Roebling [Thu, 26 Jan 2006 12:07:10 +0000 (12:07 +0000)] 
  wxImage::Copy() forgot the alpha channel.

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

18 years agoshow unicode/ansi mode on startup too
Robin Dunn [Thu, 26 Jan 2006 00:33:39 +0000 (00:33 +0000)] 
show unicode/ansi mode on startup too

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

18 years agoAdd supoprt for wxListCtrl::OnGetItemColumnImage
Robin Dunn [Thu, 26 Jan 2006 00:31:31 +0000 (00:31 +0000)] 
Add supoprt for wxListCtrl::OnGetItemColumnImage

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

18 years agofixed compilation failure introduced in prior commit
David Surovell [Wed, 25 Jan 2006 23:48:09 +0000 (23:48 +0000)] 
fixed compilation failure introduced in prior commit

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

18 years agoCalculate correct client size for windows that are using deferred sizing.
Jamie Gadd [Wed, 25 Jan 2006 23:40:20 +0000 (23:40 +0000)] 
Calculate correct client size for windows that are using deferred sizing.

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

18 years agoPatch from Tim Kosse to add supoprt for wxListCtrl::OnGetItemColumnImage
Robin Dunn [Wed, 25 Jan 2006 23:29:02 +0000 (23:29 +0000)] 
Patch from Tim Kosse to add supoprt for wxListCtrl::OnGetItemColumnImage
which enables images to be specified for columns other than zero in
virtual list controls.

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

18 years agoClarify wxMessageBox usage. Fixes bug #1414535.
Jamie Gadd [Wed, 25 Jan 2006 23:26:27 +0000 (23:26 +0000)] 
Clarify wxMessageBox usage. Fixes bug #1414535.

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

18 years agocleanup - more reformatting; fixed bug introduced in prior commit
David Surovell [Wed, 25 Jan 2006 23:07:33 +0000 (23:07 +0000)] 
cleanup - more reformatting; fixed bug introduced in prior commit

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

18 years agocleanup - more reformatting
David Surovell [Wed, 25 Jan 2006 20:57:54 +0000 (20:57 +0000)] 
cleanup - more reformatting

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

18 years agoRemoved wxLogNull's used to supress errors coming from
Robin Dunn [Wed, 25 Jan 2006 20:28:12 +0000 (20:28 +0000)] 
Removed wxLogNull's used to supress errors coming from
wxCheckWindowWndProc.

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

18 years agoSwitched wxCheckWindowWndProc to always use the window class name for
Robin Dunn [Wed, 25 Jan 2006 20:26:59 +0000 (20:26 +0000)] 
Switched wxCheckWindowWndProc to always use the window class name for
comparisons.

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

18 years agocleanup - major reformatting
David Surovell [Wed, 25 Jan 2006 20:07:58 +0000 (20:07 +0000)] 
cleanup - major reformatting

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

18 years agoDon't require drag and drop
Julian Smart [Wed, 25 Jan 2006 18:15:48 +0000 (18:15 +0000)] 
Don't require drag and drop

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

18 years agoWinCE fixes (in case a WinCE-friendly backend gets written one day)
Julian Smart [Wed, 25 Jan 2006 18:15:24 +0000 (18:15 +0000)] 
WinCE fixes (in case a WinCE-friendly backend gets written one day)

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

18 years agoMove some OLE utilities to oleutils.cpp and simplified date conversion
Julian Smart [Wed, 25 Jan 2006 18:14:37 +0000 (18:14 +0000)] 
Move some OLE utilities to oleutils.cpp and simplified date conversion

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

18 years agoWinCE fixes
Julian Smart [Wed, 25 Jan 2006 18:14:08 +0000 (18:14 +0000)] 
WinCE fixes

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

18 years agoUpdated change log
Julian Smart [Wed, 25 Jan 2006 18:12:14 +0000 (18:12 +0000)] 
Updated change log

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

18 years agoFixed "typo".
Stefan Neis [Wed, 25 Jan 2006 17:58:50 +0000 (17:58 +0000)] 
Fixed "typo".

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

18 years agoCleaned attempts at fixing NetBSD compilation commited in previous version.
Stefan Neis [Wed, 25 Jan 2006 14:31:03 +0000 (14:31 +0000)] 
Cleaned attempts at fixing NetBSD compilation commited in previous version.

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

18 years agoYet another try to fix NetBSD's problem with getservbyname_r.
Stefan Neis [Wed, 25 Jan 2006 14:29:09 +0000 (14:29 +0000)] 
Yet another try to fix NetBSD's problem with getservbyname_r.

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

18 years agoFirst stab at adding --enable-universal_binary
Julian Smart [Wed, 25 Jan 2006 14:04:54 +0000 (14:04 +0000)] 
First stab at adding --enable-universal_binary

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

18 years agoFixes for building wxOS2 shared with OpenWatcom.
Włodzimierz Skiba [Wed, 25 Jan 2006 13:59:55 +0000 (13:59 +0000)] 
Fixes for building wxOS2 shared with OpenWatcom.

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

18 years agokey/char event changes for inline editing (japanese/hiragana etc)
Stefan Csomor [Wed, 25 Jan 2006 13:11:21 +0000 (13:11 +0000)] 
key/char event changes for inline editing (japanese/hiragana etc)

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

18 years agokey/char event changes for inline editing (japanese/hirgana etc)
Stefan Csomor [Wed, 25 Jan 2006 12:55:33 +0000 (12:55 +0000)] 
key/char event changes for inline editing (japanese/hirgana etc)

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

18 years agoadapting comment to new implementation
Stefan Csomor [Wed, 25 Jan 2006 12:52:18 +0000 (12:52 +0000)] 
adapting comment to new implementation

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

18 years agoAdded wxHtmlHelp change log
Julian Smart [Wed, 25 Jan 2006 11:09:45 +0000 (11:09 +0000)] 
Added wxHtmlHelp change log

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

18 years agoFixes for the GTK1 split
Michael Wetherell [Wed, 25 Jan 2006 00:18:12 +0000 (00:18 +0000)] 
Fixes for the GTK1 split

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

18 years agocleanup - reformatting
David Surovell [Tue, 24 Jan 2006 22:59:49 +0000 (22:59 +0000)] 
cleanup - reformatting

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

18 years agofixed WX_DEFINE_SORTED_ARRAY_INT example
Vadim Zeitlin [Tue, 24 Jan 2006 22:15:58 +0000 (22:15 +0000)] 
fixed WX_DEFINE_SORTED_ARRAY_INT example

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

18 years agoStatic build for wxMGL/DOS and little readme.
Włodzimierz Skiba [Tue, 24 Jan 2006 20:23:16 +0000 (20:23 +0000)] 
Static build for wxMGL/DOS and little readme.

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

18 years agomsw/private.h needs msw/mslu.h in wxBase.
Włodzimierz Skiba [Tue, 24 Jan 2006 19:40:59 +0000 (19:40 +0000)] 
msw/private.h needs msw/mslu.h in wxBase.

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