]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

23 years agofix for assert failure when deleting tree ctrl in-place edit window (sometimes)
Vadim Zeitlin [Fri, 1 Dec 2000 01:39:16 +0000 (01:39 +0000)] 
fix for assert failure when deleting tree ctrl in-place edit window (sometimes)

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

23 years agofix for enter processing of owner-drawn buttons
Vadim Zeitlin [Fri, 1 Dec 2000 01:13:20 +0000 (01:13 +0000)] 
fix for enter processing of owner-drawn buttons

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

23 years agoA few spelling typos fixed
George Tasker [Wed, 29 Nov 2000 15:29:04 +0000 (15:29 +0000)] 
A few spelling typos fixed

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

23 years agoFixed mis-matched curley braces on third line from the end (missing a left curley...
George Tasker [Wed, 29 Nov 2000 14:45:33 +0000 (14:45 +0000)] 
Fixed mis-matched curley braces on third line from the end (missing a left curley brace -- [wxgetenv})

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

23 years agowx22 to wx23
David Webster [Wed, 29 Nov 2000 05:20:26 +0000 (05:20 +0000)] 
wx22 to wx23

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

23 years agoMinor updates to help compiles
David Webster [Wed, 29 Nov 2000 05:18:49 +0000 (05:18 +0000)] 
Minor updates to help compiles

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

23 years agoVA needs FALSE not false
David Webster [Wed, 29 Nov 2000 05:17:43 +0000 (05:17 +0000)] 
VA needs FALSE not false

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

23 years agoUpdates to Timer class and a couple of wxDC methods.
David Webster [Tue, 28 Nov 2000 22:13:33 +0000 (22:13 +0000)] 
Updates to Timer class and a couple of wxDC methods.

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

23 years agoUpdates to Timer class
David Webster [Tue, 28 Nov 2000 22:12:58 +0000 (22:12 +0000)] 
Updates to Timer class

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

23 years ago Speed-up for wxCanvasImage.
Robert Roebling [Tue, 28 Nov 2000 21:01:20 +0000 (21:01 +0000)] 
  Speed-up for wxCanvasImage.

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

23 years agodeclare the wx2os2PenStyle helper in the header.
David Webster [Mon, 27 Nov 2000 21:26:12 +0000 (21:26 +0000)] 
declare the wx2os2PenStyle helper in the header.

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

23 years agoForgot to update this enhancement from last weekend
David Webster [Mon, 27 Nov 2000 20:01:19 +0000 (20:01 +0000)] 
Forgot to update this enhancement from last weekend

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

23 years agoOS/2 VisualAge doesn't know about lower case true and false and redefine a for loop...
David Webster [Mon, 27 Nov 2000 20:00:18 +0000 (20:00 +0000)] 
OS/2 VisualAge doesn't know about lower case true and false and redefine a for loop variable in gdicmn for OS/2

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

23 years agoOS/2 VisualAge doesn't know about lower case true and false
David Webster [Mon, 27 Nov 2000 19:59:25 +0000 (19:59 +0000)] 
OS/2 VisualAge doesn't know about lower case true and false

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

23 years agoMSW fixes; ^M removal
Václav Slavík [Mon, 27 Nov 2000 13:55:03 +0000 (13:55 +0000)] 
MSW fixes; ^M removal

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

23 years ago Modified Files:
Jouk Jansen [Mon, 27 Nov 2000 12:13:25 +0000 (12:13 +0000)] 
 Modified Files:
  wxWindows/setup.h_vms wxWindows/src/unix/utilsunx.cpp

 Updated VMScompile support
 Corrected typo
----------------------------------------------------------------------

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

23 years ago Applied glcanvas patch.
Robert Roebling [Mon, 27 Nov 2000 11:11:49 +0000 (11:11 +0000)] 
  Applied glcanvas patch.

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

23 years ago Removed most of user dir.
Robert Roebling [Mon, 27 Nov 2000 11:11:12 +0000 (11:11 +0000)] 
  Removed most of user dir.

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

23 years ago Removed surplus file.
Robert Roebling [Mon, 27 Nov 2000 11:02:07 +0000 (11:02 +0000)] 
  Removed surplus file.

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

23 years agoA few OS/2 additions to enable the colour database to work with PM.
David Webster [Mon, 27 Nov 2000 04:18:36 +0000 (04:18 +0000)] 
A few OS/2 additions to enable the colour database to work with PM.

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

23 years agowxPen code to fully enable pens and their use in wxDC's.
David Webster [Mon, 27 Nov 2000 04:16:24 +0000 (04:16 +0000)] 
wxPen code to fully enable pens and their use in wxDC's.

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

23 years agoSome OS/2 customization to make a more presentable statusbar.
David Webster [Mon, 27 Nov 2000 04:14:45 +0000 (04:14 +0000)] 
Some OS/2 customization to make a more presentable statusbar.

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

23 years agowxSetEnv for Win32 (now seems to work)
Vadim Zeitlin [Mon, 27 Nov 2000 00:21:29 +0000 (00:21 +0000)] 
wxSetEnv for Win32 (now seems to work)

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

23 years agowxSetEnv for Win32 (doesn't really work)
Vadim Zeitlin [Sun, 26 Nov 2000 23:13:04 +0000 (23:13 +0000)] 
wxSetEnv for Win32 (doesn't really work)

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

23 years agodocumented just added env functions
Vadim Zeitlin [Sun, 26 Nov 2000 22:55:32 +0000 (22:55 +0000)] 
documented just added env functions

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

23 years agoadded wxGet/Set/UnsetEnv() for Unix
Vadim Zeitlin [Sun, 26 Nov 2000 22:46:35 +0000 (22:46 +0000)] 
added wxGet/Set/UnsetEnv() for Unix

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

23 years agofixed SubString docs
Vadim Zeitlin [Sun, 26 Nov 2000 19:40:50 +0000 (19:40 +0000)] 
fixed SubString docs

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

23 years ago Split wxCanvas into two (wxVectorCanvas).
Robert Roebling [Sun, 26 Nov 2000 16:36:43 +0000 (16:36 +0000)] 
  Split wxCanvas into two (wxVectorCanvas).

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

23 years agofix for uninit vars
Vadim Zeitlin [Sun, 26 Nov 2000 14:18:27 +0000 (14:18 +0000)] 
fix for uninit vars

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