]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoUse NSWindow delegate notification windowWillClose instead of overriding close
David Elliott [Mon, 6 Oct 2003 19:17:11 +0000 (19:17 +0000)] 
Use NSWindow delegate notification windowWillClose instead of overriding close

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

20 years agoremove wxBase files to get rid of RPM's complains about unpackaged files
Václav Slavík [Mon, 6 Oct 2003 19:12:12 +0000 (19:12 +0000)] 
remove wxBase files to get rid of RPM's complains about unpackaged files

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

20 years ago* Add bool parameter to WindowDidResignKey indicating whether the menu bar
David Elliott [Mon, 6 Oct 2003 18:54:59 +0000 (18:54 +0000)] 
* Add bool parameter to WindowDidResignKey indicating whether the menu bar
  should be changed to the common menubar or remain installed.
* Add back some assertions to ensure the code is working as intended.

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

20 years ago Compilo.
Robert Roebling [Mon, 6 Oct 2003 18:43:45 +0000 (18:43 +0000)] 
 Compilo.

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

20 years ago Implemented wxChoice::SetString()
Robert Roebling [Mon, 6 Oct 2003 18:09:20 +0000 (18:09 +0000)] 
  Implemented wxChoice::SetString()

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

20 years agoMoved wxCocoa specific doIdle method to application delegate object
David Elliott [Mon, 6 Oct 2003 17:12:43 +0000 (17:12 +0000)] 
Moved wxCocoa specific doIdle method to application delegate object

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

20 years agoShow how to get the right position for HitTest from a mouse event position
Robin Dunn [Mon, 6 Oct 2003 16:53:31 +0000 (16:53 +0000)] 
Show how to get the right position for HitTest from a mouse event position

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

20 years ago Fixed bitmap problem reported last week.
Robert Roebling [Mon, 6 Oct 2003 15:59:54 +0000 (15:59 +0000)] 
  Fixed bitmap problem reported last week.

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

20 years agoUse an application delegate object
David Elliott [Mon, 6 Oct 2003 15:36:11 +0000 (15:36 +0000)] 
Use an application delegate object

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

20 years agoAlways return NO for applicationShouldTerminateAfterLastWindowClosed
David Elliott [Mon, 6 Oct 2003 15:14:11 +0000 (15:14 +0000)] 
Always return NO for applicationShouldTerminateAfterLastWindowClosed

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

20 years agoinstead of ignoring all unknown MIME keywords, ignore only those not starting with...
Vadim Zeitlin [Sun, 5 Oct 2003 19:27:26 +0000 (19:27 +0000)] 
instead of ignoring all unknown MIME keywords, ignore only those not starting with x- (this was always the intended effect but it didn't work like this)

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

20 years agoremoved extra virtual
Vadim Zeitlin [Sun, 5 Oct 2003 15:18:45 +0000 (15:18 +0000)] 
removed extra virtual

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

20 years agoFix to detection of gcc version on OS/2.
Stefan Neis [Sun, 5 Oct 2003 12:49:13 +0000 (12:49 +0000)] 
Fix to detection of gcc version on OS/2.

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

20 years agoCompilation fix.
Stefan Neis [Sun, 5 Oct 2003 12:36:59 +0000 (12:36 +0000)] 
Compilation fix.

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

20 years agodon't build the GUI version of tex2rtf wif --disable-gui
Václav Slavík [Sat, 4 Oct 2003 22:44:22 +0000 (22:44 +0000)] 
don't build the GUI version of tex2rtf wif --disable-gui

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

20 years agoadded gettext plural forms support (patch #785660 with modifications)
Václav Slavík [Sat, 4 Oct 2003 22:43:46 +0000 (22:43 +0000)] 
added gettext plural forms support (patch #785660 with modifications)

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

20 years agotex2rtf builds in wxBase, too
Václav Slavík [Sat, 4 Oct 2003 22:43:01 +0000 (22:43 +0000)] 
tex2rtf  builds in wxBase, too

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

20 years agoadded Czech translation to the sample
Václav Slavík [Sat, 4 Oct 2003 22:42:06 +0000 (22:42 +0000)] 
added Czech translation to the sample

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

20 years agocopy catalogs to builddir
Václav Slavík [Sat, 4 Oct 2003 22:39:07 +0000 (22:39 +0000)] 
copy catalogs to builddir

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

20 years agoadded gettext plural forms support (patch #785660 with modifications)
Václav Slavík [Sat, 4 Oct 2003 22:38:00 +0000 (22:38 +0000)] 
added gettext plural forms support (patch #785660 with modifications)

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

20 years agofixed misgenerated makefiles
Václav Slavík [Sat, 4 Oct 2003 17:57:33 +0000 (17:57 +0000)] 
fixed misgenerated makefiles

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

20 years agoregenerated makefiles
Václav Slavík [Sat, 4 Oct 2003 13:49:34 +0000 (13:49 +0000)] 
regenerated makefiles

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

20 years agoregenerated with DESTDIR fixes
Václav Slavík [Sat, 4 Oct 2003 09:10:20 +0000 (09:10 +0000)] 
regenerated with DESTDIR fixes

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

20 years agoapplied bug fix
Stefan Csomor [Sat, 4 Oct 2003 08:26:05 +0000 (08:26 +0000)] 
applied bug fix

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

20 years agoAdd some WXDLLIMPEXP's
Robin Dunn [Sat, 4 Oct 2003 03:00:46 +0000 (03:00 +0000)] 
Add some WXDLLIMPEXP's

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

20 years agofixed inconsistencies with indices in wxTE_RICH2 controls (remove CRs when streaming...
Vadim Zeitlin [Sat, 4 Oct 2003 00:21:54 +0000 (00:21 +0000)] 
fixed inconsistencies with indices in wxTE_RICH2 controls (remove CRs when streaming text out now)

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

20 years agofixed horrible flicker and 100 CPU usage (text ctrl was being updated all the time)
Vadim Zeitlin [Sat, 4 Oct 2003 00:19:35 +0000 (00:19 +0000)] 
fixed horrible flicker and 100 CPU usage (text ctrl was being updated all the time)

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

20 years agofixed wxMOUSE_BTN_XXX values, use them instead of hard coded constants
Vadim Zeitlin [Fri, 3 Oct 2003 22:22:59 +0000 (22:22 +0000)] 
fixed wxMOUSE_BTN_XXX values, use them instead of hard coded constants

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

20 years agoAdded more meta-data for PyPi
Robin Dunn [Fri, 3 Oct 2003 19:51:12 +0000 (19:51 +0000)] 
Added more meta-data for PyPi

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

20 years agofixed memory leak (#817324)
Václav Slavík [Fri, 3 Oct 2003 18:30:38 +0000 (18:30 +0000)] 
fixed memory leak (#817324)

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

20 years agoFixed usage of uninitialized variable.
Stefan Neis [Fri, 3 Oct 2003 17:03:52 +0000 (17:03 +0000)] 
Fixed usage of uninitialized variable.

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

20 years agoFixed typo.
Stefan Neis [Fri, 3 Oct 2003 17:01:06 +0000 (17:01 +0000)] 
Fixed typo.

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

20 years agoAdded dummies for Enable and SetDelay.
Stefan Neis [Fri, 3 Oct 2003 16:58:17 +0000 (16:58 +0000)] 
Added dummies for Enable and SetDelay.

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

20 years agoOnly use unicode format when unicode support is enabled.
Stefan Neis [Fri, 3 Oct 2003 16:56:58 +0000 (16:56 +0000)] 
Only use unicode format when unicode support is enabled.

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

20 years agoAdded Unix implementation of platform specific files for OS/2.
Stefan Neis [Fri, 3 Oct 2003 16:03:03 +0000 (16:03 +0000)] 
Added Unix implementation of platform specific files for OS/2.

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

20 years agofixed utils.bkl to include all utils
Václav Slavík [Fri, 3 Oct 2003 15:52:48 +0000 (15:52 +0000)] 
fixed utils.bkl to include all utils

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

20 years agofix wxLongLong values printinf for MGL and for wxUSE_LONGLONG_WX case
Vadim Zeitlin [Fri, 3 Oct 2003 15:08:49 +0000 (15:08 +0000)] 
fix wxLongLong values printinf for MGL and for wxUSE_LONGLONG_WX case

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

20 years agoRemoved MainLoop, ExitMainLoop, Pending, and Dispatch
David Elliott [Fri, 3 Oct 2003 13:15:56 +0000 (13:15 +0000)] 
Removed MainLoop, ExitMainLoop, Pending, and Dispatch

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

20 years agoAdded src/cocoa/evtloop.mm
David Elliott [Fri, 3 Oct 2003 13:12:52 +0000 (13:12 +0000)] 
Added src/cocoa/evtloop.mm

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

20 years agoExtremely simple implementation of wxEventLoop using wxGTK as a skeleton
David Elliott [Fri, 3 Oct 2003 13:05:42 +0000 (13:05 +0000)] 
Extremely simple implementation of wxEventLoop using wxGTK as a skeleton

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

20 years agouse soft links, not hard links for data files
Václav Slavík [Fri, 3 Oct 2003 12:09:36 +0000 (12:09 +0000)] 
use soft links, not hard links for data files

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

20 years agofixed incorrect output of wx-config --libs for wxBAse
Václav Slavík [Fri, 3 Oct 2003 12:07:57 +0000 (12:07 +0000)] 
fixed incorrect output of wx-config --libs for wxBAse

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

20 years agofixed off by 1 in new GetRange() for wxTE_RICH2 controls
Vadim Zeitlin [Thu, 2 Oct 2003 22:45:10 +0000 (22:45 +0000)] 
fixed off by 1 in new GetRange() for wxTE_RICH2 controls

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

20 years agofixed (harmless) mem leak when wxUSE_THREADS == 0
Vadim Zeitlin [Thu, 2 Oct 2003 21:01:18 +0000 (21:01 +0000)] 
fixed (harmless) mem leak when wxUSE_THREADS == 0

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

20 years agoCorrectly bracketed initializers.
Stefan Neis [Thu, 2 Oct 2003 18:08:25 +0000 (18:08 +0000)] 
Correctly bracketed initializers.

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

20 years agoAdded a const to be consistent with the generic class
Robin Dunn [Thu, 2 Oct 2003 16:51:36 +0000 (16:51 +0000)] 
Added a const to be consistent with the generic class

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

20 years agoSwitches OS/2 back to generic ListCtrl and TreeCtrl as those compile and
Stefan Neis [Thu, 2 Oct 2003 16:50:41 +0000 (16:50 +0000)] 
Switches OS/2 back to generic ListCtrl and TreeCtrl as those compile and
        link at least (and problems with generic controls needs fixing anyway).

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

20 years agoinclude "wx/encinfo.h" for wxNativeEncodingInfo
David Elliott [Thu, 2 Oct 2003 16:15:31 +0000 (16:15 +0000)] 
include "wx/encinfo.h" for wxNativeEncodingInfo

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

20 years agofix for DMC bug reading JPEGs
Chris Elliott [Thu, 2 Oct 2003 15:53:14 +0000 (15:53 +0000)] 
fix for DMC bug reading JPEGs

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

20 years agodon't lose encoding information when getting/setting the text in the control
Vadim Zeitlin [Thu, 2 Oct 2003 12:24:45 +0000 (12:24 +0000)] 
don't lose encoding information when getting/setting the text in the control

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

20 years agoregenerated the images
Robin Dunn [Thu, 2 Oct 2003 04:26:33 +0000 (04:26 +0000)] 
regenerated the images

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

20 years agoA huge glob of changes in the 2.4 branch merged over to HEAD
Robin Dunn [Thu, 2 Oct 2003 00:58:06 +0000 (00:58 +0000)] 
A huge glob of changes in the 2.4 branch merged over to HEAD

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

20 years agonewevent helpers
Robin Dunn [Wed, 1 Oct 2003 23:30:43 +0000 (23:30 +0000)] 
newevent helpers

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

20 years agomakedocs script now also crunches through some of the contribs docs
Robin Dunn [Wed, 1 Oct 2003 23:29:54 +0000 (23:29 +0000)] 
makedocs script now also crunches through some of the contribs docs

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

20 years agoAdded listbook demo and also some other demo tweaks
Robin Dunn [Wed, 1 Oct 2003 23:28:31 +0000 (23:28 +0000)] 
Added listbook demo and also some other demo tweaks

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

20 years agoInsure that top level windows will be at least visible
Stefan Neis [Wed, 1 Oct 2003 21:50:56 +0000 (21:50 +0000)] 
Insure that top level windows will be at least visible
        when relying on default size.

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

20 years agoAdded MarkDirty implementation for MultiLine Edit controls.
Stefan Neis [Wed, 1 Oct 2003 21:23:04 +0000 (21:23 +0000)] 
Added MarkDirty implementation for MultiLine Edit controls.

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

20 years agomention Spanish translations update
Vadim Zeitlin [Wed, 1 Oct 2003 20:48:44 +0000 (20:48 +0000)] 
mention Spanish translations update

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

20 years agoupdate from JSJ
Vadim Zeitlin [Wed, 1 Oct 2003 20:45:15 +0000 (20:45 +0000)] 
update from JSJ

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

20 years agoadded translation to Afrikaans (Petri Jooste)
Vadim Zeitlin [Wed, 1 Oct 2003 18:51:17 +0000 (18:51 +0000)] 
added translation to Afrikaans (Petri Jooste)

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

20 years agofixed accelerators in wxGTK if NumLock is active (bug #723379)
Václav Slavík [Wed, 1 Oct 2003 17:05:06 +0000 (17:05 +0000)] 
fixed accelerators in wxGTK if NumLock is active (bug #723379)

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

20 years ago More wxMac compilation fixes.
Mattia Barbon [Wed, 1 Oct 2003 16:43:17 +0000 (16:43 +0000)] 
  More wxMac compilation fixes.

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

20 years agowxInetFSHandler
Václav Slavík [Wed, 1 Oct 2003 15:16:20 +0000 (15:16 +0000)] 
wxInetFSHandler

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

20 years ago More (blind) wxMac configtool compilation fixes.
Mattia Barbon [Wed, 1 Oct 2003 11:51:42 +0000 (11:51 +0000)] 
  More (blind) wxMac configtool compilation fixes.

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

20 years agofixed file: protocol for filenames with space (patch #815772)
Václav Slavík [Wed, 1 Oct 2003 11:47:30 +0000 (11:47 +0000)] 
fixed file: protocol for filenames with space (patch #815772)

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

20 years agowx resource file must be linked into executables on OS/2
Václav Slavík [Wed, 1 Oct 2003 10:23:27 +0000 (10:23 +0000)] 
wx resource file must be linked into executables on OS/2

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

20 years agomention wxChoice::Delete() change in wxGTK
Vadim Zeitlin [Tue, 30 Sep 2003 22:28:55 +0000 (22:28 +0000)] 
mention wxChoice::Delete() change in wxGTK

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

20 years agoand now it even compiles
Vadim Zeitlin [Tue, 30 Sep 2003 22:26:47 +0000 (22:26 +0000)] 
and now it even compiles

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

20 years agomake Delete() work in presence of client data
Vadim Zeitlin [Tue, 30 Sep 2003 22:24:06 +0000 (22:24 +0000)] 
make Delete() work in presence of client data

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

20 years agocompilation fix after last commit
Vadim Zeitlin [Tue, 30 Sep 2003 22:14:20 +0000 (22:14 +0000)] 
compilation fix after last commit

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

20 years ago Blinf wxMac compilation fix.
Mattia Barbon [Tue, 30 Sep 2003 21:22:56 +0000 (21:22 +0000)] 
  Blinf wxMac compilation fix.

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

20 years agoVarious changes needed to get up to date with current CVS
Robin Dunn [Tue, 30 Sep 2003 21:04:25 +0000 (21:04 +0000)] 
Various changes needed to get up to date with current CVS

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

20 years agoCorrectly bracketed initializers.
Stefan Neis [Tue, 30 Sep 2003 20:22:16 +0000 (20:22 +0000)] 
Correctly bracketed initializers.

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

20 years agoModal dialogs now correctly use wxEventLoop.
Stefan Neis [Tue, 30 Sep 2003 20:13:51 +0000 (20:13 +0000)] 
Modal dialogs now correctly use wxEventLoop.

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

20 years agoFixed compilation problem.
Stefan Neis [Tue, 30 Sep 2003 19:56:23 +0000 (19:56 +0000)] 
Fixed compilation problem.

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

20 years agoFixed compilation problem.
Stefan Neis [Tue, 30 Sep 2003 19:13:53 +0000 (19:13 +0000)] 
Fixed compilation problem.

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

20 years agoproperly quote characters when streaming out XML properties
Václav Slavík [Tue, 30 Sep 2003 19:08:28 +0000 (19:08 +0000)] 
properly quote characters when streaming out XML properties

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

20 years agoFixed bad merge...
Robin Dunn [Tue, 30 Sep 2003 19:07:59 +0000 (19:07 +0000)] 
Fixed bad merge...

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

20 years agoMore AutoComplete crash fixes
Robin Dunn [Tue, 30 Sep 2003 19:04:03 +0000 (19:04 +0000)] 
More AutoComplete crash fixes

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

20 years agoXML code fixes (patch #815196)
Václav Slavík [Tue, 30 Sep 2003 18:36:05 +0000 (18:36 +0000)] 
XML code fixes (patch #815196)

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

20 years agofixed typo
Stefan Csomor [Tue, 30 Sep 2003 15:52:50 +0000 (15:52 +0000)] 
fixed typo

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

20 years agouse wxEvent::ShouldPropagate() instead of its own propgation control mechanism in...
Vadim Zeitlin [Tue, 30 Sep 2003 12:49:56 +0000 (12:49 +0000)] 
use wxEvent::ShouldPropagate() instead of its own propgation control mechanism in wxNavigationKeyEvent (patch 814644)

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

20 years agoUnicode fixes for Watcom (part of patch 813225)
Vadim Zeitlin [Tue, 30 Sep 2003 12:41:46 +0000 (12:41 +0000)] 
Unicode fixes for Watcom (part of patch 813225)

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

20 years agono real changes
Vadim Zeitlin [Tue, 30 Sep 2003 12:33:28 +0000 (12:33 +0000)] 
no real changes

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

20 years agodon't draw raised border around disabled bitmaps (patch 814745)
Vadim Zeitlin [Tue, 30 Sep 2003 12:29:34 +0000 (12:29 +0000)] 
don't draw raised border around disabled bitmaps (patch 814745)

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

20 years agotreat 0xc0c0c0 as transparent colour by default
Vadim Zeitlin [Tue, 30 Sep 2003 12:26:42 +0000 (12:26 +0000)] 
treat 0xc0c0c0 as transparent colour by default

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

20 years agoupgraded bakefile to empy-3.1.1, it has more readable templates syntax
Václav Slavík [Tue, 30 Sep 2003 06:30:24 +0000 (06:30 +0000)] 
upgraded bakefile to empy-3.1.1, it has more readable templates syntax

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

20 years agounused params warnings fixes
Vadim Zeitlin [Tue, 30 Sep 2003 00:29:04 +0000 (00:29 +0000)] 
unused params warnings fixes

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

20 years agoShould not delete colours that come from the wxColourDatabase
Robin Dunn [Mon, 29 Sep 2003 17:42:18 +0000 (17:42 +0000)] 
Should not delete colours that come from the wxColourDatabase

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

20 years agosupport creating larger minidumps; support WX_CRASH_FLAGS env var
Vadim Zeitlin [Mon, 29 Sep 2003 17:14:52 +0000 (17:14 +0000)] 
support creating larger minidumps; support WX_CRASH_FLAGS env var

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

20 years ago (Blind) compilation fix for Sun compiler.
Mattia Barbon [Mon, 29 Sep 2003 15:18:35 +0000 (15:18 +0000)] 
  (Blind) compilation fix for Sun compiler.

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

20 years agofixes in cleanup of DDE servers: don't delete them ourseleves (this is inconsistent...
Vadim Zeitlin [Mon, 29 Sep 2003 12:05:49 +0000 (12:05 +0000)] 
fixes in cleanup of DDE servers: don't delete them ourseleves (this is inconsistent with socket IPC classes); do check that they're all destroyed before DDE is shut down

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

20 years agoreversed order of configurations to make the IDE happy about the default one
Václav Slavík [Sun, 28 Sep 2003 18:38:11 +0000 (18:38 +0000)] 
reversed order of configurations to make the IDE happy about the default one

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

20 years agocompile db sample conditionally only if odbc support was built
Václav Slavík [Sun, 28 Sep 2003 18:23:23 +0000 (18:23 +0000)] 
compile db sample conditionally only if odbc support was built

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

20 years agoreverted strange and IMO unnecessary OFN_OVERWRITEPROMPT emulation (bug 812346)
Vadim Zeitlin [Sun, 28 Sep 2003 18:12:26 +0000 (18:12 +0000)] 
reverted strange and IMO unnecessary OFN_OVERWRITEPROMPT emulation (bug 812346)

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

20 years agoSetValue() takes just bool, not const bool
Vadim Zeitlin [Sun, 28 Sep 2003 18:01:42 +0000 (18:01 +0000)] 
SetValue() takes just bool, not const bool

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

20 years agoSetValue() takes just bool, not const bool
Vadim Zeitlin [Sun, 28 Sep 2003 17:51:11 +0000 (17:51 +0000)] 
SetValue() takes just bool, not const bool

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

20 years agoadded displayx11.{cpp,h}
Václav Slavík [Sun, 28 Sep 2003 16:05:23 +0000 (16:05 +0000)] 
added displayx11.{cpp,h}

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

20 years ago MinGW compilation fixes.
Mattia Barbon [Sun, 28 Sep 2003 13:57:52 +0000 (13:57 +0000)] 
  MinGW compilation fixes.

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

20 years ago (Blind) wxMotif compilation fix.
Mattia Barbon [Sun, 28 Sep 2003 13:53:07 +0000 (13:53 +0000)] 
  (Blind) wxMotif compilation fix.

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