]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agomodified check listbox indicators and made them customizable
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

23 years ago Added wxFileName.
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

23 years ago1. wxCopyFile() uses buffer (huge copy speed up)
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

23 years agofixed PS bounding box computation
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

23 years agoMore cleanup. Regenerated wxGTK code.
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

23 years agoadded some error checking to wxCopyFile
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

23 years agoAdded the wxClassInfo stuff back in to the modules that are
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

23 years agowxDefaultPosition and wxDefaultSize are marked read-only.
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

23 years ago Log error messages work.
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

23 years ago Some wxBook docs.
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

23 years agomotif warning fixes
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

23 years agomotif compilation fixes
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

23 years agoOverview of the wxDb and wxDbTable classes added.
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

23 years agoRemoved the BOLDFACE on items that are in INDEXIT blocks, so that the items will...
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

23 years agoRemoved the BOLDFACE on items that are in INDEXIT blocks, so that the items will...
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

23 years agoRemoved the BOLDFACE on items that are in INDEXIT blocks, so that the items will...
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

23 years agoProgram now keeps track of how many errors occured during the pass, and if any occurr...
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

23 years agoNow uses MAX_LINE_BUFFER_SIZE constant for the array sizing of the buffer that hold...
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

23 years agoAdded MAX_LINE_BUFFER_SIZE constant instead of using a hardcoded number in the array...
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

23 years agoMore cleanup. Removed all wxPyDefaultXXX since they aren't needed any
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

23 years agotest commit, no real change
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

23 years agoSome cleanup and a fix
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

23 years agoMassive code changes and cleanup to allow wxPython to be split into
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

23 years agoBeginning of bitmap updates
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

23 years agoModified treectrlg.cpp not to crash in HitTest if there's no m_anchor
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

23 years agofix for -1 coords in wxWindow::Centre
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

23 years agoANSI 'C' fix (decs in "for" clauses no longer have any scope outside clause itself)
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

23 years agoAdded m_keyGlobal.Open()
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

23 years agoFix for VisualAge 3.0 compile concerning wxNativeFontInfo
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

23 years agoFix for the wrong painting rectangle being set.
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

23 years agowxSpinCtrl now sens TEXT_UPDATED events as in wxGTK
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

23 years agoAdded code to the RIGHT CLICK popup dialog to show the type:name of the widget/dialog...
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

23 years agoAdded BOUNDING BOX selection of multiple widgets on the dialogs by left clicking...
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

23 years agoAdded BOUNDING BOX selection of multiple widgets on the dialogs by left clicking...
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

23 years agofixed wxTextFile::GuessType assertion
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

23 years agocompilation fix (?)
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

23 years agoremoved SetFont() from DoDrawText
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

23 years ago2nd part of wxRegConfig fix
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

23 years agowxPerl doc patches applied
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

23 years agofix to GetAllCommands ret value
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

23 years agoFixed bug where if the style included wxFRAME_NO_TASKBAR, not all the extended flags...
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

23 years agofix for wxRegConfig::GetNextGroup
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

23 years agocompilation fix for !PCH
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

23 years agomerged fix from 2.2 branch
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

23 years agowarning fixed
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

23 years agoWhen deleting an entire dialog in DialogEditor by right clicking and choosing DELETE...
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

23 years agowxFTP docs update and a small fix to wxString overview (Unicode *is* supported
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

23 years agoLeft Double clicking a widget (not a dialog) in the left hand TREE pane will now...
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

23 years agotons of wxFTP fixes and compilation fix for wxBase
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

23 years agofix for a crash in ~wxFontList
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

23 years agoPalette code
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

23 years agoFixed the popup menus when you right click a widget.
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

23 years agocompilation fixes for wxMSW
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

23 years agowxNativeFontInfo changes
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

23 years agofixed compilation warning about variable being clobbered by fork
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

23 years agoAdditions to help Fonts compile clean and add SetPS impelementation to wxRegion for OS2
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

23 years agoVisualAge V3.0 does not understand lowercase, "true", "false"
David Webster [Mon, 18 Dec 2000 20:05:51 +0000 (20:05 +0000)] 
VisualAge V3.0 does not understand lowercase, "true", "false"

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

23 years agoUpdate to allow new wxNativeFontInfo stuff to compile
David Webster [Mon, 18 Dec 2000 20:04:50 +0000 (20:04 +0000)] 
Update to allow new wxNativeFontInfo stuff to compile

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

23 years agofix to parse the new GNOME .keys files
Vadim Zeitlin [Mon, 18 Dec 2000 16:16:30 +0000 (16:16 +0000)] 
fix to parse the new GNOME .keys files

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

23 years agofixed compilation problems (mismatch between header and cpp)
Vadim Zeitlin [Mon, 18 Dec 2000 15:50:03 +0000 (15:50 +0000)] 
fixed compilation problems (mismatch between header and cpp)

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

23 years agoLots of OS/2 fixes mostly to do with painting
David Webster [Mon, 18 Dec 2000 05:34:25 +0000 (05:34 +0000)] 
Lots of OS/2 fixes mostly to do with painting

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

23 years agoOS2 Statusbar fix
David Webster [Mon, 18 Dec 2000 05:33:30 +0000 (05:33 +0000)] 
OS2 Statusbar fix

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

23 years agoFixes mostly to do with painting
David Webster [Mon, 18 Dec 2000 05:32:32 +0000 (05:32 +0000)] 
Fixes mostly to do with painting

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

23 years agoOS2RGB def fix
David Webster [Mon, 18 Dec 2000 05:31:33 +0000 (05:31 +0000)] 
OS2RGB def fix

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

23 years agowxMimeTypesManager now supports creating associations as well as querying
Vadim Zeitlin [Mon, 18 Dec 2000 04:48:37 +0000 (04:48 +0000)] 
wxMimeTypesManager now supports creating associations as well as querying
them (MSW only, thanks to Chris Elliott)

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

23 years agominor fixes for the font info patch
Vadim Zeitlin [Mon, 18 Dec 2000 03:54:25 +0000 (03:54 +0000)] 
minor fixes for the font info patch

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

23 years agoapplied wxNativeFontInfo patch from Derry Bryson (with minor changes)
Vadim Zeitlin [Mon, 18 Dec 2000 01:00:25 +0000 (01:00 +0000)] 
applied wxNativeFontInfo patch from Derry Bryson (with minor changes)

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

23 years agocheck the first radio button in a group
Vadim Zeitlin [Sat, 16 Dec 2000 23:12:09 +0000 (23:12 +0000)] 
check the first radio button in a group

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

23 years ago Applied colour patch for better 8-bit support,
Robert Roebling [Sat, 16 Dec 2000 12:27:26 +0000 (12:27 +0000)] 
  Applied colour patch for better 8-bit support,
  Improved handling of inserting controls into
    a toolbar that don't have any def width. This
    works for all controls but wxComboBox.

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

23 years ago Added wxCommandEvent::IsSeection for listbox,
Robert Roebling [Sat, 16 Dec 2000 10:02:47 +0000 (10:02 +0000)] 
  Added wxCommandEvent::IsSeection for listbox,
  Applied patch for wxListBox::Set when sorting
  Added new value rounding code (corrected for
    negative values) to scrollbar and slider
  Added ...TEXT_CHANGED event to wxSpinCtrl

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

23 years agoadded -mt switch for Solaris/CC MT builds
Vadim Zeitlin [Fri, 15 Dec 2000 15:22:18 +0000 (15:22 +0000)] 
added -mt switch for Solaris/CC MT builds

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

23 years ago*really* fixed problem with window menu translation
Vadim Zeitlin [Thu, 14 Dec 2000 23:23:58 +0000 (23:23 +0000)] 
*really* fixed problem with window menu translation

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

23 years agomerged in fix for GetValue() from the 2.2 branch
Vadim Zeitlin [Thu, 14 Dec 2000 15:48:30 +0000 (15:48 +0000)] 
merged in fix for GetValue() from the 2.2 branch

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

23 years agopatch for not calling wxEntryCleanup() from a DLL applied
Vadim Zeitlin [Wed, 13 Dec 2000 20:38:37 +0000 (20:38 +0000)] 
patch for not calling wxEntryCleanup() from a DLL applied

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

23 years agofix for MSWDetachWindowMenu when "&Window" string is translated
Vadim Zeitlin [Wed, 13 Dec 2000 16:18:26 +0000 (16:18 +0000)] 
fix for MSWDetachWindowMenu when "&Window" string is translated

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

23 years agomerged fix from 2.2 branch
Vadim Zeitlin [Tue, 12 Dec 2000 14:33:15 +0000 (14:33 +0000)] 
merged fix from 2.2 branch

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

23 years agoold def file
David Webster [Tue, 12 Dec 2000 04:49:26 +0000 (04:49 +0000)] 
old def file

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

23 years agonew def file
David Webster [Tue, 12 Dec 2000 04:48:58 +0000 (04:48 +0000)] 
new def file

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

23 years agoBrush updates
David Webster [Tue, 12 Dec 2000 04:47:28 +0000 (04:47 +0000)] 
Brush updates

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

23 years agoupdated version from Stephane Junique
Vadim Zeitlin [Mon, 11 Dec 2000 15:26:30 +0000 (15:26 +0000)] 
updated version from Stephane Junique

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

23 years agoFont updates for OS/2
David Webster [Mon, 11 Dec 2000 04:36:46 +0000 (04:36 +0000)] 
Font updates for OS/2

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

23 years agoUpdated distribution stuff
Robin Dunn [Mon, 11 Dec 2000 04:00:06 +0000 (04:00 +0000)] 
Updated distribution stuff

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

23 years ago*** empty log message ***
Robin Dunn [Mon, 11 Dec 2000 03:20:07 +0000 (03:20 +0000)] 
*** empty log message ***

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

23 years agoa fix in the demo
Robin Dunn [Mon, 11 Dec 2000 02:55:03 +0000 (02:55 +0000)] 
a fix in the demo

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

23 years agoFixed a bunch of leaking references in how the callbacks deal with
Robin Dunn [Mon, 11 Dec 2000 02:53:24 +0000 (02:53 +0000)] 
Fixed a bunch of leaking references in how the callbacks deal with
objects.  Should be MUCH better now.

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

23 years ago*** empty log message ***
Robin Dunn [Mon, 11 Dec 2000 02:33:52 +0000 (02:33 +0000)] 
*** empty log message ***

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

23 years agocw6 makefiles (makemac6.mcp)
Stefan Csomor [Sun, 10 Dec 2000 16:03:42 +0000 (16:03 +0000)] 
cw6 makefiles (makemac6.mcp)

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

23 years agoadded cw6 fixes and patrick's patches
Stefan Csomor [Sun, 10 Dec 2000 14:41:41 +0000 (14:41 +0000)] 
added cw6 fixes and patrick's patches

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

23 years agomerged in slider validation bug from the 2.2 branch
Vadim Zeitlin [Sun, 10 Dec 2000 12:50:32 +0000 (12:50 +0000)] 
merged in slider validation bug from the 2.2 branch

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

23 years agomerged in the small changes from the 2.2 branch
Vadim Zeitlin [Sun, 10 Dec 2000 12:04:19 +0000 (12:04 +0000)] 
merged in the small changes from the 2.2 branch

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

23 years agoadded cw6 fixes and patrick's patches
Stefan Csomor [Sun, 10 Dec 2000 10:17:00 +0000 (10:17 +0000)] 
added cw6 fixes and patrick's patches

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

23 years agoFixed a bunch of leaking references in how the callbacks deal with
Robin Dunn [Sun, 10 Dec 2000 08:37:52 +0000 (08:37 +0000)] 
Fixed a bunch of leaking references in how the callbacks deal with
objects.  Should be MUCH better now.

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

23 years agomerged in the fix for printing \% on PS DC
Vadim Zeitlin [Sun, 10 Dec 2000 00:24:06 +0000 (00:24 +0000)] 
merged in the fix for printing \% on PS DC

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

23 years agofixed compilation with wxUSE_TEXTFILE=0
Vadim Zeitlin [Tue, 5 Dec 2000 22:38:43 +0000 (22:38 +0000)] 
fixed compilation with wxUSE_TEXTFILE=0

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

23 years agoSmall mods
Julian Smart [Mon, 4 Dec 2000 16:44:50 +0000 (16:44 +0000)] 
Small mods

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

23 years agoUpdated the FAQ a little
Julian Smart [Mon, 4 Dec 2000 16:27:11 +0000 (16:27 +0000)] 
Updated the FAQ a little

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

23 years agoadded completed fi.po translation
Ron Lee [Mon, 4 Dec 2000 05:48:47 +0000 (05:48 +0000)] 
added completed fi.po translation

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

23 years agorebuilt .po files
Ron Lee [Mon, 4 Dec 2000 05:13:58 +0000 (05:13 +0000)] 
rebuilt .po files

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

23 years agoCorrected bug in cmdlpars.tex
Julian Smart [Sun, 3 Dec 2000 18:34:19 +0000 (18:34 +0000)] 
Corrected bug in cmdlpars.tex

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

23 years agoAdded accelerators to Undo/Redo menu items
Julian Smart [Sun, 3 Dec 2000 18:25:13 +0000 (18:25 +0000)] 
Added accelerators to Undo/Redo menu items

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