]> git.saurik.com Git - wxWidgets.git/history - docs
Added a bit of libJPEG 6.0b
[wxWidgets.git] / docs /
1999-04-15  Karsten BallüderAdded a wxYield() warning to wxExecute() entry.
1999-04-15  Karsten BallüderAdded wxEnableTopLevelWindows(bool enable) for use...
1999-04-13  Vadim ZeitlinGetViews() documented
1999-04-13  Vadim Zeitlinsome typos in docs and code corrected (thanks Janos)
1999-04-11  Václav SlavíkMIME support
1999-04-09  Robert Roebling Here it comes:
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-07  Julian SmartAdded imaggif.h, imaggif.cpp (wxImage GIF-reading suppo...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-04-06  Julian SmartFixed OnMenuHighlight, wxPrintData problems
1999-04-06  Vadim ZeitlinwxConfig::GetEntryType() added
1999-04-01  Vadim ZeitlinwxMkDir() has 'perm' argument
1999-04-01  Vadim ZeitlinwxFindNextFile typo corrected
1999-03-31  Robert Roebling added wxFrame::Command()
1999-03-31  Vadim ZeitlinwxFAIL/ASSERT/CHECK documentation updated, CHECK2 added
1999-03-30  Vadim Zeitlin1. notes for AIX compilation added
1999-03-30  Vadim Zeitlindocs synchronized with code
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-03-23  Vadim Zeitlin1. ReadMailcap/MimeTypes returna bool error code
1999-03-22  Vadim Zeitlinissue with right aligned checkboxes added
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-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-13  Guilhem Lavaux* Docs fixes, wxStream overview enabled (all docs shoul...
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-10  Vadim ZeitlinGetMaxSize() docs updated
1999-03-08  Julian SmartSmall changes incl. making wxTAB_TRAVERSAL always on...
1999-03-06  Julian SmartSmall changes
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-03-02  Julian SmartCorrected event.h for wxKeyEvent/wxMouseEvent, and...
1999-03-02  Robert Roebling Removed warnings from tbarsimpl
1999-03-01  Julian SmartCured some Motif bugs
1999-03-01  Julian SmartAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
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  Vadim ZeitlinwxCheckListBox fixes: crash/memory leak when items...
1999-02-28  Vadim ZeitlinSetCursor() doesn't set cursor for children of the...
1999-02-28  Vadim ZeitlinwxArrayString documentation added
1999-02-28  Vadim Zeitlinsome more files to ignore for cvs
1999-02-27  Guilhem Lavaux* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
1999-02-27  Vadim Zeitlin1. typos corrected in ftp/protocol/url (Members is...
1999-02-27  Vadim Zeitlini18n overview
1999-02-27  Vadim Zeitlin1. (very) short i18n overview added, wxGetTranslation...
1999-02-26  Julian SmartDoSetClientSize omissions fixed; some doc fixes
1999-02-26  Vadim Zeitlinchar */wxString confusion cleaned in the docs
1999-02-26  Guilhem Lavaux*** empty log message ***
1999-02-26  Guilhem Lavaux* Missing doc file.
1999-02-26  Julian SmartFixed wxMSW arrow key bug, changed wxPoem window to...
1999-02-26  Julian SmartDoc fixes
1999-02-26  Julian SmartSome doc fixes
1999-02-25  Guilhem Lavaux* Added a small wxHTTP description
1999-02-25  Julian SmartCorrected some .tex problems
1999-02-25  Vadim Zeitlin1. validator fixes: don't eat TAB. Added new SetBellOnE...
1999-02-25  Vadim ZeitlinInsertItems() documented
1999-02-24  Vadim ZeitlinwxString docs are nearly complete (but don't compile...
1999-02-24  Robin DunnMore wxPython docs...
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-22  Julian SmartMinor changes
1999-02-20  Vadim Zeitlin\\param -> \param
1999-02-20  Vadim Zeitlinignore file for HelpGen
1999-02-19  Julian SmartAdded George Tasker's forward slash fix to file dialog...
1999-02-19  Robin DunnAdded first batch of docs and notes for wxPython.
1999-02-18  Julian SmartFixed wxMotif's wxExecute again, added OnPaint capabili...
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-18  Vadim ZeitlinwxMimeTypesManager::IsOfType() added (and documented)
1999-02-18  Vadim ZeitlinwxSplitPath() bugs corrected and it's documented
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-02-17  Vadim ZeitlinwxExecute() fixes and doc updates: the return value...
1999-02-17  Julian SmartAdded missing const to wxGTK's wxMDIChildFrame::GetTool...
1999-02-17  Vadim ZeitlinwxProcess fixes (Detach() added), cleared/corrected...
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  Vadim Zeitlinstarted wxIntl documentation
1999-02-15  Julian SmartAdded 'Include files' section to class references
1999-02-14  Julian SmartAdded png, zlib targets to 16-bit makefiles
1999-02-14  Guilhem Lavaux* Stream: update in doc, fix in code.
1999-02-12  Julian SmartSmall Tex2RTF fixes; wxMotif compile fixes (motif.inc...
1999-02-12  Guilhem Lavaux* Stream doc.
1999-02-12  Guilhem Lavaux* Added some warning in socket doc.
1999-02-12  Vadim ZeitlinwxToolTip entry changed (it's implemented after all)
1999-02-12  Vadim Zeitlinadded a couple of items for 2.1
1999-02-12  Vadim Zeitlinmentioned the fact that wxArray can't be used for stori...
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  Robert Roebling distribution things
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-10  Guilhem Lavaux* Doc updates
1999-02-10  Vadim ZeitlinwxSplitterWindow::ReplaceWindow() function added and...
1999-02-09  Julian SmartRemoved some TODOs in the Latex docs; changed wxMotif...
1999-02-09  Guilhem Lavaux* wxStream doc updates
1999-02-09  Vadim ZeitlinwxFindFirst/NextFile() now return wxString and not...
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-07  Guilhem Lavaux* A few updates (stream doc)
1999-02-07  Julian SmartAdded wxGenericValidator & doc
1999-02-06  Vadim Zeitlindescription of Write() return value added
next