]>
git.saurik.com Git - wxWidgets.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Harco de Hilster [Wed, 3 Feb 1999 00:27:52 +0000 (00:27 +0000)]
A minimal document skeleton. See comments inside for details
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1574
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Wed, 3 Feb 1999 00:18:45 +0000 (00:18 +0000)]
Fixed incredibly stupid mistake made earlier by me that upset tex2rtf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1573
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 2 Feb 1999 23:30:51 +0000 (23:30 +0000)]
clicking on the messages about assert failures in VC++ brings up the source
file at the line with the assert statement (nothing changed for other compilers)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1572
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 2 Feb 1999 22:23:44 +0000 (22:23 +0000)]
1. Harm's patch for AppendText()
2. Kbd processing seems to work (dlg navigation keys, wxTE_PROCESS_TAB &c)
3. controls sample updated to use AppendText() and test kbd navigation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1571
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Tue, 2 Feb 1999 19:20:48 +0000 (19:20 +0000)]
included description of wxTextCtrl::AppendText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1570
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Tue, 2 Feb 1999 19:01:43 +0000 (19:01 +0000)]
added wxTextCtrl::AppendText, used by TextCtrl operator <<
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1569
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Tue, 2 Feb 1999 18:56:18 +0000 (18:56 +0000)]
added AppendText method, now used by operator <<
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1568
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 2 Feb 1999 18:37:25 +0000 (18:37 +0000)]
Removed unnecessary (and buggy) additions. Sorry Guilhem!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1567
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 2 Feb 1999 13:35:51 +0000 (13:35 +0000)]
allow 8bit chars in the group names in wxFileConfig
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1566
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 2 Feb 1999 12:37:14 +0000 (12:37 +0000)]
Consistent naming of e.g. wxUSE_CTRL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1565
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 2 Feb 1999 12:07:25 +0000 (12:07 +0000)]
compilation warning removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1564
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Mon, 1 Feb 1999 18:09:27 +0000 (18:09 +0000)]
* Someone destroy a part of my previous work. Redocumenting ...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1563
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Mon, 1 Feb 1999 16:51:39 +0000 (16:51 +0000)]
updated so that the dll will compile successfully
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1562
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 1 Feb 1999 15:43:00 +0000 (15:43 +0000)]
latest CW additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1561
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 1 Feb 1999 15:39:46 +0000 (15:39 +0000)]
Removed some trash from that came through tha cables
Fixed Blit probs
Fixed file dlg probs
Fixed TextCtrl probs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1560
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 1 Feb 1999 15:25:15 +0000 (15:25 +0000)]
latest CW additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1559
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 1 Feb 1999 15:20:16 +0000 (15:20 +0000)]
latest CW additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1558
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 1 Feb 1999 15:06:39 +0000 (15:06 +0000)]
latest CW additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1557
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 1 Feb 1999 15:00:12 +0000 (15:00 +0000)]
latest CW additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1556
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 1 Feb 1999 14:42:35 +0000 (14:42 +0000)]
file I forgot to commit with other "filedlg.h"s
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1555
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775