wxWidgets.git
1999-03-30  Vadim Zeitlin1. notes for AIX compilation added
1999-03-30  Vadim Zeitlindocs synchronized with code
1999-03-30  Vadim Zeitlinthis file is now called setup0.h
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-29  J. Russell... changed removed wxToUpper to standard toupper
1999-03-29  Vadim Zeitlinlast fixes to fixes (MSW compilation works now)
1999-03-29  Brian MacyIgnore failure when deleting something that might not...
1999-03-29  Brian MacyDon't fail when deleting files that might not exist
1999-03-29  Brian MacyAdded time.h so it would compile
1999-03-29  Vadim Zeitlinheader changes for the fixes commited previously
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-29  Vadim Zeitlinmore backwards compatibility
1999-03-29  Vadim ZeitlinEVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified
1999-03-29  Karsten BallüderMerged in latest wxLayout code from Mahogany Mail.
1999-03-29  Julian SmartUndefed Yield symbol if defined, else syntax error
1999-03-29  Julian SmartFixed missing brace in app.cpp
1999-03-28  Harco de Hilsteradded some more URLs
1999-03-28  Harco de Hilsterworks for windows too now.
1999-03-28  Harco de Hilsterupdated. Lots of new useless features. Internet-enabled...
1999-03-27  Harco de Hilstersomewhat better organization; still a mess though....
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-03-27  Harco de Hilsterset background to white. EVT_CHAR still doesn't work...
1999-03-26  Harco de Hilstervery silly sample
1999-03-26  Julian SmartAdded paper classes.
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-25  Vadim Zeitlinwait4() replaced by waitpid() which is POSIX
1999-03-25  Vadim ZeitlinwxUSE_SIZE_T_STRING_OPERATOR fix
1999-03-25  Vadim ZeitlinHAVE_BOOL fix
1999-03-25  Vadim ZeitlinAIX patches from Hans-Joachim Baader <hans-joachim...
1999-03-25  Vadim ZeitlinMotif cell highlighting problem fixed
1999-03-25  Vadim ZeitlinwxNO_BORDER honoured by wxTextCtrl
1999-03-24  Vadim Zeitlinchar handling fixed again
1999-03-24  Vadim Zeitlinfix for scrolling in checklistboxes (Win32 only)
1999-03-24  Vadim Zeitlinhack to allow icons in wxStaticBitmap as well as bitmaps
1999-03-24  Vadim Zeitlinchar handling fixed once again
1999-03-24  Vadim ZeitlinCollapseAndReset() fixed
1999-03-24  Vadim Zeitlincompilation fixes
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-03-23  Harco de HilsterSome minor fixes to satisfy Latex. Tex2rtf works ok.
1999-03-23  Vadim Zeitlincompilation fix
1999-03-23  Julian SmartCorrected valtext.cpp for disabled controls; added...
1999-03-23  Vadim Zeitlin1. ReadMailcap/MimeTypes returna bool error code
1999-03-23  Vadim ZeitlinwxFileDialog::GetFilename and GetDir work now
1999-03-23  Vadim ZeitlinEndModal() isn't called twice any more
1999-03-23  Vadim ZeitlinEnsureVisible() also expands the parent items
1999-03-23  Vadim Zeitlinmore fixes for paused thread termination
1999-03-23  Julian SmartWS_CLIPCHILDREN is not always enabled in wxNotebook...
1999-03-22  Vadim Zeitlinissue with right aligned checkboxes added
1999-03-22  Vadim Zeitlinhack to implement right aligned checkboxes
1999-03-22  Karsten Ballüderfixed the description of wxSafeYield()
1999-03-22  Vadim ZeitlinwxSafeYield documented
1999-03-22  Vadim ZeitlinwxEvent::Skip() clarification added
1999-03-22  Vadim Zeitlinattempt to fix Delete/Pause deadlock
1999-03-22  Vadim Zeitlinunix directory added to 'clean' target
1999-03-22  Karsten BallüderAdded wxSafeYield(wxWindow *win=NULL).
1999-03-22  J. Russell... Minor correction to allow "disabled" buttons to work...
1999-03-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-21  J. Russell... Modified wxMSW listbox.cpp to work with wxCommandEvent...
1999-03-19  Karsten BallüderFixed wxExecute() to handle filenames with spaces and...
1999-03-17  J. Russell... Added Makefile/Makefile.in to generate tex2rtf under...
1999-03-17  Vadim Zeitlinmime.types entries with all fields on same line parsed...
1999-03-17  J. Russell... 1 - fixed listbox.cpp to work with events with m_comman...
1999-03-17  J. Russell... 1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to...
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-16  Vadim ZeitlinwxTextFile::Close() implemented
1999-03-16  Karsten Ballüdertesting cvs
1999-03-16  Vadim Zeitlincompilation without threads fixed
1999-03-15  Vadim ZeitlinwxMotif compilation fix: tooltips always disabled,...
1999-03-15  J. Russell... removed Antiflicker plugin and simple customize plugin...
1999-03-15  J. Russell... Completed Vadims HAVE_BOOL changes
1999-03-14  Vadim Zeitlintypos in error messages corrected
1999-03-14  Vadim Zeitlincompilation fix (forgot to check in this one)
1999-03-14  Karsten BallüderFixes and more functionality.
1999-03-14  Karsten BallüderShould work very well now.
1999-03-14  Václav Slavíkfixed bug in GetMimeType under win
1999-03-14  J. Russell... Made font/color fixes right for windows
1999-03-14  J. Russell... 1. Made use system colors/fonts
1999-03-14  J. Russell... added wxSYS_COLOR_BTNTEXT case was missing.
1999-03-13  J. Russell... Made frame layout stuff use system settings for colors...
1999-03-13  Guilhem Lavaux* Docs fixes, wxStream overview enabled (all docs shoul...
1999-03-13  J. Russell... 1. added code to dyntbar to allow bitmap loading from...
1999-03-12  Vadim Zeitlinanother attempt to improve combobox behaviour
1999-03-12  Vadim Zeitlinsome UI adjustments
1999-03-12  Vadim Zeitlintypo corrected
1999-03-12  Vadim Zeitlincompilation fix (another typo...)
1999-03-12  Vadim Zeitlincompilation fix
1999-03-12  Vadim Zeitlinanother (last?) FreeBSD thread compilation fix
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-03-12  Guilhem Lavaux* wxStreams overview added to the documentation. I...
1999-03-12  Julian SmartMinor doc tweaks plus major wxTreeCtrl bug fixed (doubl...
1999-03-12  Karsten Ballüderfixed locking problem
1999-03-12  Vadim Zeitlintest for bool is now done in configure, not by manually...
1999-03-12  Vadim Zeitlintypo corrected
1999-03-12  Vadim Zeitlinsome fixes for AIX compilation
1999-03-12  Vadim Zeitlincrash for frames without children corrected
1999-03-12  Vadim ZeitlinwxYield() calls OnInternalIdle() of all top level windows
1999-03-12  Vadim Zeitlinthread compilation fixed for FreeBSD 3.1
1999-03-12  Karsten Ballüderfixed a listctrl index bug
1999-03-12  J. Russell... Added note about new make files for frame layout samples
1999-03-12  J. Russell... New makefiles for samples under Visual C++
next