Vadim Zeitlin
|
5ab656cd53
|
wxFindNextFile typo corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-04-01 11:23:00 +00:00 |
|
Brian Macy
|
348675e1cc
|
Very bad wxPrintData destructor... fixed typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-31 23:01:10 +00:00 |
|
Robert Roebling
|
30f1b5f3ef
|
added wxFrame::Command()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-31 17:53:27 +00:00 |
|
Robin Dunn
|
40c7a5fc4e
|
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
|
1999-03-31 16:40:08 +00:00 |
|
Vadim Zeitlin
|
b207457ce7
|
wxFAIL/ASSERT/CHECK documentation updated, CHECK2 added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-31 13:59:39 +00:00 |
|
Vadim Zeitlin
|
b29518f8f9
|
count++ bug corrected (patch from Dino Scaringella)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-31 13:35:03 +00:00 |
|
Robert Roebling
|
3c1b65a4a8
|
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
|
1999-03-31 13:01:43 +00:00 |
|
Harco de Hilster
|
cd7f122719
|
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
|
1999-03-30 19:29:02 +00:00 |
|
J. Russell Smyth
|
f1d534dfb5
|
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
|
1999-03-30 17:28:16 +00:00 |
|
Vadim Zeitlin
|
7491d644e6
|
Motif compilation fixes (now ok)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-30 11:09:48 +00:00 |
|
Vadim Zeitlin
|
58230fb1b3
|
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
|
1999-03-30 11:09:18 +00:00 |
|
Vadim Zeitlin
|
4417b34387
|
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
|
1999-03-30 09:47:59 +00:00 |
|
Vadim Zeitlin
|
d524e22d02
|
docs synchronized with code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-30 09:47:18 +00:00 |
|
Vadim Zeitlin
|
82e06aa02f
|
this file is now called setup0.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-30 09:46:27 +00:00 |
|
Vadim Zeitlin
|
e146b8c8bf
|
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
|
1999-03-30 09:43:29 +00:00 |
|
J. Russell Smyth
|
8ffd43c56b
|
changed removed wxToUpper to standard toupper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-29 22:17:15 +00:00 |
|
Vadim Zeitlin
|
c30aaf75f0
|
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
|
1999-03-29 21:18:49 +00:00 |
|
Brian Macy
|
e87b7b6000
|
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
|
1999-03-29 21:17:51 +00:00 |
|
Brian Macy
|
a43e96b6ce
|
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
|
1999-03-29 21:14:23 +00:00 |
|
Brian Macy
|
7e81174d0b
|
Added time.h so it would compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-29 21:08:15 +00:00 |
|
Vadim Zeitlin
|
d6b9496a96
|
header changes for the fixes commited previously
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-29 20:49:05 +00:00 |
|
Vadim Zeitlin
|
0fb67cd196
|
many miscellaneous fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-29 16:46:18 +00:00 |
|
Vadim Zeitlin
|
8826f46f0d
|
more backwards compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-29 16:43:40 +00:00 |
|
Vadim Zeitlin
|
c27eab7e9c
|
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
|
1999-03-29 14:44:21 +00:00 |
|
Karsten Ballüder
|
dd59841c33
|
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
|
1999-03-29 09:56:44 +00:00 |
|
Julian Smart
|
0a3d0d1157
|
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
|
1999-03-29 08:55:03 +00:00 |
|
Julian Smart
|
1d3dbc7b63
|
Fixed missing brace in app.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-29 08:51:32 +00:00 |
|
Harco de Hilster
|
8a252c002e
|
added some more URLs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-28 23:08:55 +00:00 |
|
Harco de Hilster
|
0bea2d47cb
|
works for windows too now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-28 22:38:48 +00:00 |
|
Harco de Hilster
|
eeec36a21f
|
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
|
1999-03-28 20:55:44 +00:00 |
|
Harco de Hilster
|
0d236c34d0
|
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
|
1999-03-27 21:29:41 +00:00 |
|
Guilhem Lavaux
|
7214297d16
|
* 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
|
1999-03-27 18:50:54 +00:00 |
|
Harco de Hilster
|
eedcfe5eb9
|
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
|
1999-03-27 15:11:59 +00:00 |
|
Harco de Hilster
|
35c1ca4bea
|
very silly sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-26 23:07:46 +00:00 |
|
Julian Smart
|
33d28952b2
|
Added paper classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-26 21:14:01 +00:00 |
|
Julian Smart
|
7bcb11d307
|
Many changes to the printing classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-25 23:06:01 +00:00 |
|
Vadim Zeitlin
|
0ed9a934ca
|
wait4() replaced by waitpid() which is POSIX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-25 16:55:29 +00:00 |
|
Vadim Zeitlin
|
2804b6d824
|
wxUSE_SIZE_T_STRING_OPERATOR fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-25 15:47:09 +00:00 |
|
Vadim Zeitlin
|
700b95dd32
|
HAVE_BOOL fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-25 15:27:26 +00:00 |
|
Vadim Zeitlin
|
227b5cd72f
|
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
|
1999-03-25 15:05:57 +00:00 |
|
Vadim Zeitlin
|
9dc12949f1
|
Motif cell highlighting problem fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-25 14:51:14 +00:00 |
|
Vadim Zeitlin
|
66a007fbcb
|
wxNO_BORDER honoured by wxTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-25 14:44:44 +00:00 |
|
Vadim Zeitlin
|
4d91c1d1ae
|
char handling fixed again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-24 23:40:28 +00:00 |
|
Vadim Zeitlin
|
c4dbfe148c
|
fix for scrolling in checklistboxes (Win32 only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-24 23:38:24 +00:00 |
|
Vadim Zeitlin
|
9e3e082102
|
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
|
1999-03-24 23:35:16 +00:00 |
|
Vadim Zeitlin
|
54bdd8b0ff
|
char handling fixed once again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-24 23:34:18 +00:00 |
|
Vadim Zeitlin
|
dd3646fd30
|
CollapseAndReset() fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-24 21:56:08 +00:00 |
|
Vadim Zeitlin
|
8cd850693f
|
compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-24 21:44:33 +00:00 |
|
Vadim Zeitlin
|
c626a8b797
|
wxMenu code clean up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-03-24 19:05:19 +00:00 |
|
Harco de Hilster
|
1c22cf1cf1
|
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
|
1999-03-23 22:51:44 +00:00 |
|