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

25 years agowxSafeYield documented
Vadim Zeitlin [Mon, 22 Mar 1999 13:30:41 +0000 (13:30 +0000)] 
wxSafeYield documented

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

25 years agowxEvent::Skip() clarification added
Vadim Zeitlin [Mon, 22 Mar 1999 12:59:39 +0000 (12:59 +0000)] 
wxEvent::Skip() clarification added

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

25 years agoattempt to fix Delete/Pause deadlock
Vadim Zeitlin [Mon, 22 Mar 1999 12:49:05 +0000 (12:49 +0000)] 
attempt to fix Delete/Pause deadlock

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

25 years agounix directory added to 'clean' target
Vadim Zeitlin [Mon, 22 Mar 1999 12:28:50 +0000 (12:28 +0000)] 
unix directory added to 'clean' target

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

25 years agoAdded wxSafeYield(wxWindow *win=NULL).
Karsten Ballüder [Mon, 22 Mar 1999 10:22:26 +0000 (10:22 +0000)] 
Added wxSafeYield(wxWindow *win=NULL).

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

25 years agoMinor correction to allow "disabled" buttons to work under MSW
J. Russell Smyth [Mon, 22 Mar 1999 04:29:45 +0000 (04:29 +0000)] 
Minor correction to allow "disabled" buttons to work under MSW

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

25 years agoAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
Julian Smart [Sun, 21 Mar 1999 22:39:45 +0000 (22:39 +0000)] 
Added wxTreeCtrl::SetItemDropHighlight (wxMSW only);
added WS_CLIPCHILDREN style to wxNotebook.

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

25 years agoModified wxMSW listbox.cpp to work with wxCommandEvent::m_commandString
J. Russell Smyth [Sun, 21 Mar 1999 08:20:38 +0000 (08:20 +0000)] 
Modified wxMSW listbox.cpp to work with wxCommandEvent::m_commandString
as wxString
Modified framelayout Makefile.vc's for move of settingsdlg.[h,cpp] and
wxinfo.[h,cpp] to sample/demo

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

25 years agoFixed wxExecute() to handle filenames with spaces and quoted arguments.
Karsten Ballüder [Fri, 19 Mar 1999 10:57:18 +0000 (10:57 +0000)] 
Fixed wxExecute() to handle filenames with spaces and quoted arguments.

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

25 years agoAdded Makefile/Makefile.in to generate tex2rtf under linux/unix
J. Russell Smyth [Wed, 17 Mar 1999 20:23:02 +0000 (20:23 +0000)] 
Added Makefile/Makefile.in to generate tex2rtf under linux/unix

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

25 years agomime.types entries with all fields on same line parsed correctly
Vadim Zeitlin [Wed, 17 Mar 1999 16:25:49 +0000 (16:25 +0000)] 
mime.types entries with all fields on same line parsed correctly

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

25 years ago1 - fixed listbox.cpp to work with events with m_commandString member as wxString...
J. Russell Smyth [Wed, 17 Mar 1999 11:11:15 +0000 (11:11 +0000)] 
1 - fixed listbox.cpp to work with events with m_commandString member as wxString (fixing to match recent change)
2 - made wxSystemSettings::GetSystemColour(wxSYS_COLOUR_GRAYTEXT) return better value

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

25 years ago1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong
J. Russell Smyth [Wed, 17 Mar 1999 11:07:19 +0000 (11:07 +0000)] 
1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong
2 - removed pf_sample from library - this was test code
3 - modified newbmpbutton to create all button images once at initial
creation
4 - newbmpbutton only refreses when necessary
5 - non-msw platforms may now disable (enable(FALSE)) a button - this will half-grey the image and draw text in disabled color.

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

25 years agowxCommandEvent::SetString() change - now uses wxString
Vadim Zeitlin [Tue, 16 Mar 1999 18:54:24 +0000 (18:54 +0000)] 
wxCommandEvent::SetString() change - now uses wxString

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

25 years agowxTextFile::Close() implemented
Vadim Zeitlin [Tue, 16 Mar 1999 18:44:38 +0000 (18:44 +0000)] 
wxTextFile::Close() implemented

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

25 years agotesting cvs
Karsten Ballüder [Tue, 16 Mar 1999 17:39:19 +0000 (17:39 +0000)] 
testing cvs

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