]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years agowxRegConfig::GetEntryType() added and some bugs fixed
Vadim Zeitlin [Tue, 6 Apr 1999 21:13:46 +0000 (21:13 +0000)] 
wxRegConfig::GetEntryType() added and some bugs fixed

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

25 years ago Chnaged text id for clipboard to "text/plain"
Robert Roebling [Tue, 6 Apr 1999 20:50:34 +0000 (20:50 +0000)] 
  Chnaged text id for clipboard to "text/plain"
  Now DnD actually links as well

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

25 years agoFixed some bugs in new code (CanPaste, GetSelection)
Julian Smart [Tue, 6 Apr 1999 20:26:41 +0000 (20:26 +0000)] 
Fixed some bugs in new code (CanPaste, GetSelection)

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

25 years agotrying to work around gcc internal compiler error
Vadim Zeitlin [Tue, 6 Apr 1999 18:33:23 +0000 (18:33 +0000)] 
trying to work around gcc internal compiler error

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

25 years ago Changed clipboard text format id from "STRING" to "TEXT"
Robert Roebling [Tue, 6 Apr 1999 17:24:14 +0000 (17:24 +0000)] 
  Changed clipboard text format id from "STRING" to "TEXT"
  DnD might now actually compile (but nothing else)

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

25 years agoAdded some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo,
Julian Smart [Tue, 6 Apr 1999 16:32:33 +0000 (16:32 +0000)] 
Added some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo,
CanCopy, CanCut, CanPaste, GetSelection, IsEditable.
Also added wxNotebook::SetTabSize (only implemented on wxMSW but necessary
when using just an icon).

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

25 years agowxTempFile now respects the access rights under Unix
Vadim Zeitlin [Tue, 6 Apr 1999 16:28:21 +0000 (16:28 +0000)] 
wxTempFile now respects the access rights under Unix

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

25 years agofixed compilation for gcc
Vadim Zeitlin [Tue, 6 Apr 1999 14:38:30 +0000 (14:38 +0000)] 
fixed compilation for gcc

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

25 years agoJPEG and PNG code taken out of image.cpp
Julian Smart [Tue, 6 Apr 1999 13:44:37 +0000 (13:44 +0000)] 
JPEG and PNG code taken out of image.cpp

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

25 years agoFixed OnMenuHighlight, wxPrintData problems
Julian Smart [Tue, 6 Apr 1999 12:55:44 +0000 (12:55 +0000)] 
Fixed OnMenuHighlight, wxPrintData problems

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

25 years agowxConfig::GetEntryType() added
Vadim Zeitlin [Tue, 6 Apr 1999 10:23:31 +0000 (10:23 +0000)] 
wxConfig::GetEntryType() added

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

25 years agobug in FindItemForId() fixed (?)
Vadim Zeitlin [Tue, 6 Apr 1999 08:50:10 +0000 (08:50 +0000)] 
bug in FindItemForId() fixed (?)

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

25 years agoShowPosition fix to allow negative numbers
Julian Smart [Tue, 6 Apr 1999 08:29:30 +0000 (08:29 +0000)] 
ShowPosition fix to allow negative numbers

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

25 years agoRemoved Persistance Framework code/files from FrameLayout
J. Russell Smyth [Mon, 5 Apr 1999 23:55:42 +0000 (23:55 +0000)] 
Removed Persistance Framework code/files from FrameLayout
Corrected makefiles to match

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

25 years agoMSWOnCommand bug fixed
Julian Smart [Mon, 5 Apr 1999 16:13:24 +0000 (16:13 +0000)] 
MSWOnCommand bug fixed

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

25 years agoremoved settingsdlg from makefile.g95 - not part of the library
J. Russell Smyth [Mon, 5 Apr 1999 03:22:57 +0000 (03:22 +0000)] 
removed settingsdlg from makefile.g95 - not part of the library

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

25 years agofixed input stream
Václav Slavík [Sun, 4 Apr 1999 13:02:19 +0000 (13:02 +0000)] 
fixed input stream

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

25 years agoWin16 corrections
Julian Smart [Sun, 4 Apr 1999 11:24:51 +0000 (11:24 +0000)] 
Win16 corrections

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

25 years agoremoved a few objects whose sources have been moved
Harco de Hilster [Sun, 4 Apr 1999 05:24:58 +0000 (05:24 +0000)] 
removed a few objects whose sources have been moved

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

25 years agowxMenu and wxMenuBar modifications: now works much better with owner-drawn
Vadim Zeitlin [Sat, 3 Apr 1999 22:25:12 +0000 (22:25 +0000)] 
wxMenu and wxMenuBar modifications: now works much better with owner-drawn
items, better encapsulation (the wxMenu data members are no longer public),
simplified wxFrame and derived classes by moving the common parts into
member functions of wxMenuBar

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

25 years agocode demonstrating wxMSW bug added
Vadim Zeitlin [Sat, 3 Apr 1999 21:15:28 +0000 (21:15 +0000)] 
code demonstrating wxMSW bug added

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

25 years agoCorrected someone's double-initialisation bug
Julian Smart [Sat, 3 Apr 1999 20:36:17 +0000 (20:36 +0000)] 
Corrected someone's double-initialisation bug

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

25 years agoCorrect wrong memset ordering that produced an assert in the printing sample
Julian Smart [Sat, 3 Apr 1999 19:17:42 +0000 (19:17 +0000)] 
Correct wrong memset ordering that produced an assert in the printing sample

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

25 years agoFirst attempt at clean-up
Brian Macy [Sat, 3 Apr 1999 17:46:18 +0000 (17:46 +0000)] 
First attempt at clean-up

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

25 years agoAlso the radiobox was unitialised.
Karsten Ballüder [Sat, 3 Apr 1999 16:59:38 +0000 (16:59 +0000)] 
Also the radiobox was unitialised.

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

25 years agoCompiles and runs again with new printing code (which is still broken in wxGTK).
Karsten Ballüder [Sat, 3 Apr 1999 16:57:46 +0000 (16:57 +0000)] 
Compiles and runs again with new printing code (which is still broken in wxGTK).

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

25 years agoAttempt at fixing the broken printer dialog. *Lots* of unitialised variables!
Karsten Ballüder [Sat, 3 Apr 1999 16:48:12 +0000 (16:48 +0000)] 
Attempt at fixing the broken printer dialog. *Lots* of unitialised variables!
Not fixed yet.

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

25 years ago* Changed "wxPendingEvents" to pointers (tested on GTK)
Guilhem Lavaux [Sat, 3 Apr 1999 09:24:52 +0000 (09:24 +0000)] 
* Changed "wxPendingEvents" to pointers (tested on GTK)

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

25 years agomore backwards compatibility for printing
Vadim Zeitlin [Fri, 2 Apr 1999 22:30:56 +0000 (22:30 +0000)] 
more backwards compatibility for printing

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

25 years agoa simpler fix of textctrl key doubling bug
Vadim Zeitlin [Fri, 2 Apr 1999 22:08:39 +0000 (22:08 +0000)] 
a simpler fix of textctrl key doubling bug

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

25 years agowxMkdir() has 2nd param under Unix
Vadim Zeitlin [Fri, 2 Apr 1999 21:57:20 +0000 (21:57 +0000)] 
wxMkdir() has 2nd param under Unix

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

25 years agoFixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0
Julian Smart [Fri, 2 Apr 1999 19:05:02 +0000 (19:05 +0000)] 
Fixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0
after calling Default().

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

25 years agoSwitched wxMkdir code back to old working version.
Julian Smart [Fri, 2 Apr 1999 16:25:46 +0000 (16:25 +0000)] 
Switched wxMkdir code back to old working version.

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

25 years agosetup.h for makefile builds
Vadim Zeitlin [Fri, 2 Apr 1999 10:36:03 +0000 (10:36 +0000)] 
setup.h for makefile builds

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

25 years agoremoved declaration of wxObject::Dump(stream &str) from tex2rtf.cpp -
J. Russell Smyth [Fri, 2 Apr 1999 00:35:45 +0000 (00:35 +0000)] 
removed declaration of wxObject::Dump(stream &str) from tex2rtf.cpp -
I cannot see a reason for it, and it wont compile under VC++ (redefined
function).  Code is still there commented out if someone knows why it
should be here and how to ifdef it so VC++ 6.0 can still build it

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

25 years agochanged (no longer valid) wxToUpper and wxToLower to toupper/tolower
J. Russell Smyth [Fri, 2 Apr 1999 00:29:59 +0000 (00:29 +0000)] 
changed (no longer valid) wxToUpper and wxToLower to toupper/tolower

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

25 years agoFixed wxPalette memory leak when loading BMP files
Julian Smart [Thu, 1 Apr 1999 19:29:18 +0000 (19:29 +0000)] 
Fixed wxPalette memory leak when loading BMP files

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

25 years ago With the exceptions of DnD, wxGTk now works with
Robert Roebling [Thu, 1 Apr 1999 12:14:30 +0000 (12:14 +0000)] 
  With the exceptions of DnD, wxGTk now works with
  both GTK 1.0.6 and GTK 1.2.1 - the latter still
  produces warnings and blah.

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

25 years agowxMkDir() has 'perm' argument
Vadim Zeitlin [Thu, 1 Apr 1999 12:01:47 +0000 (12:01 +0000)] 
wxMkDir() has 'perm' argument

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

25 years agowxFindNextFile typo corrected
Vadim Zeitlin [Thu, 1 Apr 1999 11:23:00 +0000 (11:23 +0000)] 
wxFindNextFile typo corrected

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

25 years agoVery bad wxPrintData destructor... fixed typo.
Brian Macy [Wed, 31 Mar 1999 23:01:10 +0000 (23:01 +0000)] 
Very bad wxPrintData destructor... fixed typo.

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

25 years ago added wxFrame::Command()
Robert Roebling [Wed, 31 Mar 1999 17:53:27 +0000 (17:53 +0000)] 
  added wxFrame::Command()

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

25 years agoFixed the "Can't open file" message in ReadDIB so that it actually
Robin Dunn [Wed, 31 Mar 1999 16:40:08 +0000 (16:40 +0000)] 
Fixed the "Can't open file" message in ReadDIB so that it actually
displays the filename instead of garbage.

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

25 years agowxFAIL/ASSERT/CHECK documentation updated, CHECK2 added
Vadim Zeitlin [Wed, 31 Mar 1999 13:59:39 +0000 (13:59 +0000)] 
wxFAIL/ASSERT/CHECK documentation updated, CHECK2 added

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

25 years agocount++ bug corrected (patch from Dino Scaringella)
Vadim Zeitlin [Wed, 31 Mar 1999 13:35:03 +0000 (13:35 +0000)] 
count++ bug corrected (patch from Dino Scaringella)

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

25 years ago Added debug code to clipbard
Robert Roebling [Wed, 31 Mar 1999 13:01:43 +0000 (13:01 +0000)] 
  Added debug code to clipbard
  changed colour reporting to PS

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

25 years agocalls to wxDynamicToolBar::AddTool(int,wxBitmap&) confused egcs-1.1
Harco de Hilster [Tue, 30 Mar 1999 19:29:02 +0000 (19:29 +0000)] 
calls to wxDynamicToolBar::AddTool(int,wxBitmap&) confused egcs-1.1

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

25 years agoFixed wxApp::SendIdleEvents for Vadim's new wxWindowList wxTopLevelWindows
J. Russell Smyth [Tue, 30 Mar 1999 17:28:16 +0000 (17:28 +0000)] 
Fixed wxApp::SendIdleEvents for Vadim's new wxWindowList wxTopLevelWindows

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

25 years agoMotif compilation fixes (now ok)
Vadim Zeitlin [Tue, 30 Mar 1999 11:09:48 +0000 (11:09 +0000)] 
Motif compilation fixes (now ok)

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

25 years agocall to pthread_attr_setscope() added (disabled for now) and several other small...
Vadim Zeitlin [Tue, 30 Mar 1999 11:09:18 +0000 (11:09 +0000)] 
call to pthread_attr_setscope() added (disabled for now) and several other small fixes

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

25 years ago1. notes for AIX compilation added
Vadim Zeitlin [Tue, 30 Mar 1999 09:47:59 +0000 (09:47 +0000)] 
1. notes for AIX compilation added
2. setup0.h existence documented

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

25 years agodocs synchronized with code
Vadim Zeitlin [Tue, 30 Mar 1999 09:47:18 +0000 (09:47 +0000)] 
docs synchronized with code

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

25 years agothis file is now called setup0.h
Vadim Zeitlin [Tue, 30 Mar 1999 09:46:27 +0000 (09:46 +0000)] 
this file is now called setup0.h

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

25 years agowxTopLevelWindows is now a wxWindowList, better compatibility with the old
Vadim Zeitlin [Tue, 30 Mar 1999 09:43:29 +0000 (09:43 +0000)] 
wxTopLevelWindows is now a wxWindowList, better compatibility with the old
wxList in list.h

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

25 years agochanged removed wxToUpper to standard toupper
J. Russell Smyth [Mon, 29 Mar 1999 22:17:15 +0000 (22:17 +0000)] 
changed removed wxToUpper to standard toupper

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

25 years agolast fixes to fixes (MSW compilation works now)
Vadim Zeitlin [Mon, 29 Mar 1999 21:18:49 +0000 (21:18 +0000)] 
last fixes to fixes (MSW compilation works now)

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

25 years agoIgnore failure when deleting something that might not exist
Brian Macy [Mon, 29 Mar 1999 21:17:51 +0000 (21:17 +0000)] 
Ignore failure when deleting something that might not exist

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

25 years agoDon't fail when deleting files that might not exist
Brian Macy [Mon, 29 Mar 1999 21:14:23 +0000 (21:14 +0000)] 
Don't fail when deleting files that might not exist

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

25 years agoAdded time.h so it would compile
Brian Macy [Mon, 29 Mar 1999 21:08:15 +0000 (21:08 +0000)] 
Added time.h so it would compile

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

25 years agoheader changes for the fixes commited previously
Vadim Zeitlin [Mon, 29 Mar 1999 20:49:05 +0000 (20:49 +0000)] 
header changes for the fixes commited previously

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

25 years agomany miscellaneous fixes
Vadim Zeitlin [Mon, 29 Mar 1999 16:46:18 +0000 (16:46 +0000)] 
many miscellaneous fixes

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

25 years agomore backwards compatibility
Vadim Zeitlin [Mon, 29 Mar 1999 16:43:40 +0000 (16:43 +0000)] 
more backwards compatibility

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

25 years agoEVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified
Vadim Zeitlin [Mon, 29 Mar 1999 14:44:21 +0000 (14:44 +0000)] 
EVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified

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

25 years agoMerged in latest wxLayout code from Mahogany Mail.
Karsten Ballüder [Mon, 29 Mar 1999 09:56:44 +0000 (09:56 +0000)] 
Merged in latest wxLayout code from Mahogany Mail.

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

25 years agoUndefed Yield symbol if defined, else syntax error
Julian Smart [Mon, 29 Mar 1999 08:55:03 +0000 (08:55 +0000)] 
Undefed Yield symbol if defined, else syntax error

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

25 years agoFixed missing brace in app.cpp
Julian Smart [Mon, 29 Mar 1999 08:51:32 +0000 (08:51 +0000)] 
Fixed missing brace in app.cpp

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

25 years agoadded some more URLs
Harco de Hilster [Sun, 28 Mar 1999 23:08:55 +0000 (23:08 +0000)] 
added some more URLs

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

25 years agoworks for windows too now.
Harco de Hilster [Sun, 28 Mar 1999 22:38:48 +0000 (22:38 +0000)] 
works for windows too now.

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

25 years agoupdated. Lots of new useless features. Internet-enabled, as they say...
Harco de Hilster [Sun, 28 Mar 1999 20:55:44 +0000 (20:55 +0000)] 
updated. Lots of new useless features. Internet-enabled, as they say...

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

25 years agosomewhat better organization; still a mess though. Don't know why I'm
Harco de Hilster [Sat, 27 Mar 1999 21:29:41 +0000 (21:29 +0000)] 
somewhat better organization; still a mess though. Don't know why I'm
committing...

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

25 years ago* Added threads event propagation. Should compile on GTK (tested).
Guilhem Lavaux [Sat, 27 Mar 1999 18:50:54 +0000 (18:50 +0000)] 
* Added threads event propagation. Should compile on GTK (tested).

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

25 years agoset background to white. EVT_CHAR still doesn't work in MSW though.
Harco de Hilster [Sat, 27 Mar 1999 15:11:59 +0000 (15:11 +0000)] 
set background to white. EVT_CHAR still doesn't work in MSW though.

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

25 years agovery silly sample
Harco de Hilster [Fri, 26 Mar 1999 23:07:46 +0000 (23:07 +0000)] 
very silly sample

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

25 years agoAdded paper classes.
Julian Smart [Fri, 26 Mar 1999 21:14:01 +0000 (21:14 +0000)] 
Added paper classes.

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

25 years agoMany changes to the printing classes.
Julian Smart [Thu, 25 Mar 1999 23:06:01 +0000 (23:06 +0000)] 
Many changes to the printing classes.

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

25 years agowait4() replaced by waitpid() which is POSIX
Vadim Zeitlin [Thu, 25 Mar 1999 16:55:29 +0000 (16:55 +0000)] 
wait4() replaced by waitpid() which is POSIX

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

25 years agowxUSE_SIZE_T_STRING_OPERATOR fix
Vadim Zeitlin [Thu, 25 Mar 1999 15:47:09 +0000 (15:47 +0000)] 
wxUSE_SIZE_T_STRING_OPERATOR fix

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

25 years agoHAVE_BOOL fix
Vadim Zeitlin [Thu, 25 Mar 1999 15:27:26 +0000 (15:27 +0000)] 
HAVE_BOOL fix

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

25 years agoAIX patches from Hans-Joachim Baader <hans-joachim.baader@cjt.de>
Vadim Zeitlin [Thu, 25 Mar 1999 15:05:57 +0000 (15:05 +0000)] 
AIX patches from Hans-Joachim Baader <hans-joachim.baader@cjt.de>

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

25 years agoMotif cell highlighting problem fixed
Vadim Zeitlin [Thu, 25 Mar 1999 14:51:14 +0000 (14:51 +0000)] 
Motif cell highlighting problem fixed

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

25 years agowxNO_BORDER honoured by wxTextCtrl
Vadim Zeitlin [Thu, 25 Mar 1999 14:44:44 +0000 (14:44 +0000)] 
wxNO_BORDER honoured by wxTextCtrl

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

25 years agochar handling fixed again
Vadim Zeitlin [Wed, 24 Mar 1999 23:40:28 +0000 (23:40 +0000)] 
char handling fixed again

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

25 years agofix for scrolling in checklistboxes (Win32 only)
Vadim Zeitlin [Wed, 24 Mar 1999 23:38:24 +0000 (23:38 +0000)] 
fix for scrolling in checklistboxes (Win32 only)

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

25 years agohack to allow icons in wxStaticBitmap as well as bitmaps
Vadim Zeitlin [Wed, 24 Mar 1999 23:35:16 +0000 (23:35 +0000)] 
hack to allow icons in wxStaticBitmap as well as bitmaps

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

25 years agochar handling fixed once again
Vadim Zeitlin [Wed, 24 Mar 1999 23:34:18 +0000 (23:34 +0000)] 
char handling fixed once again

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

25 years agoCollapseAndReset() fixed
Vadim Zeitlin [Wed, 24 Mar 1999 21:56:08 +0000 (21:56 +0000)] 
CollapseAndReset() fixed

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

25 years agocompilation fixes
Vadim Zeitlin [Wed, 24 Mar 1999 21:44:33 +0000 (21:44 +0000)] 
compilation fixes

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

25 years agowxMenu code clean up
Vadim Zeitlin [Wed, 24 Mar 1999 19:05:19 +0000 (19:05 +0000)] 
wxMenu code clean up

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

25 years agoSome minor fixes to satisfy Latex. Tex2rtf works ok.
Harco de Hilster [Tue, 23 Mar 1999 22:51:44 +0000 (22:51 +0000)] 
Some minor fixes to satisfy Latex. Tex2rtf works ok.

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

25 years agocompilation fix
Vadim Zeitlin [Tue, 23 Mar 1999 22:10:12 +0000 (22:10 +0000)] 
compilation fix

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

25 years agoCorrected valtext.cpp for disabled controls; added Dialog Editor fixes
Julian Smart [Tue, 23 Mar 1999 19:56:58 +0000 (19:56 +0000)] 
Corrected valtext.cpp for disabled controls; added Dialog Editor fixes

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

25 years ago1. ReadMailcap/MimeTypes returna bool error code
Vadim Zeitlin [Tue, 23 Mar 1999 17:39:47 +0000 (17:39 +0000)] 
1. ReadMailcap/MimeTypes returna bool error code
2. 'fallback' flag added to ReadMailcap
3, subtle (and very rare) bug with mailcap entries order corrected

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

25 years agowxFileDialog::GetFilename and GetDir work now
Vadim Zeitlin [Tue, 23 Mar 1999 15:53:08 +0000 (15:53 +0000)] 
wxFileDialog::GetFilename and GetDir work now

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

25 years agoEndModal() isn't called twice any more
Vadim Zeitlin [Tue, 23 Mar 1999 15:52:39 +0000 (15:52 +0000)] 
EndModal() isn't called twice any more

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

25 years agoEnsureVisible() also expands the parent items
Vadim Zeitlin [Tue, 23 Mar 1999 13:50:29 +0000 (13:50 +0000)] 
EnsureVisible() also expands the parent items

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

25 years agomore fixes for paused thread termination
Vadim Zeitlin [Tue, 23 Mar 1999 13:27:03 +0000 (13:27 +0000)] 
more fixes for paused thread termination

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

25 years agoWS_CLIPCHILDREN is not always enabled in wxNotebook (caused painting problems).
Julian Smart [Tue, 23 Mar 1999 09:14:07 +0000 (09:14 +0000)] 
WS_CLIPCHILDREN is not always enabled in wxNotebook (caused painting problems).
Memory leak checking in app.cpp (wxMSW) now does checking from last checkpoint.

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

25 years agoissue with right aligned checkboxes added
Vadim Zeitlin [Mon, 22 Mar 1999 19:40:48 +0000 (19:40 +0000)] 
issue with right aligned checkboxes added

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

25 years agohack to implement right aligned checkboxes
Vadim Zeitlin [Mon, 22 Mar 1999 18:55:24 +0000 (18:55 +0000)] 
hack to implement right aligned checkboxes

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

25 years agofixed the description of wxSafeYield()
Karsten Ballüder [Mon, 22 Mar 1999 14:51:27 +0000 (14:51 +0000)] 
fixed the description of wxSafeYield()

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