Unicode fixes
[wxWidgets.git] / src /
1999-10-29  Ove KaavenUnicode fixes
1999-10-29  Ove KaavenA few Unicode compilation fixes (mostly wxT())
1999-10-28  David WebsterSpinCtrl update
1999-10-28  Vadim ZeitlinwxGTK::wxSpinCtrl API synchronised with wxMSW
1999-10-28  Sylvain Bougnouxconform to new wxTextInputStream >> wxString
1999-10-28  Sylvain Bougnouxoperator >> wxString eat word by default. \n Add wxText...
1999-10-28  Julian SmartAdded CS_OWNDC fix to wxGLCanvas and corrected sample...
1999-10-28  Ove KaavenUse wxConvertMB2WX to fix compilation error in Unicode...
1999-10-28  Ove KaavenFixed typo in ARGS_CLEANUP
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íkbugfix: wxList's copy ctor now works with keyed lists
1999-10-27  Václav Slavíkcleaned Harm's new wxHTML help code (removed search...
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 ZeitlinDATAFILES may contain directories too
1999-10-27  Guillermo Rodrigue... removed debugging code which shouldn't be there :-)
1999-10-27  Julian SmartSmall changes to peripheral files
1999-10-27  David WebsterTake out statbrpm, add statline back in
1999-10-27  David WebsterReplaced inadvertant C++ comments with standard 'C...
1999-10-27  Vadim Zeitlin1. wxMenu{Item|Bar} modifications for wxMotif
1999-10-27  Vadim Zeitlincompilation fix
1999-10-27  Guillermo Rodrigue... Bug in GAddress_UNIX_init fixed
1999-10-27  Guillermo Rodrigue... Stupid bug in GAddress initialization prevented BCC...
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  Julian SmartAdded temporary iterator fix (generates just 1 bounding...
1999-10-26  Vadim Zeitlinreverted last changes by DW
1999-10-26  Julian SmartMotif: made file selector and message box properly...
1999-10-26  Vadim Zeitlinattempt to fix wxMenuBar::EnableTop
1999-10-26  Vadim Zeitlin1. corrected uninitialised variable (which led to crash...
1999-10-26  Vadim Zeitlinfix for items without accelerators
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-26  Vadim Zeitlincompilation fix
1999-10-26  Michael BedwardFixed bug that caused crashes if wxGrid::OnSize was...
1999-10-26  David Webster*** empty log message ***
1999-10-25  Karsten Ballüderfixed timer related bug
1999-10-25  David Websterno message
1999-10-25  Vadim Zeitlin1. moved fontenum.cpp to unix because implementation...
1999-10-25  Robert Roebling Mem leak in new accelerator code.
1999-10-25  Vadim Zeitlinit now lives under unix
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-25  Julian SmartCosmetic changes in setup0.h; Latex edits; PaletteSize...
1999-10-25  Michael BedwardFix for incomplete initial display sometimes with wxMSW
1999-10-25  Karsten Ballüderbug fix for disable auto poll
1999-10-25  Vadim ZeitlinBC++ 16bit makefile fixes (obj isn't replaced with...
1999-10-25  Vadim ZeitlinVC++ 1.5 makefile fixes (lib split, C objs)
1999-10-25  Vadim ZeitlinSymantec makefile fixes (for OLE files)
1999-10-25  Vadim ZeitlinWatcom makefile fixes
1999-10-25  David Webster*** empty log message ***
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 wxFrame::Set/GetClientSize() uses toolbar area again,
1999-10-24  Karsten Ballüderuncommented ping method
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 SmartSmall changes
1999-10-24  Julian SmartRemoval of old src/msw/ctl3d files
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-23  Karsten Ballüderminor bug fixes
1999-10-23  Robert Roebling Fixed resizing problem with GTK 1.2.3 notebooks.
1999-10-23  Robin DunnAdded missing constructor for wxCustomDataObject so...
1999-10-23  Robin DunnApparent typo fix
1999-10-22  Robert Roebling Added wxDropSource::GiveFeedBack().
1999-10-22  David Websterno message
1999-10-22  David WebsterUpdate for VA V4.0
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  Robert Roebling Compile fix for wxDataFormat cast,
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  Vadim Zeitlinyet another BC++ fix
1999-10-22  Julian SmartBC++ fixes.
1999-10-22  Vadim Zeitlinanother BC++ fix
1999-10-22  Julian SmartModified Mingw32 makefiles to compile with Mingw32...
1999-10-22  Vadim ZeitlinwxDataFormat default ctor doesn't crash for global...
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-21  David Websterno message
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 Zeitlincompilation fixes for old gcc
1999-10-21  Vadim Zeitlinminor change: disable debug messages flood from OnDragOver
1999-10-21  Vadim ZeitlinOnEnter/OnDragOver API update (compiles, links, somewha...
next