]> git.saurik.com Git - wxWidgets.git/history - samples/richedit
More asserts (well, checks) without _T()
[wxWidgets.git] / samples / richedit /
1999-07-21  Karsten Ballüdermore type-safety
1999-07-17  Harco de Hilsterignore these
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-24  Karsten BallüderUpdated from Mahogany.
1999-06-23  Karsten Ballüderminor update
1999-06-21  Karsten Ballüderprint overlap gone, mouse/cursor handling
1999-06-21  Karsten Ballüdermerged in from Mahogany
1999-06-21  Karsten Ballüdercursor reflects focus change
1999-06-21  Karsten BallüderMerged in latest changes from Mahogany. Untested.
1999-06-18  Karsten Ballüderreplaced a wrong assert with an if
1999-06-17  Vadim Zeitlinfixes to work in M
1999-06-17  Karsten Ballüder"wx/xxx.h" --> <wx/xxx.h>
1999-06-14  Karsten BallüderFixed the keyboard selection handling (Please remember...
1999-06-14  Karsten Ballüderimproved selection-autodeletion, but backspace handling...
1999-06-13  Karsten BallüderAdded missing initialisation of m_AutoDeleteSelection.
1999-06-13  Karsten BallüderFixed two minor bugs. Still more than enough left....
1999-06-13  Karsten BallüderAdded missing wxGetFullHostName() and wxNO_DEFAULT...
1999-06-12  Vadim Zeitlin1. crash when deleting multi line selection fixed
1999-06-11  Vadim Zeitlin1. wxLayoutList::GetNumLines() and MoveCursorToEnd...
1999-06-11  Vadim Zeitlinminor changes (fixing crash on mouse click)
1999-06-11  Karsten BallüderFixed a few bugs.
1999-06-10  Robin DunnAdded makefile and such for VC so I cna see what riched...
1999-06-10  Karsten Ballüder Popup menu and cursor corrected. Some bugs fixed.
1999-06-10  Karsten BallüderThe cursor is back! (Someone corrected wxGTK's idea...
1999-06-10  Karsten Ballüderlayout better
1999-06-09  Vadim Zeitlin1. fatal typo in colour copying in wxStyleInfo ctor...
1999-06-09  Karsten BallüderFixed.
1999-06-09  Vadim Zeitlinmakefile for wxLayout sample
1999-06-09  Vadim ZeitlinwxLayoutStyleInfo ctor reverted back to the original...
1999-06-09  Vadim ZeitlinwxLayoutStyleInfo ctor doesn't set all fields to -1
1999-06-09  Vadim Zeitlinmenu changed, many uninitialized variables are now...
1999-06-08  Vadim Zeitlincompile and cursor positioning fixes
1999-06-07  Karsten BallüderAdded a function to get screen coordinates relating...
1999-06-07  Karsten BallüderFormerly known as wxLayout.