]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years ago Compilation fixes for wxUSE_STL == 1 and for wxUSE_UNICODE == 1.
Mattia Barbon [Sun, 23 Nov 2003 08:16:36 +0000 (08:16 +0000)] 
  Compilation fixes for wxUSE_STL == 1 and for wxUSE_UNICODE == 1.

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

20 years ago New wxHashTable implementation when wxUSE_STL == 1. Replaces
Mattia Barbon [Sun, 23 Nov 2003 08:12:34 +0000 (08:12 +0000)] 
  New wxHashTable implementation when wxUSE_STL == 1. Replaces
the old implementation based upon wxHashMap. Removed support
for wxHashTable in wxHashMap.
  Rationale: using wxHashMap for wxHashTable implementation required
special support in wxHashMap. This precluded using STL-provided
hash_map to implement wxHashMap. This new implementation does not
use keyed wxList interface and should be almost totally compatible
with the old non-STL wxHashTable.

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

20 years ago Compilation fix.
Mattia Barbon [Sun, 23 Nov 2003 08:04:10 +0000 (08:04 +0000)] 
  Compilation fix.

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

20 years agoreSWIGged
Robin Dunn [Sun, 23 Nov 2003 01:34:16 +0000 (01:34 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 22 Nov 2003 23:26:43 +0000 (23:26 +0000)] 
reSWIGged

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

20 years agoLots of little bug fixes, API updates, etc.
Robin Dunn [Sat, 22 Nov 2003 22:57:49 +0000 (22:57 +0000)] 
Lots of little bug fixes, API updates, etc.

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

20 years agoVersion number
Robin Dunn [Sat, 22 Nov 2003 22:55:43 +0000 (22:55 +0000)] 
Version number

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

20 years agofixed HAVE_STD_WSTRING test
Vadim Zeitlin [Sat, 22 Nov 2003 22:45:36 +0000 (22:45 +0000)] 
fixed HAVE_STD_WSTRING test

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

20 years agoUses wxSystemSettings for colour when there is no window
Robin Dunn [Sat, 22 Nov 2003 22:15:35 +0000 (22:15 +0000)] 
Uses wxSystemSettings for colour when there is no window

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

20 years agoForgot to remove the debug prints
Robin Dunn [Sat, 22 Nov 2003 21:16:46 +0000 (21:16 +0000)] 
Forgot to remove the debug prints

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

20 years agoFix problems with the wxHtmpTagHandler wrappers and related
Robin Dunn [Sat, 22 Nov 2003 21:08:20 +0000 (21:08 +0000)] 
Fix problems with the wxHtmpTagHandler wrappers and related

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

20 years ago Compilation fix.
Mattia Barbon [Fri, 21 Nov 2003 22:49:12 +0000 (22:49 +0000)] 
  Compilation fix.

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

20 years agoapplied SF patch #846732 file dialog long filename support
Gilles Depeyrot [Fri, 21 Nov 2003 21:01:03 +0000 (21:01 +0000)] 
applied SF patch #846732 file dialog long filename support

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

20 years agoreSWIGged
Robin Dunn [Fri, 21 Nov 2003 20:58:50 +0000 (20:58 +0000)] 
reSWIGged

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

20 years agoBecause of some differences in class heirarchy there are a few
Robin Dunn [Fri, 21 Nov 2003 20:50:36 +0000 (20:50 +0000)] 
Because of some differences in class heirarchy there are a few
differences in generated code for the ogl and gizmos extensions, so
use separate dirs for them like the core does.

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

20 years agoUpdated the devel doc as the wxPy_newswig branch is not needed any more.
Robin Dunn [Fri, 21 Nov 2003 20:37:51 +0000 (20:37 +0000)] 
Updated the devel doc as the wxPy_newswig branch is not needed any more.

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

20 years agoAdded HTML_FONT_SIZE values
Robin Dunn [Fri, 21 Nov 2003 20:31:01 +0000 (20:31 +0000)] 
Added HTML_FONT_SIZE values

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

20 years agoUpdates for the autodoc/docstring patch, fixes overloaded functions
Robin Dunn [Fri, 21 Nov 2003 17:05:30 +0000 (17:05 +0000)] 
Updates for the autodoc/docstring patch, fixes overloaded functions
where one or more of them have a specific autodoc (not "0" or "1")

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

20 years agoLots of bup fixes, API updates, etc
Robin Dunn [Fri, 21 Nov 2003 07:39:05 +0000 (07:39 +0000)] 
Lots of bup fixes, API updates, etc

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

20 years agoLots of demo tweaks for API updates, bug fixes and new images for the
Robin Dunn [Fri, 21 Nov 2003 07:36:53 +0000 (07:36 +0000)] 
Lots of demo tweaks for API updates, bug fixes and new images for the
wxListbook demo

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

20 years agoCosmetic cleanup (-1 -> wxID_ANY, TRUE->true).
Dimitri Schoolwerth [Fri, 21 Nov 2003 02:32:48 +0000 (02:32 +0000)] 
Cosmetic cleanup (-1 -> wxID_ANY, TRUE->true).

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

20 years agoApplied patch #845888 (Fixes compilation of regtest sample in Unicode/ANSI, debug...
Dimitri Schoolwerth [Fri, 21 Nov 2003 01:54:43 +0000 (01:54 +0000)] 
Applied patch #845888 (Fixes compilation of regtest sample in Unicode/ANSI, debug/release, MSW/Univ builds of with OpenWatcom, Borland and MinGW); Cosmetic cleanup.

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

20 years agoApplied patch #845884 (Fixes Unicode compilation of stc sample with Watcom).
Dimitri Schoolwerth [Thu, 20 Nov 2003 23:49:18 +0000 (23:49 +0000)] 
Applied patch #845884 (Fixes Unicode compilation of stc sample with Watcom).

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

20 years agoWhen used from wxHtmlListBox it's possible for GetWindow to return NULL.
Robin Dunn [Thu, 20 Nov 2003 23:12:50 +0000 (23:12 +0000)] 
When used from wxHtmlListBox it's possible for GetWindow to return NULL.

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

20 years agoMore docstring updates for OUTPUT parameters
Robin Dunn [Thu, 20 Nov 2003 20:41:31 +0000 (20:41 +0000)] 
More docstring updates for OUTPUT parameters

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

20 years agoFixed gcc compiler warning (size_t was assumed to equal an unsigned int).
Dimitri Schoolwerth [Thu, 20 Nov 2003 18:18:58 +0000 (18:18 +0000)] 
Fixed gcc compiler warning (size_t was assumed to equal an unsigned int).

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

20 years agoApplied patch #845402 ("RichEdit sample fixing and cleaning"); In addition made compi...
Dimitri Schoolwerth [Thu, 20 Nov 2003 17:43:57 +0000 (17:43 +0000)] 
Applied patch #845402 ("RichEdit sample fixing and cleaning"); In addition made compilation with MSVC (nearly) warning free+some more cleaning up.

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

20 years agoMore docstrings.
Robin Dunn [Thu, 20 Nov 2003 01:19:37 +0000 (01:19 +0000)] 
More docstrings.

Fixed wxWave compilation on Linux.

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

20 years agoDon't run SWIG when we're doing a clean
Robin Dunn [Thu, 20 Nov 2003 01:10:20 +0000 (01:10 +0000)] 
Don't run SWIG when we're doing a clean

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

20 years agoFixed repainting problems when resizing window, now using wxFULL_REPAINT_RESIZE flag...
Dimitri Schoolwerth [Wed, 19 Nov 2003 22:39:52 +0000 (22:39 +0000)] 
Fixed repainting problems when resizing window, now using wxFULL_REPAINT_RESIZE flag (At least wxMSW and wxMac had this problem).

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

20 years agoFixed WinCE compilo
Julian Smart [Wed, 19 Nov 2003 22:25:03 +0000 (22:25 +0000)] 
Fixed WinCE compilo

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

20 years agodon't define ngettext, causes problems
Václav Slavík [Wed, 19 Nov 2003 20:51:05 +0000 (20:51 +0000)] 
don't define ngettext, causes problems

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

20 years agoA few minor corrections.
Dimitri Schoolwerth [Wed, 19 Nov 2003 20:11:26 +0000 (20:11 +0000)] 
A few minor corrections.

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

20 years agoImplemented missing pure virt functions (stub functions for now).
Dimitri Schoolwerth [Wed, 19 Nov 2003 19:29:20 +0000 (19:29 +0000)] 
Implemented missing pure virt functions (stub functions for now).

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

20 years agoreSWIGged
Robin Dunn [Wed, 19 Nov 2003 18:38:16 +0000 (18:38 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Wed, 19 Nov 2003 18:17:15 +0000 (18:17 +0000)] 
reSWIGged

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

20 years agoUpdated docstring patch for new SWIG CVS
Robin Dunn [Wed, 19 Nov 2003 17:35:50 +0000 (17:35 +0000)] 
Updated docstring patch for new SWIG CVS

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

20 years agoSWIG Runtime update
Robin Dunn [Wed, 19 Nov 2003 17:32:06 +0000 (17:32 +0000)] 
SWIG Runtime update

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

20 years agoXTI support for checklist
Stefan Csomor [Wed, 19 Nov 2003 16:30:04 +0000 (16:30 +0000)] 
XTI support for checklist

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

20 years agoAdded a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE...
George Tasker [Wed, 19 Nov 2003 14:50:09 +0000 (14:50 +0000)] 
Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE keeping current functional behavior intact)), that will allow the user to override whether a call to getDbInfo() should fail immediately if a data type request reports back that it is unsupported/unavailable
fixed issues with wxDb::DBMS() that were not correctly detecting MySQL databases using MySQL v4.  also removed erroneous/duplicated code in this function that looked like a result of a bad merge at some point

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

20 years agoAdded a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE...
George Tasker [Wed, 19 Nov 2003 14:44:50 +0000 (14:44 +0000)] 
Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE keeping current functional behavior intact)), that will allow the user to override whether a call to getDbInfo() should fail immediately if a data type request reports back that it is unsupported/unavailable

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

20 years agoAdded accessors for m_rowHeights, m_colWidths
Robin Dunn [Wed, 19 Nov 2003 06:42:23 +0000 (06:42 +0000)] 
Added accessors for m_rowHeights, m_colWidths

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

20 years agoTests for FindItemAtPoint
Robin Dunn [Wed, 19 Nov 2003 06:41:33 +0000 (06:41 +0000)] 
Tests for FindItemAtPoint

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

20 years agoShow using GetAtter in wxPyGridTbaleBase
Robin Dunn [Wed, 19 Nov 2003 06:41:12 +0000 (06:41 +0000)] 
Show using GetAtter in wxPyGridTbaleBase

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

20 years agoFix compilation error in gizmos
Robin Dunn [Wed, 19 Nov 2003 06:39:29 +0000 (06:39 +0000)] 
Fix compilation error in gizmos

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

20 years agoreSWIGged
Robin Dunn [Wed, 19 Nov 2003 06:36:16 +0000 (06:36 +0000)] 
reSWIGged

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

20 years agoChanged all TRUE/true --> True and all FALSE/false --> False so the
Robin Dunn [Wed, 19 Nov 2003 06:31:30 +0000 (06:31 +0000)] 
Changed all TRUE/true --> True and all FALSE/false --> False so the
Python docstrings will have the correct case.

Started adding extra docstrings where needed.

Some other little tweaks and fixes.

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

20 years agoCorrect a compile warning
Robin Dunn [Wed, 19 Nov 2003 06:28:39 +0000 (06:28 +0000)] 
Correct a compile warning

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

20 years agoSWIG patch for "autodoc" and "docstring" %features
Robin Dunn [Wed, 19 Nov 2003 06:27:42 +0000 (06:27 +0000)] 
SWIG patch for "autodoc" and "docstring" %features

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

20 years agoWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo.com>
Julian Smart [Tue, 18 Nov 2003 21:25:44 +0000 (21:25 +0000)] 
WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo.com>

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

20 years agoFixed a tex2rtf warning
Robin Dunn [Tue, 18 Nov 2003 21:21:05 +0000 (21:21 +0000)] 
Fixed a tex2rtf warning

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

20 years agoAdded FindItemAtPoint
Robin Dunn [Tue, 18 Nov 2003 21:20:09 +0000 (21:20 +0000)] 
Added FindItemAtPoint

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

20 years agoXMLID -> XRCID, Number -> GetCount, etc.
Roman Rolinsky [Tue, 18 Nov 2003 19:05:45 +0000 (19:05 +0000)] 
XMLID -> XRCID, Number -> GetCount, etc.

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

20 years agoremoved second parameter from GetFirstChild calls
Roman Rolinsky [Tue, 18 Nov 2003 19:04:48 +0000 (19:04 +0000)] 
removed second parameter from GetFirstChild calls

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

20 years agoDon't leave behind trails from glowing OS X button (By extending invisible button...
Dimitri Schoolwerth [Tue, 18 Nov 2003 17:52:25 +0000 (17:52 +0000)] 
Don't leave behind trails from glowing OS X button (By extending invisible button border).

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

20 years agoIgnore ReleaseBuild directory (Created by MSVC's "Win32 Release With Debug Info"...
Dimitri Schoolwerth [Tue, 18 Nov 2003 16:54:13 +0000 (16:54 +0000)] 
Ignore ReleaseBuild directory (Created by MSVC's "Win32 Release With Debug Info" config).

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

20 years agoHorizontally aligned header (Like other technotes).
Dimitri Schoolwerth [Tue, 18 Nov 2003 16:38:48 +0000 (16:38 +0000)] 
Horizontally aligned header (Like other technotes).

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

20 years agoUpdated translation technote to mention Makefile usage under Windows.
Dimitri Schoolwerth [Tue, 18 Nov 2003 16:37:11 +0000 (16:37 +0000)] 
Updated translation technote to mention Makefile usage under Windows.

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

20 years agoBugfix patch from Alberto
Robin Dunn [Mon, 17 Nov 2003 19:57:26 +0000 (19:57 +0000)] 
Bugfix patch from Alberto

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

20 years agoModified wxGetHomeDir to take environment variable HOME into account.
Stefan Neis [Sun, 16 Nov 2003 22:20:41 +0000 (22:20 +0000)] 
Modified wxGetHomeDir to take environment variable HOME into account.

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

20 years agoFixed the code to actually work.
Stefan Neis [Sun, 16 Nov 2003 21:56:50 +0000 (21:56 +0000)] 
Fixed the code to actually work.

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

20 years agowxPopupWindow was not compiled when not using pch.
Dimitri Schoolwerth [Sun, 16 Nov 2003 20:53:10 +0000 (20:53 +0000)] 
wxPopupWindow was not compiled when not using pch.

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

20 years agofixed wx-config together with gcc-3.4
Václav Slavík [Sun, 16 Nov 2003 15:13:17 +0000 (15:13 +0000)] 
fixed wx-config together with gcc-3.4

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

20 years ago Changes corresponding to patch #841324 from Ian Brown:
Mattia Barbon [Sun, 16 Nov 2003 11:28:37 +0000 (11:28 +0000)] 
  Changes corresponding to patch #841324  from Ian Brown:
"GetPosition() returns wrong result for dialog". Moved implementation
from wxFrame to wxTopLevelWindow thus sharing it between wxFrame
and wxDialog.

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

20 years ago Made element layout consistent with wxMSW/wxGTK when
Mattia Barbon [Sun, 16 Nov 2003 11:14:34 +0000 (11:14 +0000)] 
  Made element layout consistent with wxMSW/wxGTK when
radiobox is wider/taller than necessary. Previously
the last element was stretched to fit remaining space.

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

20 years ago Applied changes corresponding to patch #840617.
Mattia Barbon [Sun, 16 Nov 2003 11:07:24 +0000 (11:07 +0000)] 
  Applied changes corresponding to patch #840617.

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

20 years ago Applied patch #840643 from Ian Brown with some modifications:
Mattia Barbon [Sat, 15 Nov 2003 21:12:24 +0000 (21:12 +0000)] 
  Applied patch #840643 from Ian Brown with some modifications:
use DisplayWidth/DIsplayHeight instead of hardcoded values.

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

20 years agoexpand the value of HOME env var in wxGetHomeDir() because it may contain env vars...
Vadim Zeitlin [Sat, 15 Nov 2003 15:42:40 +0000 (15:42 +0000)] 
expand the value of HOME env var in wxGetHomeDir() because it may contain env vars inside it

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

20 years agoiconMove was incorrectly called iconCopy in ctor docs
Vadim Zeitlin [Sat, 15 Nov 2003 15:08:28 +0000 (15:08 +0000)] 
iconMove was incorrectly called iconCopy in ctor docs

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

20 years agoIsAlive/Running() may only be used with joinable threads
Vadim Zeitlin [Sat, 15 Nov 2003 15:05:28 +0000 (15:05 +0000)] 
IsAlive/Running() may only be used with joinable threads

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

20 years agoFixes for previous fixes
Julian Smart [Sat, 15 Nov 2003 10:26:46 +0000 (10:26 +0000)] 
Fixes for previous fixes

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

20 years agoInitial revision; Ignore setup.h.
Dimitri Schoolwerth [Sat, 15 Nov 2003 04:50:56 +0000 (04:50 +0000)] 
Initial revision; Ignore setup.h.

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

20 years agoIgnore isosurf.dat.
Dimitri Schoolwerth [Sat, 15 Nov 2003 04:50:11 +0000 (04:50 +0000)] 
Ignore isosurf.dat.

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

20 years agoFixed Open Watcom compilation of OpenGL samples; Code cleanup.
Dimitri Schoolwerth [Sat, 15 Nov 2003 04:21:10 +0000 (04:21 +0000)] 
Fixed Open Watcom compilation of OpenGL samples; Code cleanup.

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

20 years agoApplied patch #825402 ("Fix for Unicode Open Watcom build of life demo"), second...
Dimitri Schoolwerth [Sat, 15 Nov 2003 01:06:53 +0000 (01:06 +0000)] 
Applied patch #825402 ("Fix for Unicode Open Watcom build of life demo"), second part.

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

20 years agoFixes for later WinCE versions
Julian Smart [Fri, 14 Nov 2003 21:06:21 +0000 (21:06 +0000)] 
Fixes for later WinCE versions

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

20 years agoCorrected semaphores for WinCE >= 3
Julian Smart [Fri, 14 Nov 2003 21:04:17 +0000 (21:04 +0000)] 
Corrected semaphores for WinCE >= 3

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

20 years agoreverted the change to the values of DEFAULT_wxUSE_XXX for the 3rd party libs
Vadim Zeitlin [Fri, 14 Nov 2003 18:05:32 +0000 (18:05 +0000)] 
reverted the change to the values of DEFAULT_wxUSE_XXX for the 3rd party libs

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

20 years agoApplied patch #825402 ("Fix for Unicode Open Watcom build of life demo"); Code cleanup.
Dimitri Schoolwerth [Fri, 14 Nov 2003 17:19:44 +0000 (17:19 +0000)] 
Applied patch #825402 ("Fix for Unicode Open Watcom build of life demo"); Code cleanup.

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

20 years agoInclude wx/file.h in case previous includes don't do it.
Dimitri Schoolwerth [Fri, 14 Nov 2003 15:33:30 +0000 (15:33 +0000)] 
Include wx/file.h in case previous includes don't do it.

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

20 years agoApplied patch #827025 (Removes last warnings from emulator util); Cosmetic cleanup.
Dimitri Schoolwerth [Fri, 14 Nov 2003 13:55:06 +0000 (13:55 +0000)] 
Applied patch #827025 (Removes last warnings from emulator util); Cosmetic cleanup.

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

20 years agoIgnore Watcom build directory.
Dimitri Schoolwerth [Fri, 14 Nov 2003 13:23:52 +0000 (13:23 +0000)] 
Ignore Watcom build directory.

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

20 years agoFixed wxUniv+OpenGL compilation for MSW; Cosmetic cleanup.
Dimitri Schoolwerth [Fri, 14 Nov 2003 12:59:03 +0000 (12:59 +0000)] 
Fixed wxUniv+OpenGL compilation for MSW; Cosmetic cleanup.

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

20 years agoFixed Digital Mars compilation; Cosmetic cleanup.
Dimitri Schoolwerth [Fri, 14 Nov 2003 12:55:25 +0000 (12:55 +0000)] 
Fixed Digital Mars compilation; Cosmetic cleanup.

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

20 years agoRemoved %noautorepr directives
Robin Dunn [Thu, 13 Nov 2003 18:43:39 +0000 (18:43 +0000)] 
Removed %noautorepr directives

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

20 years agoRecent changes in SWIG make this patch no longer necessary
Robin Dunn [Thu, 13 Nov 2003 18:42:38 +0000 (18:42 +0000)] 
Recent changes in SWIG make this patch no longer necessary

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

20 years agowxCocoa: Use the new native MDI implementation instead of generic
David Elliott [Thu, 13 Nov 2003 16:05:24 +0000 (16:05 +0000)] 
wxCocoa: Use the new native MDI implementation instead of generic

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

20 years agoAdded implementation of MDI using top level windows
David Elliott [Thu, 13 Nov 2003 16:03:08 +0000 (16:03 +0000)] 
Added implementation of MDI using top level windows

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

20 years agoAdded a mechanism allowing a toplevel window to delay its deactivation
David Elliott [Thu, 13 Nov 2003 15:13:55 +0000 (15:13 +0000)] 
Added a mechanism allowing a toplevel window to delay its deactivation
event.  This will come in handy for MDI among other things.

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

20 years agoVery lame fix for windows with -1 for a component of position or size
David Elliott [Thu, 13 Nov 2003 14:33:30 +0000 (14:33 +0000)] 
Very lame fix for windows with -1 for a component of position or size

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

20 years agoFix file header and remove unused include "wx/cocoa/mbarman.h"
David Elliott [Thu, 13 Nov 2003 14:28:53 +0000 (14:28 +0000)] 
Fix file header and remove unused include "wx/cocoa/mbarman.h"

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

20 years agoRenamed UpdateWindowMenuBar to UpdateMenuBar and removed unused parameter
David Elliott [Thu, 13 Nov 2003 14:23:07 +0000 (14:23 +0000)] 
Renamed UpdateWindowMenuBar to UpdateMenuBar and removed unused parameter

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

20 years agoMerged the wxPy_newswig branch into the HEAD branch (main trunk)
Robin Dunn [Wed, 12 Nov 2003 21:34:20 +0000 (21:34 +0000)] 
Merged the wxPy_newswig branch into the HEAD branch (main trunk)

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

20 years agoAlways set background colour prior to any HTML rendering (this fixes assert in GTK2...
Václav Slavík [Tue, 11 Nov 2003 13:19:57 +0000 (13:19 +0000)] 
Always set background colour prior to any HTML rendering (this fixes assert in GTK2 build because BgColor of wxHtmlRenderingState was unset=invalid)

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

20 years agopart of DS' change _was_ corrent, restored
Václav Slavík [Tue, 11 Nov 2003 12:35:24 +0000 (12:35 +0000)] 
part of DS' change _was_ corrent, restored

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

20 years agoReally fixed Borland release build warning (without sabotaging code this time).
Dimitri Schoolwerth [Mon, 10 Nov 2003 17:32:04 +0000 (17:32 +0000)] 
Really fixed Borland release build warning (without sabotaging code this time).

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

20 years agoprevious DS' change was broken, reverted
Václav Slavík [Mon, 10 Nov 2003 15:49:46 +0000 (15:49 +0000)] 
previous DS' change was broken, reverted

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

20 years agoadded test for CDATA handling
Václav Slavík [Mon, 10 Nov 2003 15:49:08 +0000 (15:49 +0000)] 
added test for CDATA handling

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

20 years agoAdded wxUnusedVar for Borland and fixed 2 release mode warnings for Borland (patch...
Dimitri Schoolwerth [Mon, 10 Nov 2003 15:17:46 +0000 (15:17 +0000)] 
Added wxUnusedVar for Borland and fixed 2 release mode warnings for Borland (patch #835707); Slight code cleanup.

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

20 years agobakefile cleanup: use consistent way of setting lists
Václav Slavík [Mon, 10 Nov 2003 13:46:12 +0000 (13:46 +0000)] 
bakefile cleanup: use consistent way of setting lists

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