]>
git.saurik.com Git - wxWidgets.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Václav Slavík [Mon, 10 Nov 2003 12:47:46 +0000 (12:47 +0000)]
fixed msvc6prj - missing oleacc library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24506
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 10 Nov 2003 12:46:41 +0000 (12:46 +0000)]
added bakefile's new tag <objects-depend>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24505
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 10 Nov 2003 10:08:49 +0000 (10:08 +0000)]
Removed MGL_ROOT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24504
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 9 Nov 2003 21:43:34 +0000 (21:43 +0000)]
Fix after last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24495
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 9 Nov 2003 21:40:34 +0000 (21:40 +0000)]
Warning fixes and deprecated method elimination from ABX.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24494
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 9 Nov 2003 13:59:50 +0000 (13:59 +0000)]
addedd support for <pre width=...>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24493
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 9 Nov 2003 12:27:42 +0000 (12:27 +0000)]
fixed wxConvLocal to work with C locale (and probably some others)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24492
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 9 Nov 2003 12:09:13 +0000 (12:09 +0000)]
prevent deadlock in wxCSConv::DoCreate if it fails for wxConvLocal -- ugly but works
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24491
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Sat, 8 Nov 2003 19:40:29 +0000 (19:40 +0000)]
Fixed MSVC warnings from Win32 Unicode Release build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24487
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 8 Nov 2003 18:58:04 +0000 (18:58 +0000)]
Allow minimal acceptable row height/column width to be set to 0 for
hiding rows/columns.
Only return true from CanEnableCellControl if a valid cell is selected
(fixing Bug #837656).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24484
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 8 Nov 2003 18:52:53 +0000 (18:52 +0000)]
Avoid referencing WinInitialize/Finalize for non-PM builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24483
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 8 Nov 2003 18:48:47 +0000 (18:48 +0000)]
wxXRC STL-ification.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24482
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 8 Nov 2003 18:45:01 +0000 (18:45 +0000)]
Compilation fix for !WXWN_COMPATIBILITY_2_4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24481
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 8 Nov 2003 15:40:56 +0000 (15:40 +0000)]
add -lXpm to the GUI libs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24477
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775