wxStrncmp implementation.
[wxWidgets.git] / user /
1999-06-07  Karsten BallüderMoved to ../samples/rtfedit.
1999-06-07  Vadim Zeitlincompilation fix for newer wxGTK
1999-06-06  Vadim Zeitlinsome small fixes to make it work a bit again under...
1999-06-06  Karsten BallüderMy heavy modification and some back-changes to allow...
1999-06-05  Vadim Zeitlinbackground bitmap test added, other minor fixes
1999-06-05  Vadim Zeitlinrepositioning the cursor with mouse clicks works
1999-06-05  Vadim Zeitlinlatest changes: added word-wise movement (buggy, esp...
1999-06-03  Vadim ZeitlinMSW fixes for wxLayout, part II: now breaking and mergi...
1999-06-02  Vadim ZeitlinFirst part of fixes to make this work under MSW.
1999-06-01  Vadim Zeitlinre-removing Makefile.in
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Vadim Zeitlinold makefiles removed
1999-05-19  Karsten Ballüderupdated
1999-05-18  Karsten Ballüderhighlighting fixes
1999-05-18  Karsten Ballüderfixed an over-optimisation
1999-05-18  Karsten BallüderMerged in from Mahogany. A bit better and safer.
1999-05-16  Karsten Ballüderminor bug fix
1999-05-16  Karsten BallüderMany, many updates. Almost perfect.
1999-05-14  Karsten Ballüdera few more buglets
1999-05-14  Karsten BallüderNL insert bug
1999-05-14  Karsten BallüderUpdated, fixed a colour bug.
1999-05-14  Karsten BallüderThe new layout mechanism is better than the old one...
1999-05-13  Karsten BallüderI was stupid enough to reorganise the way font changes...
1999-05-13  Karsten Ballüderuntested changes...
1999-05-13  Karsten Ballüdersome changes, untested
1999-05-13  Karsten Ballüderslowdown effect
1999-05-13  Karsten Ballüderanother wxLayout bug, prints empty pages suddenly
1999-05-13  Karsten Ballüderremoved an assert which was broken (looked right though)
1999-05-13  Karsten Ballüdertwo more bug notes
1999-05-13  Karsten Ballüderfirst text (header lines) in M get malformatted
1999-05-13  Karsten Ballüderfind position bug fixed
1999-05-13  Karsten BallüderAdded finding of text in the list and fixed calculation...
1999-05-12  Karsten BallüderModified font handling (on the way to real rtf editing...)
1999-05-12  Karsten Ballüderwxlayout bug
1999-05-12  Karsten Ballüdernow we can even edit again
1999-05-12  Karsten BallüderMissing "c" bug should be gone.
1999-05-12  Karsten BallüderCursor movements and selections even in non-edit mode.
1999-05-12  Karsten BallüderScroll to cursor works correctly now.
1999-05-11  Karsten Ballüderupdated
1999-05-11  Karsten BallüderCOPY works, cut still missing, highlighting buggy.
1999-05-11  Karsten BallüderSome nice improvements, it's even quite fast now!
1999-05-10  Karsten BallüderSuppressing selection highlighting in M.
1999-05-10  Karsten BallüderSelection improvement.
1999-05-10  Karsten BallüderAdded Refresh() to OnMouse.
1999-05-10  Karsten BallüderUpdated for Mahogany.
1999-05-09  Karsten BallüderSelection marking seems fine now.
1999-05-09  Karsten BallüderPartially functioning selections.
1999-05-08  Karsten BallüderMuch improved, update rectangles almost work. Selection...
1999-04-13  Vadim Zeitlincompilation fix
1999-04-13  Karsten BallüderAdded variable cursor to highlight embedded user data.
1999-04-12  Karsten BallüderCountless (some half-finished) optimisations.
1999-04-12  Robert Roebling clipboards tests
1999-04-07  Karsten Ballüderworkaround for counterintuitive wxString::operator...
1999-04-03  Karsten BallüderCompiles and runs again with new printing code (which...
1999-03-29  Karsten BallüderMerged in latest wxLayout code from Mahogany Mail.
1999-03-14  Karsten BallüderFixes and more functionality.
1999-03-14  Karsten BallüderShould work very well now.
1999-03-07  Vadim ZeitlinWin compilation fixes
1999-03-07  Vadim Zeitlinbug fix for kbList::erase (done long ago in M version)
1999-03-07  Karsten BallüderNew, rewritten, wxLayout. Almost complete.
1999-02-08  Karsten Ballüderupdated wxLayout
1999-01-22  Karsten BallüderNow uses dcps.h
1998-12-10  Karsten Ballüderanother API change fix
1998-12-10  Karsten BallüderTrying to adopt to new wxGTK API.
1998-11-19  Karsten Ballüderfixes
1998-11-16  Karsten BallüderFixed bad bad bug.
1998-11-03  Karsten Ballüderfile got garbled, replaced
1998-11-03  Julian SmartDialog Editor bug fixes, several other small ones
1998-11-02  Karsten BallüderAdded test.xpm generated from horse.png, for compilation.
1998-11-01  Karsten Ballüderfixes
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-30  Karsten Ballüderfixed wxICON() usage
1998-10-30  Karsten Ballüderfixes
1998-10-30  Karsten Ballüderfixed destructor
1998-10-28  Vadim Zeitlin(very) small changes for Windows compilation
1998-10-27  Karsten Ballüdermore fixes, printing works quite fine now
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-25  Karsten BallüderPrinting moreless works now.
1998-10-24  Karsten BallüderRewrite. Cursor handling better, split Layout() and...
1998-09-11  Robert Roebling Updates to memcheck
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-03  Unknown (AN)fixed the install/unix references -Markus
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-16  Robert Roebling New scrolling for GTK
1998-08-14  Karsten Ballüderprinting works, page number controls are hidden
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-14  Karsten Ballüderadded printing
1998-08-13  Unknown (AN)-Debian glibc2 system is 'linux-gnu', not 'Linux';updat...
1998-08-13  Karsten Ballüderintegrated my latest changes and Vadim's fixes on top...
1998-08-12  Karsten BallüderLooks like I've fixed the editing
1998-08-12  Karsten Ballüderfixed mysterious mistakes
1998-08-12  Karsten BallüderCursor and insert/delete work much better now, code...
1998-08-10  Karsten Ballüderadded correct coordinate handling
1998-08-08  Denis PershinAnother small modification... Sorry for CVS list overlo...
1998-08-08  Denis PershinThird try to commit....
1998-08-06  Karsten Ballüderseveral fixes
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-31  Karsten Ballüderadded a comment and hopefully improved extent detectionn
1998-07-31  Karsten Ballüderfixed stupid typo
next