]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Tue, 9 Jan 2001 15:37:15 +0000 (15:37 +0000)]
Extended ProcessTextCommand so processes SETFOCUS/KILLFOCUS; checked for valid
HWND in wxBuddyTextWndProc so if the event handler kills the HWND, it doesn't crash;
added support for disabling 3D effect in buddy window.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9069
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 8 Jan 2001 19:00:47 +0000 (19:00 +0000)]
Fixes to resolve default Client Window painting when EVT_PAINT events are captured by derived classes downstream.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9068
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 8 Jan 2001 16:48:59 +0000 (16:48 +0000)]
fix for better European date format parsing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9067
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 8 Jan 2001 13:35:16 +0000 (13:35 +0000)]
test all selection methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9066
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 7 Jan 2001 17:28:23 +0000 (17:28 +0000)]
typo: return Win98, not 99, from wxGetOSDescription()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9064
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 7 Jan 2001 14:55:03 +0000 (14:55 +0000)]
Make wxMenuItem::GetLabel() handle escaped underscores
(which are '__') correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9062
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 Jan 2001 14:31:35 +0000 (14:31 +0000)]
fix for gcc bug under Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9059
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 Jan 2001 14:18:29 +0000 (14:18 +0000)]
fixed wxStreamBuffer::SetBufferIO() (thanks to Gilles Depeyrot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9058
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 5 Jan 2001 21:03:19 +0000 (21:03 +0000)]
wxDateTime::IsValid() now returns m_time != (wxLongLong)-1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9057
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 5 Jan 2001 19:10:04 +0000 (19:10 +0000)]
Fixed a problem in ConvertWXArrayToC() that would assign a string to an incorrect memory location due to missing parens "(*choices)[i] = aChoices[i];"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9056
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 5 Jan 2001 14:01:28 +0000 (14:01 +0000)]
Corrected horizontal rule drawing when number of items is 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9054
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 5 Jan 2001 13:35:38 +0000 (13:35 +0000)]
In wxListCtrl::Find, don't decrement 'start' if already -1, or the search fails.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9053
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 5 Jan 2001 10:50:24 +0000 (10:50 +0000)]
Changed GetDocuments() to remove cast, added GetTemplates()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9052
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 Jan 2001 19:42:22 +0000 (19:42 +0000)]
added wxArrayString::RemoveAt()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9051
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 Jan 2001 18:46:53 +0000 (18:46 +0000)]
fix for wxList copy ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9049
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 4 Jan 2001 15:18:52 +0000 (15:18 +0000)]
Committing in .
Modified Files:
wxWindows/src/common/descrip.mms
Updating VMS support
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9048
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 Jan 2001 12:55:56 +0000 (12:55 +0000)]
added src/msw/files.lst to the list of files to generate and updated it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9047
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 Jan 2001 12:17:47 +0000 (12:17 +0000)]
use default timeout of 1 minute
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9046
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 Jan 2001 11:05:41 +0000 (11:05 +0000)]
tests for the new [de]selection grid methods (patch by Roland Scholz
<scholz@pb.izm.fhg.de>)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9045
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 Jan 2001 02:30:08 +0000 (02:30 +0000)]
fix for Centre() (thanks Derry!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9044
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 3 Jan 2001 19:03:43 +0000 (19:03 +0000)]
added SAX error callback (thanks go to Robert)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9043
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 Jan 2001 17:16:43 +0000 (17:16 +0000)]
test for bug with new wu-ftpd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9042
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 Jan 2001 17:14:28 +0000 (17:14 +0000)]
a fix for new wu-ftpd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9041
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 Jan 2001 17:09:00 +0000 (17:09 +0000)]
regenerated the makefiles to include filename.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9040
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 3 Jan 2001 15:37:18 +0000 (15:37 +0000)]
Added filename.obj to the target list so it gets built with VC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9039
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Jan 2001 20:29:57 +0000 (20:29 +0000)]
yet more testing...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9038
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Jan 2001 20:17:11 +0000 (20:17 +0000)]
more testing of cvs update messages...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9037
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Jan 2001 20:00:30 +0000 (20:00 +0000)]
test commit...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9036
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 2 Jan 2001 19:41:04 +0000 (19:41 +0000)]
test cvs commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9035
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 2 Jan 2001 16:42:03 +0000 (16:42 +0000)]
Added filename.cpp to .dsp files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9034
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 2 Jan 2001 15:35:46 +0000 (15:35 +0000)]
patch adding DeselectXXX() functions from Roland Scholz <scholz@pb.izm.fhg.de>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9032
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 2 Jan 2001 07:59:43 +0000 (07:59 +0000)]
Added line to wxMask doc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9031
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 1 Jan 2001 11:32:56 +0000 (11:32 +0000)]
fixed docs of wxLocale::Init (forgotted bConvertEncoding)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9030
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 31 Dec 2000 15:23:43 +0000 (15:23 +0000)]
readded back SetFullName
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9028
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 31 Dec 2000 01:15:33 +0000 (01:15 +0000)]
implemented wxFileName::SplitPath(), wxSplitPath() now just calls it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9027
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 31 Dec 2000 00:23:09 +0000 (00:23 +0000)]
rewrote wxFileName::Normalize(), added a few methods, general clean up,
added some tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9026
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 30 Dec 2000 21:35:25 +0000 (21:35 +0000)]
fixed nonsenses in tnoneng.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9025
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Dec 2000 19:36:10 +0000 (19:36 +0000)]
just added some _T()s
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9024
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 30 Dec 2000 12:47:48 +0000 (12:47 +0000)]
Various fixes for wxFilename.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9023
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 30 Dec 2000 00:28:00 +0000 (00:28 +0000)]
wxFileName II. It actually works.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9022
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Dec 2000 23:44:11 +0000 (23:44 +0000)]
merged wxStaticLine ctor fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9021
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 29 Dec 2000 22:12:54 +0000 (22:12 +0000)]
Added filename.cpp to build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9019
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 29 Dec 2000 17:39:00 +0000 (17:39 +0000)]
include "wx/filefn.h" instead of just "filefn.h".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9018
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 29 Dec 2000 17:38:03 +0000 (17:38 +0000)]
should use array delete on a wxString object (line 991) that is not an array of wxStrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9017
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Dec 2000 14:07:00 +0000 (14:07 +0000)]
modified check listbox indicators and made them customizable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9016
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 28 Dec 2000 00:00:32 +0000 (00:00 +0000)]
Added wxFileName.
Small fix for log error messages on startup.
Added missing accessor to wxSizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9013
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Dec 2000 15:19:43 +0000 (15:19 +0000)]
1. wxCopyFile() uses buffer (huge copy speed up)
2. OS_FILENAME macro instead of #ifdef MAC everywhere
3. test for wxCopyFile in the console sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9011
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 24 Dec 2000 14:01:29 +0000 (14:01 +0000)]
fixed PS bounding box computation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9006
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 24 Dec 2000 07:31:31 +0000 (07:31 +0000)]
More cleanup. Regenerated wxGTK code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9005
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 23 Dec 2000 19:40:54 +0000 (19:40 +0000)]
added some error checking to wxCopyFile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9002
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Dec 2000 22:32:26 +0000 (22:32 +0000)]
Added the wxClassInfo stuff back in to the modules that are
standalone. This is needed so any classes defined in the module will
get hooked up with their parents and assertions like "is wxWindow"
will work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9001
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Dec 2000 22:06:36 +0000 (22:06 +0000)]
wxDefaultPosition and wxDefaultSize are marked read-only.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9000
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 22 Dec 2000 21:17:55 +0000 (21:17 +0000)]
Log error messages work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8999
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 22 Dec 2000 15:56:48 +0000 (15:56 +0000)]
Some wxBook docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8997
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 22 Dec 2000 15:04:09 +0000 (15:04 +0000)]
motif warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8996
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 22 Dec 2000 15:01:41 +0000 (15:01 +0000)]
motif compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8995
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 22 Dec 2000 14:57:26 +0000 (14:57 +0000)]
Overview of the wxDb and wxDbTable classes added.
Added commentary and DEPRECATED tags to all the old wxDatabase classes directing the reader to read and use the wxDb/wxDbtable classes instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8994
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 22 Dec 2000 14:48:33 +0000 (14:48 +0000)]
Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8993
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 22 Dec 2000 13:34:13 +0000 (13:34 +0000)]
Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index.
Removed some \$ inside of a couple of prelnote blocks that cause tex2rtf to fail. They do not seem to be needed anyway.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8992
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 22 Dec 2000 13:33:14 +0000 (13:33 +0000)]
Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8991
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 22 Dec 2000 13:30:01 +0000 (13:30 +0000)]
Program now keeps track of how many errors occured during the pass, and if any occurred, the user is notified (interactive mode) of how many occured.
All error messages are now constructed with wxStrings rather than char arrays.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8990
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 22 Dec 2000 13:28:16 +0000 (13:28 +0000)]
Now uses MAX_LINE_BUFFER_SIZE constant for the array sizing of the buffer that hold lines read in
Now checks that the line being read in does not exceed MAX_LINE_BUFFER_SIZE length, avoiding a crash whenever a long line is read in from a .tex file. An error is now generated if the line is too long, and line line is truncated at MAX_LINE_BUFFER_SIZE characters.
All error messages are now constructed with wxStrings rather than char arrays.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8989
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 22 Dec 2000 13:24:16 +0000 (13:24 +0000)]
Added MAX_LINE_BUFFER_SIZE constant instead of using a hardcoded number in the array brackets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8988
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Dec 2000 06:51:21 +0000 (06:51 +0000)]
More cleanup. Removed all wxPyDefaultXXX since they aren't needed any
more. Regenerated wxGTK code from this morning's changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8987
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Dec 2000 02:16:34 +0000 (02:16 +0000)]
test commit, no real change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8986
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Dec 2000 00:47:36 +0000 (00:47 +0000)]
Some cleanup and a fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8985
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 22 Dec 2000 00:06:04 +0000 (00:06 +0000)]
Massive code changes and cleanup to allow wxPython to be split into
multiple extension modules again. A Python CObject is used to allow
the "export" of SWIG and other common helper functions from the wxc
module to other modules, even if they are in separate shared
libraries. Should also be usable from 3rd party code, just include
wxPython/src/export.h
Changed the default setup so the following are built as separate
extension modules: calendar, glcanvas, grid, html, ogl, stc, and
utils. Will probably add more later.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8984
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 21 Dec 2000 22:07:50 +0000 (22:07 +0000)]
Beginning of bitmap updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8983
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 21 Dec 2000 16:12:43 +0000 (16:12 +0000)]
Modified treectrlg.cpp not to crash in HitTest if there's no m_anchor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8982
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 21 Dec 2000 15:55:08 +0000 (15:55 +0000)]
fix for -1 coords in wxWindow::Centre
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8981
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 21 Dec 2000 13:57:53 +0000 (13:57 +0000)]
ANSI 'C' fix (decs in "for" clauses no longer have any scope outside clause itself)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8980
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 21 Dec 2000 11:37:43 +0000 (11:37 +0000)]
Added m_keyGlobal.Open()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8979
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 21 Dec 2000 04:25:07 +0000 (04:25 +0000)]
Fix for VisualAge 3.0 compile concerning wxNativeFontInfo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8978
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 21 Dec 2000 04:24:11 +0000 (04:24 +0000)]
Fix for the wrong painting rectangle being set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8977
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 21 Dec 2000 02:12:22 +0000 (02:12 +0000)]
wxSpinCtrl now sens TEXT_UPDATED events as in wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8976
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 21 Dec 2000 00:33:13 +0000 (00:33 +0000)]
Added code to the RIGHT CLICK popup dialog to show the type:name of the widget/dialog that was right clicked.
Added code to prompt the user for confirmation before deleting an entire DIALOG, to help avoid accidental deletions of the dialog, when the user thought they were deleting a widget.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8975
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 21 Dec 2000 00:31:01 +0000 (00:31 +0000)]
Added BOUNDING BOX selection of multiple widgets on the dialogs by left clicking and dragging the mouse while holding down the left mouse button to draw a rectangle around the widgets to be selected
Added code to the popup menus to identify which widget/dialog was right clicked
Double clicking an item in the TREE pane will bring up the EDIT PROPERTIES dialog for the widget/dialog that was double clicked.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8974
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 21 Dec 2000 00:27:25 +0000 (00:27 +0000)]
Added BOUNDING BOX selection of multiple widgets on the dialogs by left clicking and dragging the mouse while holding down the left mouse button to draw a rectangle around the widgets to be selected
Added code to the popup menus to identify which widget/dialog was right clicked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8973
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 20 Dec 2000 23:06:40 +0000 (23:06 +0000)]
fixed wxTextFile::GuessType assertion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8972
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 18:26:35 +0000 (18:26 +0000)]
compilation fix (?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8971
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 18:22:20 +0000 (18:22 +0000)]
removed SetFont() from DoDrawText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8970
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 17:37:55 +0000 (17:37 +0000)]
2nd part of wxRegConfig fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8968
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 16:10:46 +0000 (16:10 +0000)]
wxPerl doc patches applied
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8967
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 16:06:03 +0000 (16:06 +0000)]
fix to GetAllCommands ret value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8966
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 20 Dec 2000 15:18:52 +0000 (15:18 +0000)]
Fixed bug where if the style included wxFRAME_NO_TASKBAR, not all the extended flags were set that were needed to prevent it from showing up on the taskbar were set (specifically WS_EX_TOOLWINDOW), and the frame still showed on the taskbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8963
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 14:41:17 +0000 (14:41 +0000)]
fix for wxRegConfig::GetNextGroup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8962
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 14:20:26 +0000 (14:20 +0000)]
compilation fix for !PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8961
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 14:18:00 +0000 (14:18 +0000)]
merged fix from 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8960
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 20 Dec 2000 14:10:50 +0000 (14:10 +0000)]
warning fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8959
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Tue, 19 Dec 2000 17:25:19 +0000 (17:25 +0000)]
When deleting an entire dialog in DialogEditor by right clicking and choosing DELETE from the popup menu, you are presented with an ARE YOU SURE message. This prevents the tradgedy of thinking you right clicked a widget, when you actually right clicked the dialog, and then you accidentally delete your unsaved dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8958
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 19 Dec 2000 17:24:47 +0000 (17:24 +0000)]
wxFTP docs update and a small fix to wxString overview (Unicode *is* supported
now!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8957
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Tue, 19 Dec 2000 17:22:46 +0000 (17:22 +0000)]
Left Double clicking a widget (not a dialog) in the left hand TREE pane will now pop up the EDIT PROPERTIES dialog for the widget
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8956
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 19 Dec 2000 16:56:27 +0000 (16:56 +0000)]
tons of wxFTP fixes and compilation fix for wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8955
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 19 Dec 2000 13:52:57 +0000 (13:52 +0000)]
fix for a crash in ~wxFontList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8954
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 19 Dec 2000 03:10:11 +0000 (03:10 +0000)]
Palette code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8953
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Tue, 19 Dec 2000 02:00:47 +0000 (02:00 +0000)]
Fixed the popup menus when you right click a widget.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8952
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 18 Dec 2000 23:49:58 +0000 (23:49 +0000)]
compilation fixes for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8951
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 18 Dec 2000 21:15:16 +0000 (21:15 +0000)]
wxNativeFontInfo changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8949
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 18 Dec 2000 21:00:05 +0000 (21:00 +0000)]
fixed compilation warning about variable being clobbered by fork
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8947
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 18 Dec 2000 20:06:39 +0000 (20:06 +0000)]
Additions to help Fonts compile clean and add SetPS impelementation to wxRegion for OS2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8946
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775