]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

18 years agomask fixes for non-core graphics case (this build uses CopyDeepMask for painting...
Stefan Csomor [Tue, 24 Jan 2006 12:58:32 +0000 (12:58 +0000)] 
mask fixes for non-core graphics case (this build uses CopyDeepMask for painting, which apparently doesn't like 24RGB)

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

18 years agofix for broken files that were recently checked in
Robin Dunn [Tue, 24 Jan 2006 02:32:18 +0000 (02:32 +0000)] 
fix for broken files that were recently checked in

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

18 years agomove the nodefault option into _defs.i too.
Robin Dunn [Tue, 24 Jan 2006 02:24:25 +0000 (02:24 +0000)] 
move the nodefault option into _defs.i too.

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

18 years agono changes but more comments in DoSetClientSize() (explains the change of rev 1.624...
Vadim Zeitlin [Tue, 24 Jan 2006 02:04:53 +0000 (02:04 +0000)] 
no changes but more comments in DoSetClientSize() (explains the change of rev 1.624 and also why we can't use AdjustWindowRect here)

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

18 years agoreSWIGged with the new SWIG runtime
Robin Dunn [Mon, 23 Jan 2006 23:04:44 +0000 (23:04 +0000)] 
reSWIGged with the new SWIG runtime

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

18 years agomore about the downloadable swig
Robin Dunn [Mon, 23 Jan 2006 23:03:22 +0000 (23:03 +0000)] 
more about the downloadable swig

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

18 years agoreSWIGged with new SWIG runtime
Robin Dunn [Mon, 23 Jan 2006 23:01:54 +0000 (23:01 +0000)] 
reSWIGged with new SWIG runtime

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

18 years agoRemove old Makefile.ins
Michael Wetherell [Mon, 23 Jan 2006 22:55:59 +0000 (22:55 +0000)] 
Remove old Makefile.ins

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

18 years agoYet another attempt at making the getservbyname_r prototype visible.
Stefan Neis [Mon, 23 Jan 2006 22:54:56 +0000 (22:54 +0000)] 
Yet another attempt at making the getservbyname_r prototype visible.

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

18 years agocomment fix
Robin Dunn [Mon, 23 Jan 2006 22:48:14 +0000 (22:48 +0000)] 
comment fix

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

18 years agolndir no longer needed
Michael Wetherell [Mon, 23 Jan 2006 22:44:54 +0000 (22:44 +0000)] 
lndir no longer needed

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

18 years agoBack to copying for make dist
Michael Wetherell [Mon, 23 Jan 2006 22:41:47 +0000 (22:41 +0000)] 
Back to copying for make dist

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

18 years agoTesting if using -D_REENTRANT helps compiling socket code on NetBSD.
Stefan Neis [Mon, 23 Jan 2006 20:47:58 +0000 (20:47 +0000)] 
Testing if using -D_REENTRANT helps compiling socket code on NetBSD.

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

18 years agoClear possible exception from failed wxPyConvertSwigPtr
Robin Dunn [Mon, 23 Jan 2006 20:06:39 +0000 (20:06 +0000)] 
Clear possible exception from failed wxPyConvertSwigPtr

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

18 years agoFix for gtk1 separation
Michael Wetherell [Mon, 23 Jan 2006 19:52:12 +0000 (19:52 +0000)] 
Fix for gtk1 separation

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

18 years agoAdd gtk1 files to make dist
Michael Wetherell [Mon, 23 Jan 2006 19:31:48 +0000 (19:31 +0000)] 
Add gtk1 files to make dist

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

18 years agoFixes for gtk1 separation
Michael Wetherell [Mon, 23 Jan 2006 18:50:34 +0000 (18:50 +0000)] 
Fixes for gtk1 separation

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

18 years agoOnly do sanity check if the stream is seekable, otherwise it'll always fail
Julian Smart [Mon, 23 Jan 2006 18:12:47 +0000 (18:12 +0000)] 
Only do sanity check if the stream is seekable, otherwise it'll always fail

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

18 years agoextracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessag...
Vadim Zeitlin [Mon, 23 Jan 2006 16:38:07 +0000 (16:38 +0000)] 
extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439)

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

18 years agono real changes; just a very minor cleanup in wxFrame::MSWTranslateMessage()
Vadim Zeitlin [Mon, 23 Jan 2006 15:43:26 +0000 (15:43 +0000)] 
no real changes; just a very minor cleanup in wxFrame::MSWTranslateMessage()

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

18 years agoadded tests of update UI handlers for clipboard menu items; minor cleanup
Vadim Zeitlin [Mon, 23 Jan 2006 15:40:03 +0000 (15:40 +0000)] 
added tests of update UI handlers for clipboard menu items; minor cleanup

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

18 years agogtk1 fixes
Michael Wetherell [Mon, 23 Jan 2006 14:29:29 +0000 (14:29 +0000)] 
gtk1 fixes

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

18 years agoRegenerate with gtk1 changes
Michael Wetherell [Mon, 23 Jan 2006 12:11:50 +0000 (12:11 +0000)] 
Regenerate with gtk1 changes

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

18 years agoGTK1 mods
Michael Wetherell [Mon, 23 Jan 2006 12:01:10 +0000 (12:01 +0000)] 
GTK1 mods

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

18 years agoImprove extended key handling code readability.
Jamie Gadd [Mon, 23 Jan 2006 10:01:46 +0000 (10:01 +0000)] 
Improve extended key handling code readability.

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

18 years agofix Borland part of bug 1158383
Chris Elliott [Mon, 23 Jan 2006 09:40:05 +0000 (09:40 +0000)] 
fix Borland part of bug 1158383

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

18 years agocleanup - more reformatting
David Surovell [Mon, 23 Jan 2006 04:11:46 +0000 (04:11 +0000)] 
cleanup - more reformatting

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

18 years agoAdd wxGTK1 port to bakefiles files.bkl. Please review this commit.
Mart Raudsepp [Mon, 23 Jan 2006 03:58:00 +0000 (03:58 +0000)] 
Add wxGTK1 port to bakefiles files.bkl. Please review this commit.

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

18 years agoInclude gtk1 headers for non-gtk2. I don't really like this CPP logic, or more exactl...
Mart Raudsepp [Mon, 23 Jan 2006 03:27:34 +0000 (03:27 +0000)] 
Include gtk1 headers for non-gtk2. I don't really like this CPP logic, or more exactly __WXGTK__ without __WXGTK20__
being GTK1, oh well.
Might have missed some.

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

18 years agoRemove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header...
Mart Raudsepp [Mon, 23 Jan 2006 02:28:01 +0000 (02:28 +0000)] 
Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or
hdr

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

18 years agowx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary for gtk1. Deleting.
Mart Raudsepp [Mon, 23 Jan 2006 02:10:26 +0000 (02:10 +0000)] 
wx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary for gtk1. Deleting.

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

18 years agoRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
Mart Raudsepp [Mon, 23 Jan 2006 01:14:32 +0000 (01:14 +0000)] 
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
 57 files changed, 394 insertions(+), 6767 deletions(-)

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