]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoSend an extra size event after creation to work around an apparent bug
Robin Dunn [Tue, 27 Jan 2004 22:56:08 +0000 (22:56 +0000)] 
Send an extra size event after creation to work around an apparent bug
in XP's ListView_GetViewRect

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

20 years agoApplied patch #876969: "Fixes to Borland warnings"; Minor code cleanup.
Dimitri Schoolwerth [Tue, 27 Jan 2004 22:30:13 +0000 (22:30 +0000)] 
Applied patch #876969: "Fixes to Borland warnings"; Minor code cleanup.

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

20 years agoPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
Julian Smart [Tue, 27 Jan 2004 17:47:37 +0000 (17:47 +0000)] 
Patch from "Viktor Voroshylo" <viktor@voroshylo.com>

src/.cvsignore : changes to ignore temorary project files
src/regex/.cvsignore : changes to ignore temorary project files for CE compiler
src/regex/regguts.h : assert will be ignored under WinCE
src/msw/button.cpp : BS_FLAT is not available under winCE
src/msw/clipbrd.cpp : changed CLIPFORMAT to wxDataFormat::NativeFormat so it will compile when ole is not included (under winCE)
src/msw/menu.cpp : GetMenuItemCount is not available under winCE. Using wxMenu::GetMenuCount in this case
src/common/regex.cpp : regex will be included under wince
include/wx/msw/wince/setup.h : wxUSE_THREADS & wxUSE_REGEX is enabled by default (as in standard windows configuration)
src/msw/wince/wxWindowsCE.vcp: fixed problem with all configurations (except emu once) do not have procompiled headers setup correctly. Changes for compiling with regex.
src/msw/wince/wxWindowsCE.vcw : added regex in workspace file

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

20 years agowxCocoa: Better icon support
David Elliott [Tue, 27 Jan 2004 06:01:34 +0000 (06:01 +0000)] 
wxCocoa: Better icon support

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

20 years agoreSWIGged
Robin Dunn [Tue, 27 Jan 2004 02:38:53 +0000 (02:38 +0000)] 
reSWIGged

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

20 years agodocstring patch has been submitted to SF
Robin Dunn [Tue, 27 Jan 2004 02:35:25 +0000 (02:35 +0000)] 
docstring patch has been submitted to SF

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

20 years agoGet[First|Next]Child need to actually create a new itemid if we want
Robin Dunn [Tue, 27 Jan 2004 02:30:05 +0000 (02:30 +0000)] 
Get[First|Next]Child need to actually create a new itemid if we want
the proxy to own it.

Also switch to just "void*" instead of the typedef to avoid confusing swig.

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

20 years agowxCocoa: Add some header files to the COCOA_HDR list
David Elliott [Tue, 27 Jan 2004 01:49:23 +0000 (01:49 +0000)] 
wxCocoa: Add some header files to the COCOA_HDR list

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

20 years agoUse the DISOWN typemap
Robin Dunn [Tue, 27 Jan 2004 01:00:54 +0000 (01:00 +0000)] 
Use the DISOWN typemap

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

20 years agoUse the DISOWN typemap
Robin Dunn [Tue, 27 Jan 2004 00:52:47 +0000 (00:52 +0000)] 
Use the DISOWN typemap

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

20 years agoMoved @interface wxNSApplicationDelegate to new header
David Elliott [Tue, 27 Jan 2004 00:50:57 +0000 (00:50 +0000)] 
Moved @interface wxNSApplicationDelegate to new header

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

20 years agowxMac needs the scroll styles
Robin Dunn [Mon, 26 Jan 2004 22:59:38 +0000 (22:59 +0000)] 
wxMac needs the scroll styles

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

20 years agoRemove all extensions before inport, not just .py
Robin Dunn [Mon, 26 Jan 2004 22:45:58 +0000 (22:45 +0000)] 
Remove all extensions before inport, not just .py

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

20 years agoFix incorrect #if in OnSysTell
Robin Dunn [Mon, 26 Jan 2004 22:45:21 +0000 (22:45 +0000)] 
Fix incorrect #if in OnSysTell

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

20 years agoMake SWIG copy the GetDate return value
Robin Dunn [Mon, 26 Jan 2004 22:44:38 +0000 (22:44 +0000)] 
Make SWIG copy the GetDate return value

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

20 years agoUse correct name for event type
Robin Dunn [Mon, 26 Jan 2004 22:43:39 +0000 (22:43 +0000)] 
Use correct name for event type

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

20 years agorun bakefile_gen in this directory
Václav Slavík [Mon, 26 Jan 2004 22:11:40 +0000 (22:11 +0000)] 
run bakefile_gen in this directory

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

20 years agoclarified that bakefile_gen is the tool to use, not bakefile
Václav Slavík [Mon, 26 Jan 2004 22:09:43 +0000 (22:09 +0000)] 
clarified that bakefile_gen is the tool to use, not bakefile

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

20 years agoanother libtiff fix
Václav Slavík [Mon, 26 Jan 2004 21:32:07 +0000 (21:32 +0000)] 
another libtiff fix

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

20 years agoAdded RTTI
Julian Smart [Mon, 26 Jan 2004 20:01:30 +0000 (20:01 +0000)] 
Added RTTI

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

20 years agorenamed system option to better match existing ones
Václav Slavík [Mon, 26 Jan 2004 13:19:31 +0000 (13:19 +0000)] 
renamed system option to better match existing ones

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

20 years agodon't include GetShortcutTarget if OLE is not available; removed fake noop implementa...
Václav Slavík [Mon, 26 Jan 2004 12:53:39 +0000 (12:53 +0000)] 
don't include GetShortcutTarget if OLE is not available; removed fake noop implementation from WinCE, it's better to let the user know it doesn't work by not providing it in the first place

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

20 years agodon't include GetShortcutTarget if OLE is not available; removed fake noop implementa...
Václav Slavík [Mon, 26 Jan 2004 12:44:14 +0000 (12:44 +0000)] 
don't include GetShortcutTarget if OLE is not available; removed fake noop implementation from WinCE, it's better to let the user know it doesn't work by not providing it in the first place

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

20 years agowxBase uses OLE, too
Václav Slavík [Mon, 26 Jan 2004 12:42:43 +0000 (12:42 +0000)] 
wxBase uses OLE, too

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

20 years agofixed syntax errors
Václav Slavík [Mon, 26 Jan 2004 10:40:53 +0000 (10:40 +0000)] 
fixed syntax errors

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

20 years agodocumented wxMGL's system options
Václav Slavík [Mon, 26 Jan 2004 10:39:26 +0000 (10:39 +0000)] 
documented wxMGL's system options

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

20 years agoMinor cleanup for 2.5. Upped version to 0.9.4. Removed use of decorators.
Patrick K. O'Brien [Sun, 25 Jan 2004 23:37:41 +0000 (23:37 +0000)] 
Minor cleanup for 2.5.  Upped version to 0.9.4.  Removed use of decorators.

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

20 years agoreopen app apple event
Stefan Csomor [Sun, 25 Jan 2004 15:17:48 +0000 (15:17 +0000)] 
reopen app apple event

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

20 years agocompositing and transition changes
Stefan Csomor [Sun, 25 Jan 2004 15:17:20 +0000 (15:17 +0000)] 
compositing and transition changes

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

20 years agomozilla fixes
Stefan Csomor [Sun, 25 Jan 2004 15:16:45 +0000 (15:16 +0000)] 
mozilla fixes

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

20 years agorendering adjustments for OSX
Stefan Csomor [Sun, 25 Jan 2004 15:15:12 +0000 (15:15 +0000)] 
rendering adjustments for OSX

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

20 years agopanther adjustements in size
Stefan Csomor [Sun, 25 Jan 2004 15:13:45 +0000 (15:13 +0000)] 
panther adjustements in size

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

20 years agoRyan's display extension
Stefan Csomor [Sun, 25 Jan 2004 15:12:43 +0000 (15:12 +0000)] 
Ryan's display extension

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

20 years agoextensions management unified
Stefan Csomor [Sun, 25 Jan 2004 15:12:02 +0000 (15:12 +0000)] 
extensions management unified

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

20 years agocompositing and transtion changes
Stefan Csomor [Sun, 25 Jan 2004 15:09:59 +0000 (15:09 +0000)] 
compositing and transtion changes

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

20 years agoreopen application
Stefan Csomor [Sun, 25 Jan 2004 15:08:35 +0000 (15:08 +0000)] 
reopen application

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

20 years agoCompute update rectangle only when needed [i.e. if (!m_grid->GetBatchCount())]
Stefan Neis [Sun, 25 Jan 2004 14:26:06 +0000 (14:26 +0000)] 
Compute update rectangle only when needed [i.e. if (!m_grid->GetBatchCount())]
                [Patch 882656]

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

20 years agoRemove taskbar support for now on OS X
Ryan Norton [Sun, 25 Jan 2004 08:46:00 +0000 (08:46 +0000)] 
Remove taskbar support for now on OS X

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

20 years ago Cleaner fix.
Mattia Barbon [Sun, 25 Jan 2004 08:33:57 +0000 (08:33 +0000)] 
  Cleaner fix.

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

20 years agocompilation fix for libtiff
Václav Slavík [Sun, 25 Jan 2004 00:34:38 +0000 (00:34 +0000)] 
compilation fix for libtiff

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

20 years agofix for libtiff compilation
Václav Slavík [Sat, 24 Jan 2004 22:13:28 +0000 (22:13 +0000)] 
fix for libtiff compilation

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

20 years agoRenamed PATPAINT to PATTERNPAINT (The former is an existing define in wingdi.h);...
Dimitri Schoolwerth [Sat, 24 Jan 2004 21:16:59 +0000 (21:16 +0000)] 
Renamed PATPAINT to PATTERNPAINT (The former is an existing define in wingdi.h); Cosmetic code cleanup.

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

20 years agoBaked bakefiles
David Elliott [Sat, 24 Jan 2004 06:22:55 +0000 (06:22 +0000)] 
Baked bakefiles

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

20 years agoreSWIGged for new runtime, etc.
Robin Dunn [Fri, 23 Jan 2004 22:52:06 +0000 (22:52 +0000)] 
reSWIGged for new runtime, etc.

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

20 years agoUpadted GLCanvas demo
Robin Dunn [Fri, 23 Jan 2004 22:49:04 +0000 (22:49 +0000)] 
Upadted GLCanvas demo

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

20 years agoUse correct name for alternate constructor
Robin Dunn [Fri, 23 Jan 2004 22:48:15 +0000 (22:48 +0000)] 
Use correct name for alternate constructor

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

20 years agoreSWIGged with new runtime, etc.
Robin Dunn [Fri, 23 Jan 2004 22:40:41 +0000 (22:40 +0000)] 
reSWIGged with new runtime, etc.

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

20 years agoPut a copy of the generated C++ docs back into the docs tree
Robin Dunn [Fri, 23 Jan 2004 22:11:26 +0000 (22:11 +0000)] 
Put a copy of the generated C++ docs back into the docs tree

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

20 years agojust clarified an incorrect comment
Vadim Zeitlin [Fri, 23 Jan 2004 22:06:37 +0000 (22:06 +0000)] 
just clarified an incorrect comment

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

20 years agoreSWIGged with the new SWIG runtime and also other recent changes
Robin Dunn [Fri, 23 Jan 2004 21:58:14 +0000 (21:58 +0000)] 
reSWIGged with the new SWIG runtime and also other recent changes

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

20 years agoFix MSVC 6 compile problems
Robin Dunn [Fri, 23 Jan 2004 21:28:55 +0000 (21:28 +0000)] 
Fix MSVC 6 compile problems

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

20 years agoFixed another SWIG warning
Robin Dunn [Fri, 23 Jan 2004 21:26:34 +0000 (21:26 +0000)] 
Fixed another SWIG warning

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

20 years agoTypo
Robin Dunn [Fri, 23 Jan 2004 21:11:27 +0000 (21:11 +0000)] 
Typo

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

20 years agoCleanup
Robin Dunn [Fri, 23 Jan 2004 21:10:42 +0000 (21:10 +0000)] 
Cleanup

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

20 years agowxGTK has SetSelection now
Robin Dunn [Fri, 23 Jan 2004 21:09:45 +0000 (21:09 +0000)] 
wxGTK has SetSelection now

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

20 years agodocstring fix
Robin Dunn [Fri, 23 Jan 2004 21:08:43 +0000 (21:08 +0000)] 
docstring fix

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

20 years agoMore encoding constants
Robin Dunn [Fri, 23 Jan 2004 21:07:50 +0000 (21:07 +0000)] 
More encoding constants

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

20 years agoFixed SWIG warning
Robin Dunn [Fri, 23 Jan 2004 21:06:42 +0000 (21:06 +0000)] 
Fixed SWIG warning

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

20 years agowxMenu::Append (and similar) now return a pointer to the wxMenuItem
Robin Dunn [Fri, 23 Jan 2004 21:03:15 +0000 (21:03 +0000)] 
wxMenu::Append (and similar) now return a pointer to the wxMenuItem
that was added.

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

20 years agowxMenu::Append (and similar) now return a pointer to the wxMenuItem
Robin Dunn [Fri, 23 Jan 2004 21:02:06 +0000 (21:02 +0000)] 
wxMenu::Append (and similar) now return a pointer to the wxMenuItem
that was added.  Checked on MSW, GTK, and Mac, other port authors
please double check changes.

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

20 years agoFixed compile error
Robin Dunn [Fri, 23 Jan 2004 21:00:40 +0000 (21:00 +0000)] 
Fixed compile error

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

20 years agowxMenu::Append (and similar) now return a pointer to the wxMenuItem
Robin Dunn [Fri, 23 Jan 2004 18:46:05 +0000 (18:46 +0000)] 
wxMenu::Append (and similar) now return a pointer to the wxMenuItem
that was added.  Checked on MSW, GTK, and Mac, other port authors
please double check changes.

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

20 years agoCheck for WCHAR_T (thanks to ABX for pointing this out)
Ryan Norton [Fri, 23 Jan 2004 18:42:41 +0000 (18:42 +0000)] 
Check for WCHAR_T (thanks to ABX for pointing this out)

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

20 years agoApplied patch [ 882493 ] Added XRC support for wxStatusBar
Julian Smart [Fri, 23 Jan 2004 10:01:44 +0000 (10:01 +0000)] 
Applied patch [ 882493 ] Added XRC support for wxStatusBar
By Brian Ravnsgaard Riis

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

20 years agoOS X Dock Menu/Taskbar support (not added to bakefiles yet - preliminary)
Ryan Norton [Fri, 23 Jan 2004 09:52:18 +0000 (09:52 +0000)] 
OS X Dock Menu/Taskbar support (not added to bakefiles yet - preliminary)

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

20 years agoHID support (preliminary - not added to bakefiles yet)
Ryan Norton [Fri, 23 Jan 2004 09:44:05 +0000 (09:44 +0000)] 
HID support (preliminary - not added to bakefiles yet)

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

20 years agoFixed a "comparison is always false" warning
Robin Dunn [Fri, 23 Jan 2004 02:44:42 +0000 (02:44 +0000)] 
Fixed a "comparison is always false" warning

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

20 years agoMoved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncFromSystemEnc to
Robin Dunn [Fri, 23 Jan 2004 02:43:29 +0000 (02:43 +0000)] 
Moved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncFromSystemEnc to
a module that is included in wxBase to prevent linking errors.

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

20 years agoFixed DDE memory leaks.
Dimitri Schoolwerth [Fri, 23 Jan 2004 02:30:00 +0000 (02:30 +0000)] 
Fixed DDE memory leaks.

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

20 years agoFixed autodoc for static methods
Robin Dunn [Fri, 23 Jan 2004 00:12:34 +0000 (00:12 +0000)] 
Fixed autodoc for static methods

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

20 years agoensure that SetDimensions params are ints
Robin Dunn [Fri, 23 Jan 2004 00:00:13 +0000 (00:00 +0000)] 
ensure that SetDimensions params are ints

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

20 years agobuild static lib and then use it for building wxrc
Robin Dunn [Thu, 22 Jan 2004 23:59:05 +0000 (23:59 +0000)] 
build static lib  and then use it for building wxrc

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

20 years agoBatch file for building the wxWindows .chm help file
Robin Dunn [Thu, 22 Jan 2004 23:57:50 +0000 (23:57 +0000)] 
Batch file for building the wxWindows .chm help file

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

20 years agoDon't forget wxrc
Robin Dunn [Thu, 22 Jan 2004 23:57:09 +0000 (23:57 +0000)] 
Don't forget wxrc

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

20 years agoStop the timer when the demo is shutdown
Robin Dunn [Thu, 22 Jan 2004 23:56:39 +0000 (23:56 +0000)] 
Stop the timer when the demo is shutdown

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

20 years agouse Bind
Robin Dunn [Thu, 22 Jan 2004 23:56:00 +0000 (23:56 +0000)] 
use Bind

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

20 years agoAdd some missing wx. prefixes
Robin Dunn [Thu, 22 Jan 2004 23:27:39 +0000 (23:27 +0000)] 
Add some missing wx. prefixes

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

20 years agotake Throbber out of Misc
Robin Dunn [Thu, 22 Jan 2004 23:27:14 +0000 (23:27 +0000)] 
take Throbber out of Misc

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

20 years agowx.App
Robin Dunn [Thu, 22 Jan 2004 23:26:34 +0000 (23:26 +0000)] 
wx.App

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

20 years agoadd an overview
Robin Dunn [Thu, 22 Jan 2004 23:25:09 +0000 (23:25 +0000)] 
add an overview

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

20 years agoThese files just changed in SWIG again, so update the patches again.
Robin Dunn [Thu, 22 Jan 2004 22:55:38 +0000 (22:55 +0000)] 
These files just changed in SWIG again, so update the patches again.

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

20 years agoUpdated SWIG patches and wxPython's SWIG runtime
Robin Dunn [Thu, 22 Jan 2004 22:31:34 +0000 (22:31 +0000)] 
Updated SWIG patches and wxPython's SWIG runtime

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

20 years agofixed wrong handling of magenta (patch #882201)
Václav Slavík [Thu, 22 Jan 2004 21:15:30 +0000 (21:15 +0000)] 
fixed wrong handling of magenta (patch #882201)

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

20 years agono message
Stefan Csomor [Thu, 22 Jan 2004 20:09:31 +0000 (20:09 +0000)] 
no message

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

20 years agofixed wrong handling of magenta (patch #882201)
Václav Slavík [Thu, 22 Jan 2004 20:05:34 +0000 (20:05 +0000)] 
fixed wrong handling of magenta (patch #882201)

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

20 years agofont encoding support added
Stefan Csomor [Thu, 22 Jan 2004 18:53:46 +0000 (18:53 +0000)] 
font encoding support added

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

20 years agosetting the default locale during startup
Stefan Csomor [Thu, 22 Jan 2004 18:52:11 +0000 (18:52 +0000)] 
setting the default locale during startup

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

20 years agomoved system-fontencoding conversions to fontutil.cpp
Stefan Csomor [Thu, 22 Jan 2004 18:41:58 +0000 (18:41 +0000)] 
moved system-fontencoding conversions to fontutil.cpp

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

20 years agomac encodings support
Stefan Csomor [Thu, 22 Jan 2004 18:40:04 +0000 (18:40 +0000)] 
mac encodings support

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

20 years agosysten encoding for mac
Stefan Csomor [Thu, 22 Jan 2004 18:38:40 +0000 (18:38 +0000)] 
systen encoding for mac

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

20 years agofont and system conversion functions for wxMac
Stefan Csomor [Thu, 22 Jan 2004 18:36:06 +0000 (18:36 +0000)] 
font and system conversion functions for wxMac

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

20 years agoadded all standard mac encodings
Stefan Csomor [Thu, 22 Jan 2004 18:32:50 +0000 (18:32 +0000)] 
added all standard mac encodings

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

20 years agoimplemented SetSelection
Vadim Zeitlin [Thu, 22 Jan 2004 15:20:34 +0000 (15:20 +0000)] 
implemented SetSelection

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

20 years agopreselect the text in the dialog to allow replacing it easier (just as in the text...
Vadim Zeitlin [Thu, 22 Jan 2004 15:09:08 +0000 (15:09 +0000)] 
preselect the text in the dialog to allow replacing it easier (just as in the text entry dialog)

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

20 years agoimplemented HitTest() (modified patch 875957)
Vadim Zeitlin [Thu, 22 Jan 2004 14:47:19 +0000 (14:47 +0000)] 
implemented HitTest() (modified patch 875957)

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

20 years agofix what seems to be a big memory leaks in SetPageImage()
Vadim Zeitlin [Thu, 22 Jan 2004 14:39:29 +0000 (14:39 +0000)] 
fix what seems to be a big memory leaks in SetPageImage()

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

20 years agoGerman translations update from Martin Jost (patch 875687)
Vadim Zeitlin [Thu, 22 Jan 2004 14:09:19 +0000 (14:09 +0000)] 
German translations update from Martin Jost (patch 875687)

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

20 years agominimal changes needed to allow linking wxCocoa as shared lib
Vadim Zeitlin [Thu, 22 Jan 2004 13:35:08 +0000 (13:35 +0000)] 
minimal changes needed to allow linking wxCocoa as shared lib

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

20 years agoreplaced (references to) LastError() with GetLastError() (bug 878525)
Vadim Zeitlin [Thu, 22 Jan 2004 12:53:04 +0000 (12:53 +0000)] 
replaced (references to) LastError() with GetLastError() (bug 878525)

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

20 years agouse wxColourDatabase::Find(), not obsolete FindColour(), in wxColour::InitFromName()
Vadim Zeitlin [Thu, 22 Jan 2004 12:16:04 +0000 (12:16 +0000)] 
use wxColourDatabase::Find(), not obsolete FindColour(), in wxColour::InitFromName()

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