]> git.saurik.com Git - wxWidgets.git/history - samples/richedit
OS/2 will not support a mini-frame
[wxWidgets.git] / samples / richedit /
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-04-07  Gilles Depeyrotupdated CodeWarrior 5.3 exported xml projects
2002-03-27  Vadim ZeitlinUnicode compilation fixes (patch from Dimitri)
2002-01-25  Vadim Zeitlininserted @IF_GNU_MAKE@ to allow building with other...
2002-01-18  Julian SmartUpdated VC++ files
2002-01-16  George TaskerAdded checks for wxUSE_IOSTREAMH to determine which...
2002-01-10  Gilles Depeyrotchanged PPC struct alignement setting
2001-12-02  Gilles Depeyrotstore CodeWarrior 5.3 projects as xml instead of binary...
2001-11-28  Vadim Zeitlinreplaced "CC = gcc" and even stranger "CPP = gcc -g...
2001-11-28  Vadim Zeitlinreplaced `wx-config --cflags` with `wx-config --cxxflag...
2001-10-30  George TaskerAll occurances of #include <wx/wxprec.h> changed to...
2001-10-16  Jouk Jansen Committing in .
2001-10-10  Vadim Zeitlin1. new samples proejct files for VC++
2001-10-09  Vadim Zeitlinadded new project files for all samples and demos;...
2001-09-09  Gilles Depeyrotrenamed CodeWarrior 5 projects (added new ones as well)
2001-08-10  Julian SmartFixed project files for regex.lib, taking the regex...
2001-07-22  Gilles Depeyrotpost wxUniv merge fix
2001-07-22  Gilles Depeyrotadded dependency handling to Makefiles
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-05-10  Julian SmartRemoved references to xpm[d].lib
2001-02-06  Julian SmartUpdated VC++ project files for making DLL-based samples
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Ron Leeupdated samples makefiles
2000-03-14  Julian SmartAdded/updated some BC++ makefiles
2000-01-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
2000-01-16  Guillermo Rodrigue... new makefile
2000-01-15  Guillermo Rodrigue... Bug related to icon/bitmap conversion, fix by Mumit...
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-08  Vadim Zeitlinremoving Makefile.ams (and minor additions/fixes to...
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  Karsten Ballüdermore asserts
1999-11-03  Vadim Zeitlinreadded clipboard support to richedit sample and fixed...
1999-11-02  Václav Slavíkfixed compilation under GCC 2.95 - 'export' was used...
1999-11-01  Julian SmartAdded some makefiles to HTML samples; added help.ico...
1999-10-10  Karsten Ballüderupdated richedit and nettest
1999-08-05  Julian SmartAdded new files to .rsp files; added new samples to...
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.