]> git.saurik.com Git - wxWidgets.git/history - src
1. notes for AIX compilation added
[wxWidgets.git] / src /
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
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  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  Julian SmartUndefed Yield symbol if defined, else syntax error
1999-03-29  Julian SmartFixed missing brace in app.cpp
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
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 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  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 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 Zeitlinhack to implement right aligned checkboxes
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-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-21  J. Russell SmythModified wxMSW listbox.cpp to work with wxCommandEvent...
1999-03-19  Karsten BallüderFixed wxExecute() to handle filenames with spaces and...
1999-03-17  Vadim Zeitlinmime.types entries with all fields on same line parsed...
1999-03-17  J. Russell Smyth1 - fixed listbox.cpp to work with events with m_comman...
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-16  Vadim ZeitlinwxTextFile::Close() implemented
1999-03-16  Vadim Zeitlincompilation without threads fixed
1999-03-15  J. Russell SmythCompleted Vadims HAVE_BOOL changes
1999-03-14  Vadim Zeitlintypos in error messages corrected
1999-03-14  Václav Slavíkfixed bug in GetMimeType under win
1999-03-14  J. Russell Smythadded wxSYS_COLOR_BTNTEXT case was missing.
1999-03-12  Vadim Zeitlinanother attempt to improve combobox behaviour
1999-03-12  Vadim Zeitlinsome UI adjustments
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  Julian SmartMinor doc tweaks plus major wxTreeCtrl bug fixed (doubl...
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  Karsten Ballüderfixed a listctrl index bug
1999-03-11  Vadim ZeitlinwxMotif Solaris 2.6 compilation fixes
1999-03-11  Karsten BallüderFixed configure/linkage for non-threaded case.
1999-03-11  Karsten BallüderAnother solaris 2.5 fix.
1999-03-11  Karsten Ballüdergcc 2.8.0/solaris compilation fix
1999-03-10  Vadim ZeitlinwxLogStderr sends output to debugger too under Windows
1999-03-09  Stefan Csomorcorrected a type in the constructor from two points
1999-03-09  Vadim Zeitlinarbitrary characters allowed in wxFileConfig entry...
1999-03-09  Stefan CsomorRead was not copying back the buffers contents into...
1999-03-09  Vadim Zeitlincreate unix subdir if doesn't exist
1999-03-08  Julian SmartSmall changes incl. making wxTAB_TRAVERSAL always on...
1999-03-06  Julian SmartSmall changes
1999-03-06  Vadim Zeitlinmore FreeBSD thread fixes
1999-03-06  Vadim ZeitlinBorland makefile fixes
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...
1999-03-06  Vadim Zeitlinthis code is now common (src/unix)
1999-03-05  Vadim Zeitlin(more) FreeBSD thread fixes
1999-03-05  Vadim Zeitlincompilation fixes
1999-03-05  Robert Roebling Two optical corrections
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-03-02  Robert Roebling Removed warnings from tbarsimpl
1999-03-01  Julian SmartCured some Motif bugs
1999-03-01  Vadim Zeitlinwarnings suppressed
1999-03-01  Vadim ZeitlinwxCriticalSection changes undone - should work now
1999-03-01  Julian SmartRemoved my buggy bug-fix
1999-03-01  Vadim Zeitlinargc == 0 bug fixed
1999-03-01  Vadim ZeitlinFreeBSD compilation fixes
1999-03-01  Vadim ZeitlinwxSpinButton works ok with negative values
1999-03-01  Julian SmartAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
1999-02-28  Julian SmartAdded tbarsmpl.cpp (hope that's OK...)
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-28  Vadim ZeitlinwxCheckListBox fixes: crash/memory leak when items...
1999-02-28  Vadim ZeitlinSetCursor() doesn't set cursor for children of the...
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1999-02-27  Vadim Zeitlincursor problem in sash windows corrected
1999-02-27  Vadim Zeitlincompilation fix
1999-02-27  Vadim Zeitlin1. wxListCtrl fixes
1999-02-27  Vadim Zeitlinunused param warning suppressed
1999-02-27  Guilhem Lavaux* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
1999-02-27  Vadim ZeitlinVK_APPS handling
1999-02-27  Vadim ZeitlinMSWProcessMessage speed up by a factor of 100 (at least)
1999-02-27  Vadim ZeitlinwxTreeCtrl::GetBoundRect() implemented
next