]> git.saurik.com Git - wxWidgets.git/history - include/wx
made new operator __alpha__ dependent
[wxWidgets.git] / include / wx /
1999-11-04  Karsten Ballüdermade new operator __alpha__ dependent
1999-11-04  Karsten Ballüderadded operator[](unsigned int) const -- testing it...
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-03  Václav SlavíkwxPostScriptDC::CanGetTextExtent now returns TRUE ...
1999-11-02  Vadim Zeitlinand the compilation fix for the warning fixes
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-11-02  Vadim ZeitlinwxMotif compiles (and runs minimal sample) again after...
1999-11-02  Vadim Zeitlinadditions for wxFileDataObject from Ricky Gonzales...
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  David WebsterMore defines to get error codes out of OS/2 headers
1999-11-02  Karsten BallüderAdded wxINSTALL_PREFIX define to makefile and made...
1999-11-02  David WebsterwxMenu implementations
1999-11-02  David Websterthread #ifdefs for WXPM
1999-11-02  Vadim Zeitlintypo fixed
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-11-01  Julian SmartAdded some makefiles to HTML samples; added help.ico...
1999-10-31  Václav Slavíkadded wxFileSystem::FindFirst and FindNext
1999-10-31  Václav Slavíkmore wxHtmlHelpFrame fixes (didn't store customization...
1999-10-31  Robert Roebling Distrib corrections,
1999-10-31  Robert Roebling Distrib changes.
1999-10-31  Julian SmartFixes for VC++ 4 compilation; fixed wxCommandEvent...
1999-10-31  Robert Roebling More tab code corrections.
1999-10-30  Václav Slavíkfixed bug that caused assertion failure during HTML...
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-30  Vadim ZeitlinwxFontEnumerator mostly works for wxMSW
1999-10-29  Vadim Zeitlinforgotten files
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-29  Robin DunnEXPORTED an array to quiet the DLL compilation
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-29  Vadim Zeitlincompilation fix for AIX
1999-10-29  Sylvain BougnouxAdd operator << (ostream&, const wxString&)
1999-10-29  Sylvain BougnouxAccept list of separators as a wxString instead of...
1999-10-29  Michael BedwardChanges to fix problem where spurious scrollbar(s)...
1999-10-29  Ove KaavenWell, can't hurt to do some char -> wxChar, though...
1999-10-28  David WebsterSpinCtrl update
1999-10-28  Vadim ZeitlinwxGTK::wxSpinCtrl API synchronised with wxMSW
1999-10-28  Sylvain Bougnouxoperator >> wxString eat word by default. \n Add wxText...
1999-10-28  Ove KaavenwxFNCONV no longer references wxConv in a non-Unicode...
1999-10-28  Julian SmartDo... fixes and OnMenuHighlight correction (so MDI...
1999-10-28  David Webster*** empty log message ***
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-28  Vadim Zeitlin1. more code commented out by DW (@#%#%!#%!@) uncommented
1999-10-27  Václav Slavíkadded copy ctor to wxHashTable
1999-10-27  Václav Slavíkcleaned Harm's new wxHTML help code
1999-10-27  Václav Slavíkadded wxHtmlParser::{Push|Pop}TagHandler
1999-10-27  David WebsterToolbar fixes
1999-10-27  Robert Roebling Minor Motif changes, made scrollsub sample work somehow.
1999-10-27  Vadim Zeitlinalways use wxString::operator[](size_t) - wxWin doesn...
1999-10-27  Vadim Zeitlin1. wxMenu{Item|Bar} modifications for wxMotif
1999-10-27  Julian SmartFixed wxMotif's wxRegion/wxRegionIterator to optionally...
1999-10-27  Michael BedwardFixed bug that caused wrong block of cells to be select...
1999-10-26  Vadim Zeitlin1. regenerated the makefiles to include menucmn.cpp
1999-10-26  Vadim ZeitlinwxMenuBarBase for MSW (untested)
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-26  Vadim Zeitlin1. corrected uninitialised variable (which led to crash...
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-26  David Webster*** empty log message ***
1999-10-26  David Webster*** empty log message ***
1999-10-25  Julian SmartAdded WXDLLEXPORT to wxChrono
1999-10-25  David Websterno message
1999-10-25  Vadim Zeitlin1. moved fontenum.cpp to unix because implementation...
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-25  Julian SmartAdded more compat. functions for wxGrid so grid sample...
1999-10-25  Julian SmartCosmetic changes in setup0.h; Latex edits; PaletteSize...
1999-10-25  Julian SmartAdded mysteriously-missing #endif
1999-10-25  David Webster*** empty log message ***
1999-10-24  Ove KaavenChanged wxGetSingleChoiceData() to take void* client...
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-24  Vadim ZeitlinwxDropSource now has 3 custom cursors for copy/move...
1999-10-24  Robert Roebling Small distrib changes,
1999-10-24  Vadim Zeitlin1. corrected client data deletion in wxListBox (no...
1999-10-24  David Webster*** empty log message ***
1999-10-24  Julian SmartMore Watcom C++ compilation stuff
1999-10-24  Vadim Zeitlin1. compilation fix for wxArrayTreeItemIds
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-23  Julian SmartBC++ and Watcom C++ makefile and source fixes
1999-10-22  Robert Roebling Added wxDropSource::GiveFeedBack().
1999-10-22  David Websterno message
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...
1999-10-22  Vadim ZeitlinwxChoice and wxListBox GTK+ changes (wxChoice works...
1999-10-22  Vadim ZeitlinMSW compilation fixes (untested)
1999-10-22  Julian SmartMore broken code corrections; broken Latex file correct...
1999-10-22  Vadim Zeitlin1. some fixes for wxSortedArrayString
1999-10-22  Julian SmartBC++ fixes.
1999-10-22  Julian SmartModified Mingw32 makefiles to compile with Mingw32...
1999-10-22  Vadim Zeitlinattempt to fix BC++ compilation
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-22  David Webster*** empty log message ***
1999-10-22  David Webster*** empty log message ***
1999-10-21  David Websterno message
1999-10-21  David WebsterVA fussy compiler fix (must qualify any reference to...
1999-10-21  Vadim ZeitlinwxMotif compilation fixes for wxDataObject and PROCESS_...
1999-10-21  Vadim Zeitlinand the compilation fix which really compiles, finally
1999-10-21  Vadim Zeitlina better compilation fix
1999-10-21  Vadim Zeitlincompilation fix - as nobody else doesn't seem to want...
1999-10-21  Vadim Zeitlinand some more WXUNUSED() added
1999-10-21  Vadim Zeitlinsome WXUNUSED() added
1999-10-21  Vadim ZeitlinOnEnter/OnDragOver API update (compiles, links, somewha...
1999-10-21  Robert Roebling A bit more or multi-format clipboard.
1999-10-21  Karsten Ballüderimproved dialup manager, added wxALL_FILES define
next