]> git.saurik.com Git - wxWidgets.git/history - src/msw
wxExecute() fix (running console programs doesn't cause X errors any more)
[wxWidgets.git] / src / msw /
1999-02-17  Julian SmartAdded missing const to wxGTK's wxMDIChildFrame::GetTool...
1999-02-17  Julian SmartChanged .vc makefiles to allow different configurations...
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-15  Julian SmartGnuWin32 corrections (::ZeroMemory doesn't exist)
1999-02-14  Julian SmartAdded png, zlib targets to 16-bit makefiles
1999-02-14  Vadim Zeitlinmade wxToolTip::Enable() and SetDelay() static (as...
1999-02-12  Julian SmartSmall Tex2RTF fixes; wxMotif compile fixes (motif.inc...
1999-02-12  Julian SmartSome doc corrections (added blank lines at end of docs...
1999-02-11  Julian SmartSolved wxMotif scrolling display problem; added wxImage...
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-08  Vadim ZeitlinwxProcess-related code now works
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-07  Vadim Zeitlinmade wxProcess-related code compile again (it doesn...
1999-02-07  Julian SmartAdded wxGenericValidator & doc
1999-02-06  Vadim Zeitlinunneeded line removed
1999-02-06  Vadim Zeitlinmenu title is drawn in bold font and the commands from...
1999-02-06  Vadim Zeitlinfixes for compilation without wxUSE_TOOLTIPS
1999-02-06  Vadim Zeitlinresizeable dialogs support
1999-02-06  Vadim ZeitlinwxGTK compatible clipboard implementation (not OLE...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Julian SmartChanged GetForce -> !CanVeto
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-02-04  Julian SmartFurther changes to make mfctest work.
1999-02-04  Julian SmartFixed compilation for when not including <windows.h>
1999-02-04  Unknown (UG)commented out wxCrtSetDbgFlag for WXUSINGDLL=1 (ie...
1999-02-04  Julian SmartSome warnings removed.
1999-02-03  Vadim Zeitlinanother compilation fix
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-02-03  Julian SmartCured some Latex problems; fixed i declaration; fixed...
1999-02-02  Vadim Zeitlin1. Harm's patch for AppendText()
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-02-01  Unknown (UG)updated so that the dll will compile successfully
1999-02-01  Stefan Csomorlatest CW additions
1999-02-01  Vadim Zeitlinmore wxToolTip changes
1999-02-01  Vadim Zeitlinsome kbd handling fixes (some problems still persist)
1999-01-31  Vadim Zeitlinunused message removed from event table
1999-01-31  Vadim Zeitlin"selection changed" events are not generated any more...
1999-01-31  Vadim ZeitlinwxControl::MSWNotify() handler calls wxWindow version...
1999-01-31  Vadim ZeitlinwxToolTip for MSW implementation (it has several proble...
1999-01-31  Vadim Zeitlinmemory debugging using VC++ debug CRT works for DLL...
1999-01-31  Julian SmartAdded a few files; fixed some warnings and wxMotif...
1999-01-31  Julian SmartVarious small fixes
1999-01-31  Julian SmartSome corrections for BC++ compilation; Latex doc correc...
1999-01-29  Vadim Zeitlincompile fix (still not tested) for GetLastChild()
1999-01-27  Vadim Zeitlin1. added wxTreeCtrl::GetLastChild (modified MSW, GTK...
1999-01-26  Julian SmartAdded dataxpm.c to avoid name clash; removed ifdefing...
1999-01-25  Vadim Zeitlinwidth and height arguments are no longer ignored in...
1999-01-25  Julian SmartSplit up wxStream doc files; added wxTCP... files;...
1999-01-25  Julian SmartFixed wxFileDialog and VC++ DLL compilation
1999-01-25  Julian SmartSigh, some more makefiles I forgot about (for TWIN32...
1999-01-25  Julian Smart*** empty log message ***
1999-01-25  Julian Smartchar* -> wxString
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-24  Julian SmartRenamed .nt makefiles to .vc and factored them out...
1999-01-24  Julian SmartRemoved print.cpp, added tokenizr.tex
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-24  Vadim ZeitlinDaniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for...
1999-01-23  Vadim Zeitlin1. registry files corresponding to the recent registry...
1999-01-22  Vadim ZeitlinRename() (partly) implemented for wxRegConf
1999-01-22  Vadim ZeitlinTestDestroy() is not const any more (warnings suppressed)
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1999-01-21  Julian SmartMade EVT_SLIDER event happen always; some doc and wxPro...
1999-01-20  Vadim ZeitlinwxString::Right() changed to AfterLast() (config works...
1999-01-20  Julian SmartFixed wxConfig (I hope) and disabled wxRegConfig::Delet...
1999-01-19  Julian SmartInclude dynarray.h
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-17  Vadim Zeitlinmore thread fixes
1999-01-17  Vadim ZeitlinwxThread fixes - compilation under Unix temporarily...
1999-01-17  Julian SmartVC++ compilation correction; doc file corrections
1999-01-16  Julian SmartFor wxMSW, split XPM handler into separate file (please...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-15  Julian SmartAdded wxTE_PROCESS_TAB
1999-01-14  Julian SmartAdded some tentative wxMotif clipboard code; did some...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-14  Julian SmartAdded OnKeyDown, OnKeyUp.
1999-01-13  Julian Smart*** empty log message ***
1999-01-13  Julian SmartwxMSW wxClipboard implementation
1999-01-13  Julian SmartAdded dnd classes, data object classes, changed clipboa...
1999-01-12  Vadim Zeitlinadded an error message if a bitmap can't be addedto...
1999-01-12  Vadim Zeitlincatches program exceptions in release build (VC++ only)
1999-01-12  Vadim Zeitlinsome really minor changes (the most important one:...
1999-01-11  Julian SmartCorrected thread.h inline problem. Set WXWIN_COMPATIBIL...
1999-01-09  Julian SmartMore SC++ fixes; HelpGen starting to compile with VC...
1999-01-09  Vadim Zeitlinthread fixes for MSW (samples doesn't compile currently...
1999-01-08  Julian SmartChanges to allow Cygwin to compile in non-PCH mode
1999-01-08  Unknown (UG)WXDLLEXPORT added to wxPendingList
1999-01-08  Julian SmartCorrected grey scrolling windows; added C++Builder...
1999-01-07  Julian SmartWatcom C++ mods
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1999-01-04  Julian SmartCorrected memory.cpp compilation error; Cygwin makefile...
1999-01-02  Vadim ZeitlinThread fixes (but they still don't work at all...)
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1999-01-01  Stefan Csomormac support as stubs added
1998-12-31  Julian SmartAdded Property List classes to main library; added...
1998-12-29  Julian SmartBC++/16-bit support now working, but without resource...
next