]> git.saurik.com Git - wxWidgets.git/history - samples/richedit/wxlwindow.cpp
Committing in .
[wxWidgets.git] / samples / richedit / wxlwindow.cpp
2003-09-01  Jouk Jansen Committing in .
2002-03-27  Vadim ZeitlinUnicode compilation fixes (patch from Dimitri)
2001-10-30  George TaskerAll occurances of #include <wx/wxprec.h> changed to...
2001-07-22  Gilles Depeyrotpost wxUniv merge fix
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-01  Karsten Ballüderrtf cut&paste works now, html export fixed
1999-11-15  Karsten Ballüderprivate dataformat almost working - minor fixes
1999-11-08  Karsten BallüderMinor fixes to plug memory hole, will add WXLO import...
1999-11-08  Vadim ZeitlinwxDataObjectComposite/Custom seem to work
1999-11-06  Karsten Ballüdersome fixes and speedups
1999-11-06  Karsten Ballüdermouse selection handling fixed
1999-11-05  Karsten Ballüderfixed menu accelerators
1999-11-05  Karsten Ballüderadded missing event.Skip(), now menus work properly
1999-11-03  Vadim Zeitlinreadded clipboard support to richedit sample and fixed...
1999-11-01  Julian SmartAdded some makefiles to HTML samples; added help.ico...
1999-10-10  Karsten Ballüderupdated richedit and nettest
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-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-09  Vadim Zeitlin1. fatal typo in colour copying in wxStyleInfo ctor...
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üderFormerly known as wxLayout.