]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years agocompilation fixes for gcc 2.7.2.1 under FreeBSD
Vadim Zeitlin [Thu, 11 Feb 1999 13:58:30 +0000 (13:58 +0000)] 
compilation fixes for gcc 2.7.2.1 under FreeBSD

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

25 years ago Solaris compilation patches
Robert Roebling [Thu, 11 Feb 1999 12:44:10 +0000 (12:44 +0000)] 
  Solaris compilation patches
  dbtest now works a little

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

25 years ago distribution things
Robert Roebling [Wed, 10 Feb 1999 23:08:27 +0000 (23:08 +0000)] 
  distribution things
  implemented native docking for menus and toolbars
    (see toolbar sample) someone may have to create
    the new wxMenuBar constructor
  corrected wxFileDlg appearance and made it i18n
  implemented defaults buttons
  improved look of all common dlgs except print setup
  corrected forty's player dlg
  added wxMB_DOCKABLE and wxTB_DOCKABLE flags
  augmented BETA_VERSION to 4
  prevent wxListBox from sending a list_item_selected
    event when adding the first item to a list that
    is a single selection list using AppendXX()

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

25 years agoCured some small doc typos; some WIN16 fixes; transferred DLL WinMain to
Julian Smart [Wed, 10 Feb 1999 22:44:53 +0000 (22:44 +0000)] 
Cured some small doc typos; some WIN16 fixes; transferred DLL WinMain to
IMPLEMENT_APP() macro so dummy.obj doesn't have to be linked; lexer.l fix
for LEX (I hope)

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

25 years agobug in wxSplitPath() corrected: the returned file name doesn't have the
Vadim Zeitlin [Wed, 10 Feb 1999 20:47:01 +0000 (20:47 +0000)] 
bug in wxSplitPath() corrected: the returned file name doesn't have the
trailing dot any more

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

25 years ago* Doc updates
Guilhem Lavaux [Wed, 10 Feb 1999 20:01:06 +0000 (20:01 +0000)] 
* Doc updates
* Fixes about socket, stream core, a superfluous stream.

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

25 years ago isosurf corrections
Robert Roebling [Wed, 10 Feb 1999 17:15:19 +0000 (17:15 +0000)] 
  isosurf corrections
  #ifdeffed tab code in wxPanel

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

25 years agoadded test for long long
Karsten Ballüder [Wed, 10 Feb 1999 16:33:21 +0000 (16:33 +0000)] 
added test for long long

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

25 years agoAdded test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)
Karsten Ballüder [Wed, 10 Feb 1999 16:14:18 +0000 (16:14 +0000)] 
Added test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)

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

25 years agowxSplitterWindow::ReplaceWindow() function added and documented
Vadim Zeitlin [Wed, 10 Feb 1999 13:38:12 +0000 (13:38 +0000)] 
wxSplitterWindow::ReplaceWindow() function added and documented

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

25 years agoadded #include <fcntl.h> to allow compilation under Linux
Vadim Zeitlin [Wed, 10 Feb 1999 12:55:15 +0000 (12:55 +0000)] 
added #include <fcntl.h> to allow compilation under Linux

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

25 years ago Various update to Blit() SetBackground() Clear() etc.
Robert Roebling [Wed, 10 Feb 1999 11:56:15 +0000 (11:56 +0000)] 
  Various update to Blit() SetBackground() Clear() etc.

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

25 years agosmall modification to stdin/stdout/stderr behaviour in wxExcute()
Karsten Ballüder [Wed, 10 Feb 1999 11:19:10 +0000 (11:19 +0000)] 
small modification to stdin/stdout/stderr behaviour in wxExcute()

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

25 years agoAdded wxUSE_STREAMS
Julian Smart [Wed, 10 Feb 1999 10:06:17 +0000 (10:06 +0000)] 
Added wxUSE_STREAMS

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

25 years agofixed somebody's typo in a preprocessor directive (&6 --> &&)
Robin Dunn [Tue, 9 Feb 1999 22:58:34 +0000 (22:58 +0000)] 
fixed somebody's typo in a preprocessor directive (&6 --> &&)

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

25 years agowxMSW compilation problem fixed
Vadim Zeitlin [Tue, 9 Feb 1999 22:39:55 +0000 (22:39 +0000)] 
wxMSW compilation problem fixed

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

25 years agoRemoved some TODOs in the Latex docs; changed wxMotif wxClipboard to match
Julian Smart [Tue, 9 Feb 1999 21:22:58 +0000 (21:22 +0000)] 
Removed some TODOs in the Latex docs; changed wxMotif wxClipboard to match
wxGTK/wxMSW syntax; added Ron Kuris' wxExecute patch

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

25 years agoFixed property list OnClose problem that caused Dialog Editor problem
Julian Smart [Tue, 9 Feb 1999 18:19:15 +0000 (18:19 +0000)] 
Fixed property list OnClose problem that caused Dialog Editor problem

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

25 years ago* wxStream doc updates
Guilhem Lavaux [Tue, 9 Feb 1999 18:12:20 +0000 (18:12 +0000)] 
* wxStream doc updates

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

25 years agowxFindFirst/NextFile() now return wxString and not "char *", wxGetCwd() added
Vadim Zeitlin [Tue, 9 Feb 1999 17:04:29 +0000 (17:04 +0000)] 
wxFindFirst/NextFile() now return wxString and not "char *", wxGetCwd() added
(to be used instead of wxGetWorkingDirectory)

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

25 years agowxArrayString::Sort() implemented
Vadim Zeitlin [Tue, 9 Feb 1999 16:52:19 +0000 (16:52 +0000)] 
wxArrayString::Sort() implemented

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

25 years agoAdded more makefiles; fixed some samples for Cygwin
Julian Smart [Tue, 9 Feb 1999 16:00:23 +0000 (16:00 +0000)] 
Added more makefiles; fixed some samples for Cygwin

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

25 years agoAdded more makefiles
Julian Smart [Tue, 9 Feb 1999 15:40:15 +0000 (15:40 +0000)] 
Added more makefiles

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

25 years agoRationalised Cygwin sample makefiles
Julian Smart [Tue, 9 Feb 1999 15:37:52 +0000 (15:37 +0000)] 
Rationalised Cygwin sample makefiles

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

25 years agocw pro adaption (illegal default argument error was given)
Stefan Csomor [Tue, 9 Feb 1999 09:58:12 +0000 (09:58 +0000)] 
cw pro adaption (illegal default argument error was given)

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

25 years ago custom icons for DnD
Robert Roebling [Tue, 9 Feb 1999 08:18:14 +0000 (08:18 +0000)] 
  custom icons for DnD

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

25 years ago radiobox optical changes
Robert Roebling [Tue, 9 Feb 1999 07:25:11 +0000 (07:25 +0000)] 
  radiobox optical changes
  textctrl single line append/insert stuff
  more precise testing of the above in controls

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

25 years agomicro compilation fix
Vadim Zeitlin [Mon, 8 Feb 1999 22:13:18 +0000 (22:13 +0000)] 
micro compilation fix

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

25 years agoMake it binary
Julian Smart [Mon, 8 Feb 1999 17:19:21 +0000 (17:19 +0000)] 
Make it binary

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

25 years ago Keep up the good work, people...
Robert Roebling [Mon, 8 Feb 1999 16:25:52 +0000 (16:25 +0000)] 
  Keep up the good work, people...

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

25 years agoupdated wxLayout
Karsten Ballüder [Mon, 8 Feb 1999 15:20:38 +0000 (15:20 +0000)] 
updated wxLayout

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

25 years agofixed linkage problem
Karsten Ballüder [Mon, 8 Feb 1999 12:04:14 +0000 (12:04 +0000)] 
fixed linkage problem

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

25 years agowxProcess-related code now works
Vadim Zeitlin [Mon, 8 Feb 1999 11:59:54 +0000 (11:59 +0000)] 
wxProcess-related code now works

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

25 years agocompilation fixes
Karsten Ballüder [Mon, 8 Feb 1999 10:54:05 +0000 (10:54 +0000)] 
compilation fixes
PLEASE CHECK valgen.cpp: I had to insert a #include <wx/wx.h> to make it compile.

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

25 years agoTried to fix wxPanel bug (windows now set the panel current focus window on deletion);
Julian Smart [Mon, 8 Feb 1999 00:15:40 +0000 (00:15 +0000)] 
Tried to fix wxPanel bug (windows now set the panel current focus window on deletion);
undid wxMSW wxRadioBox::SetSize changes that made it resizeable because it just doesn't
work (see notes in radiobox.cpp); fixed wxTextCtrl enter processing bug; fixed
Dialog Editor wxRadioBox-writing bug

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

25 years agoRemoved small OGL glitches; added new sample
Julian Smart [Sun, 7 Feb 1999 23:56:40 +0000 (23:56 +0000)] 
Removed small OGL glitches; added new sample

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

25 years agomade wxProcess-related code compile again (it doesn't work correctly yet,
Vadim Zeitlin [Sun, 7 Feb 1999 23:45:17 +0000 (23:45 +0000)] 
made wxProcess-related code compile again (it doesn't work correctly yet,
will be fixed a bit later)

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

25 years agoreplaced "#include <wx/process.h>" by "class wxProcess;" - I don't like
Vadim Zeitlin [Sun, 7 Feb 1999 21:45:15 +0000 (21:45 +0000)] 
replaced "#include <wx/process.h>" by "class wxProcess;" - I don't like
recompile the files just for the pleasure of it...

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

25 years agowxProcess() fixes: will really call parent's event handler and will pass the
Vadim Zeitlin [Sun, 7 Feb 1999 21:26:54 +0000 (21:26 +0000)] 
wxProcess() fixes: will really call parent's event handler and will pass the
exited process status now

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

25 years ago* A few updates (stream doc)
Guilhem Lavaux [Sun, 7 Feb 1999 21:12:41 +0000 (21:12 +0000)] 
* A few updates (stream doc)

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

25 years agoAdded wxGenericValidator & doc
Julian Smart [Sun, 7 Feb 1999 17:11:44 +0000 (17:11 +0000)] 
Added wxGenericValidator & doc

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

25 years agomenu help texts added (it now works in wxGTK too, great!)
Vadim Zeitlin [Sun, 7 Feb 1999 16:59:17 +0000 (16:59 +0000)] 
menu help texts added (it now works in wxGTK too, great!)

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

25 years ago16x16 icons for the controls sample (32x32 were too ugly)
Vadim Zeitlin [Sun, 7 Feb 1999 00:46:17 +0000 (00:46 +0000)] 
16x16 icons for the controls sample (32x32 were too ugly)

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

25 years agoFollow up for changes in wxWindows to various event classes
Robin Dunn [Sun, 7 Feb 1999 00:24:53 +0000 (00:24 +0000)] 
Follow up for changes in wxWindows to various event classes

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

25 years agoicons for controls sample
Vadim Zeitlin [Sun, 7 Feb 1999 00:23:44 +0000 (00:23 +0000)] 
icons for controls sample

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

25 years agoGetData() now takes a pointer and not a reference, IsSupported() takes a
Vadim Zeitlin [Sun, 7 Feb 1999 00:14:10 +0000 (00:14 +0000)] 
GetData() now takes a pointer and not a reference, IsSupported() takes a
format and not a data object

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

25 years agoremoved "#ifdef wxGTK" around clipboard code and added "#if wxUSE_TOOLTIPS"
Vadim Zeitlin [Sun, 7 Feb 1999 00:05:43 +0000 (00:05 +0000)] 
removed "#ifdef wxGTK" around clipboard code and added "#if wxUSE_TOOLTIPS"
around code usign tooltips

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

25 years agoChanging makefile.nt to makefile.vc as in rest of wxWindows
Robin Dunn [Sat, 6 Feb 1999 23:47:03 +0000 (23:47 +0000)] 
Changing makefile.nt to makefile.vc as in rest of wxWindows

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

25 years agounneeded line removed
Vadim Zeitlin [Sat, 6 Feb 1999 23:43:30 +0000 (23:43 +0000)] 
unneeded line removed

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

25 years agomenu title is drawn in bold font and the commands from it are ignored
Vadim Zeitlin [Sat, 6 Feb 1999 23:38:19 +0000 (23:38 +0000)] 
menu title is drawn in bold font and the commands from it are ignored

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

25 years agomore files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c)
Vadim Zeitlin [Sat, 6 Feb 1999 23:34:28 +0000 (23:34 +0000)] 
more files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c)

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

25 years agorestored "#include <windows.h>"
Vadim Zeitlin [Sat, 6 Feb 1999 23:32:34 +0000 (23:32 +0000)] 
restored "#include <windows.h>"

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

25 years agofixes for compilation without wxUSE_TOOLTIPS
Vadim Zeitlin [Sat, 6 Feb 1999 23:28:53 +0000 (23:28 +0000)] 
fixes for compilation without wxUSE_TOOLTIPS

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

25 years agoresizeable dialogs support
Vadim Zeitlin [Sat, 6 Feb 1999 23:27:08 +0000 (23:27 +0000)] 
resizeable dialogs support

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

25 years agowxGTK compatible clipboard implementation (not OLE clipboard - it will come
Vadim Zeitlin [Sat, 6 Feb 1999 23:25:47 +0000 (23:25 +0000)] 
wxGTK compatible clipboard implementation (not OLE clipboard - it will come
later)

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

25 years agowxTextFile::Eof() bug corrected (always returned FALSE before)
Vadim Zeitlin [Sat, 6 Feb 1999 23:17:31 +0000 (23:17 +0000)] 
wxTextFile::Eof() bug corrected (always returned FALSE before)

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

25 years agodescription of Write() return value added
Vadim Zeitlin [Sat, 6 Feb 1999 23:12:41 +0000 (23:12 +0000)] 
description of Write() return value added

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

25 years agoFollow up for changes in wxWindows to various event classes
Robin Dunn [Sat, 6 Feb 1999 22:55:22 +0000 (22:55 +0000)] 
Follow up for changes in wxWindows to various event classes

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

25 years agoAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStubs; rearranged/debugged
Julian Smart [Sat, 6 Feb 1999 13:32:46 +0000 (13:32 +0000)] 
Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStubs; rearranged/debugged
docs

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

25 years agoAltered font dialog slightly for Motif; added wxUSE_TOOLTIPS to Motif setup.h
Julian Smart [Sat, 6 Feb 1999 00:46:25 +0000 (00:46 +0000)] 
Altered font dialog slightly for Motif; added wxUSE_TOOLTIPS to Motif setup.h

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

25 years agoRemoved lots of OnClose functions; doc'ed OnCloseWindow better;
Julian Smart [Fri, 5 Feb 1999 23:55:04 +0000 (23:55 +0000)] 
Removed lots of OnClose functions; doc'ed OnCloseWindow better;
MM_... -> wxMM_...

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

25 years ago libjpeg not used by default (it didn't even link)
Robert Roebling [Fri, 5 Feb 1999 19:07:42 +0000 (19:07 +0000)] 
  libjpeg not used by default (it didn't even link)
  no menu's help texts disappear again
  now that is

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

25 years agoWXWIN_COMPATBILITY is now 0
Vadim Zeitlin [Fri, 5 Feb 1999 17:26:19 +0000 (17:26 +0000)] 
WXWIN_COMPATBILITY is now 0

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

25 years agocompilation fixes (errors and warnings) for wxWin 2.0 compatibility
Vadim Zeitlin [Fri, 5 Feb 1999 16:44:52 +0000 (16:44 +0000)] 
compilation fixes (errors and warnings) for wxWin 2.0 compatibility

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

25 years agomore wxCloseEvent changes: now the behaviour should be conforming to the one
Vadim Zeitlin [Fri, 5 Feb 1999 16:12:43 +0000 (16:12 +0000)] 
more wxCloseEvent changes: now the behaviour should be conforming to the one
described in the docs (i.e. like Julian wants it)

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

25 years agoChanged GetForce -> !CanVeto
Julian Smart [Fri, 5 Feb 1999 15:06:25 +0000 (15:06 +0000)] 
Changed GetForce -> !CanVeto

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

25 years ago synched Clear() and SetBackgroundColour()
Robert Roebling [Fri, 5 Feb 1999 14:58:50 +0000 (14:58 +0000)] 
  synched Clear() and SetBackgroundColour()

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

25 years agowxWindow::OnClose() removed completely from wxGTK, wxCloseEvent is now
Vadim Zeitlin [Fri, 5 Feb 1999 14:26:48 +0000 (14:26 +0000)] 
wxWindow::OnClose() removed completely from wxGTK, wxCloseEvent is now
processed properly. Also, fixes for compilation without WXWIN_COMPATIBILITY
on.

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

25 years agorefresh added when the item text or image is changed so it's redrawn
Vadim Zeitlin [Fri, 5 Feb 1999 14:17:56 +0000 (14:17 +0000)] 
refresh added when the item text or image is changed so it's redrawn
immediately

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

25 years ago Added menu_highlight behaviour as in wxMSW (statusbar)
Robert Roebling [Fri, 5 Feb 1999 13:25:40 +0000 (13:25 +0000)] 
  Added menu_highlight behaviour as in wxMSW (statusbar)

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

25 years ago1. more keyboard navigation fixes - seems to work now
Vadim Zeitlin [Thu, 4 Feb 1999 23:21:27 +0000 (23:21 +0000)] 
1. more keyboard navigation fixes - seems to work now
2. wxPanel now remembers the last control which had focus, so it's restored
   to it when the focus returns to the panel (very handy IMHO)

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

25 years agoremoved the file setup.h - copy setup0.h into setup.h and make your changes
Vadim Zeitlin [Thu, 4 Feb 1999 23:14:50 +0000 (23:14 +0000)] 
removed the file setup.h - copy setup0.h into setup.h and make your changes
in it now

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

25 years ago*** empty log message ***
Julian Smart [Thu, 4 Feb 1999 22:16:48 +0000 (22:16 +0000)] 
*** empty log message ***

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

25 years agoFurther changes to make mfctest work.
Julian Smart [Thu, 4 Feb 1999 22:06:15 +0000 (22:06 +0000)] 
Further changes to make mfctest work.

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

25 years agoAdded /D_AFXDLL to mfc sample makefile.
Julian Smart [Thu, 4 Feb 1999 21:19:42 +0000 (21:19 +0000)] 
Added /D_AFXDLL to mfc sample makefile.

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

25 years agoFixed compilation for when not including <windows.h>
Julian Smart [Thu, 4 Feb 1999 21:12:30 +0000 (21:12 +0000)] 
Fixed compilation for when not including <windows.h>

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

25 years agoCorrected XPM-related cast in resource.cpp; added generic Blitting code in wxPostScriptDC
Julian Smart [Thu, 4 Feb 1999 20:28:50 +0000 (20:28 +0000)] 
Corrected XPM-related cast in resource.cpp; added generic Blitting code in wxPostScriptDC

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

25 years agowxSplitPath() handles correctly filenames with '.' but without extension
Vadim Zeitlin [Thu, 4 Feb 1999 19:35:32 +0000 (19:35 +0000)] 
wxSplitPath() handles correctly filenames with '.' but without extension

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

25 years agoAdded wxColour::wxColour(unsigned long)
Robin Dunn [Thu, 4 Feb 1999 19:03:55 +0000 (19:03 +0000)] 
Added wxColour::wxColour(unsigned long)

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

25 years agosome compilation "enhancements"
Vadim Zeitlin [Thu, 4 Feb 1999 17:39:04 +0000 (17:39 +0000)] 
some compilation "enhancements"

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

25 years agocommented out wxCrtSetDbgFlag for WXUSINGDLL=1 (ie building apps using dll linkage)
Unknown (UG) [Thu, 4 Feb 1999 16:46:24 +0000 (16:46 +0000)] 
commented out wxCrtSetDbgFlag for WXUSINGDLL=1 (ie building apps using dll linkage)

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

25 years ago#ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG
Unknown (UG) [Thu, 4 Feb 1999 16:28:06 +0000 (16:28 +0000)] 
#ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG

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

25 years ago postscript Blit()
Robert Roebling [Thu, 4 Feb 1999 16:12:32 +0000 (16:12 +0000)] 
  postscript Blit()
  DC::GetSize() bug corrected

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

25 years agoconversions from int/long to wxString won't compile any more
Vadim Zeitlin [Thu, 4 Feb 1999 16:06:01 +0000 (16:06 +0000)] 
conversions from int/long to wxString won't compile any more

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

25 years agowxGTK compilation fixes
Vadim Zeitlin [Thu, 4 Feb 1999 16:01:30 +0000 (16:01 +0000)] 
wxGTK compilation fixes

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

25 years agocompilation fix due to wxString(int) addition
Vadim Zeitlin [Thu, 4 Feb 1999 16:00:50 +0000 (16:00 +0000)] 
compilation fix due to wxString(int) addition

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

25 years agoSome warnings removed.
Julian Smart [Thu, 4 Feb 1999 11:14:41 +0000 (11:14 +0000)] 
Some warnings removed.

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

25 years ago*** empty log message ***
Václav Slavík [Thu, 4 Feb 1999 10:58:33 +0000 (10:58 +0000)] 
*** empty log message ***

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

25 years agowxJPEGHandler non-default
Václav Slavík [Thu, 4 Feb 1999 10:57:40 +0000 (10:57 +0000)] 
wxJPEGHandler non-default

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

25 years ago Faster imagescale code
Robert Roebling [Thu, 4 Feb 1999 06:51:39 +0000 (06:51 +0000)] 
  Faster imagescale code
  Blit() rewritten

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

25 years agoanother compilation fix
Vadim Zeitlin [Wed, 3 Feb 1999 22:58:21 +0000 (22:58 +0000)] 
another compilation fix

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

25 years ago_MSC_VER change fixes - now compiles again
Vadim Zeitlin [Wed, 3 Feb 1999 22:50:06 +0000 (22:50 +0000)] 
_MSC_VER change fixes - now compiles again

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

25 years agoBefore/After => BeforeFirst/AfterFirst (corrects some minor bugs)
Vadim Zeitlin [Wed, 3 Feb 1999 19:11:02 +0000 (19:11 +0000)] 
Before/After => BeforeFirst/AfterFirst (corrects some minor bugs)

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

25 years agoreset m_sashPosition to 0 after calling OnUnsplit(), not before
Vadim Zeitlin [Wed, 3 Feb 1999 19:10:04 +0000 (19:10 +0000)] 
reset m_sashPosition to 0 after calling OnUnsplit(), not before

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

25 years ago_MSC_VER => __VISUALC__ change
Vadim Zeitlin [Wed, 3 Feb 1999 16:48:12 +0000 (16:48 +0000)] 
_MSC_VER => __VISUALC__ change

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

25 years agocompilation problem fixed
Vadim Zeitlin [Wed, 3 Feb 1999 16:44:10 +0000 (16:44 +0000)] 
compilation problem fixed

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

25 years ago Trying to repair what CVS can do to source code
Robert Roebling [Wed, 3 Feb 1999 14:28:55 +0000 (14:28 +0000)] 
  Trying to repair what CVS can do to source code

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

25 years agoadded JPEG support
Václav Slavík [Wed, 3 Feb 1999 13:43:04 +0000 (13:43 +0000)] 
added JPEG support

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

25 years agoCured some Latex problems; fixed i declaration; fixed filedlg.cpp
Julian Smart [Wed, 3 Feb 1999 10:01:34 +0000 (10:01 +0000)] 
Cured some Latex problems; fixed i declaration; fixed filedlg.cpp

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

25 years agoremoved gtk_text references
Harco de Hilster [Wed, 3 Feb 1999 00:34:00 +0000 (00:34 +0000)] 
removed gtk_text references

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