]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agocompilation fix
Vadim Zeitlin [Sun, 3 Feb 2002 13:15:47 +0000 (13:15 +0000)] 
compilation fix

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

22 years agooops, Clone/CreateRefData() were not overridden in wxRegion as intended
Vadim Zeitlin [Sun, 3 Feb 2002 12:31:32 +0000 (12:31 +0000)] 
oops, Clone/CreateRefData() were not overridden in wxRegion as intended

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

22 years agoadded asserts to Clone/CreateRefData()
Vadim Zeitlin [Sun, 3 Feb 2002 12:30:40 +0000 (12:30 +0000)] 
added asserts to Clone/CreateRefData()

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

22 years agoAdded isql.h and isqlext.h to the "Base" target
George Tasker [Sun, 3 Feb 2002 12:25:46 +0000 (12:25 +0000)] 
Added isql.h and isqlext.h to the "Base" target

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

22 years agofixed wxRegion::Offset() to not modify the shared regions
Vadim Zeitlin [Sun, 3 Feb 2002 11:49:31 +0000 (11:49 +0000)] 
fixed wxRegion::Offset() to not modify the shared regions

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

22 years agowxXRC cleanup: removed .xmlbin format
Václav Slavík [Sat, 2 Feb 2002 23:17:38 +0000 (23:17 +0000)] 
wxXRC cleanup: removed .xmlbin format

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

22 years agoadded cur and ico formats to the sample
Václav Slavík [Sat, 2 Feb 2002 23:16:09 +0000 (23:16 +0000)] 
added cur and ico formats to the sample

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

22 years agogenerated makefiles no longer contain information about when they were generated
Václav Slavík [Sat, 2 Feb 2002 23:15:23 +0000 (23:15 +0000)] 
generated makefiles no longer contain information about when they were generated
(you can still get this information from CVS/Entries and there will be fewer bogus revisions)

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

22 years agochanged wxFileName::Normalize signature to allow or-combination of flags and reverted...
Václav Slavík [Sat, 2 Feb 2002 23:14:45 +0000 (23:14 +0000)] 
changed wxFileName::Normalize signature to allow or-combination of flags and reverted Julian's hack-fix to wxTextFile

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

22 years agoadded more commands for moving the logical origin
Vadim Zeitlin [Sat, 2 Feb 2002 16:08:48 +0000 (16:08 +0000)] 
added more commands for moving the logical origin

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

22 years ago1. fixed bug in wxDC::SetMapMode() which broke the scrolling
Vadim Zeitlin [Sat, 2 Feb 2002 16:08:14 +0000 (16:08 +0000)] 
1. fixed bug in wxDC::SetMapMode() which broke the scrolling
2. some cleanups in wxDC code
3. SetAxisOrientation() still doesn't work...

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

22 years agocorrection for compilation with ProjectBuilder
Gilles Depeyrot [Sat, 2 Feb 2002 13:34:09 +0000 (13:34 +0000)] 
correction for compilation with ProjectBuilder

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

22 years agowxCommand is in cmdproc.h (SourceForge patch #511506)
Gilles Depeyrot [Sat, 2 Feb 2002 13:21:40 +0000 (13:21 +0000)] 
wxCommand is in cmdproc.h (SourceForge patch #511506)

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

22 years agoA little cleanup for this demo
Robin Dunn [Sat, 2 Feb 2002 01:10:06 +0000 (01:10 +0000)] 
A little cleanup for this demo

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

22 years agoShouldn't call SetFont(wxNullFont) any more
Robin Dunn [Sat, 2 Feb 2002 01:09:47 +0000 (01:09 +0000)] 
Shouldn't call SetFont(wxNullFont) any more

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

22 years agowxDC::SetClippingRegion() in wxMSW works like in wxGTK, i.e. combines the given regio...
Vadim Zeitlin [Sat, 2 Feb 2002 00:40:45 +0000 (00:40 +0000)] 
wxDC::SetClippingRegion() in wxMSW works like in wxGTK, i.e. combines the given region with the old one (also documented this behaviour as the correct one)

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

22 years agowxPyEmptyStr --> wxEmptyString
Robin Dunn [Sat, 2 Feb 2002 00:19:04 +0000 (00:19 +0000)] 
wxPyEmptyStr --> wxEmptyString

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

22 years agowxPyEmptyStr --> wxEmptyString
Robin Dunn [Fri, 1 Feb 2002 23:16:16 +0000 (23:16 +0000)] 
wxPyEmptyStr --> wxEmptyString

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

22 years agoUpdated contrib from Lorne White
Robin Dunn [Fri, 1 Feb 2002 23:14:14 +0000 (23:14 +0000)] 
Updated contrib from Lorne White

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

22 years agobetter log messages for this demo
Robin Dunn [Fri, 1 Feb 2002 23:13:33 +0000 (23:13 +0000)] 
better log messages for this demo

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

22 years agowxDialog::Show has default argument value in wxUniv now
Václav Slavík [Fri, 1 Feb 2002 23:01:47 +0000 (23:01 +0000)] 
wxDialog::Show has default argument value in wxUniv now

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

22 years agowxRootWindow::AcceptsFocus must be const; added wxRTTI for wxRootWindow
Václav Slavík [Fri, 1 Feb 2002 20:22:38 +0000 (20:22 +0000)] 
wxRootWindow::AcceptsFocus must be const; added wxRTTI for wxRootWindow

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

22 years agocompilation fix
Václav Slavík [Fri, 1 Feb 2002 20:22:17 +0000 (20:22 +0000)] 
compilation fix

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

22 years agoremoved GetString(), it doesn't belong here
Vadim Zeitlin [Fri, 1 Feb 2002 19:30:01 +0000 (19:30 +0000)] 
removed GetString(), it doesn't belong here

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

22 years agoAdded missing '!' to HasCapture() in window.cpp
Julian Smart [Fri, 1 Feb 2002 17:34:48 +0000 (17:34 +0000)] 
Added missing '!' to HasCapture() in window.cpp

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

22 years agoMakefile and mod def updates. Compile bug in Choice fixed.
David Webster [Fri, 1 Feb 2002 15:50:29 +0000 (15:50 +0000)] 
Makefile and mod def updates.  Compile bug in Choice fixed.

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

22 years agomade wxCondition::Signal() queue the signals generated while there were no waiters...
Vadim Zeitlin [Fri, 1 Feb 2002 15:43:37 +0000 (15:43 +0000)] 
made wxCondition::Signal() queue the signals generated while there were no waiters and documented this behaviour

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

22 years agosome really ancient tips updated, mention make problems and flex version minimal...
Vadim Zeitlin [Fri, 1 Feb 2002 15:30:02 +0000 (15:30 +0000)] 
some really ancient tips updated, mention make problems and flex version minimal requirments

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

22 years agovarious minor fixes to wxHashMap: compilation warnings suppressed, use calloc() inste...
Vadim Zeitlin [Fri, 1 Feb 2002 14:58:55 +0000 (14:58 +0000)] 
various minor fixes to wxHashMap: compilation warnings suppressed, use calloc() instead of new[]

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

22 years agoGot rid of the bad EOLs.
David Webster [Fri, 1 Feb 2002 14:11:34 +0000 (14:11 +0000)] 
Got rid of the bad EOLs.

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

22 years agofixed Show() doc, added Hide()
Vadim Zeitlin [Fri, 1 Feb 2002 12:24:05 +0000 (12:24 +0000)] 
fixed Show() doc, added Hide()

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

22 years agoadded default value for Show() argument
Vadim Zeitlin [Fri, 1 Feb 2002 12:21:40 +0000 (12:21 +0000)] 
added default value for Show() argument

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

22 years agono message
David Webster [Fri, 1 Feb 2002 03:28:28 +0000 (03:28 +0000)] 
no message

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

22 years agoFix for bug #511057
Robin Dunn [Fri, 1 Feb 2002 02:48:21 +0000 (02:48 +0000)] 
Fix for bug #511057

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

22 years agoadded wx type info macros for wxFSFile
Robin Dunn [Fri, 1 Feb 2002 02:08:19 +0000 (02:08 +0000)] 
added wx type info macros for wxFSFile

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

22 years agofixed compile bug for when threads are turned off
Robin Dunn [Fri, 1 Feb 2002 01:18:46 +0000 (01:18 +0000)] 
fixed compile bug for when threads are turned off

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

22 years agotest wxRegion::Offset()
Vadim Zeitlin [Fri, 1 Feb 2002 00:25:07 +0000 (00:25 +0000)] 
test wxRegion::Offset()

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

22 years agoApplied hash copy fix, BC++ makefile fix (though not the lib setup.h one we need...
Julian Smart [Thu, 31 Jan 2002 23:13:06 +0000 (23:13 +0000)] 
Applied hash copy fix, BC++ makefile fix (though not the lib setup.h one we need to do).

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

22 years agoLots of fixes for scrolling
David Webster [Thu, 31 Jan 2002 22:48:09 +0000 (22:48 +0000)] 
Lots of fixes for scrolling

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

22 years agoApplied status bar sample patch to toggle status bar
Julian Smart [Thu, 31 Jan 2002 22:45:34 +0000 (22:45 +0000)] 
Applied status bar sample patch to toggle status bar

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

22 years agoApplied wxImage -> wxCursor patch, tool window event table fix
Julian Smart [Thu, 31 Jan 2002 22:11:06 +0000 (22:11 +0000)] 
Applied wxImage -> wxCursor patch, tool window event table fix

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

22 years agoApplied wxPoem, wxSystemSettings, sizing, install doc patches
Julian Smart [Thu, 31 Jan 2002 21:58:34 +0000 (21:58 +0000)] 
Applied wxPoem, wxSystemSettings, sizing, install doc patches

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

22 years agodon't return HTCLIENT for radiobox - this breaks redrawing under Windows XP
Vadim Zeitlin [Thu, 31 Jan 2002 21:48:25 +0000 (21:48 +0000)] 
don't return HTCLIENT for radiobox - this breaks redrawing under Windows XP

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

22 years agoApplied patch to reset pointer
Julian Smart [Thu, 31 Jan 2002 21:27:53 +0000 (21:27 +0000)] 
Applied patch to reset pointer

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

22 years agoRegenerated FL docs; applied patch [ #511363 ] Dialogs no longer need wx.rc
Julian Smart [Thu, 31 Jan 2002 20:57:31 +0000 (20:57 +0000)] 
Regenerated FL docs; applied patch [ #511363 ] Dialogs no longer need wx.rc

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

22 years agoadded wxObject::AllocExclusive() and associated methods
Vadim Zeitlin [Thu, 31 Jan 2002 16:01:09 +0000 (16:01 +0000)] 
added wxObject::AllocExclusive() and associated methods

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

22 years agoimplemented wxRegion::Offset() for MSW and documented it
Vadim Zeitlin [Thu, 31 Jan 2002 16:00:13 +0000 (16:00 +0000)] 
implemented wxRegion::Offset() for MSW and documented it

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

22 years agoCorrected Normalize invocation by casting
Julian Smart [Thu, 31 Jan 2002 12:29:54 +0000 (12:29 +0000)] 
Corrected Normalize invocation by casting

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

22 years agoRemoved wxPATH_NORM_CASE from Normalize or files won't be written
Julian Smart [Thu, 31 Jan 2002 12:25:50 +0000 (12:25 +0000)] 
Removed wxPATH_NORM_CASE from Normalize or files won't be written
back as the same filename.

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

22 years agoAdd WXDLLEXPORT
Mattia Barbon [Wed, 30 Jan 2002 21:43:02 +0000 (21:43 +0000)] 
Add WXDLLEXPORT

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

22 years agoSWIG update for wxMac
Robin Dunn [Wed, 30 Jan 2002 19:20:58 +0000 (19:20 +0000)] 
SWIG update for wxMac

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

22 years agoattempts to make wxCondition::Broadcast() and Signal() work simultaneously - currentl...
Vadim Zeitlin [Wed, 30 Jan 2002 19:11:54 +0000 (19:11 +0000)] 
attempts to make wxCondition::Broadcast() and Signal() work simultaneously - currently they do but something else doesn't

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

22 years ago Added wxRegion::Offset(x,y)
Robert Roebling [Wed, 30 Jan 2002 17:25:18 +0000 (17:25 +0000)] 
  Added wxRegion::Offset(x,y)
  Go to plan B: wxWindow::Scroll() now moved the
    m_updateRegion for later processing.

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

22 years agoignore the icon option in Netscape mime.type file
Vadim Zeitlin [Wed, 30 Jan 2002 16:38:30 +0000 (16:38 +0000)] 
ignore the icon option in Netscape mime.type file

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

22 years ago Added various calls to wxWindow::Update() to
Robert Roebling [Wed, 30 Jan 2002 16:01:34 +0000 (16:01 +0000)] 
  Added various calls to wxWindow::Update() to
    wxScrolledWindow. This is ONE solution to
    the redraw problem of the new delayed refresh
    code.

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

22 years ago New Refresh()/Update() behaviour. As expected, scrolling
Robert Roebling [Wed, 30 Jan 2002 15:26:49 +0000 (15:26 +0000)] 
 New Refresh()/Update() behaviour. As expected, scrolling
   messes up the display.

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

22 years agobuild ODBC objects in wxBase build as well if --with-odbc was specified
Vadim Zeitlin [Wed, 30 Jan 2002 13:46:48 +0000 (13:46 +0000)] 
build ODBC objects in wxBase build as well if --with-odbc was specified

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

22 years agoSome changes for new Update/Refresh behaviour. This
Robert Roebling [Wed, 30 Jan 2002 13:23:10 +0000 (13:23 +0000)] 
Some changes for new Update/Refresh behaviour. This
commit actually doesn't change anything. I just cleared
some code and added the new interface. I want this to
be seperate from the commit (if any) that introduces the
new behaviour.

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

22 years agoadded a wxCHECK(index is correct) to GetParam() (fix for patch #510614)
Vadim Zeitlin [Wed, 30 Jan 2002 10:38:44 +0000 (10:38 +0000)] 
added a wxCHECK(index is correct) to GetParam() (fix for patch #510614)

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

22 years agoFinish basic dialog support and some scrolling fixes.
David Webster [Wed, 30 Jan 2002 04:59:05 +0000 (04:59 +0000)] 
Finish basic dialog support and some scrolling fixes.

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

22 years agoRemoved references to helpxlp
Julian Smart [Tue, 29 Jan 2002 23:21:50 +0000 (23:21 +0000)] 
Removed references to helpxlp

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

22 years agoPruned some of txrc.tex; removed redundant helpxlp files.
Julian Smart [Tue, 29 Jan 2002 23:08:49 +0000 (23:08 +0000)] 
Pruned some of txrc.tex; removed redundant helpxlp files.

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

22 years agoadded wxCondition test
Vadim Zeitlin [Tue, 29 Jan 2002 22:50:27 +0000 (22:50 +0000)] 
added wxCondition test

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

22 years agoattempts to make wxCondition::Broadcast() work - it still doesn't
Vadim Zeitlin [Tue, 29 Jan 2002 22:49:13 +0000 (22:49 +0000)] 
attempts to make wxCondition::Broadcast() work - it still doesn't

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

22 years agofix (dos) line endings.
Ron Lee [Tue, 29 Jan 2002 22:41:22 +0000 (22:41 +0000)] 
fix (dos) line endings.

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

22 years agofix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TRANSPARENT (yet).
Ron Lee [Tue, 29 Jan 2002 22:30:57 +0000 (22:30 +0000)] 
fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TRANSPARENT (yet).
(also submitted to win32api maintainers).

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

22 years agoUpdated projects/makefiles
Mattia Barbon [Tue, 29 Jan 2002 21:37:43 +0000 (21:37 +0000)] 
Updated projects/makefiles

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

22 years agoUpdated target list in Makefile
Mattia Barbon [Tue, 29 Jan 2002 21:35:01 +0000 (21:35 +0000)] 
Updated target list in Makefile
Corrected comment in base.t ( creates src/files.lst, not src/common/files.lst )
Added new files to filelist.txt.

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

22 years agoDocumentation for wxHashMap, added deprecation to wxHashTable.
Mattia Barbon [Tue, 29 Jan 2002 21:31:16 +0000 (21:31 +0000)] 
Documentation for wxHashMap, added deprecation to wxHashTable.
Quoted some unquoted _ here and there.

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

22 years agoMSVC5 does not like extern "C" around windows.h .
Mattia Barbon [Tue, 29 Jan 2002 21:30:03 +0000 (21:30 +0000)] 
MSVC5 does not like extern "C" around windows.h .

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

22 years agoFixes some position issues of where to draw heart of the toolbar in the window -...
George Tasker [Tue, 29 Jan 2002 21:27:42 +0000 (21:27 +0000)] 
Fixes some position issues of where to draw heart of the toolbar in the window - Submitted by Hans Van Leemputten

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

22 years agoFixes memory leaks that occur when dragging toolbars around... Dragging a toolbar...
George Tasker [Tue, 29 Jan 2002 21:27:08 +0000 (21:27 +0000)] 
Fixes memory leaks that occur when dragging toolbars around... Dragging a toolbar so that it changes the dock state to reproduce the memory leak in old code - Submitted by Hans Van Leemputten

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

22 years agoNew wxHashMap class.
Mattia Barbon [Tue, 29 Jan 2002 21:26:57 +0000 (21:26 +0000)] 
New wxHashMap class.

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

22 years agoFix for OnSize() redraw problems - Submitted by Hans Van Leemputten
George Tasker [Tue, 29 Jan 2002 21:25:33 +0000 (21:25 +0000)] 
Fix for OnSize() redraw problems - Submitted by Hans Van Leemputten

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

22 years agoadded precisions for GetSize and GetClientSize
Gilles Depeyrot [Tue, 29 Jan 2002 20:49:16 +0000 (20:49 +0000)] 
added precisions for GetSize and GetClientSize

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

22 years agoadded SetAxisOrientation documentation and improved documentation of logical
Gilles Depeyrot [Tue, 29 Jan 2002 20:48:07 +0000 (20:48 +0000)] 
added SetAxisOrientation documentation and improved documentation of logical
to/from device relative coordinate conversions

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

22 years agoUpdated vc.rsp file to include console.dsp
Julian Smart [Tue, 29 Jan 2002 10:32:24 +0000 (10:32 +0000)] 
Updated vc.rsp file to include console.dsp

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

22 years agocorrection for compilation with Apple DevTools
Gilles Depeyrot [Tue, 29 Jan 2002 06:57:31 +0000 (06:57 +0000)] 
correction for compilation with Apple DevTools

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

22 years agoMinor fix for owner drawn menu item.
David Webster [Tue, 29 Jan 2002 04:56:13 +0000 (04:56 +0000)] 
Minor fix for owner drawn menu item.

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

22 years agomake sure some types convert right in XRCed
Robin Dunn [Tue, 29 Jan 2002 01:28:11 +0000 (01:28 +0000)] 
make sure some types convert right in XRCed

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

22 years agoSWIG updates for wxGTK
Robin Dunn [Tue, 29 Jan 2002 01:27:33 +0000 (01:27 +0000)] 
SWIG updates for wxGTK

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

22 years agoUse the new icon for the frame
Robin Dunn [Tue, 29 Jan 2002 00:26:43 +0000 (00:26 +0000)] 
Use the new icon for the frame

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

22 years agoUpdates for recent changes to wx, and some other little tweaks and fixes.
Robin Dunn [Tue, 29 Jan 2002 00:11:38 +0000 (00:11 +0000)] 
Updates for recent changes to wx, and some other little tweaks and fixes.

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

22 years agoPopup Menu processing.
David Webster [Mon, 28 Jan 2002 23:10:25 +0000 (23:10 +0000)] 
Popup Menu processing.

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

22 years agoAdded icons for the demo and for XRCed, and added a shortcut to XRCed
Robin Dunn [Mon, 28 Jan 2002 23:10:22 +0000 (23:10 +0000)] 
Added icons for the demo and for XRCed, and added a shortcut to XRCed
to the program group when installing the dist.

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

22 years agoAdded an option to also ouput a function to create a wxIcon from the data.
Robin Dunn [Mon, 28 Jan 2002 23:08:47 +0000 (23:08 +0000)] 
Added an option to also ouput a function to create a wxIcon from the data.

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

22 years agoFix some compile errors and warnings when using gcc 3
Robin Dunn [Mon, 28 Jan 2002 23:05:47 +0000 (23:05 +0000)] 
Fix some compile errors and warnings when using gcc 3

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

22 years agoFix MinGW compilation.
Mattia Barbon [Mon, 28 Jan 2002 22:37:48 +0000 (22:37 +0000)] 
Fix MinGW compilation.

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

22 years agobridged mapfile native path to filesys url paths for mac
Stefan Csomor [Mon, 28 Jan 2002 21:52:09 +0000 (21:52 +0000)] 
bridged mapfile native path to filesys url paths for mac

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

22 years agoadjusted relative path composition for mac
Stefan Csomor [Mon, 28 Jan 2002 21:50:22 +0000 (21:50 +0000)] 
adjusted relative path composition for mac

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

22 years agocorrected path splitting for mac relative paths
Stefan Csomor [Mon, 28 Jan 2002 21:44:47 +0000 (21:44 +0000)] 
corrected path splitting for mac relative paths

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

22 years agohelp files added
Stefan Csomor [Mon, 28 Jan 2002 21:40:49 +0000 (21:40 +0000)] 
help files added

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

22 years agofor file based help we have mac separators
Stefan Csomor [Mon, 28 Jan 2002 21:38:00 +0000 (21:38 +0000)] 
for file based help we have mac separators

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

22 years agoadded export
Stefan Csomor [Mon, 28 Jan 2002 21:29:40 +0000 (21:29 +0000)] 
added export

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

22 years agochanged the year to 2002
Vadim Zeitlin [Mon, 28 Jan 2002 18:06:51 +0000 (18:06 +0000)] 
changed the year to 2002

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

22 years ago wxDC::Blit(): the source coordinates are logical coordinates
Robert Roebling [Mon, 28 Jan 2002 17:58:36 +0000 (17:58 +0000)] 
  wxDC::Blit(): the source coordinates are logical coordinates
    of the source DC now.

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

22 years agofix for a typo (== instead of =)
Vadim Zeitlin [Mon, 28 Jan 2002 17:57:57 +0000 (17:57 +0000)] 
fix for a typo (== instead of =)

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

22 years agoremoved non existing unzip.h from the filelist.txt and regenerated everything
Vadim Zeitlin [Mon, 28 Jan 2002 16:45:49 +0000 (16:45 +0000)] 
removed non existing unzip.h from the filelist.txt and regenerated everything

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

22 years agowxWindows builds with Solaris and FreeBSD native makes
Vadim Zeitlin [Mon, 28 Jan 2002 16:43:29 +0000 (16:43 +0000)] 
wxWindows builds with Solaris and FreeBSD native makes

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

22 years agofixes to allow compilation with FreeBSD make
Vadim Zeitlin [Mon, 28 Jan 2002 16:19:28 +0000 (16:19 +0000)] 
fixes to allow compilation with FreeBSD make

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